/*
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;
}

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;
}
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: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.5s !important;
}

.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;
}
header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 999 !important;
    background: #000000db;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    backdrop-filter: blur(52px);
}

header#masthead  .navbar-brand img {
    width: 150px;
}
.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: #fff;
  padding: 0 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  text-transform: capitalize;
}

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%;
  }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1230px;
    }
}
/* Custom Css */
header#masthead  .call_btn a {
    padding: 15px 20px;
    background: #ff1493;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 15px #ff1493bf;
    border: 2px solid #fff;
    transition: all 0.5s;
}
header#masthead .call_btn a i {
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    font-style: normal;
    margin-right: 6px;
}
header#masthead .call_btn a:hover {
    background: #fff;
    color: #ff1493;
}
section.vc_section.banner_sec {
    padding-top: 120px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: right center;
    z-index: 8;
}

.banner_sec h6.vc_custom_heading {
    margin-top: 0;
    background: color-mix(in oklab, #FF1493 20%, transparent);
    width: fit-content;
    border: 1px solid;
    border-color: color-mix(in oklab, #FF1493 50%, transparent);
    border-radius: 30px;
    padding: 6px 15px;
    color: #FF1493;
    font-weight: 600;
    line-height: 1;
}

.banner_sec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    z-index: -1;
}

.banner_sec h1 {
    color: #fff;
    font-size: 94px;
    line-height: 1;
    font-weight: 800;
    padding: 0;
    margin: 0;
}

.banner_sec h1 span {
    padding-left: 10px;
    color: #FF1493;
}

.banner_sec  .wpb_text_column {
    font-size: 20px;
    color: lab(100 0 0 / .7);
    line-height: 1.5;
}

.theme_btn  .vc_general {
    box-shadow: 0 10px 30px #ff14934d !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 20px 30px !important;
    border-radius: 10px !important;
    background: #ff1493 !important;
    font-weight: 600 !important;
    color: #fff !important;
    transition: all 0.5s;
    border: none !important;
}

.banner_sec .vc_row.wpb_row .vc_btn3-container {
    margin-right: 15px;
}

.theme_btn .vc_general:hover {
    background: #fff !important;
    color: #ff1493 !important;
}
section.vc_section.about_sec {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

h6.vc_custom_heading {
    color: #FF1493;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px !important;
}

.about_sec h2.vc_custom_heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.about_sec .wpb_text_column {
    margin-top: 20px;
    color: #4a5565;
    font-size: 18px;
    line-height: 1.5;
}
.about_sec .wpb_row.vc_inner .vc_col-sm-6>.vc_column-inner>.wpb_wrapper {
    background: #fbf9fa;
    padding: 30px 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    transition: all 0.5s;
    border: 1px solid #0000;
}

.about_sec .wpb_row.vc_inner .wpb_single_image {
    margin-bottom: 10px;
}

.about_sec .wpb_row.vc_inner .wpb_single_image img {
    background: #fff;
    box-shadow: 0 0 4px 3px #00000005;
    width: 60px;
    height: 60px;
    object-fit: scale-down;
    border-radius: 10px;
    transition: all 0.5s;
}

.about_sec .wpb_row.vc_inner h3.vc_custom_heading {
    font-size: 20px;
    /* margin-top: 10px; */
    margin-bottom: 10px !important;
    line-height: 1;
    padding: 0;
    font-weight: 700;
}

.about_sec .wpb_row.vc_inner .wpb_text_column {
    margin: 0;
    font-size: 14px;
}

.about_sec .wpb_row.vc_inner .vc_col-sm-6>.vc_column-inner>.wpb_wrapper:hover {
    border: 1px solid #ff1493;
}

.about_sec .wpb_row.vc_inner .vc_col-sm-6>.vc_column-inner>.wpb_wrapper:hover img {
    scale: 1.1;
}
section.vc_section.serv_sec {
    padding-top: 100px;
    padding-bottom: 70px;
}

.serv_sec h2.vc_custom_heading {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
}

.serv_sec .vc_col-sm-6 {}

.serv_sec .vc_col-sm-6 .wpb_text_column {
    margin: 0;
    width: 60%;
    margin-right: 0;
    margin-left: auto;
    font-size: 18px;
    color: lab(100 0 0 / .7);
    line-height: 1.5;
}

.services-wrap {
    margin-top: 30px;
}

.services-wrap .ser_img {
    height: 256px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: -2;
}

.services-wrap .serv_box>.serv_box {
    border-radius: 30px;
    overflow: hidden;
    position: relative !important;
    z-index: 1;
    border: 1px solid #a1a1a138;
}

.services-wrap .serv_box .cont {
    padding: 30px 30px;
    color: #fff;
}

.serv_box .cont .h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}

.services-wrap .serv_box span {display: block;font-size: 16px;color: lab(100 0 0 / .7);line-height: 1.5;margin-bottom: 20px;}

.services-wrap .serv_box .btn {
    padding: 0 !important;
}

.services-wrap .serv_box a {
    position: relative;
    margin-top: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    color: #FF1493;
    text-decoration: none;
}

.services-wrap .serv_box a:after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    margin-left: 10px;
    transition: all 0.5s;
}

.services-wrap .serv_box a:hover:after {
    margin-left: 15px;
}

.services-wrap .serv_box>.serv_box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #111111,#111111,transparent);
    z-index: -1;
}

.services-wrap .ser_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*Product Sec*/
section.vc_section.prod_sec {
    padding-top: 70px;
    padding-bottom: 70px;
}

.prod_sec h6.vc_custom_heading {
    text-align: center !important;
}

.prod_sec h2.vc_custom_heading {
    text-align: center !important;
    font-size: 48px;
    color: #000000;
    font-weight: 800;
    line-height: 1;
}

.prod_sec  .wpb_text_column {
    font-size: 18px;
    width: 53%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    font-size: 16px;
    color: lab(0 0 0 / 0.7);
    line-height: 1.5;
    margin-bottom: 20px;
    margin-bottom: 50px;
}

.products  li.product {}

.products  li.product img.attachment-woocommerce_thumbnail {
    height: 355px !important;
    object-fit: cover !important;
    border-radius: 16px;
}

.products li.product  h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    font-weight: 700;
    padding-top: 0 !important;
    color: #000 !important;
}

.products li.product span.price {
    color: #FF1493;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.products li.product {
    position: relative;
}

.products li.product .tinv-wraper {
    position: absolute;
    top: 35%;
    right: 50px;
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.products li.product .tinv-wraper span.tinvwl_add_to_wishlist-text {
    font-size: 0;
}

.products li.product .tinv-wraper a.tinvwl_add_to_wishlist_button {
    margin: 0;
}

::before {}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    margin: 0;
    font-size: 22px;
    color: #000;
}

.products li.product a.button.add_to_cart_button {
    position: absolute;
    position: absolute;
    top: 35%;
    right: 110px;
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 0;
    opacity: 0;
    transition: all 0.5s;
}

.products li.product a.button.add_to_cart_button:before {
    content: '\f218';
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    color: #000;
}

.products li.product  a.button.yith-wcqv-button {
    position: absolute;
    top: 35%;
    right: 170px;
    width: 48px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0;
    font-size: 0;
    opacity: 0;
    transition: all 0.5s;
}

.products li.product a.button.yith-wcqv-button:before {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    font-size: 20px;
}

.products li.product:hover .tinv-wraper {
    opacity: 1;
    transition: all 0.5s;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {}

.products li.product:hover a.button.add_to_cart_button {
    opacity: 1;
    transition: all 0.5s;
}

.products li.product:hover a.button.yith-wcqv-button {
    opacity: 1;
}

.black_btn  .vc_general {
    padding: 15px 30px !important;
    font-size: 18px !IMPORTANT;
    line-height: 1.2 !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
    background: #000 !important;
    color: #fff !important;
}

.black_btn .vc_general:hover {
    background: #ff14ae !important;
}
/*Portfolio CSs*/
section.vc_section.portfolio_sec {
    padding-top: 70px;
    padding-bottom: 70px;
}

.portfolio_sec h2.vc_custom_heading {
    margin-top: 0;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}

.portfolio_sec .vc_col-sm-12 {}

.portfolio_sec .vc_col-sm-12 .wpb_text_column {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 20px;
    color: lab(100 0 0 / .7);
    line-height: 1.5;
    margin-bottom: 50px;
}

.portfolio_sec  .img_row {}

.portfolio_sec  .img_row .wpb_single_image {
    /* height: 300px; */
    margin-bottom: 15px !important;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    filter: grayscale(1);
    transition: all 0.5s;
}

.portfolio_sec .img_row .wpb_single_image h2.wpb_heading {
    font-size: 16px;
    position: absolute;
    left: 20px;
    bottom: 70px;
    color: #FF1493;
    margin: 0;
    opacity: 0;
    transition: all 0.5s;
}

.portfolio_sec .img_row .wpb_single_image figcaption {
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    opacity: 0;
    transition: all 0.5s;
}

.portfolio_sec .img_row .wpb_single_image:hover h2.wpb_heading {
    opacity: 1;
}

.portfolio_sec .img_row .wpb_single_image:hover figcaption {
    opacity: 1;
}

.portfolio_sec .img_row .wpb_single_image:hover {
    filter: unset;
}

.portfolio_sec .img_row .wpb_single_image:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(360deg, black, transparent);
}
section.vc_section.journey_sec {padding-top: 70px !important;padding-bottom: 70px;}

.journey_sec .wpb_single_image {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 100px;
    box-shadow: 0 0 14px 0px #00000024;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000;
    transition: all 0.5s;
    background: #fff;
}
.journey_sec h2.vc_custom_heading {
    color: #000;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 70px;
    padding: 0;
    margin-top: 0;
}
.journey_sec .wpb_single_image h2.wpb_heading {
    margin: 0;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    border-radius: 100%;
}

.journey_sec .wpb_single_image:hover {
    border-color: #ea2193;
    box-shadow: 0 0 14px 0px #df1e8b3d;
}

.journey_sec h4.vc_custom_heading {
    font-size: 20px;
    font-weight: 700;
}

.journey_sec .wpb_text_column.wpb_content_element {
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    color: #6a7282;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
    width: 79%;
}

.journey_sec .wpb_column.vc_column_container.vc_col-sm-3 {
    position: relative;
}

.journey_sec .vc_col-sm-3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 18%;
    width: 100%;
    height: 4px;
    background: #e3e3e3;
}
.services-wrap .ser_img img {
    transition: all 0.5s;
}

.services-wrap .serv_box>.serv_box:hover .ser_img img {
    scale: 1.1;
}
.services-wrap .serv_box img.icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 48px;
    height: 48px;
    background: #fa158b;
    object-fit: scale-down;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px #ff14934d !important;
}
/*Footer Css*/
div#footer-widget {
  background: #000 !important;
  padding-top: 60px;
  padding-bottom: 10px;
}

div#footer-widget section#media_image-2 img {
    width: 130px;
}

.ft1 p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #727272;
    line-height: 1.5;
    margin-bottom: 50px;
}
.ft1  ul.social_icons {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft1 ul.social_icons a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#footer-widget h3.widget-title {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
}

.ft2 .cont_form input,.ft2 .cont_form select {
    height: 58px;
    border: 1px solid #5855559c;
    margin-bottom: 10px;
    background: #161616;
    color: #fff;
    border-radius: 10px;
}

.ft2 .cont_form input.btn.btn-primary {
    width: 100%;
    text-align: center;
    background: #ff1493 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    border: none !important;
    transition: all 0.5s;
}

.ft2 .cont_form input.btn.btn-primary:hover {
    color: #ff1493 !important;
    background: #fff !important;
}

.ft3 .email_cont {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.ft3 .email_cont strong {
    display: block;
    color: #8f8f8f;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.ft3 .email_cont a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.ft3 .email_cont .cont {
    padding-left: 15px;
}

.ft3 .address {
    color: #727272;
    line-height: 1.5;
    font-size: 14px;
}
.ft3 {
    padding-left: 50px;
}
.ft1 ul.social_icons a {
    background: #ffffff2e;
    border-radius: 100%;
    margin-right: 10px;
}
.ft3 .email_cont i {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #ff149359;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #FF1493;
}
footer#colophon .site-info {
    display: flex;
    justify-content: space-between;
}
footer#colophon  .container {
    border-top: 1px solid;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
footer#colophon {
    background: #000 !important;
}
footer#colophon .container a {
    font-weight: 700;
    color: #fff;
}



/*Music Player Css*/
.music-wrapper h2 {
    margin-bottom: 0;
    color: #fff;
    padding: 0;
    font-weight: 800;
}

.music-wrapper p#songArtist {
    font-weight: 700;
}

.music-wrapper  .song-item {
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.music-wrapper .song-item img {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    background: #280e19;
    border-radius: 10px;
}

.song-item .song-info {
    flex: 0 0 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

strong {}

.song-item .song-info strong {
    display: block;
    font-size: 16px;
    margin: 0;
    line-height: 1;
}

.song-item .song-info small {
    font-size: 12px;
    color: #ffffff4d;
}

.song-item .song-info .song-duration {
    font-size: 14px;
    color: #ffffff4d;
    position: relative;
}

.song-item .song-info .song-duration:after {
    content: '\f04b';
    font-family: 'Font awesome 5 Free';
    font-weight: 600;
    margin-left: 20px;
}

.song-item.active {
    background: lab(56.6 83.47 -4.12 / .1);
    border: 1px solid oklab(0.65 0.26 -0.01 / .3);
}

.music-wrapper .song-item:hover {
    background: #111;
}

.bottom-player span#prev {
    font-size: 16px;
}

.bottom-player span#next {
    font-size: 16px;
}

.bottom-player span#playPause {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

/*.bottom-player .volume-container {
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
}*/

/*.bottom-player .volume-container input#volume {
    width: 90px;
    background: red !important;
}*/

.bottom-player .volume-container:before {
    /* content: '\f6a8'; */
    font-family: 'Font Awesome 5 free';
    /* font-weight: 700; */
    /* margin-right: 10px; */
}
.volume-container {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 110px; /* adjust width as needed */
}

.volume-icon {
  font-size: 18px; /* icon size */
  color: #fff;
}

#volume {
  -webkit-appearance: none;  /* Remove default styles */
  width: 100%;
  height: 5px;
  background: #444;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
}

/* Webkit browsers */
#volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  background: #ff00cc;
  border-radius: 50%;
  cursor: pointer;
  border: none;
    margin-top: 0px; /* center thumb */
}

/* Firefox */
#volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #ff00cc;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

/* Optional: focus styles */
#volume:focus {
  outline: none;
  box-shadow: 0 0 5px #ff00cc;
}
.circle.playing {
    position: relative;
}

.circle.playing:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ff00cc66;
    border-radius: 100%;
    animation: pulsejg1 1s linear infinite;
}

@keyframes pulsejg1 {
    0% {
        transform: scale(.9);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0;
    }

    60% {
        transform: scale(1.5);
        opacity: 0.9;
    }

    70% {
        transform: scale(1.8);
        opacity: 0.8;
    }

    80% {
        transform: scale(1.9);
        opacity: 0.7;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.music-wrapper .right-playlist .pink {
    display: inline-block;
    color: #ff1493;
}

.music-wrapper .right-playlist h2.sec_title {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
}

.music-wrapper .right-playlist  .cont {
    margin-bottom: 40px;
}

.music-wrapper .right-playlist .cont p {
    font-size: 18px;
    color: lab(100 0 0 / .7);
    line-height: 1.5;
}
.music-wrapper{
    display:flex;
    gap:30px;
    background:#000;
    color:#fff;
    padding:60px;
    border-radius:20px;
    flex-wrap:wrap;
    align-items: center;
}

.left-player{flex:1;text-align:center;}

.circle{
    width:312px;
    height:312px;
    margin:auto;
    border-radius:50%;
    border:6px solid transparent;
    background:linear-gradient(#000,#000) padding-box,
               linear-gradient(45deg,#ff00cc,#7b00ff) border-box;
    display:flex;align-items:center;justify-content:center;
}

.main-play{
    width:80px;height:80px;background:#fff;color:#000;
    border-radius:50%;display:flex;
    align-items:center;justify-content:center;
    font-size:28px;cursor:pointer;
}

.artist-name{color:#ff00cc;margin-top:5px;}

.right-playlist{flex:1.4;}

.song-item{
    background:#111;padding:15px;margin-bottom:10px;
    border-radius:12px;cursor:pointer;
    transition:.3s;
}

.song-item:hover{background:#1a001f;}

.song-item.active{
    border:1px solid #ff00cc;
}

.bottom-player{
    margin-top:30px;
    background:#111;
    padding:20px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.controls span{
    cursor:pointer;
    font-size:20px;
}

.play-btn{
    background:#fff;
    color:#000;
    padding:8px 12px;
    border-radius:50%;
}

.progress-container{
    flex:1;
    height:6px;
    background:#333;
    border-radius:10px;
    cursor:pointer;
    position:relative;
}

.progress-bar{
    height:100%;
    width:0%;
    background:#ff00cc;
    border-radius:10px;
}

.volume-container input[type=range]{
    width:120px;
}

@media(max-width:768px){
    .music-wrapper{flex-direction:column;text-align:center;}
    .bottom-player{flex-direction:column;align-items:center;}
    .volume-container input[type=range]{width:100%;}
}
.right-playlist div#playlist {
    height: 310px;
    overflow-y: scroll;
  padding-right:10px
}
.right-playlist div#playlist::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
  border-radius: 10px;
}
.right-playlist div#playlist::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ff1493;
}


/*********BREADCRUMBS CSS**************/
.page-header {
    background: url(https://staging.internalstaging.com/web/lai-minx-studio/wp-content/uploads/2026/02/Group-2805.png);
    text-align: center;
    padding-top: 120px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    background-attachment: fixed;
    margin-bottom: 50px;
	background-position: center top !important;
}
.breadcrumb-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    font-size: 24px;
    justify-content: center;
    margin-top: 20px;
    display: none;
    display: flex;
    align-items: center;
}
.breadcrumb-list li::after {
    content: "\f0da";
    margin: 0 5px;
    color: #ff1493;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    font-size: 20px;
}
.breadcrumb-list li:last-child::after {
    content: "";
}
.breadcrumb-list li {
    color: #ffffff;
    font-size: 20px;
}
.page-header {
    position: relative;
    z-index: 1;
}

.page-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #b3b3b3; */
    z-index: -1;
    opacity: 0.5;
}
.page-header .page-title {
    color: #ff1493;
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.custom-breadcrumb .breadcrumb-list li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}
header#masthead {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
.home header#masthead{
   box-shadow: none !important;
}
/* Contact Form Css */

.contact-page {
    padding-top: 30px;
    padding-bottom: 50px;
    /* padding-right: 2%; */
    /* padding-left: 2%; */
}

.contact-para p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.contact-head-3 {
    text-align: center !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #ff1493 !important;
    margin-top: 0;
    padding: 0;
}

.contact-para-4 a {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center !important;
    font-weight: 400;
    text-decoration: none;
}

.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: #ff1493 !important;
    border-color: #ff1493 !important;
}

.contact-para-4 p {
    text-align: center;
}

.contact-head {
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 700;
    margin-top: 0;
}
.ContactForm-2 input.wpcf7-form-control::placeholder {
    color: #00000078;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}
.ContactForm-2 textarea.wpcf7-form-control::placeholder {
      color: #00000078;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;


}
.contact-row {
    padding-top: 40px;
}
.contact-page .wpb_single_image.wpb_content_element.vc_align_left {
    text-align: center;
}
/* Shop Page Css */
.woocommerce-shop  .products li.product {
    border-radius: 10px;
    overflow: hidden;
    padding: 5px !important;
    box-shadow: 0 0 2px #0000004f;
    transition: all 0.5s;
}

.woocommerce-shop  .products li.product img {
    border-radius: 10px 10px 0 0;	
    height: 280px !important;
}

.woocommerce-shop  .products li.product:hover {
    box-shadow: 0px 1px 20px 4px #00000038;
}


.woocommerce-shop h2.woocommerce-loop-product__title {
    padding-left: 10px !important;
}

.woocommerce-shop span.price {
    padding-left: 10px !important;
    color: #ff1493 !important;
}
/* single Product Css */

.single-product .container {
    /* max-width: 100% !important; */
    /* padding-left: 100px !important; */
    /* padding-right: 100px !important; */
}

/* .woocommerce-page aside#secondary {
    display: none;
} */

/* .woocommerce-page .woocommerce-search-container {
    display: none;
} */

/* .woocommerce-page .col-lg-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
} */

.woocommerce-page.woocommerce div.product .product_title {
    border-bottom: unset !important;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
    color: #000;
}

.woocommerce-page.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-page span.woocommerce-Price-amount.amount {
    font-size: 20px;
    line-height: 35px;
    color: #ff1493;
}

.woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.woocommerce-page.woocommerce .quantity .qty {
    height: 50px;
}

.woocommerce-page.woocommerce div.product form.cart .button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    background: #ff1493 !important;
}

.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: #ff1493 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 51px;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    border-color: #ff1493 !important;
}

.woocommerce-page li#tab-title-reviews {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 222px !important;
    height: 51px !important;
    border-radius: 10px !important;
    background: transparent;
    border-color: #ff1493 !important;
     color: #ffffff !important;
}


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

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000 !important;
    font-weight: 400 !important;
}

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

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 300px;
    height: 51px;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    font-weight: 400 !important;
    margin-right: 30px;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

.woocommerce #review_form #respond .form-submit input {
    background: #ff1493;
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
}

.single-product  img.wp-post-image {
    height: 500px !important;
    object-fit: scale-down;
    border: 1px solid #00000014;
}


/*===============================
    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: 30px 0%;
}
.woocommerce-cart h1.entry-title {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    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: #ffffff;
    visibility: visible !important;
    opacity: 1 !important;
    background: #ff1493 !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 #000;
    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: #000;
    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 #content.site-content {
    /* background: #ede4d8 !important; */
}

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

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #000 !important;
}
.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 #000;
    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: #000 !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;
    flex-direction: row !important;
    }
.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: #ff149340;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #ff149340;
}

.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 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    color: #000 !important;
}

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

.wc-block-components-totals-item__label {
    color: #000;
}
.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: #000 !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;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #ff1493;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 30px;
    line-height: 1;
    border: none;
}


/* Contact Page Hover */
.cont_info_row i {
    font-size: 40px;
    color: #ff1493;
}
.cont_info_row  .vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 16px 0px #ff14932b;
    border-radius: 20px;
    text-align: center;
    padding: 30px 0;
    transition: all 0.5s;
}
.cont_info_row .vc_col-sm-4 .contact-para-4 {
    margin: 0;
}
.cont_info_row .vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover {
    background: #ff1493;
}

.cont_info_row .vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover i, .cont_info_row .vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover h2, .cont_info_row .vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover a {
    color: #fff !important;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
    filter: grayscale(1);
    transition: all 0.5s;
}

.wpb_gmaps_widget .wpb_map_wraper:hover iframe {
    filter: unset !important;
}


span.sku_wrapper {
    display: none !important;
}