/*
Theme Name: Custom Theme
Author: 
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 custom (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 Custom 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 versiion 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-custom Theme
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
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');


body{ font-family: 'Poppins', sans-serif !important;}
a{ font-family: 'Poppins', sans-serif !important;}
p{ font-family: 'Poppins', sans-serif !important;} 
li{ font-family: 'Poppins', sans-serif !important;}
h1{ font-family: 'Marcellus', serif !important;}
h2{ font-family: 'Marcellus', serif !important;}
h3{ font-family: 'Marcellus', serif !important;}
h4{ font-family: 'Marcellus', serif !important;}
h5{ font-family: 'Marcellus', serif !important;}
h6{ font-family: 'Poppins', sans-serif !important;}
body, html {overflow-x: hidden;}


@media (min-width: 1400px){
header#masthead .container-lg {
    max-width: 1720px;
}
}

@media (max-width: 1399px){
header#masthead .container-lg  {
    max-width: 1320px;
}
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}

@media (max-width: 1399px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1160px;
}
}

.entry-content {
    margin: 0px !important;
}
#content.site-content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}


body {
  margin: 0;
  -webkit-font-smoothing: auto;
}


.alert.alert-info {
    display: none;
}

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: rgb(0 0 0 / 0%);
    position: absolute;
    width: 100%;
    z-index: 99;
    padding-top: 20px;
}

.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: #000;
  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;
    justify-content: space-between;
    gap: 30px;
}

#masthead .navbar-nav > li {
    margin-left: 25px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #000000;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

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: #0B0449;
}

.navbar-brand {
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
}

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

/*--------------------------------------------------------------
## Custom CSSS
--------------------------------------------------------------*/
.navbar-brand {
    width: 15% !important;
}

.menu-wraper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.head-right {
    display: flex;
    align-items: baseline;
}

.head-right button {
    background-color: #0000 !important;
    border: unset !important;
    outline: unset !important;
}



.side_nav_warpper.collapse.show {
    transform: unset;
}

.navbar.side_nav_warpper {
    background: linear-gradient(0deg, #0b044980 0%, #fcf9f5d9 49%) !important;
    position: fixed !important;
    top: 0px;
    right: -10px;
    z-index: 999;
    width: 350px;
    height: 100%;
    transition: 0.5s;
    display: block !important;
    padding: 50px 20px;
    transform: translate(100%, 0);
}

.side_nav {
    display: block !important;
}

.side_nav {
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    padding-top: 120px;
}

.side_nav > li {
    border-bottom: 2px solid #0000005e;
    padding: 5px 15px;
    position: relative;
    z-index: 999;
}

.side_nav > li > a {
    color: #000;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.side_nav > li > a:hover {
    color: #070c48;
}

.btn-close {
    position: absolute;
    left: 20px;
    top: 65px;
    border: unset !important;
    background-color: #0000 !important;
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    transition-duration: 0.5s;
}

.btn-close:hover {
    transform: rotate(134deg);
}

.search_form {
    position: absolute;
    background-color: #000;
    height: 150px;
    z-index: 999;
    padding: 20px 10px;
    border-radius: 3px;
    display: none;
    width: 20%;
    right: 0px;
    top: 110px;
}

.search_form input.search-field.form-control {
    width: 100%;
    background-color: #fff !important;
    height: 50px;
    border-radius: 2px;
    color: #000;
    font-size: 16px;
}

.search_form label {
    display: block;
}

.search_form input.search-submit.btn.btn-default {
    width: 100%;
    background-color: #fff;
    height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.search-box i {
    font-size: 26px;
    color: #000;
    position: relative;
    top: 5px;
    right: 20px;
}

.head-left .widget {
    margin-bottom: 0px;
}

.head-left #menu-appoinment-menu {
    list-style: none !important;
    padding: 0px 0px !important;
    margin: 0px 0px !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: rgb(0 0 0 / 0%) !important;
}

.head-left #menu-appoinment-menu li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px dotted #000;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.head-left #menu-appoinment-menu li a:Hover {
    color: #0B0449;
}

.head-left #menu-appoinment-menu li i {
    transform: rotate(321deg);
    margin-left: 8px;
}


.qoute-txt-one {
    font-size: 35px;
    line-height: 50px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.small-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}


section#hme-sec-one {
    background-size: cover !important;
    background-position: center !important;
}

div#owl_custom16 .owl-stage {
    padding-left: 0px !important;
}


.line-heading {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-left: 70px;
}

.line-heading:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 50px;
    height: 2px;
    background-color: #847E9F;
}

.big-heading {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 42px;
    line-height: 60px;
    font-weight: 400 !important;
}


.hme-txt-one p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #0B0449;
}


.hme-btn-one > a {
    background: #0B0449 !important;
    border: 2px solid #0B0449 !important;
    border-radius: 0px !important;
    font-size: 18px !important;
    color: #fff !important;
    padding: 12px 40px !important;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
}

.hme-btn-one > a:hover {
    background: #0000 !important;
    color: #0B0449  !important;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-15px);
}

.post-mn-box .post-thumbnail img {
    border-radius: 15px;
    height: 350px;
    object-fit: cover;
}

.post-mn-box  h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600 !important;
    color: #000000;
}

.post-mn-box p {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #707070;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.post-mn-box .post-btn {
    text-decoration: none !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px dotted #000;
}

.post-mn-box .post-btn i {
    transform: rotate(315deg);
    margin-left: 10px;
}

.post-mn-box .post-btn:hover {
    color: #070c48;
}

.post-textarea {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 15px;
}

section#hme-sec-two {
    background-size: cover !important;
    background-position: center !important;
}

.hme-srvc-bx .aio-icon-title {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #0B0449;
}

.hme-srvc-bx .aio-icon-description {
    color: #847E9F;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.srevc-btn > a {
    padding: 0px 25px 0px 0px !important;
    margin-left: 70px;
    border: unset !important;
    background: rgb(0 0 0 / 0%) !important;
    font-size: 16px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    border-bottom: 1px dotted #000 !important;
    border-radius: 0px !important;
    display: none important;
}

.srevc-btn > a i {
    transform: rotate(321deg) !important;
    top: 5px !important;
    color: #000;
    right: 0px !important;
}


.hme-srvc-bx {
    margin-bottom: 5px !important;
}

.hme-txt-two {
    text-align: center;
}

.hme-txt-two p {
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
    color: #0B0449;
}

.shrt-frm input.wpcf7-form-control.wpcf7-text {
    height: 50px;
    border-radius: 0px;
    background: rgb(255 255 255) !important;
    color: #707070;
    font-size: 16px;
    border: 1px solid #707070 !important;
}

.shrt-frm textarea.wpcf7-form-control.wpcf7-textarea {
    height: 150px;
    border-radius: 0px;
    background: rgb(255 255 255) !important;
    color: #707070;
    font-size: 16px;
    border: 1px solid #707070 !important;
}

.shrt-frm textarea.wpcf7-form-control.wpcf7-textarea:focus {
    box-shadow: unset;
    outline: unset;
}

.shrt-frm input.wpcf7-form-control.wpcf7-text:focus {
    box-shadow: unset;
    outline: unset;
}

.shrt-frm p {
    margin-bottom: 12px;
}

.shrt-frm input.wpcf7-form-control.wpcf7-submit:focus {
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}
.shrt-frm input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    background-color: #DFBEC3 !important;
    border: unset !important;
    text-transform: uppercase;
    padding: 14px 50px;
    letter-spacing: 1px;
}

.hme-heading-one {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: #0B0449;
}

.quote-info {
    text-align: center;
}

.quote-info h4 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 400;
    color: #0B0449;
    display: none;
}

.quote-info p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #0B0449;
    max-width: 450px;
    margin: 0 auto;
}

.quote-info h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #8DB7C7;
    text-transform: uppercase;
    letter-spacing: 3px;
}

button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

section#hme-sec-eight .owl-theme .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    background: #fff0 !important;
    border: 2px solid #0B0449 !important;
    border-radius: 50% !important;
    font-size: 15px !important;
    color: #0B0449 !important;
}

section#hme-sec-eight .owl-theme .owl-nav button:hover {
    border-color: #DFBEC3 !important;
    color: #DFBEC3 !important;
}

.hme-txt-thre h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
}

.hme-txt-thre p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #515151;
}

.hme-btn-two > a:hover {
    background: #0B0449 !important;
    color: #fff !important;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.18);
    transform: translateY(-10px);
    border-radius: 0px !important;
}
.hme-btn-two > a {
    background: #debdc3 !important;
    border: unset !important;
    border-radius: 50px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    padding: 18px 40px !important;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .25));
    text-transform: uppercase;
    letter-spacing: 1px;
}

div#footer-widget {
    background: #004C4C  !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding-top: 150px;
    padding-bottom: 80px;
}

div#footer-widget .row {
}

div#footer-widget .widget-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Poppins' !important;
}

section#media_image-2 {
    width: 65% !important;
}

div#footer-widget p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

div#footer-widget a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px;
    text-decoration: none !important;
}

div#footer-widget a:hover {
    color: #ddbcc3;
}

div#footer-widget li {
    margin-bottom: 8px;
}

ul.ftr-list {
    list-style: none;
    padding: 0px 0px;
    margin: 0px 0px;
}

footer#colophon {
    background: #050a41 !important;
    box-shadow: unset !important;
}

.site-info p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #fff !important;
}

.hme-img-two img {
    width: 100%;
    height: 230px !important;
    object-fit: contain;
    border-radius: 5px;
}
.hme-img-two {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14%;
    margin: 0 auto;
}

.img-bx-row .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumbs {
    background: #DFBEC3  !important;
    padding-top: 210px;
    padding-bottom: 50px;
}

.breadcrumbs h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
}

p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}


/*==================================
       Shop page Css
===================================*/
.woocommerce-page #content {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
}
.woocommerce-page h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    color: #000000 !important;
    padding: 0px !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title mark.count {
    display: none;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0px;
    color: #573655;
    margin: 0;
    padding-top: 0;
}
.woocommerce p {
    font-size: 16px !important;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.added_to_cart {
    width: 100%;
    background: transparent !important;
    border: 1px solid #573655;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 18px;
    position: relative;
    color: #573655;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.5s all;
    margin: 0;
}
.woocommerce ul.products li.product:hover .button, .woocommerce ul.products li.product:hover a.added_to_cart {
    background: #573655 !important;
    color: #fff;
}
.woocommerce ul.products li.product a.added_to_cart {
    margin-top: 10px;
    font-weight: 700;
}
.shop_page .woocommerce ul.products.columns-4 {
    text-align: center;
}
.woocommerce-shop ul.products li, .woocommerce ul.products li.product {
    box-shadow: 0px 0px 8px 4px #0000001f;
    padding: 10px !important;
    border-radius: 10px;
    text-align: center;
/*     width: 23.7% !important;
    margin-right: 20px !important; */
    margin-bottom: 20px !important;
    background: #fff;
}
.woocommerce-shop h1.page-title {
    margin-bottom: 20px;
}
.woocommerce #review_form #respond .form-submit input {
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 71px;
    background: #573655;
    text-transform: uppercase;
    border-radius: 50px;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper .tinvwl_add_to_wishlist-text {
    display: none;
}
.woocommerce-shop ul.products li .star-rating {
    display: none;
}
.woocommerce-shop ul.products.columns-4 li .f-img 
 img {
    border-radius: 10px;
    height: 100% !important;
    object-fit: contain;
}
.woocommerce-shop ul.products.columns-4 li:hover .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop:before {
 opacity: 1;
 visibility: visible;
 transition: 0.5s ease-in-out;
}
.woocommerce-shop ul.products.columns-4 li:hover .button {
    background: #573655 !important;
    color: #ffffff;
}
.woocommerce select.orderby {
    padding: 15px;
    border-radius: 10px;
    outline: none;
    border: none;
    box-shadow: 0px 0px 8px 4px #0000001f;
    margin-bottom: 50px;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-fee-block,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-discount-block {
    border: none !important;
}
.woocommerce-shop .breadcrumbs h1 {
    font-size: 0;
    position: relative;
}
.woocommerce-shop .breadcrumbs h1:before {
    content: "SHOP";
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
}
.woocommerce-shop ul.products li.product .lumise-button {
    background: #F97F00;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 !important;
    border: 2px solid #f97f00;
    transition: 0.5s ease-in-out;
}
.woocommerce-shop ul.products li.product:hover .lumise-button {
    background: transparent;
    color: #f97f00;
}
.woocommerce-shop ul.products.columns-4 li .f-img {
    height: 300px;
    /* margin-bottom: 20px; */
    background: #fff;
}
.woocommerce-shop ul.products.columns-4 li:nth-child(4n) {
    margin-right: 0 !important;
}




/*-------------------------------------------------------------
              single-product page
--------------------------------------------------------------*/
.single-product {
    background: #00000005;
}
.single-product div.product .product_title {
    font-size: 40px;
    line-height: 50px;
    border: 0;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.single-product p.price {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #573655 !important;
    margin: 30px 0;
}
.single-product .quantity input {
    background: #d3d1d1 !important;
    border: 0;
    height: 45px;
    width: 45px !important;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    outline: none !important;
}
.single-product .product_meta {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.single-product span.sku_wrapper {
    display: none;
}
.single-product .single_variation_wrap .woocommerce-variation-availability {
    margin-bottom: 30px;
}
.single-product .single_variation_wrap .woocommerce-variation-availability p {
    font-size: 16px !important;
    color: #000;
    font-weight: 500;
}
.single-product table.variations a.reset_variations {
    background: #573655;
    color: #fff;
    padding: 6px 12px;
    border-radius: 40px;
    text-decoration: none;
}
.single-product table.variations td.value select.form-control {
    margin-right: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
    height: 50px;
    color: #000;
}
.single-product table.variations th.label label {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
.single-product .product_meta span.posted_in {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.single-product .product_meta a {
    color: #573655;
    font-weight: 500;
    text-decoration: none;
}
.single-product .woocommerce-product-gallery__image img {
    margin-left: auto;
    border: 2px solid #0b0449;
    background: #ECECEC;
    height: 500px !important;
    object-fit: contain;
    padding: 20px;
    border-radius: 20px;
}
.single-product ol.flex-control-nav li {
    margin-top: 10px !important;
}
.single-product ol.flex-control-nav li {
    margin-right: 10px !important;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0b0449;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
    border: 0 !important;
    padding: 0 !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li::before,
.woocommerce-tabs ul.tabs.wc-tabs li::after {
    display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
    color: #573655 !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500 !important;
    padding: 15px 30px !important;
    background: transparent !important;
    border: 1px solid #573655 !important;
    border-radius: 100px;
    transition: 0.5s ease-in-out !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
    background: transparent !important;
    border-radius: 0 !important;
    margin-right: 20px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active {
    background: #573655 !important;
    border-radius: 50px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: #fff !important;
    transition: 0.5s ease-in-out !important;
    background: #0b0449 !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 5%;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce-Tabs-panel th {
    width: 220px !important;
    font-size: 22px;
    font-family: 'Teko';
    color: #000;
    vertical-align: top;
    padding: 10px 0 0 0 !important;
    text-transform: capitalize;
}
.woocommerce-Tabs-panel p {
    color: #000000;
    margin-bottom: 0;
    margin-top: 30px;
}
.related.products {
    padding-top: 120px;
}
span#reply-title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    font-family: 'poppins', sans-serif;
}
.comment-form-rating {
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
}
p.stars a {
    color: #f97f00 !important;
}
.woocommerce #review_form #respond textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: none;
    background: #fff;
    box-shadow: 0 3px 15px 0 #0000001a;
    outline: none;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
}
#review_form_wrapper label {
    display: inline-block;
    width: 100%;
}
.single-product .woocommerce #review_form #respond .form-submit input {
    width: 100%;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 71px;
    background: #dca115;
    text-transform: uppercase;
}
.single-product.single div.product form.cart .button {
	background: #0b0449;
	color: #fff;
	text-align: center;
	padding: 10px 28px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0 !important;
	border: 2px solid #0b0449;
	transition: 0.5s ease-in-out;
}
.single div.product form.cart .button:hover {
    background: transparent;
    color: #573655 !important;
    transition: all 0.5s ease-in-out;
}
.single-product .woocommerce-product-details__short-description p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.single-product p.stock.in-stock {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}
.single-product .woocommerce-product-details__short-description p a {
    color: #75d1f8;
}
.woocommerce-Tabs-panel h4 {
    font-size: 28px;
    font-weight: 500;
}
.woocommerce-Tabs-panel ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.woocommerce-Tabs-panel ul li {
    line-height: 36px;
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 18px;
}
.woocommerce-Tabs-panel ul li::before {
    content: '';
    background: #75d1f8;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 100%;
}
.woocommerce-Tabs-panel p strong {
    margin-bottom: 10px;
    display: inline-block;
}
p.comment-form-author {
    width: 100%;
}
#review_form input {
    border: none;
    background: #fff;
    box-shadow: 0 3px 15px 0 #0000001a;
    outline: none;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}
#review_form p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    margin: 30px 0px !important;
}
#review_form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 20px;
    height: 20px;
    box-shadow: none;
}
#review_form p.comment-form-cookies-consent label {
    margin: 0;
    padding-left: 10px;
}
.single-product section#primary {
}
.woocommerce p.woocommerce-result-count {
    display: none;
}
.woocommerce-page h1.page-title {
    font-size: 44px;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    text-shadow: 1px 2px 0px #fff;
    padding: 0;
    margin: 0;
    margin-bottom: -64px;
    text-transform: uppercase;
}
.post-type-archive section#primary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.single-product .woocommerce ul.products li.product a img {
    width: 150px;
    object-fit: scale-down;
    height: 180px;
}
.single-product span.tinvwl_add_to_wishlist-text {
    font-size: 0px !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
}
.single-product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.single-product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after:before {
    margin-right: 10px;
    text-decoration: none;
    font-size: 25px;
    background: #573655;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.single-product .tinv-wraper {
    position: absolute;
    top: 0;
    right: 0;
}
.single-product .tinv-wraper a.tinvwl_add_to_wishlist_button {
    margin: 0;
}
 .woocommerce div.product form.cart {
    margin: 0px;
}
.related.products  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
	margin-bottom: 20px;
}
.single-product .summary.entry-summary {
    margin: 0;
}
.related.products ul.products li.product {
    box-shadow: 0px 0px 8px 4px #0000001f;
    padding: 10px !important;
    border-radius: 10px;
    text-align: center;
    width: 23.7%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.related.products  h2 {
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.related.products ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 22px;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
}
.related.products ul.products li.product a img {
    border-radius: 10px;
}
.related.products ul.products li.product:nth-child(4n) {
    margin-right: 0;
}
.related.products ul.products li.product:hover .button {
    background: #573655 !important;
    color: #fff;
}
.related.products ul.products li.product .f-img {
    height: 300px;
    margin-bottom: 20px;
}
.related.products ul.products li.product .f-img img {
    border-radius: 10px;
    height: 100% !important;
    object-fit: contain;
}
/*==================================
         New Checkout page CSS
===================================*/
.woocommerce-cart a.wc-block-components-product-name {
    color: #000000;
    font-size: 30px;
    font-family: 'Teko';
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}
.woocommerce-cart div#content {
	padding-top: 100px !important;
	padding-bottom: 150px !important;
}
.woocommerce-cart section#primary {
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce-info {
	border-top-color: #573655 !important;
}
.woocommerce-cart table td {
    border: 1px solid #000 !important;
    padding: 20px !important;
}
.woocommerce-cart table td.wc-block-cart-item__image {
    width: 200px;
}
.woocommerce-cart tr.wc-block-cart-items__header th {
    font-size: 25px;
    font-family: 'Teko';
    padding: 20px !important;
    color: #fff;
    line-height: 35px;
    background: #0b0449 !important;
    border: 1px solid #fff;
    visibility: visible !important;
}
.woocommerce-cart tr.wc-block-cart-items__header {
    border: 2px solid #0b0449 !important;
}
.woocommerce-cart .wc-block-cart-item__prices {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    display: inline-block !important;
}
.woocommerce-cart .wc-block-cart-item__quantity {
    display: flex;
    float: right;
    margin-top: -85px;
    align-items: center;
}
.woocommerce-cart .wc-block-cart-item__quantity button {
    background: #0b0449;
    color: #fff;
    font-size: 20px;
    opacity: 1;
}
.woocommerce-cart .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
    background: #0b0449 !important;
    color: #fff !important;
    text-decoration: none !IMPORTANT;
    font-size: 15px !important;
    border-radius: 5px !important;
    width: 120px;
    height: 40px;
}
.woocommerce-cart .wc-block-components-main {
    width: 100% !important;
    padding: 0 !important;
}
.woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    width: 125px;
    margin: 0 !important;
    margin-right: 20px !important;
}
.woocommerce-cart td.wc-block-cart-item__total span.wc-block-formatted-money-amount {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.woocommerce-cart table td.wc-block-cart-item__product {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.woocommerce-cart td.wc-block-cart-item__total {
    vertical-align: middle !important;
}
.woocommerce-cart h1.entry-title {
    font-size: 60px;
    margin: 0;
    padding-bottom: 20px;
    color: #000;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding: 0;
    width: 100%;
    margin-top: 50px;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__totals-title {
    text-align: left !important;
    font-size: 60px !important;
    line-height: 70px !important;
    font-family: 'Teko' !important;
    color: #000 !important;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'Teko' !important;
    border: 1px solid #000;
    margin-top: 10px;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__value {
    font-family: 'Poppins';
    font-size: 22px;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container a {
    background: #0b0449 !important;
    height: 70px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
}
footer.entry-footer {
    display: none;
}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper a {
    background: #0b0449;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 !important;
    display: inline-block;
}
.woocommerce-cart .wc-block-components-product-badge {
    padding: 0 15px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-right: 10px;
}
.woocommerce-cart  .wc-block-components-product-metadata {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    padding-right: 53%;
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.woocommerce-cart table.wc-block-cart-items td.wc-block-cart-item__image img {
   height: 150px;
   object-fit: cover;
}
.woocommerce-cart .wc-block-components-product-metadata p {
   margin: 0;
}
/*==================================
         Checkout page CSS
===================================*/ 
.custom_check_wrap {
    padding-bottom: 100px;
    padding-top: 100px;
}
.custom_check_wrap .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    display: none;
}
.woocommerce-checkout {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.woocommerce-checkout p {
  color: #000;
}
.custom_check_wrap .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
}
.woocommerce-message {
    border-top-color: #1C3F6D;
}
.navbar-brand {
    width: 13%;
}
div#footer-widget .row.widget-row {
    align-items: center;
}
.woocommerce .star-rating span::before {
    color: #f97f00;
}
.woocommerce-checkout .wc-block-components-checkout-step__title {
    font-size: 40px !important;
    color: #000;
}
.woocommerce-checkout .wc-block-components-checkout-step__description {
    font-size: 18px;
    line-height: 36px;
}
.woocommerce-checkout button.components-button {
    background: #0b0449 !important;
    height: 70px;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    color: #fff !important;
    text-transform: capitalize;
}
.woocommerce-checkout fieldset#shipping-method h2 {
    font-size: 0 !important;
    position: relative;
}
.woocommerce-checkout fieldset#shipping-method h2:after {
    content: "Delivery";
    font-size: 40px;
}
.woocommerce-checkout fieldset#shipping-method h2:before {
    font-size: 40px;
}
.woocommerce-checkout button.components-button span.wc-block-checkout__shipping-method-option-price, 
.woocommerce-checkout button.components-button svg {
    display: none;
}

.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
    margin: 0;
    border: none;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li {
    border: none;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    background: #56345400;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #563454;
    font-weight: 500;
    margin: 0 3px;
    border-radius: 30px;
    border: 1px solid #563454;
    transition: 0.5s ease-in-out !important;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li:hover .page-numbers {
    background: #563454;
    color: #ffffff;
    transition: 0.5s ease-in-out !important;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
    background: #563454;
    color: #ffffff;
    transition: 0.5s ease-in-out !important;
}
.woocommerce-page nav.woocommerce-pagination ul.page-numbers {
    margin-top: 20px;
}
.woocommerce ul.products li.product .tinv-wraper .tinvwl_add_to_wishlist_button:before {
    font-size: 25px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 5px 0 #0000003d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #573655;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out !important;
}
.woocommerce ul.products li.product:hover .tinv-wraper .tinvwl_add_to_wishlist_button:before {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in-out !important;
}
.woocommerce ul.products li.product .tinv-wraper {
    position: absolute;
    top: 0;
    right: 15px;
}

#hme-sec-two #owl_custom16 a {
    text-decoration: none !important;
}




section#hme-sec-two ul {
    padding-left: 20px;
}
section#hme-sec-two ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #0B0449;
    margin-bottom: 13px;
}
section#hme-sec-two .vc_row .vc_col-sm-6:last-child {
    height: fit-content;
    position: sticky !important;
    top: 40px;
}
section#hme-sec-two {
    overflow: visible !important;
}
body.page-id-11 {
    overflow: visible !important;
}
section#hme-sec-two h3 {
    color: #0B0449;
}
section#hme-sec-five {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 70px;
    padding-right: 70px !important;
}
section#hme-sec-five .vc_row .vc_col-sm-6:first-child {
    height: fit-content;
    position: sticky !important;
    top: 40px;
}
section#hme-sec-five {
    overflow: visible !important;
}
body.page-id-10, body.page-id-23 {
    overflow: visible;
}
section#hme-sec-five h6.vc_custom_heading {
    font-size: 40px !important;
    line-height: 1.2;
}

section#hme-sec-two .owl-nav {
    display: block;
    text-align: left;
    padding-top: 20px;
}
.maininner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.maininner .thumbnail img {
    width: 100%;
}
.maininner h2 {
    font-size: 40px;
    margin-bottom: 20px;
    padding: 0;
}
.maininner p {
    margin: 0;
}

section#hme-sec-two .hme-btn-one > a {
    display: none !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}

section#hme-sec-thre {
    display: none !important;
}

/*----------article page css-----------------*/

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

.article-sec h4 {
    font-size: 22px;
    line-height: 32px;
}

.article-sec .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #dfbec3 !important;
    font-size: 16px !important;
}

.para-45 p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.head-left {
    display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #0000 !important;
    color: #000 !important;
}

section#hme-sec-two .owl-nav button i {
    font-size: 30px;
}

@media (min-width: 960px) and (max-width: 1200px){ 
.collapse:not(.show) { display: block !important; }	
.menu-wraper {  width: 86%; }	
.navbar-nav { flex-direction: row !important; }	
ul#menu-secondary-menu { justify-content: end; }
#masthead nav { gap: 10px; }	
}

@media only screen and (max-width: 1600px){
.big-heading { font-size: 38px;} 
.search-box i { right: -20px; top: 0; } 
.side-bar-menu { margin-left: 30px; }
}


@media only screen and (max-width: 1400px){
.big-heading { font-size: 32px; line-height: 45px; } 
#masthead .navbar-nav > li > a {font-size: 13px !important;} 
#masthead .navbar-nav > li {margin-left: 7px;} 
.navbar-brand {padding: 0px 10px;} 
.search-box i { right: 0; top: 4px; } 
.navbar-brand { width: 20% !important; padding-left: 0; padding-right: 0; } 
.side-bar-menu { margin-left: 30px; }
.qoute-txt-one { font-size: 30px !important; line-height: 40px !important;}	
section#hme-sec-two  .display-none { display: none; } 
section#hme-sec-two .wpb_column.vc_column_container.vc_col-sm-7 { width: 75%; } 
.line-heading { font-size: 15px; letter-spacing: 2px; }	

}


@media only screen and (max-width: 1200px){
#masthead .navbar-nav > li > a { font-size: 12px !important; }	
div#footer-widget a { font-size: 14px;}	
section#hme-sec-five { padding: 0px 0px !important; }
.hme-img-two img { height: auto !important;}	
section#hme-sec-seven { padding: 50px 0px !important; }	
.hme-img-two { margin-bottom: 0px !important; }	
}

@media only screen and (max-width: 1024px){
section#media_image-2 { width: 95% !important; }
div#footer-widget { padding-top: 80px; }	
}

@media only screen and (max-width: 960px){
.menu-wraper { display: block !important; width: 70%; } 
.navbar-brand { width: 28% !important; }	
.line-heading:before { width: 35px; } 
.line-heading { padding-left: 45px; }	
.hme-srvc-bx .aio-icon-title { font-size: 20px; line-height: 30px; }	
.big-heading br { display: none !important; }
.line-heading { font-size: 12px; letter-spacing: 2px; }	
div#footer-widget .widget-title { font-size: 16px; }
.hme-txt-two p { font-size: 18px; line-height: 30px;}	

.woocommerce-cart .wc-block-cart-item__quantity { display: block !important; margin-top: 0px; } 
button.wc-block-cart-item__remove-link { margin-top: 20px !important; }	
}

@media only screen and (max-width: 767px){
.side_nav { height: 350px; overflow-y: scroll; padding-top: 80px; }	
section#hme-sec-two .wpb_column.vc_column_container.vc_col-sm-7 { width: 98%; margin: 0 auto; }	
section#media_image-2 { width: 40% !important; }	
.hme-btn-two { text-align: left !important; }	
.navbar-brand { width: 35% !important; }
.img-bx-row .vc_column-inner > .wpb_wrapper { display: block !important; }	
.hme-img-two { width: 49.5% !important; margin: 15px auto; }
.hme-img-two figure.wpb_wrapper { display: block !important; width: 95%; }	
.hme-img-two .vc_single_image-wrapper { display: block !important; }	
.search-box { display: none !important; }
section#hme-sec-five .vc_row .vc_col-sm-6:first-child { position: unset !important; }	
.qoute-txt-one br { display: none !important; }	
.full-row-sec .vc_column-inner { padding-right: 15px !important; }	
	
.woocommerce-cart table td.wc-block-cart-item__image { width: 100%; }	
.woocommerce-cart tr.wc-block-cart-items__header th { padding: 10px 10px !important; font-size: 16px; }	
.woocommerce-cart table td { padding: 5px 5px !important; } 
.woocommerce-cart a.wc-block-components-product-name { font-size: 20px !important; }	
.woocommerce-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper a { display: block !important; width: 100%; padding: 10px 15px; font-size: 16px; }	
}

@media only screen and (max-width: 600px){
.navbar-brand { width: 75% !important; }	
.menu-wraper { width: 40%; }
section#media_image-2 { width: 50% !important; }	
.woocommerce-tabs ul.tabs.wc-tabs li a { font-size: 15px; padding: 12px 15px !important; }	
}

@media only screen and (max-width: 479px){
.woocommerce-shop ul.products li, .woocommerce ul.products li.product { width: 100% !important; }	
.woocommerce-page h1.page-title { margin-bottom: 20px !important; }	
.navbar-brand { width: 85% !important; }
}

@media only screen and (max-width: 419px){
.hme-img-two { width: 99.5% !important;}
section#media_image-2 { width: 70% !important; }
.woocommerce-tabs ul.tabs.wc-tabs li a { font-size: 12px; padding: 10px 15px !important; }	
}