/*
Theme Name: Skinae V2
Theme URI: https://gulfdigitals.com/wp/skinae-v2/
Author: Gulf Digitals
Author URI: https://gulfdigitals.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: Skinae v2
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Inter", sans-serif;
}

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;
  text-decoration: none !important;
  transition: linear 0.5s !important;
}

a:active,
a:hover {
  transition: linear 0.5s !important;
  outline: 0;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #0F0F0F;
  padding: 15px 0;
}

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

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

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

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

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

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

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  padding: 0 0;
  font-weight: 400;
  font-size: 15px;
  margin-right: 25px;
  position: relative;
  display: inline-block;
}

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 {
  background-color: #EFE6DA;
  padding: 20px 0;
}
.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 CSS
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }
}
@keyframes scrollText{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.theme-h2 {
    font-weight: 700;
}
.View_all-btn .vc_general {
    background: transparent !important;
    padding: 0 0 5px 0 !important;
    border: 0 !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 600;
    position: relative;
}
.View_all-btn .vc_general::before {
    content: '';
    background: #000000;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.View_all-btn .vc_general:hover::before {
    width: 0;
}
/*--------------------------------------------------------------
## TOP BAR
--------------------------------------------------------------*/
.top-bar {
    display: flex;
    justify-content: space-between;
    padding: 8px 55px 8px 15px;
    background: #0F0F0F;
    border-bottom: 1px solid #dadada66;
}
.social_icons ul {
    display: flex;
    animation: lc;
}
.social_icons ul li a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
}
.social_icons ul li:last-child a {
    margin-right: 0;
}
.typed-text p {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.typed-text {
    width: 100%;
}
#masthead nav {
    display: block;
    width: 100%;
}
#masthead .top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #78be7f2e;
}
#masthead .top_wrap .product_seacrh {
    width: 50%;
}
#masthead .top_wrap .navbar-brand {
    width: 25%;
}
#masthead .top_wrap .extra_links {
    width: 25%;
}
#masthead .top_wrap .navbar-brand img {
    width: 170px;
}
#masthead .top_wrap .extra_links ul li a span {
    position: relative;
}
#masthead .top_wrap .extra_links ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
#masthead .top_wrap .extra_links ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
#masthead .top_wrap .extra_links ul li a i {
    margin-right: 10px;
}
#masthead .top_wrap .extra_links ul li {
    margin-right: 30px;
}
#masthead .top_wrap .extra_links ul li:last-child {
    margin-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
    margin: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a::before,
#masthead .top_wrap .extra_links ul li a span::before {
    content: '';
    background: #D4AF37;
    width: 0;
    height: 1.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::before,
#masthead .top_wrap .extra_links ul li a span:hover::before {
    width: 100%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
#masthead .top_wrap .extra_links ul li a span:hover,
#masthead .top_wrap .extra_links ul li a:hover i {
    color: #D4AF37;
}
.aws-container .aws-show-clear .aws-search-field {
    background: #ffffff36 !important;
    border: 1px solid #f3f3f378 !important;
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px !important;
}
.aws-container .aws-search-form {
    height: 60px;
}
.aws-container .aws-show-clear .aws-search-field::placeholder {
    color: #ffffff;
}
.aws-container .aws-search-form .aws-form-btn {
    background: transparent !important;
    border: 0;
    padding: 0 !important;
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: 9;
}
.aws-container .aws-search-form .aws-search-btn svg {
    fill: #ffffff;
}
/*--------------------------------------------------------------
## BANNER SLIDER
--------------------------------------------------------------*/
.banner-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #e9e9e9;
    border-radius: 15px;
}
.banner-slide .banenr_text {
    background: #fcf4f1;
    width: 46%;
    height: 540px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 130px;
}
.banner-slide .banner_img {
    height: 540px;
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.banner-slide .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slide .banenr_text p {
    margin: 0;
    color: #000000;
    font-size: 17.6px;
    letter-spacing: .07em;
}
.banner-slide .banenr_text h1 {
    font-size: 60px;
    color: #000000;
    font-weight: 700;
    margin: 0;
    padding: 20px 0;
    line-height: 65px;
}
.banner-slide .banenr_text a {
    background: #000000;
    color: #fcf4f1;
    padding: 15px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    margin-top: 30px;
    width: 177px;
}
.banner-slide .banenr_text a:hover {
    background: #D4AF37;
}
.banner-slide .banenr_text p.sub_para {
    font-size: 20.8px;
    font-weight: 500;
}
#banner_slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ffffff91;
    margin-right: 10px;
    border-radius: 100%;
}
#banner_slider .owl-dots .owl-dot{
  outline: none !important;
}
#banner_slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}
#banner_slider .owl-dots .owl-dot.active span {
    background: #ffffff;
    width: 10px;
    height: 10px;
}
/*--------------------------------------------------------------
## SCROLLING TEXT
--------------------------------------------------------------*/
.scrolling-text {
    background: #EFE6DA;
}
.scrolling-text .scrolling-text_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    animation:scrollText 60s linear infinite;
}
.scrolling-text .scrolling-text_inner span {
    padding: 18px;
    font-size: 20px;
    font-weight: 600;
}
/*--------------------------------------------------------------
## CATEGORY SECTION
--------------------------------------------------------------*/
.Home_sec-03 .woocommerce .products {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Home_sec-03 .woocommerce .products .product-category {
    margin-right: 20px;
    margin-bottom: 0;
}
.Home_sec-03 .woocommerce .products .product-category:last-child {
    margin: 0;
}
.Home_sec-03 .woocommerce .products .product-category .category-img {
    height: 220px;
    overflow: hidden;
    border-radius: 15px;
    transition: linear 0.5s;
}
.Home_sec-03 .woocommerce .products .product-category .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: linear 0.5s;
}
.Home_sec-03 .woocommerce .products .product-category .woocommerce-loop-category__title {
    text-align: center;
    margin: 0;
    padding: 15px 0 0 0;
    color: #000000;
    font-size: 16px;
}
.Home_sec-03 .woocommerce .products .product-category .woocommerce-loop-category__title mark.count {
    display: none;
}
.Home_sec-03 .woocommerce .products .product-category:hover .category-img {
    box-shadow: 0 5px 10px 0 #00000047;
}
/*--------------------------------------------------------------
## PRODUCT SECTION
--------------------------------------------------------------*/
.Home_sec-04 .woocommerce ul.products li.product {
    margin-right: 20px;
    margin-bottom: 0;
    width: 18.9%;
    position: relative;
}
.Home_sec-04 .woocommerce.columns-5 ul.products li.product:last-child {
    margin: 0;
}
.woocommerce ul.products li.product .onsale {
    margin: 0;
    bottom: 104px;
    top: unset;
    left: 0;
    right: unset;
    padding: 6px 8px;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    background: #D4AF37;
    line-height: normal;
    min-height: auto;
    width: auto;
}
.Home_sec-04 .woocommerce.columns-5 ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Inter';
    font-size: 16px;
    color: #000000;
}
.woocommerce ul.products li.product .price {
    margin: 0;
    color: #1C1D1D;
}
.woocommerce ul.products li.product .price bdi {
    font-size: 18px;
}
.woocommerce ul.products li.product .price del bdi {
    font-size: 14px;
}
.woocommerce ul.products li.product .ajax_add_to_cart, .woocommerce ul.products li.product a.added_to_cart,.woocommerce ul.products li.product .product_type_variable {
    margin: 0;
    background: #D4AF37;
    color: #ffffff;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 0;
}
.woocommerce ul.products li.product .ajax_add_to_cart::before,.woocommerce ul.products li.product .product_type_variable::before {
    content: '\2b';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}
.woocommerce ul.products li.product a.added_to_cart::before{
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 18px;
}
.woocommerce ul.products li.product:hover .ajax_add_to_cart, .woocommerce ul.products li.product:hover a.added_to_cart, .woocommerce ul.products li.product:hover .product_type_variable {
    opacity: 1;
}
.ad_banner figure,
.ad_banner figure .vc_single_image-wrapper,
.ad_banner figure .vc_single_image-wrapper img {
    width: 100% !important;
}
/*--------------------------------------------------------------
## TESTIMONIALS SECTION
--------------------------------------------------------------*/
.testimonials-slide .testimonials_img {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.testimonials-slide .testimonials_img img {
    width: 80px;
    border-radius: 10px;
}
.testimonials-slide .testimonials_img h3 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 26px;
    position: relative;
}
.star_rating ul {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.star_rating ul li {
    color: #ffb300;
    margin-right: 5px;
}
.star_rating {
    margin-left: 20px;
}
.testimonials-slide .testimonials_text p {
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    width: 90%;
}
.testimonials-slide {
    background: #EFE6DA;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}
.testimonials-slide::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #d4af3742;
}
/*--------------------------------------------------------------
## BRANDS SECTION
--------------------------------------------------------------*/
.brand_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: antiquewhite;
    border: 1px solid #78be7f38;
    border-radius: 10px;
}
.brand_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper .wpb_single_image {
    width: 100%;
    text-align: center !important;
    border-right: 1px solid #78be7f38;
}
.brand_row  .wpb_single_image .vc_single_image-wrapper {
    height: 150px !important;
    overflow: hidden;
}
.brand_row .wpb_single_image .vc_single_image-wrapper img {
    width: 150px !important;
    height: 100% !important;
    object-fit: scale-down;
}
.brand_row .vc_col-sm-12 .vc_column-inner > .wpb_wrapper .wpb_single_image:last-child {
    border-right: 0;
}
/*--------------------------------------------------------------
## NEWSLETTER SECTION
--------------------------------------------------------------*/
.newsletter_form p {
    margin: 0;
    position: relative;
}
.newsletter_form .form-control {
    width: 100%;
    border: 1px solid #e8e8e1;
    height: 60px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 16px;
    color: #000000;
}
.newsletter_form .form-control::placeholder {
    color: #000000;
    font-weight: 500;
}
.newsletter_form .subscribe_btn {
    background: #D4AF37;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 170px;
    font-size: 18px;
    font-weight: 500;
    color: #0F0F0F;
}
.newsletter_form span.wpcf7-spinner {
    position: absolute;
    top: 59px;
    right: 0;
}
/*--------------------------------------------------------------
## THEME FOOTER
--------------------------------------------------------------*/
.theme-footer {
    background: #0A0A0A;
    border-top: 2px solid #cccccc66;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #cccccc66;
}
.theme-footer .widget {
    margin: 0;
}
.theme-footer .menu li a {
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    background: transparent !important;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    display: inline-block;
}
.theme-footer .menu li a::before {
    content: '';
    background: #D4AF37;
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: linear 0.5s;
}
.theme-footer .menu li a:hover::before {
    width: 100%;
}
.theme-footer .menu li a:hover {
    color: #D4AF37;
}
.theme-footer .widget-title {
    margin: 0;
    padding-bottom: 20px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
}
.theme-footer .ft03 section#text-2 {
    margin-bottom: 35px;
}
.theme-footer .footer__menu li,
.theme-footer .footer__menu li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
}
.theme-footer .footer__menu li {
    position: relative;
    padding-left: 30px;
}
.theme-footer .footer__menu li::before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
}
.theme-footer .footer__menu li:nth-child(2)::before {
    content: '\f0e0';
}
.theme-footer .footer__menu li:nth-child(3)::before {
    content: '\f041';
}
.theme-footer .social_icons ul li a {
    font-size: 20px;
}
body:not(.theme-preset-active) footer#colophon p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    letter-spacing: 1px;
}
/*--------------------------------------------------------------
## ABOUT PAGE
--------------------------------------------------------------*/
.About_sec-01 .vc_column-inner {
    padding: 0 0 !important;
}
.About_sec-01 .vc_col-sm-5 {
    background: #fcf4f1;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 40px;
}
.theme-h3 {
    font-weight: 700;
    padding-bottom: 20px;
}
.letter_space-head {
    text-transform: uppercase;
    letter-spacing: .07em;
}
.About_sec-01 .vc_row {
    border: 2px solid #e9e9e9;
    border-radius: 15px;
}
.About_sec-01 img {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.About_sec-02 .vc_row {
    background: #EFE6DA;
    padding: 60px;
    border-radius: 30px;
}
/*--------------------------------------------------------------
## CONTACT PAGE
--------------------------------------------------------------*/
.Contact_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    background: #EFE6DA;
    padding: 50px 0;
    border-radius: 15px;
    border: 1px solid #D4AF3736;
}
.Contact_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .vc_icon_element-inner {
    background: #D4AF37;
    width: 6em;
    padding: 10px 0;
    border-radius: 10px;
    outline: none !important;
    border: 0 !important;
}
.Contact_sec-01 .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .vc_icon_element-inner .vc_icon_element-icon {
    color: #ffffff;
}
.contact_form {
    background: #D4AF37;
    padding: 40px;
    border-radius: 20px;
}
.contact_form .form-control {
    background-color: #235c55 !important;
    border: 1px solid #396c66 !important;
    color: #ffffff;
    height: 60px;
    padding: 0 20px;
    border-radius: 8px;
    width: 100%;
}
.contact_form .form-control::placeholder {
    color: #ffffff;
}
.contact_form textarea.form-control {
    height: 160px;
    border-radius: 10px;
    padding: 20px;
    resize: none;
}
.contact_form .subbtn {
    background: #ffffff;
    color: #D4AF37;
    border: 0;
    width: 160px;
    height: 60px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}
.contact_form .subbtn:hover {
    background: #78be7f;
    color: #ffffff;
}
.contact_form .text-end {
    text-align: right;
}
.contact_form .text-end p {
    margin: 0;
}
.contact_form .text-end .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 177px;
}
/*--------------------------------------------------------------
## BLOG PAGE
--------------------------------------------------------------*/
.Mail_box h3 {
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 15px;
    color: #ffffff;
}
.Mail_box p {
    text-align: center;
    margin: 0;
    padding-bottom: 35px;
    font-size: 18px;
    color: #ffffff;
}
.Mail_box .newsletter_form p {
    padding: 0;
}
.Mail_box {
    background: #000000;
    padding: 60px;
    border-radius: 20px;
    position: relative;
    padding-top: 120px;
}
.Mail_box .newsletter_form .subscribe_btn {
    background: #D4AF37;
    height: 60px;
}
.Mail_box::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-size: 70px;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}
.blog-row .blog-col {
    padding: 15px;
    border-radius: 15px;
}
.blog-row .blog-col .blog-img {
    height: 450px;
    overflow: hidden;
    transition: linear 0.5s;
}
.blog-row .blog-col .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.blog-row .blog-col .blog-content .blog-title {
    margin: 0;
    padding: 20px;
    position: relative;
}
.blog-row .blog-col .blog-content .blog-title a {
    color: #000000;
    font-size: 32px;
    line-height: 36px;
}
.blog-row .blog-col .blog-content .blog-title::before {
    content: '';
    background: #D4AF37;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 32px;
}
.blog-row .blog-col .blog-content a.blog-readmore {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.blog-row .blog-col .blog-content a.blog-readmore::before {
    content: '';
    background: #000000;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.blog-row .blog-col .blog-content a.blog-readmore:hover::before {
    width: 0;
}
.blog-row .blog-col .blog-content p.blog-excerpt {
    font-size: 18px;
    color: #000000;
}
/*--------------------------------------------------------------
## SHOP PAGE
--------------------------------------------------------------*/
.woocommerce-shop h1.page-title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 52px;
    font-weight: 700;
    color: #000000;
}
.woocommerce .woocommerce-result-count {
    font-size: 18px;
    color: #000000;
}
.woocommerce .woocommerce-ordering select {
    background-color: #d4af376e !important;
    background-image: url(img/caret-down.png);
    background-repeat: no-repeat;
    background-position: 95% 54%;
    width: 300px;
    height: 50px;
    border-radius: 8px;
    color: #ffffff;
    padding: 0 15px;
    appearance: none;
    border: 1px solid #d4af37 !important;
    font-size: 14px;
    background-size: 5% 30%;
    filter: invert(1) hue-rotate(186deg);
}
.woocommerce ul.products li.product .img-wrapper {
    height: 325px;
    overflow: hidden;
}
.Home_sec-04 .woocommerce ul.products li.product .img-wrapper {
    height: 278px;
}
.Home_sec-04 .woocommerce ul.products li.product .onsale {
    bottom: 84px;
}
.woocommerce ul.products li.product .img-wrapper img {
    height: 100%;
    object-fit: cover;
}
.woocommerce-shop ul.products li.product .onsale {
    bottom: 123px;
    width: auto;
}
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.berocket_single_filter_widget, .widget_products,.widget_price_filter {
    background: #EFE6DA;
    padding: 25px 20px;
    overflow: hidden;
    border-bottom: 1px solid #E8E8E8;
    transition:0.4s;
    cursor: pointer;
    height: 80px;
}
.berocket_single_filter_widget .bapf_head h3,
.widget_products h3,
.widget_price_filter h3.widget-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000624;
    position: relative;
}
.berocket_single_filter_widget .bapf_head h3::after,
.widget_products h3::after,
.widget_price_filter h3.widget-title::after {
    content: '\2b';
    color: #000624;
    position: absolute;
    right: 0;
    top: -3px;
    font-size: 36px;
}
.berocket_single_filter_widget .bapf_body ul li label {
    color: #777777;
    font-size: 18px;
    line-height: 40px;
    margin-left: 6px;
}
.berocket_single_filter_widget .bapf_body ul li input {
    width: 20px;
    height: 20px;
}
.bapf_sfilter {
    margin: 0;
}
.widget_products, .widget_price_filter {
    margin: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #D4AF37;
    height: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #D4AF37;
    width: 20px;
    height: 20px;
    top: -5px;
    border-radius: 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 10px;
}
.price_label {
    font-size: 14px;
    font-weight: 600;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    background: #D4AF37;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 30px;
}
.product_list_widget span.product-title {
    color: #000000;
    font-size: 14px;
}
.product_list_widget img {
    width: 70px !important;
}
.product_list_widget li {
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 0 !important;
}
.product_list_widget li:last-child {
    padding-bottom: 0 !important;
    border: 0;
}
.single-product aside#secondary {
    display: none;
}
.single-product section#primary {
    max-width: 100%;
    flex: 100%;
}
.single-product .summary.entry-summary .product_title.entry-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}
.single-product .summary.entry-summary p.price {
    color: #000000;
    font-size: 32px;
    margin-bottom: 30px;
}
.woocommerce-product-details__short-description p {
    color: #000000;
    font-size: 16px;
    line-height: 27px;
}
.woocommerce .quantity .qty {
    width: 150px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #000000;
    border-right: 0;
    outline: none !important;
}
.single-product .summary.entry-summary .single_add_to_cart_button {
    background: #D4AF37;
    padding: 17px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -4px;
    height: 50px;
}
.product_meta span.posted_in a {
    display: inline-block;
    color: #D4AF37;
    font-weight: 500;
    border-bottom: 2px solid #D4AF37;
    text-transform: capitalize;
}
.product_meta span.posted_in {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}
.type-product span.onsale {
    background: #d4af37;
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    top: 0;
    left: 0;
    width: 100px;
}
section.related.products span.onsale {
    width: auto;
    bottom: 104px !important;
}
section.related.products h2 {
    margin: 0;
    padding-bottom: 35px;
    font-size: 40px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0 0 30px;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent !important;
    padding: 0 0;
    margin-left: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px !important;
    line-height: 21px !important;
    background: transparent;
    padding: 15px 46px !important;
    border-radius: 50px;
    font-weight: 400 !important;
    border: 1px solid #222529;
    color: #222529;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #D4AF37;
    color: #fff;
    border-color: #D4AF37;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h6{
    margin: 0;
    padding: 0 0 15px;
    font-size: 44px;
    line-height: 54px;
    font-weight: 600;
    color: #222529;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    background: #EFE6DA;
    padding: 30px 30px;
    border-radius: 12px;
    margin-bottom: 60px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #777777;
}
div#review_form span {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.woocommerce #review_form #respond textarea {
    height: 140px;
    border-radius: 10px;
    border: 1px solid #000000;
    resize: none;
}
.woocommerce #review_form #respond .form-submit input {
    background: #D4AF37;
    color: #fff;
    padding: 15px 40px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
}
.woocommerce p.stars a {
    color: #D4AF37;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
}
#review_form #commentform {
    display: flex;
    flex-wrap: wrap;
}
#review_form #commentform p.comment-notes {
    width: 100%;
}
#review_form #commentform .comment-form-rating {
    width: 100%;
}
#review_form #commentform .comment-form-comment {
    order: 3;
    width: 100%;
}
#review_form #commentform .comment-form-author {
    order: 1;
    width: 50%;
    padding-right: 15px;
}
#review_form #commentform p.comment-form-email {
    order: 2;
    width: 50%;
}
#review_form #commentform p.comment-form-cookies-consent {
    order: 4;
    width: 100%;
}
#review_form #commentform p.form-submit {
    order: 5;
}
#review_form #commentform label {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
#review_form #commentform input {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #000000;
    padding: 0 20px;
}
#review_form #commentform input#wp-comment-cookies-consent {
    width: 30px;
    height: 30px;
}
#review_form #commentform p.comment-form-cookies-consent label {
    display: inline-block;
    margin: 0px 0 0 15px;
    position: relative;
    top: -8px;
}
.page-id-12 section#primary,
.page-id-13 section#primary {
    max-width: 100%;
    flex: 100%;
}
.page-id-12 aside#secondary,
.page-id-13 aside#secondary {
    display: none;
}
.page-id-12 .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.page-id-12 .wc-block-components-sidebar {
    background: #EFE6DA;
    padding: 20px 30px;
    border-radius: 15px;
    width: 62%;
}
.page-id-12 .wc-block-components-sidebar {
    margin-left: 24px;
    width: 36%;
}
.page-id-12 .wc-block-components-quantity-selector {
    display: none;
}
.page-id-12 table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #1a2d4c;
    font-weight: 600;
    font-size: 18px;
}
.page-id-12 .wc-block-cart .wc-block-cart__submit-container a.wc-block-components-button {
    background: #D4AF37;
    border-radius: 8px;
    color: #ffffff;
}
ul.sales-points li {
    font-size: 18px;
    color: #000000;
    line-height: 40px;
    position: relative;
    padding-left: 30px;
}
ul.sales-points {
    margin-bottom: 25px;
}
ul.sales-points li::before {
    content: '\f0d1';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    color: #d4af37;
}
ul.sales-points li:nth-child(2)::before {
    content: '\f023';
}
.woo-variation-swatches .variable-items-wrapper .variable-item {
    padding: 5px 20px !important;
    border-radius: 100px !important;
    height: auto !important;
}
.woocommerce div.product form.cart .reset_variations {
    background: #d4af37;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 60px;
    color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel h4,
.woocommerce div.product .woocommerce-tabs .panel h3{
    font-size: 28px;
    color: #000000;
    margin: 0;
    padding: 30px 0;
}
.woocommerce div.product .woocommerce-tabs .panel ol {
    padding: 20px 0 0 0px;
    margin: 0 !important;
    list-style: none;
}
.woocommerce div.product .woocommerce-tabs .panel ol li,
.woocommerce div.product .woocommerce-tabs .panel ul li {
    font-size: 18px;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel ol li::before,
.woocommerce div.product .woocommerce-tabs .panel ul li::before {
    content: '';
    background: #000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 16px;
    border-radius: 100%;
}
table {
    border: 1px solid #777777;
}
table tr td {
    padding: 15px;
    border: 1px solid #777777;
}