/*
Theme Name: custom theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Open Sans", sans-serif;
  font-family: "Poppins", sans-serif;
  background: #111010 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

#content.site-content {
    padding: 0px !important;
}

.entry-content {
    margin: 0px !important;
}

header#masthead {
    background: #1E1E1E !important;
    box-shadow: unset !important;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover, body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #ED68A3 !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-weight: unset !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Poppins' !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 700 !important;
}

.navbar-nav li {
    margin-left: 80px;
}

.navbar-nav {
    margin-right: 150px;
}

.icons a {
    color: #fff;
    margin-left: 25px;
    font-size: 18px;
}

.banner-head {
    text-transform: uppercase !important;
    text-shadow: -5px 0px 0px #ffffff;
    letter-spacing: 6px !important;
    font-weight: 500 !important;
    font-size: clamp(5rem,10vw + 1rem, 10rem);
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    z-index: 0 !important;
    position: relative !important;
}

.banner-head span {
    /* color: #ED68A3 !important; */
    text-transform: uppercase !important;
    text-shadow: -5px 0px 0px #ED68A3;
    letter-spacing: 6px !important;
    font-weight: 500 !important;
    color: transparent !important;
    -webkit-text-stroke: 1px #ED68A3;
}

.arrow-img:hover {
  transform: rotatez(271deg) !important;
  transition: all 0.5s ease-in-out;
}

.arrow-img {
    transition: all 0.5s ease-in-out;
}

.custom .sr7-bullet  {
   background: #ED68A3 !important;
    width: 84px !important;
    height: 2px !important;
}

.text-para h1 {
    font-size: 90px;
    line-height: 130px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 500;
}

.text-para a {
    color: unset !important;
    text-decoration: unset !important;
    transition: all 0.5s ease-in-out;
}

.text-para a:hover {
    color: #ED68A3 !important;
    border-color: #ED68A3 !important;
    transition: all 0.5s ease-in-out;
}

.section-2 {
  padding-top: 100px;
}

.sec-col .vc_column-inner {
    padding-left: 0px !important;
}

.sec-col-m .vc_column-inner {
    padding-left: 90px !important;
}

.head-2 {
    width: 71%;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.head-1 {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: "Open Sans", sans-serif;
}

.section-3:before {
    content: '';
    background-image: url(images/background.png);
    position: absolute;
    right: 11%;
    bottom: 0;
    top: 0;
    width: 785px;
    height: 814px;
}
.section-3{
  position: relative !important;
  padding-bottom: 50px;
}

.sec-col-n .vc_column-inner {
    padding-right: 0px !important;
}

.sec-col-y .vc_column-inner {
    padding-left: 450px !important;
}

.sec3-para p {
    line-height: 30px;
    font-size: 16px;
    width: 86%;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.head-5 {
    text-transform: uppercase;
    font-weight: 500;
}

.theme-btn-1 a.vc_general {
    position: relative;
    background: #ED68A3 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 51px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: none;
}

.theme-btn-1 a.vc_general::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ED68A3, #ff9bd2, #ED68A3, #d2327d);
    background-size: 300% 300%;
    z-index: -1;
    border-radius: 12px;
    animation: borderGlow 5s linear infinite;
    filter: blur(3px);
    opacity: 0.8;
}

.theme-btn-1 a.vc_general:hover {
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px #ff85bf;
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.section-3:after {
    content: '';
    background-image: url(images/arrow.png);
    position: absolute;
    bottom: 3%;
    left: 14%;
    width: 785px;
    height: 735px;
}

.section-vibrate {
    padding-top: 200px !important;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vibrate-head {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.vibrate-head-2 {
    color: transparent !important;
    -webkit-text-stroke: 1px #ffffff;
    text-transform: uppercase;
    font-weight: 500 !important;
}



.theme-btn-2 a.vc_general {
    position: relative;
    background: #ED68A3 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 51px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: none;
}

.theme-btn-2 a.vc_general::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ED68A3, #ff9bd2, #ED68A3, #d2327d);
    background-size: 300% 300%;
    z-index: -1;
    border-radius: 12px;
    animation: borderGlow 5s linear infinite;
    filter: blur(3px);
    opacity: 0.8;
}

.theme-btn-2 a.vc_general:hover {
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px #ff85bf;
}

.theme-btn-2 a.vc_general {
    display: block !important;
    margin: 0 auto !important;
}

.red-co .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 636px;
}

.red-sec {
    padding-top: 0px !important;
}


.theme-btn-3 a.vc_general {
    position: relative;
    background: #ED68A3 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 51px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: none;
}

.theme-btn-3 a.vc_general::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ED68A3, #ff9bd2, #ED68A3, #d2327d);
    background-size: 300% 300%;
    z-index: -1;
    border-radius: 12px;
    animation: borderGlow 5s linear infinite;
    filter: blur(3px);
    opacity: 0.8;
}

.theme-btn-3 a.vc_general:hover {
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px #ff85bf;
}

.red-para-1 h1 {
    font-size: 30px;
    line-height: 39px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.red-para-1 h3 {
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
    margin-top: 150px;
    margin-bottom: 0px;
}

.red-para-1 p {
    font-size: 20px;
    line-height: 34px;
    color: #ffffffba;
    margin-bottom: 0px !important;
    font-family: "Open Sans", sans-serif;
}

.red-para-1 {
    padding-left: 100px;
}

.theme-btn-3 {
    margin-left: 100px;
}

.what-you-sec {
    padding-top: 200px;
    padding-bottom: 140px;
}

.what-head {
    text-transform: uppercase;
    font-weight: 500 !important;
}

.what-para p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    width: 87%;
}

.stats-desc {
    display: flex !important;
    align-items: center;
    width: 70% !important;
}

.stats-top .stats-number {
    font-size: 85px !important;
    line-height: 80px;
    font-family: 'Lilita One';
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-weight: 500;
}

.stats-block .stats-text {
    line-height: 27px !important;
    color: #fff;
    font-size: 24px !important;
    font-family: 'Lilita One';
    text-align: left !important;
    width: 94% !important;
    text-transform: uppercase;
    margin-left: 25px;
}

.counter-row .vc_col-sm-6 {
    width: 28% !important;
}

.main {
    line-height: 14px;
    color: #fff;
    font-size: 14px;
    font-family: 'Lilita One';
    font-weight: 500 !important;
    position: relative;
}

.main:before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 30px;
    height: 1px;
    left: 8%;
    bottom: 48%;
}

.main a {
    margin-right: 40px;
}

.pink-img:before {
    content: '';
    background-image: url(images/video-1.png);
    position: absolute;
    left: 29px;
    width: 860px;
    height: 860px;
    top: -100px;
    transform-origin: center;
    animation: rotateInfinite 50s linear infinite;
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.pink-img {
    position: relative;
}

.vibrator-col .vc_column-inner {
    padding-left: 0px !important;
}

.vibrator-co-2 {
    padding-left: 90px !important;
}

.vibrator-para p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffffad;
    font-family: 'Poppins';
    width: 77%;
}

.vibator-row .vc_col-sm-4 {
    width: 25%;
}

.vibrator-para-2 p {
    font-size: 18px;
    line-height: 27px;
    color: #ffffffad;
    font-family: 'Poppins';
}

.vibator-row .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

.theme-btn-4 a.vc_general {
    position: relative;
    background: #ED68A3 !important;
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 51px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: none;
}

.theme-btn-4 a.vc_general::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ED68A3, #ff9bd2, #ED68A3, #d2327d);
    background-size: 300% 300%;
    z-index: -1;
    border-radius: 12px;
    animation: borderGlow 5s linear infinite;
    filter: blur(3px);
    opacity: 0.8;
}

.theme-btn-4 a.vc_general:hover {
    color: #fff !important;
    transform: scale(1.05);
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px #ff85bf;
}

.vibrator-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.vibrator-sec:before {
    content: '';
    background-image: url(images/rabbit.png);
    position: absolute;
    right: 9%;
    top: 11%;
    width: 785px;
    height: 728px;
}

.slider-head {
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 50px;
}


#owl_custom11 .slider-img img {
    width: 50%;
    transition: all 0.4s ease-in-out;
    transform: none;
}

#owl_custom11 .owl-item.active.center .slider-img img {
    width: 90%;
    transform: none;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

#owl_custom11 .owl-item.left-neighbor .slider-img img {
    transform: rotate(-25deg);
    transition: all 0.5s ease-in-out;
    margin-top: 270px;
    margin-left: 130px;
}

#owl_custom11 .owl-item.right-neighbor .slider-img img {
    transform: rotate(25deg);
    transition: all 0.5s ease-in-out;
    margin-top: 270px;
}


.left-neighbor {
    margin-left: 24px;
}

.right-neighbor {
    margin-left: 80px;
}

.slider-sec {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.owl-item.active {
    display: block;
    OPACITY: 1 !IMPORTANT;
}

.owl-item.cloned {
    opacity: 0;
}

.owl-dots.disabled {
    display: flex !important;
    align-items: center !important;
    text-align: center;
    justify-content: center;
}

button.owl-dot {
    border: 1px solid #fff !important;
    width: 6px;
    height: 6px;
    background: #fff !important;
    border-radius: 100%;
    margin-left: 20px;
}

button.owl-dot.active {
    border: 2px solid #ED68A3 !important;
    width: 30px;
    height: 30px;
    background: unset !important;
    align-items: center !important;
    position: relative;
}
button.owl-dot.active:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    left: 10px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #ED68A3;
    border-radius: 100%;
    background: #ED68A3;
}
.slider-sec {
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
}

.slider-sec:before {
    content: '';
    background-image: url(images/slider-5.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 610px;
    background-repeat: no-repeat;
}

.newsletter-sec {
    padding-top: 100px !important;
    padding-bottom: 50px;
}

.contact-form-1 {
    display: flex;
    justify-content: center;
    width: 91%;
}

.contact-form-1 .theme-btn-news {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    background: #ED68A3;
    border-color: #ED68A3;
    position: absolute;
    right: -190px;
    top: 0px;
    border-radius: 10px;
}

.contact-form-1 input.wpcf7-form-control.wpcf7-email {
    height: 50px;
    border-radius: 10px;
}

.contact-form-1 p {
    margin-bottom: 0px !important;
}

div#footer-widget {
    background: #111010 !important;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

div#footer-widget h3.widget-title {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
}

.ft01 p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffffba;
    width: 90%;
}

.main-icon a {
    padding: 13px;
    background: #ffffff12;
    border-radius: 5px;
    margin-left: 15px;
    font-size: 20px;
    color: #ED68A3;
}

.main-icon a:first-child {
    margin-left: 0px !important;
}

.ft02 a.nav-link {
    font-size: 16px;
    color: #ffffffba;
    line-height: 32px;
    transition: all 0.5s ease-in-out;
}

.ft02 li {
    list-style: disc;
    color: #ED68A3;
    margin-left: 30px;
}

.ft02 a.nav-link:hover {
    background: unset !important;
    padding-left: 25px;
    transition: all 0.5s ease-in-out;
    color: #ED68A3;
}

.main-icon-2 a {
    line-height: 60px;
    font-size: 16px;
    color: #ffffffba;
    font-family: 'Poppins';
}

.main-icon-2 i {
    color: #ED68A3;
    font-size: 12px;
    margin-right: 20px;
}

.main-icon {
    margin-top: 50px;
}

.ft02 {
    padding-left: 140px;
    position: relative;
}

.ft03 {
    padding-left: 90px;
	position: relative;
}

.ft04 {
    padding-left: 200px;
	position: relative;
}

body:not(.theme-preset-active) footer#colophon {
    background: #111010;
}

.site-info {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    font-family: 'Poppins';
}

.site-info strong {
    color: #ED68A3;
}

.site-info a {
    text-decoration: none;
}

body:not(.theme-preset-active) footer#colophon .container-fluid {
    border-top: 1px solid #ffffff54;
    max-width: 90%;
}


.woocommerce ul.products li.product a img {
    height: 355px;
    width: 100%;
    text-align: center !important;
    margin: 0 auto;
    background: #222222;
    border-radius: 10px;
    object-fit: scale-down;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #161616;
    background: #161616;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
    border-radius: 10px;
}

.section-products {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 60px !important;
}

h2.woocommerce-loop-product__title {
    line-height: 34px;
    font-size: 34px !important;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.woocommerce ul.products li.product .price {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Lilita One';
    font-weight: 500 !important;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 75%;
}


.woocommerce ul.products .by_btn .add_to_cart_button:after {
    content: "";
    background: url(images/crt.png) no-repeat;
    background-size: 100% 100% !important;
    height: 21px;
    width: 21px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.woocommerce ul.products .by_btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0px 18px 0;
    align-items: center;
}

.woocommerce ul.products .by_btn a.button:nth-child(1) {
    position: relative;
    border: 1px solid #e75ea2;
    height: 50px;
    width: 50px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px;
    background: #e75ea2;
    margin-top: 14px;
}

.woocommerce ul.products .by_btn .add_to_cart_button {
    font-size: 0;
    position: relative;
}

.woocommerce ul.products .by_btn a.wc-buy-now-btn {
    width: 80%;
    height: 50px;
    background: #ED68A3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ED68A3 !important;
}

.woocommerce ul.products .by_btn a.wc-buy-now-btn::after {
    display: none;
}

.custom-breadcrumb {
    background: #1B1B1B;
    padding-top: 91px !important;
    padding-bottom: 91px !important;
    border-radius: 0 0 100px 100px !important;
}

.custom-breadcrumb h2 {
    line-height: 50px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb-trail {
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffffbf;
}

.breadcrumb-trail a {
    color: #ffffffbf;
    text-decoration: none;
}


.woocommerce-shop .container {
    max-width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

.woocommerce-shop h1.page-title {
    line-height: 50px;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce-shop p.woocommerce-result-count {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
    color: #ffffffbf;
}

.woocommerce .woocommerce-ordering select {
    height: 51px;
    color: #fff;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 40px;
    background: #ed6896;
}


.woocommerce-page h2.woocommerce-loop-product__title {
    font-size: 26px !important;
    line-height: 39px;
    font-family: 'Poppins' !important;
    text-overflow: unset !important;
    overflow: unset !important;
    max-width: unset !important;
    white-space: unset !important;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woocommerce-page.woocommerce ul.products .by_btn .add_to_cart_button {
    font-size: 18px !important;
    width: 150px !important;
    height: 51px !important;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 400;
    background: transparent !important;
    border-color: #fff !important;
}

.woocommerce-page.woocommerce ul.products .by_btn a.wc-buy-now-btn {
    display: none !important;
}

.woocommerce-page.woocommerce ul.products .by_btn .add_to_cart_button:after {
    display: none;
}

.woocommerce-page.woocommerce ul.products .by_btn {
    display: flex;
    justify-content: end !important;
}

.woocommerce-page.woocommerce ul.products li.product .price {
    bottom: 2% !important;
    top: unset !important;
    right: unset !important;
    left: 4% !important;
}

.about-co-1 .vc_column-inner {
    padding-left: 0px !important;
}

.about-co .vc_column-inner {
    padding-right: 0px !important;
}

.about-para p {
    font-size: 32px;
    line-height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: italic;
    color: #fff;
    width: 86%;
    margin: 0 auto;
    padding-bottom: 70px;
}

.about-page {
    padding-top: 100px;
    padding-bottom: 80px;
}


.toy-para-1 {
    position: absolute;
    top: 35%;
    left: 23%;
}

.toy-para-1 h2 {
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}


.toy-para {
    position: absolute;
    top: 35%;
    left: 30%;
}

.toy-para h2 {
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.toy-para a {
    border: 1px solid #ED68A3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 51px;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #ED68A3);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.toy-para a::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 10%, transparent 40%);
    animation: shine 3s linear infinite;
    z-index: 0;
}

@keyframes shine {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.toy-para a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px #ED68A3;
    background: linear-gradient(135deg, #FF6CAB, #7366FF);
    color: #fff;
}




.toy-para-1 a {
    border: 1px solid #ED68A3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 51px;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #ED68A3);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.toy-para-1 a::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 10%, transparent 40%);
    animation: shine 3s linear infinite;
    z-index: 0;
}


.toy-para-1 a:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px #ED68A3;
    background: linear-gradient(135deg, #FF6CAB, #7366FF);
    color: #fff;
}


.blog-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.blog-img {
    text-align: center;
}

.blog-con h2 {
    font-size: 54px;
    line-height: 59px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-con p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 60px;
}

.contact-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-para p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: 'Poppins';
    text-align: center;
    margin-bottom: 0;
}

.contact-head-3 {
    text-align: center !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.contact-para-4 p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
}

.ContactForm-2 input.wpcf7-form-control {
    background: transparent !important;
    height: 60px;
    border-radius: 10px;
}

.ContactForm-2 textarea.wpcf7-form-control {
    background: transparent !important;
    border-radius: 10px;
    height: 231px;
}

section.contact-page .ContactForm-2 .btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 51px !important;
    background-color: #ED68A3 !important;
    border-color: #ED68A3 !important;
}

.ContactForm-2 input.wpcf7-form-control::placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 400;
}

.ContactForm-2 textarea.wpcf7-form-control::placeholder {
  color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins';
    font-weight: 400;


}

.contact-row {
    padding-left: 70px;
    padding-right: 100px;
    padding-top: 40px;
}



@media only screen and (max-width: 1700px) {

  .text-para h1 {
    font-size: 80px !important;
    line-height: 110px !important;
}

.section-3 .sec-col-y .vc_column-inner {
    padding-left: 300px !important;
}

section.section-products h2.woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 30px !important;
}

.woocommerce ul.products li.product .price {
    font-size: 24px !important;
    line-height: 30px !important;
}

.vibrate-head {
    font-size: 76px !important;
    line-height: 95px !important;
}

.vibrate-head-2 {
    font-size: 162px !important;
    line-height: 162px !important;
}

.pink-img:before {
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    left: -7px;
    top: -64px;
    width: 780px !important;
    height: 780px !important;
}

.what-you-sec .stats-block .stats-text {
    font-size: 20px !important;
    line-height: 27px !important;
}

.ft03 {
    padding-left: 20px;
}

.ft02 {
    padding-left: 50px !important;
}

.ft04 {
    padding-left: 120px !important;
}
	
.about-para p {
    font-size: 25px !important;
    line-height: 40px !important;
}

.toy-para-1 h2 {
    font-size: 50px !important;
    line-height: 50px !important;
}

.toy-para h2 {
    font-size: 50px !important;
    line-height: 50px !important;
}
	
.woocommerce-page h2.woocommerce-loop-product__title {
    font-size: 17px !important;
    line-height: 32px !important;
}

.woocommerce-page.woocommerce ul.products .by_btn .add_to_cart_button {
    font-size: 16px !important;
}
	
.blog-con h2 {
    font-size: 44px !important;
    line-height: 50px !important;
}	
}

@media only screen and (max-width: 1680px) {
	
.pink-img:before {
    left: 115px !important;
    top: -63px !important;
}

 .pink-img {
    zoom: 0.8;
} 
}

@media only screen and (max-width: 1600px) {
	
.text-para h1 {
    font-size: 70px !important;
    line-height: 100px !important;
}
.pink-img:before {
    left: 87px !important;
    top: -60px !important;
}
}

@media only screen and (max-width: 1440px) {

 header#masthead {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.text-para h1 {
    font-size: 60px !important;
    line-height: 80px !important;
}

.head-2 {
    width: 100% !important;
}

.section-3 .sec-col-y .vc_column-inner {
    padding-left: 200px !important;
}

section.section-products h2.woocommerce-loop-product__title {
    font-size: 25px !important;
    line-height: 30px !important;
}

.vibrate-head {
    font-size: 60px !important;
    line-height: 75px !important;
}

.vibrate-head-2 {
    font-size: 142px !important;
    line-height: 142px !important;
}

.pink-img:before {
    width: 750px !important;
    height: 750px !important;
    top: -47px !important;
    left: 55px !important;
}

section.what-you-sec .stats-top .stats-number {
    font-size: 65px !important;
}

.what-you-sec .stats-block .stats-text {
    font-size: 18px !important;
    line-height: 27px !important;
}

.main:before {
    left: 11% !important;
}

.vibator-row .vc_col-sm-4 {
    width: 33% !important;
}

.vibrator-para-2 p {
    font-size: 16px !important;
    line-height: 27px !important;
}

div#footer-widget {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
	
.about-para p {
    font-size: 22px !important;
    line-height: 37px !important;
    width: 95% !important;
}

.toy-para-1 h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.toy-para h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.toy-para-1 a {
    font-size: 15px !important;
}

.toy-para a {
    font-size: 15px !important;
}

.slider-head {
    font-size: 44px !important;
    line-height: 54px !important;
}
	
.woocommerce-shop .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.woocommerce-page h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 30px !important;
}
	
section.blog-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.blog-con h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
	
.contact-head-3 {
    font-size: 22px !important;
    line-height: 24px !important;
}

.contact-para-4 p {
    font-size: 16px !important;
}
	
.woocommerce ul.products li.product .price {
    font-size: 20px !important;
    line-height: 30px !important;
}

.woocommerce-page.woocommerce ul.products .by_btn .add_to_cart_button {
    width: 120px !important;
    font-size: 15px !important;
    height: 41px !important;
}

.woocommerce-page h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.9 !important;
}
	
.woocommerce-page.woocommerce ul.products li.product a img {
    height: 245px !important;
}
	
.single-product.woocommerce-page.woocommerce div.product .product_title {
    font-size: 35px !important;
    line-height: 50px !important;
}

.single-product.woocommerce-page p.price {
    font-size: 32px !important;
    line-height: 40px !important;
}

.single-product.woocommerce-page span.posted_in {
    font-size: 22px !important;
    line-height: 32px !important;
}

.single-product.woocommerce-page .custom-long-description h2 {
    font-size: 44px !important;
    line-height: 54px !important;
}

.single-product.woocommerce-page ul.tabs.wc-tabs {
    padding-left: 0px !important;
}	
}

@media only screen and (max-width: 1366px) {

 .navbar-nav li {
    margin-left: 50px !important;
}

.counter-row .vc_col-sm-6 {
    width: 38% !important;
}

.section-products {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
	
section.section-products h2.woocommerce-loop-product__title {
    font-size: 22px !important;
    line-height: 30px !important;
}

.theme-btn-2 a.vc_general {
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.red-para-1 h1 {
    font-size: 25px !important;
    line-height: 34px !important;
}

.theme-btn-3 a.vc_general {
    font-size: 16px !important;
}

.pink-img:before {
    width: 750px !important;
    height: 750px !important;
    top: -45px !important;
    left: 33px !important;
}

.slider-head {
    font-size: 44px !important;
    line-height: 50px !important;
}

.main-icon-2 a {
    font-size: 15px !important;
}
	
.red-para-1 h3 {
    margin-top: 120px !important;
    font-size: 35px !important;
    line-height: 40px !important;
}
	
#owl_custom11 .slider-img img {
    width: 65% !important;
}

#owl_custom11 .owl-item.left-neighbor .slider-img img {
    margin-left: 50px !important;
}

#owl_custom11 .owl-item.active.center .slider-img img {
    width: 100% !important;
}
	
.slider-sec:before {
    background-position: 50% 50% !important;
}
	
.woocommerce-shop .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.woocommerce-page h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    -webkit-line-clamp: 2 !important;
}
.woocommerce ul.products .by_btn {
    padding: 0 0;
}
.blog-con h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}
	
.contact-head {
    font-weight: 500 !important;
    font-size: 44px !important;
    line-height: 49px !important;
}
	
	.woocommerce-shop.woocommerce-page .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
	
    .section-3 .sec-col-y .vc_column-inner {
        padding-left: 50px !important;
}
	
.woocommerce ul.products .by_btn a.wc-buy-now-btn {
    font-size: 16px !important;
}
	
.single-product.woocommerce-page .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}	
}


@media only screen and (max-width: 1280px) {
	
.pink-img:before {
    width: 750px !important;
    height: 750px !important;
    top: -45px !important;
    left: 8px !important;
}
	
.vibrator-co-2 {
    padding-left: 20px !important;
}
	
div#footer-widget {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ft03 {
    padding-left: 14px !important;
}
	
    .text-para h1 {
        font-size: 50px !important;
        line-height: 70px !important;
}
	
	
.woocommerce-cart.woocommerce-page .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
}	
}

@media only screen and (max-width: 1200px) {

 .navbar-nav li {
    margin-left: 20px !important;
}

header#masthead {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.text-para h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.head-2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.head-5 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.section-3 .sec-col-y .vc_column-inner {
    padding-left: 80px !important;
}

.slider-head {
    font-size: 44px !important;
    line-height: 50px !important;
}

.vibrate-head {
    font-size: 45px !important;
    line-height: 55px !important;
}

.vibrate-head-2 {
    font-size: 122px !important;
    line-height: 122px !important;
}

.red-para-1 h1 {
    font-size: 25px !important;
    line-height: 34px !important;
}

.red-para-1 {
    padding-left: 70px !important;
}

.theme-btn-3 {
    margin-left: 70px !important;
}

.pink-img:before {
    width: 750px !important;
    height: 750px !important;
    top: -45px !important;
    left: -16px !important;
}

.what-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.ft04 {
    padding-left: 80px !important;
}

div#footer-widget {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.main-icon-2 a {
    font-size: 15px !important;
}

.main-icon-2 i {
    margin-right: 10px !important;
    font-size: 12px !important;
}
	
#owl_custom11 .owl-item.left-neighbor .slider-img img {
    margin-left: 10px !important;
}

#owl_custom11 .slider-img img {
    width: 65% !important;
}

section.slider-sec {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
	
.woocommerce-page.woocommerce ul.products .by_btn .add_to_cart_button {
    width: 130px !important;
    height: 41px !important;
    font-size: 15px !important;
}

.woocommerce ul.products li.product .price {
    font-size: 22px !important;
    line-height: 30px !important;
}
	
section.blog-sec {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.blog-con h2 {
    font-size: 32px !important;
    line-height: 42px !important;
}

.contact-form-1 {
    width: 84% !important;
}
	
.contact-row {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	
    section.section-products h2.woocommerce-loop-product__title {
        font-size: 19px !important;
        line-height: 31px !important;
}
	
    .section-products {
        padding-left: 20px !important;
        padding-right: 20px !important;
}
	
.ft04:before {
    left: 30px !important;
}

.ft03:before {
    left: -40px !important;
}

.ft02:before {
    left: -4px !important;
}
	
.woocommerce-shop.woocommerce-page .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	
.woocommerce.woocommerce-page .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}	
}


@media only screen and (max-width: 1199px) {
	
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #1E1E1E !important;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0;
    padding-bottom: 50px;
}

  .navbar-nav {
    margin-right: 0px !important;
}

.navbar-nav li {
    margin-left: 0px !important;
}
	
.navbar-light .navbar-toggler {
    background: #ED68A3 !important;
    font-size: 20px;
}
	
.icons a:first-child {
    margin-left: 0px !important;
}

.icons {
    text-align: center;
    margin-top: 20px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    text-align: center !important;
}
	
.navbar-light .navbar-toggler:focus {
    outline: unset !important;
}	
}


@media only screen and (max-width: 1024px) {
	
section.section-2 {
    padding-top: 50px !important;
}

.section-3 .sec-col-y .vc_column-inner {
    padding-left: 30px !IMPORTANT;
}

section.section-vibrate {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.red-para-1 {
    padding-left: 30px !important;
}

.red-co .vc_column-inner {
    height: 500px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pink-img:before {
    width: 650px !important;
    height: 650px !important;
    top: -25px !important;
    left: -23px !important;
}

.ft02 {
    padding-left: 30px !important;
}

.ft04 {
    padding-left: 50px !important;
}
	
.ft03 {
        padding-left: 0px !important;
        padding-right: 0px !important;
}

.main-icon-2 a {
    font-size: 14px !important;
}

div#footer-widget {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
.about-para p {
    font-size: 20px !important;
    line-height: 34px !important;
}
	
.woocommerce-page.woocommerce ul.products .by_btn .add_to_cart_button {
    width: 120px !important;
}

.woocommerce ul.products li.product .price {
    font-size: 20px !important;
    line-height: 30px !important;
}
	
.single-product.woocommerce-page.woocommerce div.product .product_title {
    font-size: 30px !important;
    line-height: 40px !important;
}

.single-product.woocommerce-page p.price {
    font-size: 30px !important;
    line-height: 40px !important;
}

.single-product.woocommerce-page span.posted_in {
    font-size: 20px !important;
    line-height: 30px !important;
}

.custom-breadcrumb h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.single-product.woocommerce-page .custom-long-description h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    font-size: 16px !important;
}
	
.woocommerce-page.woocommerce div.product form.cart .button {
    font-size: 16px !important;
    width: 141px !important;
    height: 41px !important;
}
	
.woocommerce-cart h1.entry-title {
    font-size: 40px !important;
    line-height: 40px !important;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items thead tr > th {
    font-size: 16px !important;
    line-height: 32px !important;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    font-size: 20px !important;
    line-height: 40px !important;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper, .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    font-size: 16px !important;
    line-height: 32px !important;
}
	
.woocommerce-checkout.woocommerce-page .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding-right: 0px !important;
}

.woocommerce-checkout .wc-block-components-sidebar {
    width: 100% !important;
    margin-top: 50px !important;
}
	
.right-neighbor {
    margin-left: 80px !important;
}

.left-neighbor {
    margin-left: 0px !important;
}
	
.woocommerce-account.woocommerce-page .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}	
}

@media only screen and (max-width: 991px) {
	
.red-para-1 h3 {
    margin-top: 50px !important;
    font-size: 30px !important;
}

.red-para-1 h1 {
    font-size: 22px !important;
    line-height: 32px !important;
}
	
.section-products {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pink-img:before {
    width: 620px !important;
    height: 630px !important;
    top: -22px !important;
    left: -18px !important;
}

.what-you-sec .stats-block .stats-text {
    font-size: 16px !important;
}
	
div#main-nav {
    width: 40% !important;
}	
}


@media only screen and (max-width: 768px) {
	
.text-para h1 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.section-3 .vc_col-sm-6 {
    width: 100% !important;
}

.sec-col-m .vc_column-inner {
    padding-left: 15px !important;
}

.section-3 .sec-col-y .vc_column-inner {
    padding-left: 15px !important;
}

.head-2 {
    text-align: center !important;
    font-size: 28px !important;
    line-height: 38px !important;
}

.head-1 {
    text-align: center !important;
}

.section-3 .wpb_single_image.vc_align_left {
    text-align: center !important;
}

.head-5 {
    text-align: center !important;
    font-size: 28px !important;
    line-height: 38px !important;
}

.sec3-para p {
    width: 100% !important;
    text-align: center !important;
}

.theme-btn-1 {
    display: flex !important;
    justify-content: center;
}

.sec-col-y {
    margin-top: 60px;
}

.sec-col-m {
    margin-top: 20px;
}

.vibrate-head-2 {
    font-size: 100px !important;
    line-height: 100px !important;
}

.vibrate-head {
    font-size: 40px !important;
    line-height: 50px !important;
}

section.section-vibrate {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.red-para-1 p {
    font-size: 18px !important;
    line-height: 32px !important;
}

.red-sec .vc_col-sm-4 {
    width: 100% !important;
}

.red-co .vc_column-inner {
    background-size: 100% 100% !important;
}

.theme-btn-3 {
    margin-left: 35px !important;
}
	
.what-you-sec .vc_col-sm-6 {
    width: 100% !important;
}

.pink-img:before {
    width: 750px !important;
    height: 750px !important;
    top: -43px !important;
    left: 83px !important;
}

.what-head {
    text-align: center !important;
}

.what-para p {
    width: 100% !important;
    text-align: center !important;
}

.counter-row {
    display: flex;
    justify-content: center;
}

.what-you-sec {
    padding-bottom: 50px !important;
    padding-top: 100px !important;
}

.pink-img img {
    margin-bottom: 50px;
}

.vibrator-para p {
    width: 100% !important;
    text-align: center !important;
}

.theme-btn-4 {
    display: flex;
    justify-content: center;
}

.slider-head {
    font-size: 40px !important;
    line-height: 50px !important;
}

#owl_custom11 .slider-img img {
    width: 90% !important;
    margin-left: 0px;
}

.left-neighbor {
    margin-left: 10px !important;
}

#owl_custom11 .owl-item.left-neighbor .slider-img img {
    margin-top: 200px !important;
}

#owl_custom11 .owl-item.right-neighbor .slider-img img {
    margin-top: 200px !important;
}

.right-neighbor {
    margin-left: 0px !important;
}

.vibrator-sec .vc_col-sm-6 {
    width: 100% !important;
}
	
div#footer-widget .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.ft04 {
    padding-left: 15px !important;
}

.ft02 {
    padding-left: 15px !important;
}

div#footer-widget {
    text-align: center !important;
}

.ft02 li {
    list-style: none !important;
    margin-left: 0px !important;
}

.ft02:before {
    display: none;
}

.ft04:before {
    display: none;
}
	
.theme-btn-4 {
    justify-content: center !important;
    display: flex !important;
}
	
.toy-para-1 h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.toy-para h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.toy-para-1 a {
    width: 120px !important;
    height: 41px !important;
}

.toy-para a {
    height: 41px !important;
}

.about-para p {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 32px !important;
}
	
.custom-breadcrumb {
    padding-top: 71px !important;
    padding-bottom: 71px !important;
}
	
.woocommerce-page p.woocommerce-result-count {
    margin-bottom: 0px !important;
}

.woocommerce-page h1.page-title {
    font-size: 35px !important;
    line-height: 45px !important;
}
	
.single-product.woocommerce-page.woocommerce div.product .product_title {
    font-size: 25px !important;
    line-height: 35px !important;
}

.single-product.woocommerce-page p.price {
    font-size: 25px !important;
    line-height: 35px !important;
}

.woocommerce-page.woocommerce div.product form.cart .button {
    font-size: 16px !important;
    width: 141px  !important;
    height: 41px !important;
}

.single-product.woocommerce-page .custom-long-description h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

.single-product.woocommerce-page span.posted_in {
    font-size: 18px !important;
    line-height: 30px !important;
}

span.sku_wrapper {
    font-size: 18px !important;
    line-height: 30px !important;
}
	
.woocommerce-cart .wc-block-components-sidebar, .woocommerce-checkout .wc-block-components-sidebar {
    padding: 20px !important;
}

.woocommerce-cart h1.entry-title {
    font-size: 35px !important;
    line-height: 35px !important;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product {
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}
	
.woocommerce-cart .is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    grid-template-columns: 140px 132px !important;
}
.contact-page .vc_col-sm-6 {
    width: 100% !important;
}
	
section.section-3 .img-1.wpb_single_image.vc_align_left {
    text-align: left !important;
}

section.section-3 .img-2 .wpb_single_image.vc_align_left {
    text-align: right !important;
}

.section-3 .img-2.wpb_single_image.vc_align_left {
    text-align: right !important;
}

.img-2 img {
    width: auto !important;
    height: 500px !important;
}

.img-1 img {
    width: auto !important;
    height: 500px !important;
}

.img-3 img {
    width: auto !important;
    height: 500px !important;
}

	    div#main-nav {
        width: 50% !important;
}
.breadcrumb-trail {
    font-size: 16px !important;
}
	
.woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100% !important;
}

.woocommerce-account .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100% !important;
}

.woocommerce-account h2 {
    font-size: 30px !important;
}	
}

@media only screen and (max-width: 767px) {
	
	
.vibator-row .vc_col-sm-4 {
    width: 100% !important;
    text-align: center !important;
}
	
.icon-img.wpb_single_image.vc_align_left {
    text-align: center !important;
}
	
.about-img img {
    width: auto !important;
    height: 500px !important;
}

.about-img-2 img {
    width: auto !important;
    height: 500px !important;
}

.about-img-2.wpb_single_image.vc_align_left {
    text-align: right !important;
}

.toy-para {
    left: 40% !important;
}
	
.blog-con h2 {
    text-align: center !important;
    font-size: 30px !important;
    line-height: 40px !important;
}

.blog-con p {
    text-align: center !important;
}	
}


@media only screen and (max-width: 740px) {
	
.wp-block-woocommerce-checkout-order-summary-block {
    background: #fff !important;
    border-radius: 10px !important;
    padding: 30px !important;
}
	
.wc-block-components-product-name {
    font-size: 16px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    font-size: 16px !important;
}

.wc-block-components-product-metadata__description p {
    font-size: 14px !important;
}

.wc-block-components-product-price {
    font-size: 14px !important;
}	
}

@media only screen and (max-width: 667px) {
	
.text-para h1 {
    line-height: 35px !important;
    font-size: 23px !important;
}

.img-1 img {
    height: 450px !important;
}

.head-2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.head-5 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.theme-btn-1 a.vc_general {
    font-size: 16px !important;
    width: 160px !important;
    height: 45px !important;
}

.img-2 img {
    height: 450px !important;
}

.slider-head {
    font-size: 35px !important;
    line-height: 45px !important;
}

.vibrate-head {
    font-size: 35px !important;
    line-height: 45px !important;
}

.vibrate-head-2 {
    font-size: 90px !important;
    line-height: 90px !important;
}

.pink-img:before {
    width: 750px !important;
    height: 750px !important;
    top: -43px !important;
    left: 23px !important;
}

.what-head {
    font-size: 28px !important;
    line-height: 38px !important;
}

.img-3 img {
    height: 450px !important;
}
	
#owl_custom11 .slider-img img {
    margin-left: -10px !important;
}
	
.about-img img {
    height: 450px !important;
}

.about-img-2 img {
    height: 450px !important;
}
	
.about-para p {
    font-size: 16px !important;
    line-height: 30px !important;
}
	
.contact-para p {
    font-size: 16px !important;
    line-height: 30px !important;
}
	
.custom-breadcrumb {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
}
	
.woocommerce-checkout h1.entry-title {
    font-size: 35px !important;
}
	
header#masthead {
    padding-left: 0px !important;
    padding-right: 0px !important;
}	
}

@media only screen and (max-width: 568px) {
	
.text-para h1 {
    font-size: 16px !important;
    line-height: 30px !important;
}

.img-1 img {
    height: 300px !important;
}

.head-2 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.head-5 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.img-2 img {
    height: 300px !important;
}

.slider-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
}

.vibrate-head-2 {
    font-size: 60px !important;
    line-height: 60px !important;
}

.vibrate-head {
    font-size: 30px !important;
    line-height: 40px !important;
}

section.section-vibrate {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.pink-img:before {
    width: 700px !important;
    height: 700px !important;
    top: -16px !important;
    left: -17px !important;
}

.img-3 img {
    height: 300px !important;
}

.what-head {
    font-size: 25px !important;
    line-height: 25px !important;
}

.slider-head {
    font-size: 25px !important;
    line-height: 35px !important;
}

#owl_custom11 .slider-img img {
    margin-left: 0px !important;
}

section.slider-sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ft01 p {
    width: 100% !important;
}
	
.left-neighbor {
    margin-left: 0px !important;
}

#owl_custom11 .owl-item.active.center .slider-img img {
    width: 80% !important;
    margin: 0 auto !important;
}

#owl_custom11 .owl-item.left-neighbor .slider-img img {
    margin-top: 0px !important;
}

#owl_custom11 .owl-item.right-neighbor .slider-img img {
    margin-top: 0px !important;
}
	
div#owl_custom11 .owl-dots {
    text-align: center;
}

	.custom-breadcrumb h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.single-product.woocommerce-page.woocommerce div.product .product_title {
    font-size: 22px !important;
    line-height: 32px !important;
}

.single-product.woocommerce-page .custom-long-description h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}

.woocommerce-page .custom-long-description p {
    font-size: 15px !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    width: 200px !important;
    height: 41px !important;
    font-size: 15px !important;
}
	
    div#main-nav {
        width: 80% !important;
}
	
.about-img img {
    height: 350px !important;
}

.toy-para-1 h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.about-img-2 img {
    height: 350px !important;
}

.toy-para h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}
	
.woocommerce-page span.page-numbers.current {
    width: 30px !important;
    height: 30px !important;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    width: 30px !important;
    height: 30px !important;
}

.woocommerce-page span.page-numbers.dots {
    width: 30px !important;
    height: 30px !important;
}
	
.woocommerce-page h1.page-title {
    font-size: 30px !important;
    line-height: 40px !important;
}

.woocommerce-page p.woocommerce-result-count {
    font-size: 15px !important;
}
	
    .custom-breadcrumb {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
}
	
.blog-con h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

section.blog-sec {
    padding-left: 0px !important;
    padding-right: 0px !important;
}	
}

@media only screen and (max-width: 480px) {
	
.pink-img:before {
        width: 600px !important;
        height: 600px !important;
        top: -16px !important;
        left: -17px !important;
}
	
td.wc-block-cart-item__product {
    overflow-x: scroll !important;
}

td.wc-block-cart-item__image {
    overflow-x: scroll !important;
}
	
    .woocommerce-checkout h1.entry-title {
        font-size: 30px !important;
}
	
.contact-para p {
    font-size: 15px !important;
}

.contact-head {
    font-size: 30px !IMPORTANT;
    line-height: 40px !important;
}

.contact-row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	
.woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.woocommerce-account .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}	
}

@media only screen and (max-width: 425px) {
	
    .pink-img:before {
        width: 500px !important;
        height: 500px !important;
        top: -9px !important;
        left: -4px !important;
}
	
.woocommerce-page p.woocommerce-result-count {
    font-size: 14px !important;
}

.woocommerce-page h1.page-title {
    font-size: 25px !important;
    line-height: 35px !important;
}
	
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    font-size: 16px !important;
    line-height: 30px !important;
}
	
.woocommerce-cart h1.entry-title {
    font-size: 30px !important;
}
	
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    width: 140px !important;
    height: 40px !important;
}	
}

@media only screen and (max-width: 375px) {
	
    .pink-img:before {
        width: 450px !important;
        height: 450px !important;
        top: -9px !important;
        left: -4px !important;
}
	
.site-info {
    font-size: 15px !important;
    line-height: 30px !important;
}
	
    section.section-2 {
        padding-top: 10px !important;
}
	
.counter-row {
    display: block !important;
}	
}
.sr7-bullets.custom sr7-bullet.sr7-bullet.selected {
    background: #ED68A3 !important;
}

.sr7-bullets.custom sr7-bullet.sr7-bullet {
    color: #ffff !important;
    background: #fff !important;
}

.ft02:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 31%;
    border: 1px solid #ffffff29;
    width: 1px;
    height: 100px;
}

.ft03:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 31%;
    border: 1px solid #ffffff29;
    width: 1px;
    height: 100px;
}

.ft04:before {
    content: '';
    position: absolute;
    left: 70px;
    top: 31%;
    border: 1px solid #ffffff29;
    width: 1px;
    height: 100px;
}

.woocommerce-page .container {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.woocommerce-page .type-product {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce-page.woocommerce div.product .product_title {
    border-bottom: unset !important;
    font-size: 46px !important;
    line-height: 60px !important;
    font-family: 'Poppins';
    font-weight: 400 !important;
    color: #fff !important;
}

.woocommerce-page p.price {
    font-weight: 500 !important;
    line-height: 40px !important;
    font-size: 38px !important;
    font-family: 'Lilita One';
    color: #ED68A3 !important;
}

.woocommerce-page .woocommerce-product-details__short-description {
    padding-bottom: 10px;
}

.woocommerce-page .woocommerce-product-details__short-description strong {
    color: #fff !important;
}

.woocommerce-page .woocommerce-product-details__short-description p {
    line-height: 39px !important;
    color: #ffffffb3 !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

.woocommerce-page .qty-btn {
    background: unset !important;
}

.woocommerce-page .custom-qty {
    border: 1px solid #Fff;
    gap: 0 !important;
    width: 60% !important;
    border-radius: 5px !important;
    margin-bottom: 40px;
}

.woocommerce-page.woocommerce .quantity .qty {
    background: unset !important;
    color: #fff !important;
    border-color: unset !important;
    border: unset !important;
    width: 20px !important;
}

.woocommerce-page button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt {
    display: none !important;
}
.woocommerce-page form.cart {
    display: inline-grid;
}

.woocommerce-page.woocommerce div.product form.cart .button {
    line-height: 18px;
    background: #ED68A3 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 151px !important;
    height: 51px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}

.woocommerce-page span.posted_in {
    line-height: 39px !important;
    color: #ffffff !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
}

.woocommerce-page .product_meta a {
    font-weight: 400 !important;
    color: #ffffffb3;
}

.woocommerce-page .custom-long-description h2 {
    font-size: 54px !important;
    line-height: 59px !important;
    color: #fff !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.woocommerce-page .custom-long-description p {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #ffffff85 !important;
}



.custom-long-description p:before {
    content: '';
    background-image: url(https://dev.internalstaging.com/web/50-shades/hade/wp-content/uploads/2025/06/Background-4.png);
    position: absolute;
    right: 0;
    bottom: 28%;
    width: 785px;
    height: 814px;
    opacity: 0.2;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 270px;
    height: 51px;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}

.woocommerce-page li#tab-title-reviews {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 212px !important;
    height: 51px !important;
    border-radius: 10px !important;
    background: #ED68A3 !important;
    border-color: #ED68A3 !important;
    margin-left: 20px;
}


.woocommerce-page ul.tabs.wc-tabs {
    display: flex !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}
.top-footer .slider-head {
    font-size: 54px;
    color: #FFFFFF;
    line-height: 59px;
    text-align: center;
}
.ft-bottom {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
}
.ft-bottom .head-1 {
    font-size: 12px;
    color: #ED68A3;
    line-height: 12px;
    text-align: center;
}
.ft-bottom {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    background: url(https://dev.internalstaging.com/web/50-shades/hade/wp-content/uploads/2025/06/Section.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.vc_section.newsletter-sec {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #e75ea2 !important;
    border-color: #e75ea2 !important;
    margin-left: 40px;
    border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.tabs li:first-child {
    margin-left: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    margin-bottom: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #fff;
    font-weight: 500 !important;
}

.woocommerce div.product .woocommerce-tabs .panel tr {
    color: #fff !important;
}
.related h2 {
    color: #fff;
    font-weight: 500 !important;
}

.woocommerce-message {
    border-top-color: #e75ea2;
}

.woocommerce-notices-wrapper {
    padding-top: 50px;
}

a.button.wc-forward {
    background: #e75ea2;
    color: #fff;
    font-weight: 400;
}

.woocommerce-message::before {
    color: #e253a1;
}

/* span {
    color: #fff;
}

button.wc-block-cart-item__remove-link {
    color: #fff !important;
}

.wc-block-components-product-metadata__description {}

.wc-block-components-product-metadata__description p {
    color: #fff;
    font-size: 15px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    color: #fff;
}

.wc-block-components-panel__button {
    color: #fff;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #e75ea2;
}

.wc-block-components-quantity-selector {
    background: #fff;
}
 */
/*===============================
    Woocommerce Cart Page
===============================*/
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    display: block;
}
.woocommerce-cart section#primary {
    padding: 80px 0%;
}
.woocommerce-cart h1.entry-title {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items thead tr > th {
    font-size: 18px;
    line-height: 34px;
    border: 1px solid #000;
    padding: 20px;
    color: #000000;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tr {
    border: 1px solid #000 !important;
    --wp--preset--gradient--cool-to-warm-spectrum: #fff;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td {
    padding: 20px;
    border: 1px solid #ffffff;
    vertical-align: middle;
    color: #fff;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    font-size: 22px;
    line-height: 45px;
    color: #ffffff;
    margin-bottom: 10px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap span.wc-block-formatted-money-amount {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-components-product-metadata {
    font-size: 16px;
    line-height: 30px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td  .wc-block-components-quantity-selector {
    border: 1px solid #ffffff;
    margin: 0 !important;
    margin-right: 20px !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-components-quantity-selector button {
    color: #ffffff !important;
    font-size: 20px;
    opacity: 1;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product {
    padding-right: 10%;
    position: relative;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product .wc-block-cart-item__quantity {
/*     position: absolute;
    top: 30px;
    right: 20px; */
    display: flex;
    align-items: baseline;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td button.wc-block-cart-item__remove-link {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    background: #fff !important;
    border-radius: 5px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.woocommerce-cart .wc-block-components-sidebar span.wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-sidebar span.wc-block-cart__totals-title {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
    font-family: 'Aurora';
    text-align: left;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-color: #403a3a;
    padding: 20px 0;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    display: block;
    font-weight: 500;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper a {
    color: #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
    padding: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0  {
    background: transparent;
    border-color: #fff;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #FF1940 ;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label {
    color: #fff !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit-container a {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #000000;
    margin-top: 20px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
    margin: 0;
}
.is-large.wc-block-cart {
    margin-bottom: 0;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items {
    color: #fff;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td span {
    color: #fff !important;
}

.woocommerce-cart .wc-block-components-sidebar span {
    color: #000;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button {
    color: #000;
}

.is-large.wc-block-cart .wc-block-components-sidebar input#wc-block-components-totals-coupon__input-coupon {
    padding-top: 10px;
    height: unset;
}

.is-large.wc-block-cart .wc-block-components-sidebar button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    height: unset !important;
    padding: 10px !important;
    line-height: 1;
    min-height: unset;
}

.checkout_sec {
    padding-top: 70px;
    padding-bottom: 70px;
}

.checkout_sec .wc-block-components-sidebar, .checkout_sec .wc-block-components-sidebar p, .checkout_sec .wc-block-components-sidebar span,.checkout_sec .wc-block-components-sidebar  h3 {
    color: #000 !important;
}

.checkout_sec .wc-block-components-sidebar  h3 {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1 !important;
}

.checkout_sec .wc-block-components-sidebar  .wc-block-components-order-summary .wc-block-components-order-summary-item {
    border-bottom: 1px solid #000;
}

.checkout_sec .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
    color: #000 !important;
    padding: 15px;
}

.checkout_sec .wc-block-components-sidebar  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 0;
}

.checkout_sec {
    color: #fff;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: #000 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    color: #000;
}

.wc-block-components-product-metadata__description p {
    color: #000;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {color: #000 !important;}

.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper {
    color: #000 !important;
}

.wp-block-woocommerce-checkout-order-summary-discount-block.wc-block-components-totals-wrapper {
    color: #000 !important;
}

.wc-block-components-totals-wrapper {
    color: #000 !important;
}

.wc-block-components-title.wc-block-components-title {
    color: #fff;
    font-weight: 500 !important;
}

.wc-block-components-checkout-step__description {
    color: #fff;
}

.wc-block-components-address-form__address_2-toggle {
    color: #fff !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
    color: #fff;
}

span.wc-block-components-checkbox__label {
    color: #fff;
}

.wc-block-components-checkout-return-to-cart-button {
    color: #fff !important;
}

.woocommerce-checkout h1.entry-title {
    color: #fff;
    font-size: 40px;
    font-weight: 500 !important;
}

.woocommerce-checkout div#main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.woocommerce a.added_to_cart {
    color: #fff;
    margin-right: 5px;
    text-decoration: none;
    margin-top: 14px;
}
.woocommerce-cart .wc-block-components-product-metadata__description p {
    color: #fff !important;
}

.woocommerce-account .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
    max-width: 50%;
}

.woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
    max-width: 50%;
}

.woocommerce-account .form-row {
    display: block !important;
}

.woocommerce-account .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    background: #fff;
}

.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background: #e75ea2 !important;
    color: #fff !important;
    font-weight: 400 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
}

.woocommerce-account p.woocommerce-LostPassword.lost_password {
    color: #000 !important;
}

.woocommerce-account p.woocommerce-LostPassword.lost_password a {
    color: #000 !important;
    text-decoration: none !important;
}

.woocommerce-account button.woocommerce-Button.woocommerce-button.woocommerce-form-register__submit.btn.btn-primary.mt-2 {
    background: #e75ea2 !important;
    color: #fff !important;
    font-weight: 400 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    border-color: #e75ea2 !important;
    margin-top: 24px !important;
}

.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link {
    color: #000;
}

.woocommerce-account h2 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: 500 !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.woocommerce-account h1.entry-title {
    display: none;
}

.woocommerce-account div#main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce-dashboard .woocommerce {
    border: 1px solid #fff;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 30px;
    background: #fff;
    border-radius: 10px;
    width: 60%;
    margin: 0 auto;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background: #fff !important;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    color: #fff !important;
    font-weight: 500 !important;
}

.woocommerce-MyAccount-navigation li {
    color: #e7526d !important;
    padding-bottom: 15px;
}

.woocommerce-MyAccount-navigation li a {
    color: #000;
    text-decoration: none;
}

.woocommerce-notices-wrappera {
    color: #000 !important;
}

.woocommerce-MyAccount-content a {
    color: #000;
    text-decoration: none;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
    font-size: 16px !important;
    width: 150px !important;
    height: 51px !important;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 400;
    background: transparent !important;
    border-color: #fff !important;
}

span.sku_wrapper {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-right: 20px;
}

.wc-block-components-order-summary-item {
    border-bottom: 1px solid #0000002b;
}

.woocommerce-page h1.page-title {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    font-weight: 500 !important;
}

.woocommerce-page .woocommerce-notices-wrapper {
    padding-top: 0;
}

.woocommerce-page p.woocommerce-result-count {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: unset !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: unset !important;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #e75ea2;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: transparent;
    margin-bottom: 50px;
}

.woocommerce-page span.page-numbers.current {
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #e75ea2;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #e75ea2 !important;
    margin-bottom: 50px;
    color: #fff !important;
    margin-right: 10px !important;
}

.woocommerce-page span.page-numbers.dots {
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #e75ea2;
    width: 40px;
    height: 40px;
    margin-right: 10px !important;
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
    background: unset !important;
}


.woocommerce-checkout .wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: inset 0 0 0 1.5px #fff !important;
}

.woocommerce-checkout span.wc-block-components-payment-method-label {
    color: #fff !important;
}

.woocommerce-checkout div#radio-control-wc-payment-method-options-cod__content {
    color: #fff !important;
}

