/*

Template: Bazar - Multipurpose WooCommerce WordPress Theme

Author: Peacefulqode.com

Version: 1.2

Design and Developed by: Peaceful Qode



NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/


/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> Header
==> Breadcrumb
==> Footer
==> Footer Subscribe
==> Section Title
==> Video Popup
==> Testimonial
==> Faq
==> Pricebox
==> Client
==> Team
==> Form

======================================
[ End table content ]
======================================*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Moz Selection

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

:root {
  --primary-color: #dcb14a;
  --dark-color: #292929;
  --secondary-color: #919191;
  /*--grey-color: #eeeeee;*/
  --grey-color: #f4f5f7;
  --dark-grey-color: #e0e0e0;
  --white-color: #ffffff;
  --body-fonts: 'Jost', sans-serif;
  --title-fonts: 'Jost', sans-serif;
}

::-moz-selection {
  text-shadow: none;
  background: var(--primary-color);
  color: #fff;
}

::-moz-selection {
  text-shadow: none;
  background: var(--primary-color);
  color: #fff;
}

::selection {
  text-shadow: none;
  background: var(--primary-color);
  color: #fff;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

General

+++++++++++++++++++++++++++++++++++++++++++++*/

body {
  background: var(--white-color);
  font-family: var(--body-fonts);
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  color: var(--secondary-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-fonts);
  color: var(--dark-color);
  font-style: normal;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-style: normal;
  line-height: 48px;
}

h2 {
  font-size: 36px;
  font-style: normal;
  line-height: 44px;
}

h3 {
  font-size: 32px;
  font-style: normal;
  line-height: 40px;
}

h4 {
  font-size: 28px;
  font-style: normal;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
}

h6 {
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
}


/*+++++ HTML Tags +++++*/

a,
.button {
  color: var(--secondary-color);
  outline: none !important;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
  color: var(--dark-color);
  outline: none;
  text-decoration: none !important;
}

p {
  margin-bottom: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

pre {
  background: var(--white-color);
  padding: 15px;
  border: 1px solid var(--dark-grey-color);
}

hr {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0px;
}

b,
strong {
  font-weight: 600;
}


/*+++++ Lists (Nested) +++++*/

ol,
ul {
  padding-right: 25px;
  margin-bottom: 1em;
}

ol li {
  list-style: decimal;
}

ol ol {
  padding-right: 25px;
}

ul li {
  list-style: inherit;
}


/*+++++ Definition Lists +++++*/

dl dd {
  margin-bottom: 15px;
}

dl dd:last-child {
  margin-bottom: 0px;
}


/*+++++ Table +++++*/

table {
  border: 1px solid var(--dark-grey-color);
  width: 100%;
  margin-bottom: 20px;
}

table td,
table th {
  padding: 8px;
}


/*+++++ Input Textarea +++++*/

input,
input.form-control,
textarea {
  background: var(--white-color);
  border: none;
  border: 1px solid var(--dark-grey-color);
  color: var(--dark-color);
  width: 100%;
  float: right;
  font-size: 16px;
  padding: 0 10px;
  height: 54px;
  line-height: 54px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
  border-color: var(--dark-color);
  outline: none;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
  height: auto;
  float: none;
  margin-left: 5px;
}


/*+++++ Select +++++*/

select,
select.form-control {
  background: transparent;
  border: none;
  border: 1px solid var(--dark-grey-color);
  color: var(--dark-color);
  width: 100%;
  float: right;
  padding: 0px 15px 15px;
  height: 54px;
  line-height: 54px;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
  background-repeat: no-repeat;
  background-position: left 10px bottom 50%;
  background-size: 20px 20px;
}


/*+++++ Container +++++*/

.container,
.elementor-section.elementor-section-boxed>.elementor-container {
  max-width: 1420px;
}

.content-area .site-main {
  padding: 100px 0;
  display: block;
  width: 100%;
  overflow: hidden;
}

@media(max-width:1023px) {
  .content-area .site-main {
    padding: 80px 0;
  }
}

@media(max-width:767px) {
  .content-area .site-main {
    padding: 60px 0;
  }
}

.lnr {
  font-family: 'Linearicons-Free';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Loading

+++++++++++++++++++++++++++++++++++++++++++++*/

#pt-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: var(--white-color);
}

#pt-loading img {
  height: 50px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Back to Top

+++++++++++++++++++++++++++++++++++++++++++++*/

#back-to-top .top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  margin: 0px;
  color: var(--white-color);
  background: var(--dark-color);
  z-index: 999;
  border: 1px solid var(--dark-color);
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 90px 90px 90px 90px;
  -moz-border-radius: 90px 90px 90px 90px;
  -webkit-border-radius: 90px 90px 90px 90px;
}

#back-to-top .top:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}


/*+++++++++++++++++++++++++++++++++++++++++++++

WordPress Core

+++++++++++++++++++++++++++++++++++++++++++++*/

.alignnone {
  margin: 5px 0 20px 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 15px auto;
}

.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignnone {
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid var(--dark-grey-color);
  max-width: 96%;
  padding: 5px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignleft {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
  margin: 5px 20px 20px 0;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.wp-block-gallery figcaption.blocks-gallery-caption {
  margin-bottom: 10px;
}

.bypostauthor {
  display: block;
}

.wp-caption-text {
  font-size: 14px;
  margin: 4px 0 0;
  line-height: normal;
}


/*+++++ Text meant only for screen readers +++++*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 0px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: var(--grey-color);
  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: 400;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Button Core

+++++++++++++++++++++++++++++++++++++++++++++*/

[type="button"],
[type="reset"],
[type="submit"] {
  padding: 8px 20px;
  background: var(--dark-color);
  color: var(--white-color);
  display: inline-block;
  border: none;
  width: auto;
  height: auto;
  line-height: 2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background: var(--primary-color);
}

.pt-button,
.loadmore-btn {
  padding: 10px 30px;
  background: var(--dark-color);
  color: var(--white-color);
  display: inline-block;
  border: none;
  width: auto;
  height: auto;
  line-height: 2;
  border-radius: 0;
  text-decoration: none;
}

.pt-button:hover,
.pt-button:focus,
.loadmore-btn:hover,
.loadmore-btn:focus {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.pt-button span {
  z-index: 9;
  position: relative;
}

.pt-button.pt-button-outline {
  background: none;
  color: var(--dark-color);
  border: 1px solid var(--secondary-color);
}

.pt-button.pt-button-outline:hover {
  background: var(--dark-color);
  color: var(--white-color);
  border-color: var(--dark-color);
}

.pt-button.pt-button-link {
  background: none;
  color: var(--dark-color);
  border: none;
  padding: 0;
}

.pt-button.pt-button-link:hover {
  color: var(--primary-color);
}


/*+++++ Button link +++++*/

.pt-button.pt-btn-link {
  padding: 0;
  background: transparent;
  color: var(--primary-color);
}

.pt-button.pt-btn-link:hover {
  color: var(--blue-color);
}


/*+++++ Button outline +++++*/

.pt-button.pt-btn-outline {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.pt-button.pt-btn-outline:hover {
  color: var(--blue-color);
  border: 1px solid var(--blue-color)
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Dummy data

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-sticky-post-label {
  padding: 5px 15px;
  background: var(--primary-color);
  color: var(--white-color);
  margin-bottom: 15px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pt-sticky-post-label i {
  margin-left: 5px;
}

.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  background: var(--primary-color);
  color: var(--white-color) !important;
  font-size: 16px;
}

.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
}

.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
  background: transparent;
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button {
  margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
  color: var(--white-color);
}

blockquote {
  background: var(--grey-color);
  padding: 15px 30px;
  border: 1px solid var(--grey-color);
  border-radius: 0;
  border-right: 5px solid var(--primary-color);
  margin-bottom: 30px;
}

blockquote strong {
  display: block;
}

blockquote cite {
  font-family: var(--title-fonts);
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-style: italic;
}

blockquote strong {
  font-family: var(--title-fonts);
  color: var(--primary-color);
  font-style: italic;
  font-weight: 400;
}

.pt-blog-post .pt-blog-contain blockquote p {
  margin-bottom: 0;
}

.post-password-form input {
  float: none;
}

.post-password-form input[type="submit"] {
  height: 54px;
}

.pt-blog-post .pt-blog-contain table td,
.pt-blog-post .pt-blog-contain table th,
.pt-comment-area table td,
.pt-comment-area table th {
  border-color: var(--grey-color);
  background: var(--white-color);
}

.pt-comment-area {
  display: inline-block;
  width: 100%;
}

.pt-blog-contain .wp-block-archives,
.pt-blog-contain .wp-block-archives-dropdown,
.pt-blog-contain .wp-block-categories,
.pt-blog-contain .wp-block-latest-posts,
.pt-blog-contain .wp-block-tag-cloud,
.pt-blog-contain .wp-block-search {
  margin: 0 0 30px;
  padding: 0;
  display: inline-block;
  width: 100%;
  float: right;
}

.pt-blog-contain .wp-block-archives li {
  list-style-type: none;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment,
.wp-block-latest-comments__comment {
  display: inline-block;
  width: 100%;
}


/*+++++ Gallery +++++*/

.gallery-item .gallery-caption {
  font-size: 14px;
  line-height: 22px;
}

.gallery-size-thumbnail .gallery-item {
  margin-left: 2% !important;
  width: 18.4%;
  margin-bottom: 2% !important;
  display: inline-block;
  vertical-align: top;
}

.gallery.gallery-size-thumbnail {
  display: inline-block;
  width: 100%;
}

.gallery-size-thumbnail .gallery-item img {
  margin-bottom: 10px;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-left: 0px;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
}

.gallery-columns-3 .gallery-item {
  width: 31.3%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
}

.gallery-columns-6 .gallery-item {
  width: 14.6%;
}

.gallery-columns-7 .gallery-item {
  width: 12.2%;
}

.gallery-columns-8 .gallery-item {
  width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  width: 9.1%;
}


/*+++++ Calendar +++++*/

.pt-blog-contain .wp-block-calendar {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: var(--secondary-color);
}

.wp-calendar-table {
  margin-bottom: 0;
}

.wp-calendar-table caption {
  padding: 0 0 15px;
  color: var(--dark-color);
  text-align: center;
  caption-side: top;
}

.wp-calendar-nav .wp-calendar-nav-prev {
  width: 50%;
  border: 1px solid var(--dark-grey-color);
  display: inline-block;
  float: right;
  text-align: center;
  border-left: 0;
  padding: 4px;
  color: var(--secondary-color);
  text-decoration: none;
  background: var(--white-color);
  border-top: none;
}

.wp-calendar-nav .wp-calendar-nav-next {
  width: 50%;
  border: 1px solid var(--dark-grey-color);
  display: inline-block;
  float: right;
  text-align: center;
  padding: 4px;
  color: var(--secondary-color);
  text-decoration: none;
  background: var(--white-color);
  border-top: none;
}

.wp-calendar-nav .pad {
  display: none;
}

.wp-calendar-nav span a {
  color: var(--secondary-color);
  text-decoration: none;
}

.wp-calendar-nav span a:hover {
  color: var(--primary-color);
}


/*+++++ Blog Page Link +++++*/

.page-links {
  margin: 15px 0 10px;
  clear: both;
}

.pt-blog-contain .page-links a,
.page-links>span.page-number,
.page-links a,
.page-links .post-page-numbers {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--grey-color);
  margin-right: 5px;
  padding: 0px;
  display: inline-block;
  color: var(--dark-color);
}

.pt-blog-contain .page-links a:hover,
.page-links .post-page-numbers.current {
  text-decoration: none;
  border-color: transparent;
  background: var(--primary-color);
  color: var(--white-color);
}

.pt-blog-contain .page-links>span.page-number,
.page-links>span.page-number {
  background: var(--primary-color);
  color: var(--white-color);
}

article.hentry .pt-blog-contain .page-links a:hover {
  color: #fff;
}

.wp-block-table.is-style-stripes td {
  border-color: #eaeaea;
}

.wp-block-table td,
.wp-block-table th {
  text-align: right;
}

.wp-block-latest-posts.is-grid.has-dates {
  margin: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: var(--grey-color);
}

article.hentry.format-audio .pt-post-media p:nth-child(-n+2) {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 30px;
}

article.hentry.format-audio .pt-post-media p {
  margin-bottom: 0;
  padding-right: 30px;
}

article.hentry.format-audio .pt-post-media p {
  margin-bottom: 0;
  padding-right: 30px;
}

article.hentry.format-video .pt-post-media p {
  margin-bottom: 0;
}

article.hentry.format-video .pt-post-media {
  text-align: center;
}

article.hentry.format-audio .pt-post-media embed,
article.hentry.format-video .pt-post-media iframe {
  width: 100%;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Blog Sidebar

+++++++++++++++++++++++++++++++++++++++++++++*/

.widget {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  float: right;
  position: relative;
  padding: 0 0 30px;
  background: var(--white-color);
  border: none;
  border-bottom: 1px solid var(--dark-grey-color);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.widget:last-child {
  margin-bottom: 0;
}


/*+++++ Widget Title +++++*/

.widget h2 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 28px;
  position: relative;
  line-height: 36px;
  position: relative;
}


/*+++++ SideBar - Search +++++*/

.widget.widget_search .widget-title {
  display: none;
}

.widget.widget_search .wp-block-search {
  position: relative;
}

.widget.widget_search .wp-block-search label {
  display: none;
}

.wp-block-search__input {
  border: 1px solid var(--dark-grey-color);
}

.wp-block-search .wp-block-search__button {
  background: var(--dark-color);
  border: none;
  padding: 0;
  position: absolute;
  text-align: center;
  color: var(--white-color) !important;
  font-size: 0px;
  line-height: 54px;
  height: 54px;
  width: 54px;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.wp-block-search .wp-block-search__button:before {
  font-family: 'pqf' !important;
  content: "\e91e";
  font-size: 18px;
}

.wp-block-search .wp-block-search__button:hover {
  background: var(--primary-color);
  outline: none;
}

.search-form {
  position: relative;
}

.search-form label {
  width: 100%;
  margin-bottom: 0;
  float: right;
  width: 100%;
}

.search-submit {
  background: var(--dark-color);
  border: none;
  padding: 0;
  position: absolute;
  text-align: center;
  color: var(--white-color) !important;
  line-height: 54px;
  height: 54px;
  width: 54px;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 18px;
}

.search-submit:before {
  font-family: 'pqf' !important;
  content: "\e91e";
}

.search-submit:hover {
  background: var(--primary-color);
  outline: none;
}


/*+++++ widget-menu +++++*/

.widget ul {
  padding: 0;
  margin: 0;
}

.widget ul li {
  list-style: none;
  margin: 0 0 15px 0;
}

.widget ul li:last-child {
  margin-bottom: 0;
}

.widget ul ul.children {
  padding-right: 25px;
  margin-top: 15px;
}

.widget ul li a {
  padding: 0 15px 0 0;
  color: var(--secondary-color);
  position: relative;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}

.widget ul li a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.widget ul.wp-block-latest-posts__list li>a:before,
.widget ul.wp-block-archives-list li>a:before,
.widget ul.wp-block-categories-list li>a:before,
.widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li>a:before,
.widget.widget_nav_menu ul li>a:before {
  position: absolute;
  content: '\f054';
  right: 0;
  font-size: 10px;
  top: 6px;
  color: inherit;
  font-family: "Font Awesome 5 Free";
  line-height: normal;
  font-weight: 900;
  color: var(--primary-color);
}

.widget ul.wp-block-categories-list li a {
  text-transform: capitalize;
}


/*+++++ SideBar - Recent Comments +++++*/

.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}

.wp-block-latest-comments li,
#recentcomments li {
  padding-right: 0;
  position: relative;
  line-height: 2;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author,
#recentcomments li .comment-author-link a {
  color: var(--dark-color);
  padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link,
#recentcomments li a {
  color: var(--primary-color);
  padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover,
#recentcomments li a:hover {
  color: var(--primary-color);
  text-decoration: underline !important;
}


/*+++++  SideBar widget archive  +++++*/

.widget.widget_archive ul li,
.widget.widget_categories ul li {
  font-weight: 400;
  color: var(--primary-color);
}


/*+++++  SideBar Calendar  +++++*/

.widget_calendar table caption {
  padding: 0 0 10px;
  color: var(--dark-color);
}

.widget_calendar table#wp-calendar {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  background: var(--white-color);
}

.widget_calendar .calendar_wrap td#today {
  background: var(--primary-color);
  color: var(--white-color);
}

.widget_calendar .calendar_wrap td#today a {
  color: var(--white-color);
}

.widget_calendar .calendar_wrap table th {
  background: var(--white-color);
  color: var(--dark-color);
}

.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
  padding: 8px;
  text-align: center;
  border: 1px solid var(--dark-grey-color);
}


/*+++++ widget_categories +++++*/

.widget_categories ul>li:last-child {
  margin-bottom: 0;
}


/*+++++  Meta - widget RSS +++++*/

.widget.widget_rss ul li {
  margin-bottom: 30px;
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_rss ul li a {
  padding-right: 0;
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 600;
  font-family: var(--title-fonts);
}

.widget.widget_rss ul li a:hover {
  color: var(--primary-color);
}

.widget.widget_rss ul li a:before {
  display: none;
}

.widget.widget_rss ul li cite {
  font-weight: 700;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  color: var(--dark-color);
  font-family: var(--title-fonts);
}

.widget.widget_rss ul li .rss-date {
  font-size: 14px;
  color: var(--primary-color);
  line-height: 1;
  float: right;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}


/*+++++ widget Nav Menu +++++*/

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
  display: block !important;
  padding-right: 20px;
  margin-top: 15px;
}


/*+++++  SideBar - widget Recent Entries +++++*/

.widget_recent_entries ul li .post-date {
  font-weight: 700;
  color: var(--dark-color);
}


/*+++++ SideBar - Tags +++++*/

.widget_tag_cloud .tag-cloud-link {
  font-size: 16px !important;
  margin: 0 0 10px 10px;
  display: inline-block;
  float: right;
  color: var(--secondary-color);
  padding: 0px 12px;
  border: 1px solid var(--dark-grey-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}

.widget_tag_cloud .tag-cloud-link:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}


/*+++++ SideBar - Gallery +++++*/

.widget.widget_media_gallery .gallery-size-thumbnail .gallery-item img {
  margin: 0;
}

.sidebar.widget-area {
  padding-right: 30px;
}

@media(max-width:1023px) {
  .sidebar.widget-area {
    margin-top: 45px;
  }
}

@media(max-width:991px) {
  .sidebar.widget-area {
    padding-right: 5px;
  }
}


/*+++++ Comments Box +++++*/

.comment-respond {
  margin-top: 0;
  display: inline-block;
  width: 100%;
}

.pt-comment-area .comments-title,
.comment-respond .comment-reply-title {
  padding-top: 30px;
  position: relative;
  margin: 0;
  padding-bottom: 0;
}

.comment-respond .comment-reply-title a {
  font-weight: 400;
  color: var(--primary-color);
  font-size: 60%;
  margin-right: 30px;
}

.comment-respond .comment-reply-title a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.commentlist .comment {
  margin-top: 30px;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0;
  list-style: none;
}

.commentlist .pt-comment-info {
  padding: 15px;
  position: relative;
  background: var(--grey-color);
}

.commentlist ol.children {
  padding-right: 60px;
}

.commentlist .pt-comment-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.commentlist .pt-comment-avatar {
  padding-left: 15px;
}

.commentlist .pt-comment-avatar img {
  width: 80px;
}

.commentlist .pt-comment-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.commentlist .pt-comment-box .pt-comment-metadata a.comment-edit-link {
  color: var(--primary-color);
}

.commentlist .pt-comment-box .title:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.commentlist .comment-content p {
  margin: 0;
}

.commentlist .pt-comment-info .reply a {
  position: absolute;
  left: 30px;
  top: 30px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: var(--primary-color);
}

.commentlist .pt-comment-info .reply a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.no-comments,
.comment-awaiting-moderation {
  font-style: italic;
  margin: 15px 0;
}


/*+++++ Comments Form +++++*/

ol.commentlist .pingback,
ol.commentlist .trackback {
  margin-right: 25px;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  padding: 0;
  margin: 0 0 30px;
}

.comment-respond .comment-form-comment {
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  float: right;
}

.comment-respond .comment-form-comment textarea {
  height: 150px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  float: right;
  width: 32.6%;
  display: inline-block;
  margin: 0 0 30px 15px;
}

.comment-respond .comment-form-url {
  margin-left: 0;
}

.comment-respond .form-submit {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  float: right;
}

.commentlist .comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  width: 31.7%;
  float: right;
}

.comment-respond .comment-form-url {
  width: 32.7%;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Blog

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-blog .owl-carousel .pt-blog-post {
  margin-bottom: 0;
}

.single-post .pt-blog-post {
  margin-bottom: 0;
}

.pt-blog-post {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.pt-blog-post .pt-post-media {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}

.pt-blog-post .pt-post-media img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pt-blog-post:hover .pt-post-media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pt-blog-post .pt-post-media .pt-post-date {
  font-family: var(--title-fonts);
  background: var(--primary-color);
  padding: 8px 2px;
  text-transform: uppercase;
  color: var(--white-color);
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  line-height: 24px;
}

.pt-blog-post .pt-post-media .pt-post-date a {
  color: var(--white-color);
}

.pt-blog-post .pt-post-media .pt-post-date a span {
  display: inline-block;
  float: right;
  width: 100%;
  font-family: var(--title-fonts);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

.pt-blog-post .pt-blog-contain {
  padding: 30px 0px;
  display: inline-block;
  position: relative;
  width: 100%;
}

.pt-blog-col-3 .pt-blog-post .pt-blog-contain .pt-blog-title {
  font-size: 32px;
  line-height: 40px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 5px;
}

.pt-blog .owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
  font-size: 28px;
  line-height: 36px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title a {
  text-decoration: none;
  font-weight: 400;
}

.pt-blog-post .pt-blog-contain .pt-blog-title a:hover {
  color: var(--dark-color);
}

.pt-blog-post .pt-blog-contain .pt-blog-info p {
  margin-bottom: 15px;
}

.pt-blog-post .pt-post-meta ul {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pt-blog-post .pt-post-meta ul li {
  list-style: none;
  float: right;
  display: inline-block;
  margin-left: 20px;
  align-self: center !important;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.pt-blog-post .pt-post-meta ul li:last-child {
  margin-left: 0;
}

.pt-blog-post .pt-post-meta ul li a {
  color: var(--primary-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

.pt-blog .owl-carousel .pt-blog-post .pt-post-meta ul li a {
  color: var(--primary-color);
}

.pt-blog-post .pt-post-meta ul li a:hover,
.pt-blog-post .pt-post-meta ul li a:hover i {
  color: var(--primary-color);
}

.pt-blog-post .pt-post-meta ul li i {
  margin-left: 5px;
  color: var(--primary-color);
  transition: all 0.5s ease;
}

.pt-blog .owl-carousel .owl-nav button.owl-prev,
.pt-blog .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  outline: none;
  font-size: 24px;
  background: rgba(0, 0, 0, .3);
  color: var(--white-color);
  opacity: 0;
}

.pt-blog .owl-carousel .owl-nav button:hover {
  background: rgba(0, 0, 0, .8);
}

.pt-blog .owl-carousel .owl-nav button span {
  display: block;
  margin-top: -4px;
}

.pt-blog .owl-carousel .owl-nav button.owl-prev {
  right: -70px;
}

.pt-blog .owl-carousel .owl-nav button.owl-next {
  left: -70px;
}

.pt-blog:hover .owl-carousel .owl-nav button.owl-prev {
  opacity: 1;
  right: 0;
}

.pt-blog:hover .owl-carousel .owl-nav button.owl-next {
  opacity: 1;
  left: 0;
}

@media(max-width:1365px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url {
    float: right;
    width: 31.66%;
  }
  .comment-respond .comment-form-url {
    width: 32.5%;
  }
}

@media(max-width:979px) {
  .pt-blog-post .pt-post-meta ul {
    display: inline-block !important;
  }
}

@media(max-width:767px) {
  .commentlist ol.children {
    padding-right: 30px;
  }
  .commentlist .pt-comment-info {
    padding: 15px;
  }
  .commentlist .pt-comment-info .reply a {
    left: 15px;
    top: 15px;
  }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email,
  .comment-respond .comment-form-url {
    width: 100%;
    margin-left: 0;
  }
  .commentlist .pt-comment-avatar {
    width: 90px;
  }
}

@media(max-width:479px) {
  .commentlist .pt-comment-wrap {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-align: start;
    align-items: inherit;
    width: 100%;
  }
  .commentlist .pt-comment-avatar {
    margin: 0 0 15px 0;
  }
  .pt-blog-post .pt-blog-contain {
    padding: 15px;
  }
  .pt-blog-post .pt-post-meta ul {
    display: inline-block !important;
    margin: 0;
  }
  .pt-blog-post .pt-post-meta ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Pagination

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-pagination {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
}

.pt-pagination .page-numbers {
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.pt-pagination .page-numbers li:first-child .page-numbers {
  margin-right: 0;
}

.pt-pagination .page-numbers li .page-numbers {
  position: relative;
  display: block;
  padding: 0px 15px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 5px;
  color: var(--dark-color);
  background-color: var(--grey-color);
  border: 1px solid var(--dark-grey-color);
  text-decoration: none;
}

.pt-pagination .page-numbers li .page-numbers:hover {
  color: var(--white-color);
  text-decoration: none;
  background-color: var(--dark-color);
  border-color: var(--dark-color);
  z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:focus {
  box-shadow: none;
  outline: 0;
  z-index: 2;
}

.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
  cursor: pointer
}

.pt-pagination .page-numbers li .page-numbers.current {
  color: var(--white-color);
  background: var(--dark-color);
  border-color: var(--dark-color);
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.pt-pagination .page-numbers li .next.page-numbers,
.pt-pagination .page-numbers li .prev.page-numbers {
  width: auto;
}

@media(max-width:767px) {
  .pt-pagination .page-numbers li .next.page-numbers,
  .pt-pagination .page-numbers li .prev.page-numbers {
    width: auto;
    display: none;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Error

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-error-block {
  text-align: center;
}

.pt-error-block .pt-errot-text {
  font-size: 420px;
  font-family: var(--title-fonts);
  color: var(--primary-color);
  line-height: 0.8;
  margin-bottom: 30px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
}

@media(max-width:1023px) {
  .pt-error-block .pt-errot-text {
    font-size: 320px;
  }
}

@media(max-width:767px) {
  .pt-error-block .pt-errot-text {
    font-size: 200px;
  }
  .pt-error-block h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media(max-width:479px) {
  .pt-error-block .pt-errot-text {
    font-size: 130px;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Header

+++++++++++++++++++++++++++++++++++++++++++++*/

.animated {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

header#pt-header {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  background: var(--white-color);
  z-index: 99;
}

header#pt-header.pt-header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}


/*+++++ Header Top Bar +++++*/

header#pt-header .pt-top-header .pt-header-contact.text-right ul {
  float: left;
}

header#pt-header .pt-top-header .pt-header-contact ul {
  margin: 0;
  padding: 0;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
  list-style: none;
  display: inline-block;
  color: var(--white-color);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  float: right;
}

header#pt-header .pt-top-header .pt-header-contact ul li:last-child {
  margin-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-contact ul li i {
  margin-left: 10px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
  color: var(--white-color);
}

header#pt-header .pt-top-header .pt-header-contact ul li a:hover {
  color: var(--white-color);
  background: transparent;
}

header#pt-header .pt-top-header .text-right .pt-header-social ul,
header#pt-header .pt-top-header .pt-header-social.text-right ul {
  float: left;
}

header#pt-header .pt-top-header .pt-header-social ul {
  margin: 0;
  padding: 0;
}

header#pt-header .pt-top-header .pt-header-social ul li {
  list-style: none;
  display: inline-block;
  float: right;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#pt-header .pt-top-header .pt-header-social ul li a {
  color: var(--white-color);
  padding: 10px 20px;
  display: inline-block;
}

header#pt-header .pt-top-header ul li a:hover {
  color: var(--white-color);
  background: transparent;
}

header#pt-header .pt-top-header .pt-header-social ul li:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}


/*+++++ Header Top Bar style 2 +++++*/

.pt-header-max-mega .pt-top-header.pt-style-2 {
  display: block;
}

.pt-header-default .pt-top-header.pt-style-2 .pt-topbar-middle,
.pt-header-max-mega .pt-top-header.pt-style-2 .pt-topbar-middle {
  width: 100%;
  text-align: center;
}

.pt-header-default .pt-top-header .pt-container-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.pt-header-default .pt-top-header .pt-topbar-left ul {
  padding: 0;
  margin: 0;
}

.pt-header-default .pt-top-header .pt-topbar-left ul li {
  display: inline-block;
  list-style: none;
  padding-left: 20px;
}

.pt-header-default .pt-top-header .pt-topbar-left ul li a {
  color: var(--white-color);
  text-decoration: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency {
  display: inline-block;
  margin-left: 5px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency:before {
  content: '\f347' !important;
  font-family: dashicons;
  position: absolute;
  left: 15px;
  top: 1px;
}

.pt-header-default .pt-top-header .pt-topbar-right {
  display: flex;
  align-items: center;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-lang {
  display: inline-block;
  position: relative;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-lang:before {
  content: '\f347' !important;
  font-family: dashicons;
  position: absolute;
  left: 0;
  top: 1px;
}

.pt-header-default .pt-top-header .pt-topbar-lang select {
  color: var(--white-color);
  border: none;
  width: 135px;
  height: auto;
  padding: 0;
  line-height: inherit;
  padding-right: 10px;
  padding-left: 25px;
  cursor: pointer;
  background: transparent;
}

.pt-header-default .pt-top-header .pt-topbar-lang select option {
  color: var(--dark-color);
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency {
  display: inline-block;
  margin-left: 5px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency:before {
  content: '\f347' !important;
  font-family: dashicons;
  position: absolute;
  left: 15px;
  top: 1px;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 15px;
  background: #3e3d3d;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown {
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  color: var(--white-color);
  padding-left: 15px;
  outline: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select {
  padding: 0 10px;
  outline: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select span {
  outline: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select > i {
  display: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
  padding: 6px 10px;
  border-bottom: 1px solid var(--dark-grey-color);
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:last-child {
  border: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .alg_currency_select {
  color: var(--white-color);
  border: none;
  width: 62px;
  height: auto;
  padding: 0;
  line-height: inherit;
  padding-right: 10px;
  padding-left: 25px;
  cursor: pointer;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .alg_currency_select option {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .alg_currency_select option:hover {
  background-color: transparent;
  color: var(--primary-color) !important;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select {
  padding: 0 10px;
  outline: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select span {
  outline: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select > i {
  display: none;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
  padding: 6px 10px;
  border-bottom: 1px solid var(--dark-grey-color);
}

.pt-header-default .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:last-child {
  border: none;
}

.pt-top-header.pt-style-3 .pt-topbar-left {
  display: flex;
  align-items: center;
}

.pt-top-header.pt-style-3 .pt-topbar-left .pt-menu-itmes {
  margin-left: 20px;
}

.pt-top-header.pt-style-3 .pt-topbar-right .pt-top-email {
  position: relative;
  padding-left: 15px;
}

.pt-top-header.pt-style-3 .pt-topbar-right .pt-top-email:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 15px;
  background: #3e3d3d;
}


/*+++++ Logo +++++*/

header#pt-header .pt-bottom-header .navbar .navbar-brand {
  line-height: 80px;
}

header#pt-header .pt-bottom-header .navbar .navbar-brand img {
  height: 30px;
}


/*+++++ Header Navbar Bar +++++*/

header#pt-header .pt-bottom-header {
  border-bottom: 1px solid var(--dark-grey-color);
}

header#pt-header .pt-bottom-header.black {
  width: 100%;
  background: var(--dark-color);
  z-index: 99;
  border: none;
}

header#pt-header.pt-header-default .pt-bottom-header.black.pt-header-sticky {
  background: var(--dark-color);
}

header#pt-header .pt-bottom-header.transparent {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 99;
  border: none;
}

header#pt-header .pt-bottom-header .navbar {
  padding: 0;
}

header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
  display: inline-block;
  width: 100%;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav {
  float: left;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 30px;
  color: var(--dark-color);
  line-height: 75px;
  font-weight: 400;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child {
  margin-left: 0;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
  color: var(--dark-color);
  font-family: var(--title-fonts);
  text-decoration: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a,
header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
  color: var(--primary-color);
}


/*+++++ Sub Menu Bar +++++*/

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu {
  display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
  display: block;
  background: var(--white-color);
  position: absolute;
  top: 100%;
  right: 0;
  padding-right: 0;
  padding-left: 0;
  display: inline-block;
  width: 210px;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li {
  line-height: 2;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: var(--secondary-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li i {
  margin-right: 10px;
  font-size: 12px;
  color: var(--dark-color);
  opacity: 0.3;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
  line-height: 2;
  text-transform: capitalize;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: var(--secondary-color);
  font-size: 14px;
  text-align: right;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
  background: var(--primary-color);
  color: var(--white-color);
}

@media screen and (max-width:4000px) and (min-width:1023px) {
  header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
    display: block !important;
  }
}


/*+++++ Navigation Sub Menu +++++*/

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
  display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  background: var(--white-color);
  padding-right: 0;
  display: inline-block;
  width: 200px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
  opacity: 1;
  position: absolute;
  top: 12px;
  left: 15px;
  line-height: 2;
  font-size: 12px;
  color: var(--secondary-color);
  -moz-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
  color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
  color: var(--white-color);
  transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}


/*+++++ Navigation search +++++*/

header#pt-header .pt-menu-search-block {
  position: relative;
  margin: 0 30px 0 0;
}

header#pt-header .pt-menu-search-block a {
  color: var(--dark-color);
  font-size: 16px;
  width: 18px;
  display: inline-block;
}

header#pt-header .pt-search-form {
  position: absolute;
  top: 59px;
  left: -30px;
  width: 350px;
  padding: 15px;
  z-index: 999;
  display: none;
  background: var(--white-color);
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

header#pt-header .pt-button:hover .pt-button-line-left {
  width: calc(15px - 1px);
}


/*+++++ Header Default +++++*/

header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  background: var(--white-color);
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-logo {
  line-height: 75px;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-container-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-logo {
  line-height: 75px;
}
header#pt-header.pt-header-default .pt-bottom-header .pt-header-logo .navbar-brand{ margin-right: 0; }
header#pt-header.pt-header-default .pt-bottom-header .pt-header-logo img {
  height: 30px;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-right {
  margin-top: 5px;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul {
  padding: 0;
  margin: 0;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-account-icon,
header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-wishlist-button,
header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-cart-button {
  margin-right: 15px;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-cart-button {
  padding-left: 15px;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-account-icon svg {
  fill: var(--dark-color);
  color: var(--dark-color);
  width: 20px;
  height: 20px;
  margin-top: -8px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li a.pt-tools-serach-button,
header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li a.pt-tools-user-button,
header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li a.pt-tools-wishlist-button,
header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li a.pt-tools-button {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: var(--dark-color);
}

header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav {
  float: none;
  justify-content: center;
}

header#pt-header.pt-header-default .pt-bottom-header .navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

header#pt-header.pt-header-default .pt-btn-container {
  margin: 0 30px 0 0;
}

header#pt-header.pt-header-default .pt-btn-container .pt-button {
  background: var(--blue-color);
}

header#pt-header.pt-header-default .pt-btn-container .pt-button:hover {
  background: var(--primary-color);
}

header#pt-header.pt-header-default .pt-toggle-btn {
  padding: 0;
  margin: 0 30px 0 0;
}

header#pt-header.pt-header-default .pt-toggle-btn a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 38px;
  background: var(--primary-color);
  color: #fff;
  line-height: 52px;
  width: 52px;
  height: 52px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

header#pt-header.pt-header-default .pt-menu-search-block {
  margin: 0 30px 0 0;
}


/*+++++ Header Style-1 +++++*/

.admin-bar header#pt-header.pt-header-sticky {
  top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
  top: 32px;
}

@media(max-width:767px) {
  .admin-bar header#pt-header.pt-header-sticky,
  .admin-bar header#pt-header {
    top: 0;
  }
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {
  .admin-bar header#pt-header.pt-header-sticky,
  .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
    top: 46px;
  }
}

@media(max-width:1599px) {
  header#pt-header .pt-bottom-header .navbar .navbar-nav li {
    margin-left: 20px;
  }
}

@media(max-width:1399px) {
  header#pt-header .pt-bottom-header .navbar .navbar-nav li {
    margin-left: 20px;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
    right: inherit;
    left: 100%;
  }
}

@media(max-width:1365px) {
  header#pt-header .pt-top-header .pt-header-social ul li a {
    font-size: 12px;
    padding: 10px 15px;
  }
  header#pt-header .pt-top-header .pt-header-contact ul li {
    font-size: 12px;
    padding: 10px 15px;
  }
  header#pt-header.pt-header-default .pt-btn-container {
    margin: 0 15px 0 0;
  }
  header#pt-header.pt-header-default .pt-toggle-btn {
    margin: 0 15px 0 0;
  }
}

@media(max-width:1023px) {
  /*+++++ header defalut +++++*/
  header#pt-header.pt-header-default .pt-bottom-header .pt-header-logo {
    line-height: inherit;
  }
  header#pt-header.pt-header-default .pt-bottom-header {
    padding: 15px 0;
  }
  header#pt-header.pt-header-default .pt-bottom-header .navbar-toggler,
  header#pt-header-max-mega .pt-bottom-header .navbar-toggler {
    padding: 0;
    outline: none;
    background: transparent;
    box-shadow: none;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 10px;
  }
  header#pt-header-max-mega .pt-bottom-header .navbar-toggler {
    top: 4px;
  }
  header#pt-header-max-mega.header-v4 .pt-bottom-header .navbar-toggler {
    top: 20px;
    left: 15px;
  }
  header#pt-header.pt-header-default .pt-bottom-header .navbar {
    position: inherit;
  }
  header#pt-header .pt-bottom-header .navbar-toggler:before,
  header#pt-header-max-mega .pt-bottom-header .navbar-toggler:before {
    content: '\f228';
    font-family: 'dashicons';
    font-size: 24px;
    color: #292929;
  }
  header#pt-header-max-mega .pt-bottom-header.black .navbar-toggler:before {
    color: var(--white-color);
  }
  header#pt-header-max-mega .pt-bottom-header .navbar {
    position: inherit;
  }
  header#pt-header.pt-header-default .pt-bottom-header .pt-header-right {
    margin-left: 35px;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-collapse,
  header#pt-header-max-mega .pt-bottom-header .navbar .navbar-collapse {
    width: 100%;
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    max-height: 330px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-brand {
    line-height: 60px;
  }
  header#pt-header .pt-search-form {
    top: 51px;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav {
    float: right;
    width: 100%;
    display: inline-block;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li {
    float: right;
    width: 100%;
    display: inline-block;
    line-height: normal;
    position: relative;
    font-size: 16px;
    position: relative;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li a,
  header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li a {
    width: 100%;
    display: inline-block;
    padding: 15px;
  }
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header.black .navbar .navbar-nav li a {
    color: var(--dark-color);
  }
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header.black .navbar .navbar-nav li i {
    color: var(--dark-color);
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li i,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li i {
    margin-right: 0;
    opacity: 1;
    font-size: 12px;
    position: absolute;
    left: 0;
    margin-top: 0;
    top: 0;
    padding: 22px;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
    position: relative;
    top: 0;
    right: 0;
    padding-right: 0;
    background: #f5f5f5;
    box-shadow: none;
    display: inline-block;
    width: 100%;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
    background: var(--primary-color);
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2;
    font-size: 12px;
    padding: 12px 30px;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a,
  header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
    padding: 10px 30px;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover,
  header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li>a:hover,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover>a {
    background: var(--primary-color);
    color: var(--white-color);
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
    background: var(--primary-color);
    color: var(--white-color);
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon,
  header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.pt-submenu-icon,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover>.pt-submenu-icon {
    color: var(--white-color);
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    display: inline-block;
    width: 100%;
    float: right;
  }
  header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a {
    background: #f5f5f5;
    color: var(--secondary-color);
  }
  header#pt-header .pt-top-header .pt-header-contact ul li {
    padding: 10px 10px;
  }
  header#pt-header.pt-header-default .pt-menu-search-block {
    margin-right: auto !important;
  }
  header#pt-header.pt-header-default .pt-toggle-btn {
    display: none;
  }
  /*+++++ header default +++++*/
  .navbar-expand-lg .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  header#pt-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    border-bottom: 1px solid var(--grey-color);
  }
  header#pt-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link {
    padding: 0 10px;
    line-height: 50px;
  }
  header#pt-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: none;
    padding: 0 0 30px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 15px 15px 0;
  }
  /*+++++ header defalut with mega menu+++++*/
  header#pt-header.pt-header-default .mega-menu-wrap {
    width: inherit;
    position: absolute;
    left: 0px;
    top: 8px;
  }
}

@media(max-width:767px) {
  header#pt-header.pt-header-default .pt-top-header,
  header#pt-header.pt-header-default .pt-btn-container {
    display: none !important;
  }
  .pt-header-max-mega .pt-top-header {
    display: none !important;
  }
  .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
    top: 0;
  }
}

@media(max-width:479px) {
  header#pt-header .pt-bottom-header .navbar .navbar-brand img {
    height: 32px;
  }
}


/*+++++ Header mega menu +++++*/

.pt-header-default .pt-top-header,
.pt-header-max-mega .pt-top-header {
  display: flex;
  background: var(--dark-color);
  color: var(--white-color);
  padding: 10px 50px;
  font-size: 14px;
}

.pt-header-max-mega .pt-top-header .pt-topbar-left ul li {
  display: inline-block;
  list-style: none;
  padding-left: 20px;
}

.pt-header-max-mega .pt-top-header .pt-topbar-left ul li:last-child {
  padding: 0;
}

.pt-header-max-mega .pt-top-header .pt-topbar-left ul li a {
  color: var(--white-color);
  text-decoration: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-left ul li a:hover {
  color: var(--white-color);
}

.pt-header-max-mega .pt-top-header .pt-topbar-middle {
  width: 40%;
  align-items: center;
}

.pt-header-max-mega .pt-top-header .pt-topbar-middle .marquee {
  overflow: hidden;
  box-sizing: border-box;
}

.pt-header-max-mega .pt-top-header .pt-topbar-middle .marquee span {
  position: relative;
  animation: marquee 10s linear infinite;
}

.pt-header-max-mega .pt-top-header .pt-topbar-middle .marquee span:hover {
  animation-play-state: paused
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
   
    margin: 0 6px 0px 0 !important;
   
}


/* Make it move */

@keyframes marquee {
  0% {
    right: 100%;
  }
  100% {
    right: -50%;
  }
}

.pt-header-max-mega .pt-top-header .pt-topbar-right {
  display: flex;
  align-items: center;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-lang {
  display: inline-block;
  position: relative;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-lang:before {
  content: '\f347' !important;
  font-family: dashicons;
  position: absolute;
  left: 0;
  top: 1px;
}

.pt-header-max-mega .pt-top-header .pt-topbar-lang select {
  color: var(--white-color);
  border: none;
  width: 135px;
  height: auto;
  padding: 0;
  line-height: inherit;
  padding-right: 10px;
  padding-left: 25px;
  cursor: pointer;
  background: transparent;
}

.pt-header-max-mega .pt-top-header .pt-topbar-lang select option {
  color: var(--dark-color);
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency {
  display: inline-block;
  margin-left: 5px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency:before {
  content: '\f347' !important;
  font-family: dashicons;
  position: absolute;
  left: 15px;
  top: 1px;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 15px;
  background: #3e3d3d;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown {
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  color: var(--white-color);
  padding-left: 15px;
  outline: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select {
  padding: 0 10px;
  outline: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select span {
  outline: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select > i {
  display: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
  padding: 6px 10px;
  border-bottom: 1px solid var(--dark-grey-color);
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:last-child {
  border: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .alg_currency_select {
  color: var(--white-color);
  border: none;
  width: 62px;
  height: auto;
  padding: 0;
  line-height: inherit;
  padding-right: 10px;
  padding-left: 25px;
  cursor: pointer;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .alg_currency_select option {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .alg_currency_select option:hover {
  background-color: transparent;
  color: var(--primary-color) !important;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select {
  padding: 0 10px;
  outline: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select span {
  outline: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select > i {
  display: none;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
  padding: 6px 10px;
  border-bottom: 1px solid var(--dark-grey-color);
}

.pt-header-max-mega .pt-top-header .pt-topbar-right .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:last-child {
  border: none;
}

.pt-header-max-mega ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.pt-header-max-mega .pt-bottom-header .navbar {
  position: relative;
  z-index: 99;
  padding: 0;
}

.pt-header-max-mega .pt-bottom-header {
  position: relative;
  background: var(--white-color);
  width: 100%;
  padding: 0 50px;
  border-bottom: 1px solid var(--dark-grey-color);
}

.pt-header-max-mega .pt-bottom-header.transparent {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 99;
  border: none;
}

.pt-header-max-mega .pt-bottom-header.transparent.pt-header-sticky {
  background: var(--white-color);
}

.pt-header-max-mega .pt-bottom-header.black {
  width: 100%;
  background: var(--dark-color);
  z-index: 99;
  border: none;
}

.pt-header-max-mega .pt-bottom-header.black.pt-header-sticky {
  background: var(--dark-color);
}

.pt-header-max-mega .pt-bottom-header.black #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: var(--white-color);
}

#pt-header-max-mega.pt-header-max-mega .pt-bottom-header.black .pt-topbar-currency .woocs-style-1-dropdown {
  color: var(--white-color);
}

#pt-header-max-mega.pt-header-max-mega .pt-bottom-header.black .pt-topbar-currency:before {
  color: var(--white-color);
}

.pt-header-max-mega .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-serach-button,
.pt-header-max-mega .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-user-button,
.pt-header-max-mega .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-wishlist-button,
.pt-header-max-mega .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-button {
  color: var(--white-color);
}

.pt-header-max-mega .pt-bottom-header.black .pt-header-right .pt-header-icon ul li.pt-account-icon svg {
  fill: var(--white-color);
}

header#pt-header.pt-header-default .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-serach-button,
header#pt-header.pt-header-default .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-user-button,
header#pt-header.pt-header-default .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-wishlist-button,
header#pt-header.pt-header-default .pt-bottom-header.black .pt-header-right .pt-header-icon ul li a.pt-tools-button {
  color: var(--white-color);
}

header#pt-header.pt-header-default .pt-bottom-header.black .pt-header-right .pt-header-icon ul li.pt-account-icon svg {
  fill: var(--white-color);
}

.pt-header-max-mega .pt-bottom-header.pt-header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  background: var(--white-color);
  z-index: 99;
}

.admin-bar .pt-header-max-mega .pt-bottom-header.pt-header-sticky {
  top: 32px;
}

.pt-header-max-mega .pt-container-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.pt-header-max-mega a.navbar-brand {
  margin: 0;
}

.pt-header-max-mega .pt-header-logo img {
  height: 30px;
}

.pt-header-max-mega .pt-header-right .pt-header-icon ul {
  padding: 0;
  margin: 0;
}

.pt-header-max-mega .pt-header-right .pt-header-icon ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  position: relative;
}

.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-search-button {
  margin-right: 0;
}

.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-account-icon svg {
  fill: var(--dark-color);
  color: var(--dark-color);
  width: 20px;
  height: 20px;
  margin-top: -8px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-wishlist-button,
.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-cart-button {
  padding-left: 15px;
}

.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-wishlist-button {
  padding-left: 0;
}

.pt-header-max-mega .pt-header-right .pt-header-icon ul li a.pt-tools-serach-button,
.pt-header-max-mega .pt-header-right .pt-header-icon ul li a.pt-tools-user-button,
.pt-header-max-mega .pt-header-right .pt-header-icon ul li a.pt-tools-wishlist-button,
.pt-header-max-mega .pt-header-right .pt-header-icon ul li a.pt-tools-button {
  display: block;
  text-decoration: none;
  font-size: 20px;
  color: var(--dark-color);
}

.pt-header-right .pt-header-icon .pt-wishlist-count {
  display: none;
}

.pt-header-right .pt-header-icon .pt-wishlist-count,
.pt-header-right .pt-header-icon .pt-cart-count {
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 50%;
}


/*+++++ Header off mega menu +++++*/

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 30px;
  color: var(--dark-color);
  line-height: 75px;
  font-weight: 400;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:last-child {
  margin-left: 0;
}

header#pt-header-max-mega .pt-bottom-header.black .navbar .navbar-nav li a {
  color: var(--white-color);
}

header#pt-header-max-mega .pt-bottom-header.black .navbar .navbar-nav li i {
  color: var(--white-color);
  opacity: 1;
}

header#pt-header .pt-bottom-header.black .navbar .navbar-nav li a {
  color: var(--white-color);
}

header#pt-header .pt-bottom-header.black .navbar .navbar-nav li i {
  color: var(--white-color);
  opacity: 1;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li a {
  color: var(--dark-color);
  font-family: var(--title-fonts);
  text-decoration: none;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li a:focus,
header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li a:hover,
header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li.current-menu-item a,
header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li.current_page_item a,
header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover a,
header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a {
  color: var(--primary-color);
}


/*+++++ Sub Menu Bar +++++*/

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu {
  display: none;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
  display: block;
  background: var(--white-color);
  position: absolute;
  top: 100%;
  right: 0;
  padding-right: 0;
  display: inline-block;
  width: 210px;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li {
  line-height: 2;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: var(--secondary-color);
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li i {
  margin-right: 10px;
  font-size: 12px;
  color: var(--dark-color);
  opacity: 0.3;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
  line-height: 2;
  text-transform: capitalize;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  color: var(--secondary-color);
  font-size: 14px;
  text-align: right;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
  background: var(--primary-color);
  color: var(--white-color);
}

@media screen and (max-width:4000px) and (min-width:1023px) {
  header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
    display: block !important;
  }
}


/*+++++ Navigation Sub Menu +++++*/

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
  display: none;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  background: var(--white-color);
  padding-right: 0;
  display: inline-block;
  width: 200px;
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
  opacity: 1;
  position: absolute;
  top: 12px;
  left: 15px;
  line-height: 2;
  font-size: 12px;
  color: var(--secondary-color);
  -moz-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
  color: var(--white-color);
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

header#pt-header-max-mega .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
  color: var(--white-color);
  transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
}


/*+++++ Header mega menu 2 +++++*/

header#pt-header-max-mega.header-v2 .pt-header-middle .pt-header-middle-wapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

header#pt-header-max-mega.header-v2 .pt-header-middle {
  padding: 15px 0;
  border-bottom: 1px solid var(--dark-grey-color);
}

header#pt-header-max-mega.header-v2 .pt-bottom-header {
  padding: 0 50px;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-header-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency:before {
  content: '\f347' !important;
  font-family: dashicons;
  position: absolute;
  left: 15px;
  top: 1px;
  color: var(--dark-color);
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown {
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  color: var(--dark-color);
  padding-left: 15px;
  outline: none;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select span {
  outline: none;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select > i {
  display: none;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
  padding: 6px 10px;
  border-bottom: 1px solid var(--dark-grey-color);
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:last-child {
  border: none;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .alg_currency_select {
  color: var(--white-color);
  border: none;
  width: 62px;
  height: auto;
  padding: 0;
  line-height: inherit;
  padding-right: 10px;
  padding-left: 25px;
  cursor: pointer;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .alg_currency_select option {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .alg_currency_select option:hover {
  background-color: transparent;
  color: var(--primary-color) !important;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select {
  padding: 0 10px;
  outline: none;
  padding-right: 0;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select span {
  outline: none;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-select > i {
  display: none;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
  color: var(--dark-color);
  top: 32px;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
  padding: 6px 10px;
  border-bottom: 1px solid var(--dark-grey-color);
}

header#pt-header-max-mega.header-v2 .pt-bottom-header .pt-topbar-currency .woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:last-child {
  border: none;
}


/*+++++ Header mega menu 3 +++++*/

header#pt-header-max-mega.header-v3 .pt-header-bottom .pt-header-middle-wapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#pt-header-max-mega.header-v3 .pt-header-bottom {
  border-bottom: 1px solid var(--dark-grey-color);
}

header#pt-header-max-mega.header-v3 .pt-header-search {
  width: 30%;
}

header#pt-header-max-mega.header-v3 .pt-header-search .search-field {
  height: 45px;
  line-height: 45px;
  background: var(--grey-color);
  border: none;
}

header#pt-header-max-mega.header-v3 .pt-header-search .search-submit {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: var(--grey-color);
  color: var(--dark-color) !important;
}

header#pt-header-max-mega.header-v4 .pt-bottom-header {
  padding: 0px 50px;
}

header#pt-header-max-mega.header-v4 .pt-bottom-header > .container-fluid {
  padding: 0px;
}

header#pt-header-max-mega.header-v4 .pt-bottom-header .pt-header-middle-wapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#pt-header-max-mega.header-v4 .pt-bottom-header .hamburger-menu-left {
  display: flex;
  align-items: center;
  flex: 1;
}

header#pt-header-max-mega.header-v4 .pt-bottom-header .pt-header-right {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

header#pt-header-max-mega.header-v4 .pt-bottom-header .hamburger-menu-left .hamburger-menu {
  margin-left: 30px;
}

header#pt-header-max-mega.header-v5 .pt-header-middle {
  padding: 10px 0;
}

header#pt-header-max-mega.header-v5 .pt-header-middle .pt-header-middle-wapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#pt-header-max-mega.header-v5 .pt-header-search {
  width: 30%;
}

header#pt-header-max-mega.header-v5 .pt-header-search .search-field {
  height: 45px;
  line-height: 45px;
  background: var(--grey-color);
  border: none;
}

header#pt-header-max-mega.header-v5 .pt-header-search .search-submit {
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: var(--grey-color);
  color: var(--dark-color) !important;
}

header#pt-header-max-mega.header-v5 .pt-header-bottom {
  border-top: 1px solid var(--dark-grey-color);
  text-align: center;
}


/*+++++ search +++++*/

.admin-bar .pt-search-button .offcanvas {
  top: 32px;
}

.pt-search-button .offcanvas {
  padding: 45px;
  height: auto;
  bottom: inherit;
  transition: all 0.5s ease;
}

.pt-search-button .offcanvas .btn-close {
  opacity: 1;
  background: none;
  color: var(--secondary-color);
  font-size: 0;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
  padding: 0;
  box-shadow: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.pt-search-button .offcanvas .btn-close:before {
  content: "\f2d7";
  font-family: "Ionicons";
  font-size: 22px;
}

.pt-search-button .offcanvas .btn-close:after {
  content: "";
  background: var(--dark-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0);
  border-radius: 100%;
  z-index: -1;
}

.pt-search-button .offcanvas .btn-close:hover:after {
  opacity: 1;
  transform: scale(1);
}

.pt-search-button .offcanvas .btn-close:hover {
  color: var(--white-color);
}

.pt-search-button .offcanvas .search-form {
  margin: 0 auto;
  width: 60%;
}

.pt-search-button .offcanvas .search-form .search-field {
  border: none;
  color: var(--secondary-color);
  background: var(--grey-color);
  padding-right: 30px;
}

.pt-search-button .offcanvas .search-form #search-clear {
  display: none;
}

.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-decoration,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-cancel-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-button,
.pt-search-button .offcanvas .search-form input.search-field[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.pt-search-button .offcanvas .search-form .search-field:focus {
  color: var(--dark-color);
}

.pt-search-button .offcanvas .search-form .search-submit {
  background: transparent;
  color: var(--secondary-color) !important;
}

.pt-search-button .offcanvas .search-form .search-submit:hover {
  color: var(--dark-color) !important;
}


/*+++++ Cart Side Panel +++++*/
.offcanvas-end{transform: translateX(-100%);
right: inherit;left: 0;}
.pt-cart-button .offcanvas {
  padding: 0px 30px;
  border: 0;
  display: block;


}

.admin-bar .pt-cart-button .offcanvas {
  padding: 32px 30px;
}

.pt-cart-button .offcanvas .pt-cart-header {
  margin-right: -30px;
  margin-left: -30px;
}

.pt-cart-button .offcanvas .pt-cart-header h3.modal-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--dark-grey-color);
}

.pt-cart-button .widget_shopping_cart_content {
  height: calc(100vh - 275px);
}

.admin-bar .pt-cart-button .widget_shopping_cart_content {
  height: calc(100vh - 320px);
}

.pt-cart-button .widget_shopping_cart_content .product_list_widget {
  height: 100%;
  overflow: auto;
}

.pt-cart-button ul.product_list_widget li.mini_cart_item {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
}

.pt-cart-button ul.cart_list li img,
ul.product_list_widget li img {
  width: 80px;
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.pt-cart-button ul.cart_list li a {
  display: block;
  color: var(--dark-color);
  text-decoration: none;
  font-weight: 500;
  padding-left: 30px;
  line-height: normal;
}

.pt-cart-button ul.product_list_widget a.remove {
  float: left;
  left: 15px;
  top: 3px;
  right: inherit;
  margin: auto 0;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  padding: 0;
  line-height: 1;
  height: 1em;
  width: 1em;
  color: var(--secondary-color);
  text-align: center;
  background: transparent;
}

.pt-cart-button ul.product_list_widget a.remove:hover {
  color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__total.total {
  margin-bottom: 15px;
  margin-top: 15px;
}

.pt-cart-button .woocommerce-mini-cart__total.total strong {
  font-weight: 500;
  color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount {
  float: left;
  color: var(--dark-color);
  font-weight: 500;
}

.pt-cart-button .woocommerce-mini-cart__buttons .button {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 0;
  font-weight: 400;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
}

.pt-cart-button .woocommerce-mini-cart__buttons .button:hover {
  background: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout {
  margin-bottom: 0;
  background: none;
  border: 1px solid var(--dark-color);
  color: var(--dark-color);
}

.pt-cart-button .woocommerce-mini-cart__buttons .button.checkout:hover {
  background: var(--dark-color);
  border-color: var(--dark-color);
  color: var(--white-color);
}

.pt-cart-button p {
  margin-bottom: 0;
}

.pt-cart-button .btn-close {
  line-height: 1;
  padding: 0;
  color: var(--dark-color);
  font-size: 26px;
  float: left;
  opacity: 1;
  background: transparent;
  padding-top: 15px;
  box-shadow: none;
}

.woocommerce .widget_shopping_cart_content ul.cart_list.product_list_widget li dl,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl {
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  color: var(--dark-color);
  line-height: normal;
  border: none;
  padding: 0;
}

.woocommerce .widget_shopping_cart_content ul.cart_list li dl dd,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl dd {
  margin-bottom: 0;
  padding: 0;
}

.woocommerce .widget_shopping_cart_content ul.cart_list li dl dt,
.woocommerce .widget_shopping_cart_content ul.product_list_widget li dl dt {
  font-weight: 500;
}

.pt-cart-button .widget_shopping_cart_content .blockUI.blockOverlay {
  background: transparent !important;
}

.pt-cart-button .widget_shopping_cart_content .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -.5em;
  margin-top: -.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(../img/loader.svg) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, .75);
}

@media(max-width:1199px) {
  /*+++++ max mega menu 3 +++++*/
  header#pt-header-max-mega.header-v3 .pt-header-search {
    display: none;
  }
  .pt-header-default .pt-top-header,
  .pt-header-max-mega .pt-top-header {
    padding: 15px 0;
  }
  .pt-header-default .pt-top-header .container-fluid,
  .pt-header-max-mega .pt-top-header .container-fluid {
    padding: 0 15px !important;
  }
  header#pt-header-max-mega.header-v2 .pt-bottom-header {
    padding: 15px 0;
  }
  header#pt-header-max-mega.header-v3 .pt-header-bottom {
    padding: 10px 0;
  }
  header#pt-header-max-mega.header-v4 .pt-bottom-header {
    padding: 15px;
  }
}

@media(max-width:1023px) {
  /*+++++ max mega menu +++++*/
  .pt-header-max-mega .pt-bottom-header {
    padding: 15px 0;
  }
  .pt-header-max-mega .pt-header-right {
    margin-left: 40px;
  }
  .pt-cart-button .offcanvas {
    width: 350px;
  }
  .pt-search-button .offcanvas {
    padding: 50px;
    padding-top: 70px;
  }
  /*+++++ max mega menu 2,3,4,5 +++++*/
  header#pt-header-max-mega .mega-menu-wrap {
    width: inherit;
    position: absolute;
    left: 0px;
    top: 0;
  }
  header#pt-header-max-mega.header-v2 .pt-bottom-header {
    padding: 15px 0;
  }
  header#pt-header-max-mega.header-v2 .mega-menu-wrap {
    left: 5px;
    top: 2px;
  }
  header#pt-header-max-mega.header-v3 .pt-header-bottom {
    padding: 10px 0;
  }
  header#pt-header-max-mega.header-v3 .mega-menu-wrap {
    left: 5px;
    top: 5px;
  }
  header#pt-header-max-mega.header-v4 .pt-bottom-header {
    padding: 15px;
  }
  header#pt-header-max-mega.header-v4 .mega-menu-wrap {
    top: 8px;
    left: 5px;
  }
  header#pt-header-max-mega.header-v5 .mega-menu-wrap {
    top: 6px;
    left: 5px;
  }
  header#pt-header .pt-bottom-header.black .navbar-toggler:before {
    color: var(--white-color);
  }
  header#pt-header .pt-bottom-header.black .navbar .navbar-nav li a {
    color: var(--dark-color);
  }
  header#pt-header .pt-bottom-header.black .navbar .navbar-nav li.current-menu-ancestor>a,
  header#pt-header-max-mega.pt-header-max-mega .pt-bottom-header.black .navbar .navbar-nav li.current-menu-ancestor>a {
    background: var(--primary-color);
    color: var(--white-color);
  }
  header#pt-header .pt-bottom-header.black .navbar .navbar-nav li i {
    color: var(--dark-color);
  }
  header#pt-header .pt-bottom-header.black .navbar .navbar-nav li:hover>a {
    color: var(--white-color);
  }
  header#pt-header-max-mega .pt-bottom-header.black #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    color: var(--white-color);
  }
  .pt-header-max-mega .pt-bottom-header.black #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: var(--dark-color);
  }
  .pt-header-max-mega .pt-bottom-header.black #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    color: var(--white-color);
  }
  .pt-header-max-mega .pt-bottom-header.black #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: var(--white-color);
  }
}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {
  .admin-bar .pt-header-max-mega .pt-bottom-header.pt-header-sticky {
    top: 46px;
  }
  .admin-bar .pt-search-button .offcanvas {
    top: 46px;
  }
}

@media(max-width:600px) {
  .admin-bar .nojq {
    position: fixed;
  }
}

@media(max-width:991px) {
  .pt-search-button .offcanvas .search-form {
    width: 80%;
  }
  .pt-header-default .pt-top-header .pt-container-wrapper .pt-topbar-middle {
    display: none;
  }
  .pt-header-max-mega .pt-top-header .pt-container-wrapper .pt-topbar-middle {
    display: none;
  }
  .pt-top-header.pt-style-3 .pt-topbar-left .menu-top-bar-menu-container {
    display: none;
  }
  .pt-top-header.pt-style-3 .pt-topbar-right .pt-top-email {
    display: none;
  }
}

@media(max-width:767px) {
  .admin-bar .pt-header-max-mega .pt-bottom-header.pt-header-sticky {
    top: 0;
  }
  header#pt-header-max-mega.header-v2 .pt-header-search {
    display: none;
  }
  header#pt-header-max-mega.header-v5 .pt-header-search {
    display: none;
  }
}

@media(max-width:576px) {
  header#pt-header.pt-header-default .pt-bottom-header {
    padding: 15px 0;
  }
  .pt-header-max-mega .pt-bottom-header {
    padding: 15px;
  }
  .pt-search-button .offcanvas {
    padding: 30px;
    padding-top: 50px;
  }
  header#pt-header-max-mega.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-search-button {
    display: none;
  }
  header#pt-header-max-mega.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-account-icon {
    display: none;
  }
  header#pt-header-max-mega.pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-wishlist-button {
    display: none;
  }
}

@media(max-width:479px) {
  header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-search-button {
    display: none;
  }
  header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-account-icon {
    display: none;
  }
  header#pt-header.pt-header-default .pt-bottom-header .pt-header-right .pt-header-icon ul li.pt-wishlist-button {
    display: none;
  }
  .pt-header-max-mega .pt-header-logo img {
    height: 26px;
  }
  .pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-search-button {
    display: none;
  }
  .pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-account-icon {
    display: none;
  }
  .pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-wishlist-button {
    display: none;
  }
}

@media(max-width:320px) {
  header#pt-header.pt-header-default .pt-header-right .pt-header-icon ul li.pt-cart-button {
    display: none;
  }
  header#pt-header.pt-header-default .pt-bottom-header .navbar-toggler {
    top: 4px;
  }
  header#pt-header.pt-header-default .mega-menu-wrap {
    top: 0;
  }
  header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-collapse {
    top: 48px;
  }
  .pt-header-max-mega .pt-header-right .pt-header-icon ul li.pt-cart-button {
    display: none;
  }
  header#pt-header-max-mega.header-v4 .pt-bottom-header .pt-header-right {
    display: none;
  }
  header#pt-header-max-mega.header-v4 .pt-bottom-header .pt-header-logo {
    display: flex;
    flex: 2;
  }
  header#pt-header-max-mega.header-v4 a.navbar-brand {
    padding: 0;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Breadcrumb

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-breadcrumb {
  background: var(--grey-color);
  color: var(--white-color);
  padding: 100px 0;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.pt-breadcrumb nav {
  position: relative;
}

.pt-breadcrumb .pt-breadcrumb-title h2 {
  font-size: 56px;
  line-height: 64px;
  margin-bottom: 15px;
}

.pt-breadcrumb-container .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.pt-breadcrumb-container .breadcrumb li {
  list-style-type: none;
  margin-left: 15px;
  padding-right: 0;
  position: relative;
  color: var(--secondary-color);
}

.pt-breadcrumb-container .breadcrumb li.active {
  color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb li a {
  color: var(--dark-color);
  text-decoration: none;
}

.pt-breadcrumb-container .breadcrumb li a:hover {
  color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb li a i {
  margin-left: 10px;
}

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content:"\f124";
  font-size: 12px;
  font-family: "Ionicons";
  padding-left: 15px;
  padding-right: 0;
  margin-top: 5px;
  float: right;
}

.pt-yoest-breadcumbs #breadcrumbs {
  margin: 0;
  padding: 0;
}

.pt-yoest-breadcumbs #breadcrumbs span {
  color: var(--dark-color);
}

.pt-yoest-breadcumbs #breadcrumbs span a {
  padding: 0 5px;
}

.pt-yoest-breadcumbs #breadcrumbs span strong {
  font-weight: 400;
  padding-right: 5px;
}

.woocommerce-breadcrumb .site-breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
}

.single-product .content-area .site-main {
  padding: 30px 0;
}

.single-product .woocommerce-breadcrumb .site-breadcrumb {
  display: block;
}

.woocommerce-breadcrumb .site-breadcrumb li {
  display: inline-block;
}

.woocommerce-breadcrumb .site-breadcrumb li:last-child {
  color: var(--dark-color);
}

.woocommerce-breadcrumb .site-breadcrumb li + i {
  margin: 0 10px;
  color: var(--secondary-color);
  font-size: 12px;
}

@media(max-width:1023px) {
  .pt-breadcrumb {
    text-align: center;
  }
  .pt-breadcrumb .pt-breadcrumb-title h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .pt-breadcrumb-container .breadcrumb {
    display: inline-flex;
  }
  .pt-breadcrumb-img.text-right {
    text-align: center !important;
  }
}

@media(max-width:767px) {
  .pt-breadcrumb .pt-breadcrumb-title h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .pt-breadcrumb-container .breadcrumb li,
  .pt-breadcrumb-container .breadcrumb li i {
    font-size: 14px;
  }
  .pt-breadcrumb-container .breadcrumb li {
    margin-left: 10px;
  }
  .pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-left: 10px;
    font-size: 12px;
  }
}

@media(max-width:479px) {
  .pt-breadcrumb .pt-breadcrumb-title h2 {
    font-size: 30px;
    line-height: 38px;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Footer

+++++++++++++++++++++++++++++++++++++++++++++*/

footer#pt-footer {
  background: var(--grey-color);
  display: inline-block;
  width: 100%;
  float: right;
}

footer#pt-footer .pt-footer-top {
  padding: 60px 0 0;
}

footer#pt-footer .pt-copyright-footer {
  padding: 15px 0;
  background: var(--white-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
  display: inline-block;
  width: 100%;
  color: var(--dark-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a {
  color: var(--secondary-color);
  text-decoration: none;
}

footer#pt-footer .pt-copyright-footer .pt-copyright a:hover {
  color: var(--primary-color);
}


/*+++++ Footer Widget +++++*/

footer#pt-footer {
  color: var(--dark-color);
}

footer#pt-footer .widget {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 45px;
}

footer#pt-footer .widget .footer-title {
  margin-bottom: 25px;
  padding: 0;
  font-size: 24px;
  position: relative;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
}

footer#pt-footer .widget ul li a:hover {
  color: var(--primary-color);
}

footer#pt-footer table td,
footer#pt-footer table th {
  border: 1px solid var(--dark-grey-color);
  text-align: center;
}

footer#pt-footer table th {
  font-weight: 500;
  color: var(--dark-color);
}

footer#pt-footer .calendar_wrap table caption {
  caption-side: inherit;
  padding: 10px 0 10px;
  font-weight: 400;
}

footer#pt-footer .calendar_wrap td#today {
  background: var(--primary-color);
  color: var(--white-color);
}

footer#pt-footer .calendar_wrap td#today a {
  color: var(--white-color);
}

footer#pt-footer ul li a.rsswidget {
  padding-right: 0;
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 400;
  font-family: var(--title-fonts);
}

footer#pt-footer ul li .rss-date {
  font-size: 14px;
  color: var(--primary-color);
  line-height: 1;
  float: right;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

footer#pt-footer ul li cite {
  font-weight: 400;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

footer#pt-footer .search-form {
  position: relative;
}

footer#pt-footer .search-form .search-submit {
  border: none;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

footer#pt-footer .search-form .search-submit:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700;
}

footer#pt-footer .search-form .search-submit:hover {
  background: var(--primary-color);
}

footer#pt-footer .search-form input {
  background: var(--white-color);
  border-color: var(--white-color);
}

footer#pt-footer .tagcloud .tag-cloud-link {
  font-size: 14px !important;
  margin: 0 0 10px 10px;
  display: inline-block;
  float: right;
  padding: 2px 12px;
  border-radius: 0;
  border: 1px solid var(--secondary-color);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  text-transform: capitalize;
}

footer#pt-footer .tagcloud .tag-cloud-link:hover {
  color: var(--dark-color);
  border-color: var(--dark-color);
}

footer#pt-footer .widget ul.menu li {
  margin-bottom: 10px;
}

footer#pt-footer .widget ul li a {
  position: relative;
  border: none;
  padding: 5px 15px 5px 0;
  display: inline-block;
  width: auto;
  line-height: normal;
  color: var(--dark-color);
}

footer#pt-footer .widget ul li a:hover,
footer#pt-footer .pt-widget-menu .pt-service li a:hover {
  color: var(--primary-color);
}

footer#pt-footer .widget ul li a:before {
  position: absolute;
  top: 10px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 11px;
  font-weight: 900;
  color: var(--primary-color);
}

footer#pt-footer .pt-footer-style-1 .widget ul li a {
  padding: 0;
}

footer#pt-footer .pt-footer-style-1 .widget ul li a:before {
  display: none;
}

footer#pt-footer .pt-footer-style-1 .widget ul.menu li a {
  padding: 5px 15px 5px 0
}

footer#pt-footer .pt-footer-style-1 .widget ul.menu li a:before {
  display: inline-block;
}

footer#pt-footer .widget ul li a.rsswidget {
  padding: 0;
}

footer#pt-footer .widget ul li a.rsswidget:before {
  display: none
}

footer#pt-footer .widget select {
  background-color: var(--white-color);
}

footer#pt-footer .wp-calendar-table {
  background: var(--white-color);
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next {
  background: var(--white-color);
  border-top: 1px solid var(--dark-grey-color);
}

footer#pt-footer .wp-caption p.wp-caption-text {
  color: var(--dark-color);
}

footer#pt-footer .pt-widget-menu .pt-service li a:before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 0;
  right: 0;
  width: 5px;
  height: 5px;
  display: inline-block;
  background: var(--primary-color);
  margin: 0;
}

footer#pt-footer .widget #recentcomments--1 li.recentcomments span a {
  color: var(--primary-color);
}

footer#pt-footer .widget .pt-contact li {
  display: flex;
  align-items: top;
  margin: 0 0 20px 0;
}

footer#pt-footer .widget .pt-contact li span {
  line-height: normal;
}

footer#pt-footer .widget .pt-contact li i {
  margin-left: 15px;
  margin-top: 5px;
  color: var(--primary-color);
}

footer#pt-footer .widget .pt-contact li a {
  display: flex;
  align-items: center;
  padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social {
  display: inline-block;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul {
  margin: 0;
  padding: 0
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li {
  list-style: none;
  float: right;
  margin: 0 15px 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li:first-child {
  margin-right: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li:last-child {
  margin-left: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a {
  display: inline-block;
  padding: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a:hover {
  color: var(--primary-color);
}

footer#pt-footer .pt-footer-style-1 .pt-foote-recent-post .pt-foote-recent-post-info h6 {
  color: var(--white-color);
}

footer#pt-footer .widget:first-child {
  margin-bottom: 45px;
}

footer#pt-footer .pt-footer-logo {
  margin-bottom: 20px;
  width: auto;
  height: 35px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++

Footer Subscribe

+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pt-subscribe {
  background: var(--white-color);
  color: var(--secondary-color);
  padding: 30px 0px;
  position: relative;
  z-index: 9;
}

.pt-subscribe-block {
  display: flex;
  align-items: center;
}

.pt-subscribe-block .pt-subscribe-img {
  width: 55px;
  color: var(--primary-color);
}

.pt-subscribe-block .pt-subscribe-details {
  margin-right: 30px;
  color: var(--white-color);
  flex: 1;
  border-left: 1px solid var(--dark-grey-color);
}

.pt-subscribe-block .pt-subscribe-details h5 {
  font-weight: 400;
}

.pt-subscribe .pt-subscribe-text {
  display: block;
  line-height: 1.5;
  padding: 0 25px;
}

.pt-subscribe-from .mc4wp-form-fields {
  display: flex;
}

.pt-subscribe-from input {
  border: none;
}

.pt-subscribe-from input.form-control {
  width: 85%;
  color: var(--secondary-color);
  border: 1px solid var(--dark-grey-color);
  outline: none;
  box-shadow: none;
}

.pt-subscribe-from input.form-control::-webkit-input-placeholder {
  color: var(--secondary-color);
}

.pt-subscribe-from input.submit {
  background: var(--dark-color);
}

.pt-subscribe-from input.submit:hover {
  background: var(--primary-color);
}

@media(max-width:991px) {
  .pt-subscribe-block .pt-subscribe-details {
    border: none;
  }
  .pt-subscribe .pt-subscribe-text {
    padding: 0;
    margin: 30px 0;
  }
}


/*+++++ Shop +++++*/

.woocommerce form.woocommerce-ordering {
  position: relative;
  margin-left: 15px;
}

.woocommerce .woocommerce-ordering select {
  border: 0;
  max-width: 160px;
  line-height: normal;
  padding: 10px 15px;
  height: auto;
  border: 1px solid var(--dark-grey-color);
  background: var(--white-color);
}

.woocommerce form.woocommerce-ordering select option {
  padding: 4px;
  font-size: 15px;
}

.woocommerce form.woocommerce-ordering:after {
  font-family: "Ionicons";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dark-color);
  content: "\f3d0";
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

.pt-product-wrapper .pt-product-inner .pt-product-info .product-title {
  line-height: normal;
  padding: 0;
}

.pt-product-wrapper .pt-product-inner .pt-product-info .product-title a {
  font-size: 16px;
}

.pt-product-wrapper .pt-product-inner .pt-product-info .pt-product-price {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  font-weight: 500;
  color: var(--dark-color);
}

.pt-product-wrapper .pt-product-inner .pt-product-info .pt-product-price del {
  font-size: 14px;
  line-height: 22px;
  color: #a6a6a6;
}

.pt-product-wrapper .pt-product-inner .pt-product-info .pt-product-price ins {
  text-decoration: none;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button>a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-left: 0;margin-right: 0;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
}

.woocommerce ul.products li.product .onsale.pt-sold-label {
  position: absolute;
  top: 5%;
  right: 5%;
  left: auto;
  z-index: 2;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
  background: #77a464;
  color: var(--white-color);
  min-width: inherit;
  min-height: inherit;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-width: inherit;
  min-height: inherit;
}

.pt-product-wrapper .pt-product-inner .pt-product-thumbnail .onsale + .onsale {
  margin-top: 30px;
}

.pf-infinitescroll-icon {
  text-align: center;
  margin: 0 auto;
  margin-top: 45px;
  background: var(--dark-color);
  color: var(--white-color);
  padding: 0px 30px;
  width: 76px;
  height: 50px;
  line-height: 50px;
}

.loadmore-btn {
  transition: all 0.5s ease;
}

.pf-loadmore-btn-area,
.loadmore-btn-area {
  text-align: center;
  margin-top: 30px;
}

.pf-loadmore-btn-area .pf-loadmore-btn {
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize;
  background: var(--dark-color);
  color: var(--white-color);
  border: 0;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
}

.pf-loadmore-btn-area .pf-loadmore-btn .pf-loadmore-btn-icon,
.loadmore-btn-area .loadmore-btn-icon {
  display: none;
}

.infscroll-icon {
  text-align: center;
  margin-top: 45px;
}


/*+++++ Detail Style 1 +++++*/

.woocommerce div.product.single-style-1 .single-product-top {
  clear: both;
  overflow: hidden;
  padding-bottom: 60px;
  padding-bottom: 90px;
}

.woocommerce div.product.single-style-1 .single-product-top .pt-product-gallery {
  width: 50%;
  float: right;
  margin: 0;
  position: relative;
}

.woocommerce #content div.product.single-style-1 .single-product-top .pt-product-gallery .woocommerce-product-gallery {
  width: 100%;
  float: none;
  position: relative;
}

.woocommerce #content div.product.single-style-1 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 30px;
}

.woocommerce div.product.single-style-1 .single-product-top .pt-product-info {
  width: 50%;
  float: right;
  margin: 0;
  padding: 0 50px;
}


/*+++++ Detail Style 2 +++++*/

.woocommerce div.product.single-style-2 .single-product-top {
  clear: both;
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;
}

.woocommerce div.product.single-style-2 .single-product-top .pt-product-gallery {
  width: 50%;
  float: right;
  margin: 0;
  padding-left: 15px;
  position: relative;
}

.woocommerce div.product.single-style-2 .single-product-top .pt-product-gallery img {
  margin-bottom: 30px;
}

.woocommerce div.product.single-style-2 .single-product-top .pt-product-info {
  width: 50%;
  float: right;
  margin: 0;
  padding: 0 50px;
}

.woocommerce div.product.single-style-2 .single-product-top .pt-product-info .sticky-summary.sticky {
  position: fixed;
  top: 100px;
  width: 598px;
}

.woocommerce div.product.single-style-2 .single-product-top .pt-product-info .sticky-summary.static {
  position: absolute;
  top: auto;
  bottom: 100px;
  width: 42.8%;
}


/*+++++ Detail Style 3 +++++*/

.woocommerce div.product.single-style-3 .single-product-top {
  clear: both;
  overflow: hidden;
  padding-bottom: 90px;
}

.woocommerce div.product.single-style-3 .single-product-top .pt-product-gallery {
  width: 50%;
  float: right;
  margin: 0;
  padding-left: 15px;
}

.woocommerce #content div.product.single-style-3 .single-product-top .pt-product-gallery .woocommerce-product-gallery {
  width: 100%;
  float: none;
  padding-right: 100px;
  position: relative;
}

.woocommerce #content div.product.single-style-3 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
  width: 100px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  overflow-y: auto;
  margin-top: 0;
}

.woocommerce div.product.single-style-3 div.images .flex-control-thumbs li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

.woocommerce #content div.product.single-style-3 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li img {
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.woocommerce #content div.product.single-style-3 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li:hover img,
.woocommerce #content div.product.single-style-3 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 1px solid var(--dark-color);
}

.woocommerce div.product.single-style-3 .single-product-top .pt-product-info {
  width: 50%;
  float: right;
  margin: 0;
  padding: 0 50px;
}


/*+++++ Detail Style 4 +++++*/

.woocommerce div.product.single-style-4 .single-product-top {
  clear: both;
  overflow: hidden;
  padding-bottom: 90px;
}

.woocommerce div.product.single-style-4 .single-product-top .pt-product-gallery {
  width: 50%;
  float: right;
  margin: 0;
  padding-left: 15px;
}

.woocommerce #content div.product.single-style-4 .single-product-top .pt-product-gallery .woocommerce-product-gallery {
  width: 100%;
  float: none;
  padding-right: 100px;
  position: relative;
}

.woocommerce #content div.product.single-style-4 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
  width: 100px;
  padding: 0 0 0 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  overflow-y: auto;
  margin-top: 0;
}

.woocommerce div.product.single-style-4 div.images .flex-control-thumbs li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

.woocommerce #content div.product.single-style-4 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li img {
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.woocommerce #content div.product.single-style-4 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li:hover img,
.woocommerce #content div.product.single-style-4 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 1px solid var(--dark-color);
}

.woocommerce div.product.single-style-4 .single-product-top .pt-product-info {
  width: 50%;
  float: right;
  margin: 0;
  padding: 0 50px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 80px;
  margin-left: 10px;
  margin-bottom: 10px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid transparent;
  transition: all 0.5s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover img,
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 1px solid var(--dark-color);
}

.woocommerce.single-product div.product .sticky-summary {
  text-align: center;
}

.woocommerce.single-product div.product .product_title {
  margin-bottom: 10px;
}

.woocommerce.single-product div.product .woocommerce-product-rating {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce.single-product div.product .woocommerce-product-rating a {
  color: var(--dark-color);
  text-decoration: none;
  font-size: 12px;
  margin-right: 5px;
}

.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: var(--dark-color);
}

.woocommerce.single-product div.product p.price del {
  opacity: .5;
  font-size: 18px;
  line-height: 26px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: inherit;
  text-decoration: none;
}

.woocommerce.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}

.woocommerce div.product form.cart .variations td.label {
  text-align: center;
  padding: 0;
  padding-top: 10px;
}

.woocommerce div.product form.cart .variations td.value {
  text-align: center;
  padding: 0;
}

.woocommerce div.product form.cart .reset_variations {
  color: red;
  text-decoration: none;
  float: right;
  padding-top: 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.woocommerce div.product form.cart .reset_variations:hover {
  color: var(--dark-color);
}

.woocommerce div.product form.cart .variations select {
  border-radius: 0;
}

.woocommerce.woo-variation-swatches.wvs-show-label div.product form.cart .variations td {
  display: inline-block;
}

.woocommerce.woo-variation-swatches.wvs-show-label div.product form.cart .variations td.label {
  padding-top: 5px;
  padding-left: 5px;
}

.woocommerce.woo-variation-swatches.wvs-show-label div.product form.cart .variations td.label span.woo-selected-variation-item-name {
  display: none;
}

.woocommerce.woo-variation-swatches.wvs-show-label div.product form.cart .variations label {
  color: var(--dark-color);
}

.woocommerce.woo-variation-swatches.wvs-show-label div.product.single-style-5 form.cart .variations label {
  width: 50px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0;
  transition: all 0.5s ease;
}

.woo-variation-swatches .variable-items-wrapper {
  justify-content: center;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 1px var(--dark-color);
  background: var(--dark-color);
  color: var(--white-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 1px var(--grey-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: 0 0 0 1px var(--dark-color);
}

.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item,
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item .variable-item-span,
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item .variable-item-span:after,
.woo-variation-swatches.wvs-style-rounded .variable-items-wrapper .variable-item img {
  border-radius: 0;
}

.variable-item:not(.radio-variable-item) {
  width: auto;
  height: auto;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 0 12px;
  margin: 5px 5px 20px;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper.image-variable-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 1px var(--dark-color);
  background: transparent;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-wrapper .variable-item {
  padding: 5px;
  width: 45px;
  height: 45px;
  border-radius: 100px;
}

.woo-variation-swatches .variable-items-wrapper.image-variable-wrapper .image-variable-item .variable-item-image {
  width: 35px;
  height: 35px;
  border-radius: 100px;
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled .variable-item-contents:after {
  margin: 0 auto !important;
  width: 30%;
}

.woocommerce div.product .star-rating {
  float: none;
  margin: initial;
  color: #ffb400;
  font-size: 12px;
}

.woocommerce div.product form.cart {
  margin-bottom: 30px;
  text-align: center;
}

.woocommerce div.product form.cart div.quantity {
  border: 1px solid var(--dark-grey-color);
  position: relative;
  margin-left: 10px;
  float: none;
  display: inline-block;
  height: 50px;
  transition: all 0.5s ease-in-out;
}

.woocommerce div.product form.cart div.quantity.hidden {
  display: none;
}

.woocommerce div.product form.cart table div.quantity {
  display: flex;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
  text-decoration: none;
}

.woocommerce div.product form.cart table.group_table {
  border: 1px solid var(--dark-grey-color);
  margin-bottom: 30px;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  line-height: 22px;
  color: var(--dark-color);
}

.woocommerce div.product form.cart table.group_table .quantity {
  border: none;
}

.woocommerce div.product form.cart table.group_table tr {
  border-bottom: 1px solid var(--dark-grey-color);
}

.woocommerce div.product form.cart table.group_table tr:last-child {
  border: none;
}

.woocommerce div.product form.cart table.group_table td {
  vertical-align: middle;
}

.woocommerce div.product form.cart table.group_table td {
  padding: 8px 0;
}

.woocommerce div.product form.cart table.group_table td:first-child {
  width: auto;
}

.woocommerce div.product form.cart table.group_table p.stock {
  margin-bottom: 0;
}

.woocommerce div.product form.cart .single-add-to-cart-wrapper {
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

.woocommerce div.product form.cart div.quantity:hover {
  border-color: var(--dark-color);
}

.woocommerce div.product form.cart div.quantity [type="button"] {
  background: none;
  color: var(--secondary-color);
  width: 40px;
  font-size: 30px;
  line-height: normal;
  padding: 0;
  padding-bottom: 5px;
  vertical-align: top;
}

.woocommerce div.product form.cart div.quantity .plus[type="button"] {
  font-size: 20px;
  line-height: 46px;
}

.woocommerce div.product form.cart div.quantity [type="button"]:hover {
  color: var(--dark-color);
}

.woocommerce div.product form.cart div.quantity .input-text {
  -webkit-appearance: none;
  padding: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
  text-align: center;
  float: none;
  border: 0;
  outline: 0;
  -webkit-appearance: none !important;
  background: transparent;
  border-radius: 0;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn {
  position: absolute;
  right: 0;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn i {
  font-family: "Font Awesome 5 Brands";
}

.woocommerce div.product form.cart div.quantity .pt-qty-btn.quantity-minus {
  left: 0;
  right: auto;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize;
  background: var(--dark-color);
  float: none;
  display: inline-block;
  vertical-align: top;
}

.woocommerce div.product form.cart .product-single-meta-btns {
  display: inline-block;
  vertical-align: top;
}

.woocommerce div.product form.cart .product-single-meta-btns .yith-wcwl-add-button {
  display: flex;
  align-items: center;
}

.woocommerce div.product form.cart .product-single-meta-btns .yith-wcwl-add-button span.separator {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.woocommerce div.product form.cart .product-single-meta-btns .yith-wcwl-add-button a.view-wishlist {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.woocommerce div.product form.cart .product-single-meta-btns .yith-wcwl-add-button a.view-wishlist:before {
  content: "\f4be";
  font-size: 18px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
  background: var(--primary-color);
}

.woocommerce div.product form.cart .button.single_add_to_cart_button i {
  margin-left: 15px;
}

.woocommerce div.product .sticky-summary form.cart + .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.woocommerce div.product .sticky-summary form.cart + .yith-wcwl-add-to-wishlist a {
  color: var(--secondary-color);
  border: 1px solid rgba(0, 0, 0, .1);
  background: transparent;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.woocommerce div.product .sticky-summary form.cart + .yith-wcwl-add-to-wishlist a:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.woocommerce div.product .sticky-summary form.cart .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.woocommerce div.product .sticky-summary form.cart .yith-wcwl-add-to-wishlist a {
  color: var(--secondary-color);
  border: 1px solid var(--dark-grey-color);
  background: transparent;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.woocommerce div.product .sticky-summary form.cart .yith-wcwl-add-to-wishlist a:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.woocommerce div.product .sticky-summary form.cart .yith-wcwl-add-to-wishlist i {
  font-size: 18px;
}

.woocommerce div.product .product_meta {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.woocommerce div.product .product_meta>span {
  display: block;
  color: var(--dark-color);
  font-weight: 500;
}

.woocommerce div.product .product_meta>span:last-child {
  margin-left: 0;
}

.woocommerce div.product .product_meta>span span,
.woocommerce div.product .product_meta>span a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 400;
}

.woocommerce div.product .woocommerce-variation .woocommerce-variation-price {
  margin-bottom: 15px;
}

.woocommerce div.product .pt-single-product-share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce div.product .pt-single-product-share .pt-share-name {
  color: var(--dark-color);
  display: inline-block;
  margin-left: 10px;
  font-weight: 500;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li {
  display: inline-block;
  margin-left: 10px;
}

.woocommerce div.product .pt-single-product-share .pt-share-itmes li a {
  text-align: center;
  display: inline-block;
  color: var(--dark-color);
}


/*+++++ Detail Style 5 +++++*/

.single-product {
  overflow-x: hidden;
}

.single-product .content-area .site-main {
  overflow: visible;
}

.woocommerce .pt-single-product-bottom .woocommerce-tabs {
  position: relative;
  border-bottom: 1px solid var(--dark-grey-color);
  border-top: 1px solid var(--dark-grey-color);
  padding: 60px 0;
}

.woocommerce .single-style-5 .pt-single-product-bottom .woocommerce-tabs {
  background: transparent;
  border-top: none;
}

.woocommerce .single-style-5 .pt-single-product-bottom .woocommerce-tabs:before,
.woocommerce .single-style-5 .pt-single-product-bottom .woocommerce-tabs:after {
  display: none;
}

.woocommerce .single-style-5 .related.products {
  padding-bottom: 100px;
}

.full-width-container header#pt-header {
  position: absolute;
  background: transparent;
}

.full-width-container #content >.container {
  max-width: 100%;
  padding: 0;
}

.woocommerce div.product.single-style-5 {
  position: inherit;
}

.woocommerce div.product.single-style-5 .bg-lights {
  position: relative;
  background: #f5f6f8;
  height: 100vh;
  overflow: hidden;
}

.woocommerce div.product.single-style-5 .single-product-top {
  clear: both;
  overflow: hidden;
}

.woocommerce div.product.single-style-5 .single-product-top .pt-product-gallery {
  width: 50%;
  float: right;
  position: absolute;
  left: 0;
}

.woocommerce #content div.product.single-style-5 .single-product-top .pt-product-gallery .woocommerce-product-gallery {
  width: 100%;
  float: none;
  padding-left: 100px;
  position: relative;
}

.woocommerce #content div.product.single-style-5 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
  width: 100px;
  padding: 0 20px 0 0;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: 0;
  transform: translateY(-50%);
}

.woocommerce div.product.single-style-5 div.images .flex-control-thumbs li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

.woocommerce #content div.product.single-style-5 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li img {
  transition: all 0.5s ease;
  border: 1px solid transparent;
}

.woocommerce #content div.product.single-style-5 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li:hover img,
.woocommerce #content div.product.single-style-5 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 1px solid var(--dark-color);
}

.woocommerce div.product.single-style-5 .single-product-top .pt-product-info {
  width: 48%;
  float: right;
  margin: 0;
  padding-left: 50px;
  margin-top: 20vh;
}

.woocommerce div.product.single-style-5 .single-product-top .pt-product-info .sticky-summary {
  text-align: right;
}

.woocommerce div.product.single-style-5 .woocommerce-product-rating {
  justify-content: flex-start;
}

.woocommerce div.product.single-style-5 .woocommerce-product-rating + P {
  margin-top: 10px;
}

.woocommerce div.product.single-style-5 .single-product-top .pt-product-info form.cart {
  text-align: right;
}

.woocommerce div.product.single-style-5 form.cart .single-add-to-cart-wrapper {
  display: block;
}

.woocommerce div.product.single-style-5 form.cart div.quantity {
  background: var(--white-color);
}

.woocommerce div.product.single-style-5 .pt-single-product-share {
  justify-content: flex-start;
}


/*+++++ Tabs +++++*/

.woocommerce-tabs:before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--grey-color);
  display: none;
}

.woocommerce-tabs:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--grey-color);
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  margin-bottom: 45px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin-left: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
  background: transparent;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  color: var(--secondary-color);
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--dark-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  width: 0;
  height: 1px;
  background: var(--dark-color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--dark-color);
  position: relative;
}

.woocommerce div.product h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 auto;
  max-width: 1024px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description {
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2 {
  display: none;
}

.woocommerce table.shop_attributes {
  background: var(--white-color);
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: 1px solid #e2dfdf;
  padding: 5px 30px;
}

.woocommerce table.shop_attributes a {
  text-decoration: none;
}

.woocommerce table.shop_attributes th {
  font-weight: 400;
  width: 50%;
}

.woocommerce table.shop_attributes th.woocommerce-product-attributes-item__label {
  color: var(--dark-color);
  font-weight: 500;
  text-transform: capitalize;
}

.woocommerce #reviews #comments h2 {
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 15px;
  list-style: none;
}

.woocommerce #review_form #respond p.stars {
  margin-bottom: 0;
}

.woocommerce #reviews p.stars a::before {
  top: 5px;
  color: #ffb400;
}

.woocommerce #review_form #respond input,
.woocommerce #review_form #respond textarea {
  background: var(--white-color);
  height: 50px;
  line-height: 50px;
  border-radius: 0;
}

.woocommerce #review_form #respond p.comment-form-email {
  margin-right: 10px;
  margin-left: 10px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid var(--dark-grey-color);
  border-radius: 0;
  background: var(--white-color);
  margin: 0 65px 0 0;
}

.woocommerce div.product .woocommerce-Reviews .star-rating {
  float: left;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--dark-color);
}

.woocommerce #reviews .star-rating span::before {
  color: #ffb400;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  width: 50px;
}

.woocommerce #reviews .comment-respond {
  display: block;
}

.woocommerce #reviews .comment-respond .comment-reply-title {
  color: var(--dark-color);
  font-weight: 400;
  text-transform: capitalize;
}

.woocommerce #review_form #respond p.comment-notes {
  margin-bottom: 15px;
}

.woocommerce #review_form #respond p.comment-form-email {
  margin-right: 0;
  margin-left: 0;
}

.woocommerce #reviews #review_form .comment-respond .comment-form-author,
.woocommerce #reviews #review_form .comment-respond .comment-form-email,
.woocommerce #reviews #review_form .comment-respond .comment-form-url {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.woocommerce #reviews #review_form .comment-respond .comment-form-url {
  margin-bottom: 15px;
}

.woocommerce #review_form #respond p.comment-form-comment label {
  margin-bottom: 10px;
}

.woocommerce #review_form #respond textarea {
  height: 130px;
}

.woocommerce #review_form #respond p.form-submit {
  margin-top: 15px;
}

.woocommerce div.product .upsells {
  padding-top: 90px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--dark-grey-color);
}

.woocommerce div.product .upsells h2 {
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce div.product .related.products {
  padding-top: 100px;
}

.woocommerce div.product .related.products h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media(max-width:1199px) {
  .woocommerce div.product.single-style-1 .single-product-top .pt-product-info {
    padding: 0 30px;
  }
  .woocommerce div.product.single-style-2 .single-product-top .pt-product-info {
    padding: 0 30px;
  }
  .woocommerce div.product.single-style-3 .single-product-top .pt-product-info {
    padding: 0 30px;
  }
  .woocommerce div.product.single-style-4 .single-product-top .pt-product-info {
    padding: 0 30px;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 14px;
  }
  .woocommerce div.product form.cart div.quantity [type="button"] {
    width: 30px;
  }
  .woocommerce div.product form.cart div.quantity .input-text {
    width: 30px;
  }
}

@media(max-width:1024px) {
  .woocommerce div.product.single-style-2 .single-product-top .pt-product-info .sticky-summary.sticky {
    width: 440px;
  }
}

@media(max-width:1023px) {
  .woocommerce .single-style-5 .related.products {
    padding-top: 80px;
  }
  .woocommerce div.product .related.products {
    padding-top: 80px;
  }
  .woocommerce div.product.single-style-2 .single-product-top .pt-product-info .sticky-summary.sticky {
    width: 424px;
  }
}

@media(max-width:991px) {
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 16px;
  }
  .woocommerce div.product form.cart div.quantity [type="button"] {
    width: 40px;
  }
  .woocommerce div.product form.cart div.quantity .input-text {
    width: 40px;
  }
  .woocommerce div.product.single-style-1 .single-product-top .pt-product-gallery {
    width: 100%;
    padding: 0;
  }
  .woocommerce div.product.single-style-1 .single-product-top .pt-product-info {
    width: 100%;
    padding: 0 15px;
  }
  .woocommerce div.product.single-style-2 .single-product-top .pt-product-gallery {
    width: 100%;
    padding: 0;
  }
  .woocommerce div.product.single-style-2 .single-product-top .pt-product-info {
    width: 100%;
    padding: 0 15px;
  }
  .woocommerce div.product.single-style-2 .single-product-top .pt-product-info .sticky-summary.sticky {
    position: relative;
    top: 0;
    width: 100%;
  }
  .woocommerce div.product.single-style-2 .single-product-top .pt-product-info .sticky-summary.static {
    position: relative;
    width: 100%;
  }
  .woocommerce div.product.single-style-3 .single-product-top .pt-product-gallery {
    width: 100%;
    padding: 0;
  }
  .woocommerce div.product.single-style-3 .single-product-top .pt-product-info {
    width: 100%;
    padding: 0 15px;
  }
  .woocommerce #content div.product.single-style-3 .single-product-top .pt-product-gallery .woocommerce-product-gallery {
    padding-right: 0;
  }
  .woocommerce #content div.product.single-style-3 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    padding: 0;
    width: auto;
    margin-top: 30px;
  }
  .woocommerce div.product.single-style-3 div.images .flex-control-thumbs li {
    width: 80px;
  }
  .woocommerce div.product.single-style-4 .single-product-top .pt-product-gallery {
    width: 100%;
    padding: 0;
  }
  .woocommerce div.product.single-style-4 .single-product-top .pt-product-info {
    width: 100%;
    padding: 0 15px;
  }
  .woocommerce #content div.product.single-style-4 .single-product-top .pt-product-gallery .woocommerce-product-gallery {
    padding-right: 0;
  }
  .woocommerce #content div.product.single-style-4 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    padding: 0;
    width: auto;
    margin-top: 30px;
  }
  .woocommerce div.product.single-style-4 div.images .flex-control-thumbs li {
    width: 80px;
  }
  .woocommerce div.product.single-style-5 .single-product-top .pt-product-gallery {
    position: relative;
    width: 100%;
  }
  .woocommerce div.product.single-style-5 .single-product-top .pt-product-info {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .woocommerce div.product.single-style-5 .bg-lights {
    height: auto;
    overflow: visible;
  }
  .woocommerce #content div.product.single-style-5 .single-product-top .pt-product-gallery .woocommerce-product-gallery {
    padding-left: 0;
  }
  .woocommerce #content div.product.single-style-5 .single-product-top .pt-product-gallery .woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    transform: translateY(0%);
    width: auto;
    margin-top: 30px;
  }
  .woocommerce div.product.single-style-5 div.images .flex-control-thumbs li {
    width: 80px;
  }
}

@media(max-width:767px) {
  .woocommerce div.product form.cart .single-add-to-cart-wrapper {
    display: block;
  }
  .woocommerce div.product form.cart div.quantity {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .woocommerce div.product .related.products {
    padding-top: 60px;
  }
  .woocommerce .single-style-5 .related.products {
    padding-top: 60px;
  }
}

@media(max-width:479px) {
  .woocommerce div.product form.cart .single-add-to-cart-wrapper {
    display: block;
  }
  .woocommerce div.product form.cart div.quantity {
    width: 100%;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 100%;
    margin-bottom: 30px;
  }
}


/*+++++ Quick View Popup +++++*/

.modal-backdrop {
  background-color: var(--dark-color);
  transition: all 0.5s ease;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.pt-quick-view .modal-dialog {
  max-width: 1170px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: none;
}

.pt-quick-view.modal.fade .modal-dialog {
  transform: none;
}

.pt-quick-view .pt-content-quickview {
  background: var(--white-color);
  position: relative;
  box-shadow: 0 40px 60px 0 rgb(0 0 0 / 20%);
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  transition: all 0.18s ease-in-out;
}

.pt-quick-view.show .pt-content-quickview {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pt-quick-view.show {
  overflow: hidden;
}

.pt-quick-view .pt-content-quickview .pt-quickview-header .close {
  padding: 0;
  background: none;
  color: var(--secondary-color) !important;
  position: absolute;
  left: 15px;
  top: 15;
  font-size: 30px;
}

.pt-quick-view .pt-content-quickview .pt-quickview-header .close:hover {
  color: var(--dark-color) !important;
}

.pt-quick-view .modal-dialog {
  pointer-events: inherit;
}

.pt-quick-view .pt-content-quickview .pt-modal-header {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
}

.pt-quick-view .pt-content-quickview .pt-modal-header button.close {
  padding: 0;
  color: var(--secondary-color);
  background: none;
  font-size: 30px;
  line-height: normal;
}

.pt-quick-view .pt-content-quickview .pt-modal-header button.close:hover {
  color: var(--dark-color);
}

.pt-quick-view .pt-content-quickview .owl-carousel .owl-item img {
  max-height: 550px;
}

.pt-quick-view .pt-content-quickview .owl-carousel .owl-nav button {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 30px;
  background: rgba(255, 255, 255, .2);
}

.pt-quick-view .pt-content-quickview .owl-carousel .owl-dots {
  display: none;
}

.pt-quick-view .pt-content-quickview .owl-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, .5);
  color: var(--dark-color);
}

.pt-quick-view .pt-content-quickview .owl-carousel .owl-nav button span {
  display: block;
  margin-top: -4px;
}

.pt-quick-view .pt-content-quickview .owl-carousel .owl-nav button.owl-prev {
  right: 3%;
}

.pt-quick-view .pt-content-quickview .owl-carousel .owl-nav button.owl-next {
  left: 3%;
}

.pt-quick-view .pt-content-quickview .pt-product-info {
  padding: 30px;
  max-height: 550px;
  overflow: auto;
}

.pt-quick-view .pt-content-quickview .pt-product-name h2 {
  font-weight: 400;
  margin-bottom: 15px;
}

.pt-quick-view .pt-content-quickview .pt-product-price,
.pt-quick-view .pt-content-quickview .pt-product-label,
.pt-quick-view .pt-content-quickview .pt-product-rating {
  display: inline-block;
  vertical-align: middle;
}

.pt-quick-view .pt-content-quickview .pt-product-price {
  margin-left: 10px;
  font-size: 18px;
}

.pt-quick-view .pt-content-quickview .pt-product-price p {
  margin-bottom: 0;
}

.pt-quick-view .pt-content-quickview .pt-product-price del {
  margin-left: 5px;
}

.pt-quick-view .pt-content-quickview .pt-product-price ins {
  text-decoration: none;
}

.pt-quick-view .pt-content-quickview .star-rating {
  float: none;
  margin-right: 10px;
}

.pt-quick-view .pt-content-quickview .pt-product-label span.onsale {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: normal;
  background: none;
  color: var(--primary-color);
  min-width: inherit;
  min-height: inherit;
  top: 0;
  right: 0;
  border: 1px solid var(--primary-color);
}

.pt-quick-view .pt-content-quickview .pt-product-desc {
  margin-bottom: 25px;
  margin-top: 15px;
}

.pt-quick-view .pt-content-quickview .pt-product-quick-cart a {
  border-radius: 0;
  font-weight: 400;
  background: var(--dark-color);
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  color: var(--white-color);
  text-decoration: none;
}

.pt-quick-view .pt-content-quickview .pt-product-quick-cart a i {
  margin-right: 5px;
}

.pt-quick-view .pt-content-quickview .pt-product-quick-cart a:hover {
  background: var(--secondary-color);
}

.cd-slider-wrapper { float: right; }
.cd-slider-navigation li:first-child {
    right: 0;
}
.cd-slider-navigation li:last-child {
    left: 3em;
}
.add-content .cd-item-info {
    padding-right: 45px;
}
.add-content .cd-slider-navigation {
    opacity: 1;
    direction: ltr;
}


/*+++++ Wishlist +++++*/

.wishlist-title.wishlist-title-with-form h2:hover {
  background: transparent;
}

table.wishlist_table {
  font-size: inherit;
}

table.wishlist_table thead th {
  border: none;
}

.woocommerce .wishlist-title h2 {
  font-size: 30px;
  line-height: 38px;
}

.woocommerce table.shop_table td.product-add-to-cart a.add_to_cart {
  background: var(--dark-color);
  color: var(--white-color);
  font-size: 14px;
  padding: 10px 25px;
  text-transform: capitalize;
  min-width: 115px;
  display: inline-block !important;
}

.woocommerce table.shop_table td.product-add-to-cart a.add_to_cart:hover {
  background: var(--primary-color);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: var(--white-color);
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background: var(--grey-color);
}

.wishlist_table .product-add-to-cart a.button {
  color: var(--white-color);
  background: var(--dark-color);
  padding: 0px 20px !important;
}

.wishlist_table .product-add-to-cart a.button:hover {
  background: var(--primary-color);
}

.wishlist_table .product-add-to-cart a.button:hover {
  color: var(--white-color);
}

.woocommerce table.wishlist_table td.product-thumbnail {
  text-align: center;
  width: 250px;
}

.woocommerce table.wishlist_table td.product-thumbnail a {
  display: inline-block;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  font-size: 30px;
  line-height: 38px;
}

.entry-content .yith-wcwl-share ul li:first-child {
  margin-right: 0;
}

.entry-content .yith-wcwl-share ul li {
  margin: 0 10px;
}

.yith-wcwl-share ul li a {
  min-width: inherit;
  min-height: inherit;
  line-height: normal;
  padding: 0;
  color: var(--secondary-color);
  background: transparent !important;
}

.yith-wcwl-share ul li a:hover {
  color: var(--dark-color);
}

.yith-wcwl-share ul li a i {
  font-family: FontAwesome;
}


/*+++++ Cart +++++*/

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: none;
  color: var(--secoundary-color);
}

.woocommerce-message {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.woocommerce-message::before,
.woocommerce-info::before {
  display: none;
}

.woocommerce .woocommerce-message a.button {
  border-radius: 0;
  background: var(--dark-color);
  font-weight: 400;
  color: var(--white-color);
  float: none;
  order: 1;
}

.woocommerce .woocommerce-message a.button:hover {
  background: var(--secondary-color);
}

.woocommerce-info {
  padding: 0;
  background: transparent;
}

.woocommerce-info a {
  color: var(--dark-color);
  text-decoration: none;
}

.woocommerce table.shop_table thead > tr {
  background: var(--grey-color);
}

.woocommerce table.shop_table th {
  padding: 15px 30px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-color);
  text-align: center;
  border-bottom: 1px solid var(--dark-grey-color);
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: none;
  border-collapse: collapse;
}

.woocommerce table.shop_table td {
  padding: 15px 30px;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid var(--dark-grey-color);
}

.woocommerce table.shop_table td:first-child {
  border-right: none;
}

.woocommerce table.shop_table td a.remove {
  display: inline-block;
  font-size: 18px;
  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce table.shop_table td a {
  text-decoration: none;
  color: var(--dark-color);
}

.woocommerce a.remove {
  color: var(--dark-color) !important;
  font-weight: 400;
}

.woocommerce a.remove:hover {
  background: var(--grey-color);
  color: var(--dark-color) !important;
}

.woocommerce table.shop_table td.product-name .variation {
  text-align: center;
}

.woocommerce table.shop_table td.product-name .variation .variation-Color {
  float: none;
  float: none;
  font-weight: 400;
  color: var(--dark-color);
}

.woocommerce table.shop_table td.product-name .variation .variation-Color + .variation-Color {
  display: inline-block;
  color: var(--secondary-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity {
  border: 1px solid var(--dark-grey-color);
  position: relative;
  margin-left: 10px;
  float: none;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.woocommerce table.shop_table td.product-quantity div.quantity:hover {
  border-color: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"] {
  background: none;
  color: var(--secondary-color);
  width: 40px;
  font-size: 30px;
  line-height: normal;
  padding: 0;
  padding-bottom: 5px;
  vertical-align: middle;
}

.woocommerce table.shop_table td.product-quantity div.quantity [type="button"]:hover {
  color: var(--dark-color);
}

.woocommerce table.shop_table td.product-quantity div.quantity .plus[type="button"] {
  font-size: 20px;
}

.woocommerce table.shop_table td.product-quantity div.quantity .input-text {
  -webkit-appearance: none;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  outline: 0;
  -webkit-appearance: none !important;
  background: transparent;
  border-radius: 0;
  float: none;
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn {
  position: absolute;
  right: 0;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn i {
  font-family: "Font Awesome 5 Brands";
}

.woocommerce table.shop_table td.product-quantity div.quantity .pt-qty-btn.quantity-minus {
  left: 0;
  right: auto;
}

.woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount {
  color: var(--dark-color);
  font-weight: 500;
}

.woocommerce table.shop_table td.actions {
  padding: 30px 0;
  border-bottom: none;
}

.woocommerce table.shop_table td.actions .coupon {
  width: 50%;
  display: flex;
}

.woocommerce-page #content table.cart td.actions .coupon .input-text {
  width: 70%;
  background: none;
  border-radius: 0;
  padding-right: 15px;
  margin: 0;
  border: 1px solid var(--dark-grey-color);
}

.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
  border: 1px solid var(--dark-color);
}

.woocommerce-page #content table.cart td.actions .button {
  border-radius: 0;
  height: 54px;
  line-height: 54px;
  padding: 0 30px;
  text-transform: capitalize;
}

.woocommerce-page #content table.cart td.actions .button:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  margin-top: 45px;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.woocommerce .cart-collaterals .cart_totals h2 {
  font-weight: 400;
  margin: 0;
  width: 25%;
  float: right;
  padding-top: 20px;
  font-size: 30px;
  line-height: 38px;
}

.woocommerce-cart .cart-collaterals table.shop_table {
  width: 45%;
  float: left;
  margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr td {
  border-top: none;
  color: var(--secondary-color);
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  color: var(--dark-color);
  font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr.order-total td strong {
  font-weight: 500;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  width: 45%;
  float: left;
  clear: both;
  padding: 0;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.button.alt {
  text-transform: capitalize;
  margin: 0;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--dark-color);
  color: var(--white-color);
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
  padding: 0px 30px;
  text-transform: capitalize;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--primary-color);
}

@media (max-width:1199px) {
  .woocommerce-cart .cart-collaterals table.shop_table {
    width: 75%;
  }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    width: 75%;
  }
}

@media (max-width:768px) {
  .woocommerce table.shop_table td.actions .coupon {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-color);
  }
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    margin-top: 0;
  }
  .woocommerce .cart-collaterals .cart_totals h2 {
    float: none;
    width: 100%;
  }
  .woocommerce-cart .cart-collaterals table.shop_table {
    width: 100%;
    margin-top: 30px;
  }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    width: 100%;
    margin-right: 0;
  }
}


/*+++++ Checkout +++++*/

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px;
  display: block;
  width: 100%;
}

.woocommerce form.woocommerce-checkout .form-row textarea.input-text {
  height: 150px;
}

.woocommerce form.woocommerce-checkout .form-row textarea:focus,
.woocommerce form.woocommerce-checkout .form-row textarea:hover,
.woocommerce form.woocommerce-checkout .form-row input:focus,
.woocommerce form.woocommerce-checkout .form-row input:hover {
  border: 1px solid var(--dark-color);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--dark-color);
  color: var(--white-color);
  border-radius: 0;
  font-weight: 400;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--primary-color);
}

.woocommerce-checkout .woocommerce-additional-fields {
  display: none;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
  width: 60%;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 35%;
}

.grouped_form .group_table .add_to_cart_button {
  background: var(--grey-color);
  color: var(--dark-color);
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 15px;
}

.woocommerce div.product form.cart table.group_table td a.button {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}

.woocommerce-checkout h3 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  text-align: right;
  border-top: none;
  padding: 15px 10px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th {
  color: var(--secondary-color);
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td strong {
  font-weight: 500;
  color: var(--dark-color);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  text-transform: capitalize;
  width: 100%;
}

.woocommerce form .form-row textarea {
  padding: 20px;
  height: 8em;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--dark-grey-color);
  border-radius: 0;
  height: 54px;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.select2-container--default .select2-selection--single:hover {
  border: 1px solid var(--dark-color);
}

.select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid var(--dark-color);
}

.select2-container--open .select2-dropdown {
  border: 1px solid var(--dark-color);
  border-top: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 15px;
  left: 15px;
}

.select2-container--default .select2-results>.select2-results__options {
  right: 0;
  display: inline-block;
  width: 100%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--dark-color);
}

.woocommerce-checkout #payment {
  background: var(--grey-color);
}

@media(max-width:991px) {
  .woocommerce .woocommerce-checkout .col2-set .col-1 {
    width: 50%;
  }
  .woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 45%;
  }
}

@media(max-width:767px) {
  .woocommerce .woocommerce-checkout .col2-set .col-1 {
    width: 100%;
  }
  .woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
  }
  #order_review_heading {
    margin-top: 30px;
  }
}


/*+++++ Order Received +++++*/

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 45px;
}

.woocommerce ul.order_details li {
  text-transform: capitalize;
  font-size: 16px;
}

.woocommerce ul.order_details li strong {
  font-size: 16px;
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
}

.woocommerce-order h2 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
}

.woocommerce table.shop_table.woocommerce-table th,
.woocommerce table.shop_table.woocommerce-table td {
  text-align: right;
}

.woocommerce ul.order_details {
  background: var(--grey-color);
  padding: 30px;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot th {
  border-top: none;
  font-weight: 500;
}

.woocommerce .woocommerce-order-details table.shop_table tfoot td {
  border-top: none;
}

.woocommerce .woocommerce-customer-details address {
  padding: 30px;
}


/*+++++ Filter sidebar +++++*/

.woocommerce .woocommerce-result-count {
  margin: 0;
  padding-right: 15px;
  margin-top: 6px;
}

.woocommerce .off-canvas-btn {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 7px;
  background: transparent;
  color: var(--dark-color);
  border-left: 1px solid var(--dark-grey-color);
}

.woocommerce .off-canvas-btn span {
  margin-left: 6px;
}

.woocommerce .off-canvas-btn span svg {
  width: 20px;
  height: 20px;
}

.off-canvas-filters {
  height: 100vh;
  overflow: auto;
}

.admin-bar .off-canvas-filters .pt-woo-siderbar {
  padding: 50px 30px;
}

.off-canvas-filters .pt-woo-siderbar {
  padding: 30px;
  margin-top: 0;
}

.off-canvas-filters .offcanvas-body {
  padding: 0;
}

.pt-woo-siderbar {
  padding: 0px 30px;
  margin-top: 20px;
}

.pt-woo-siderbar .widget .footer-title,
.wp-block-group h2,
.widget h2 {
  color: var(--dark-color);
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  letter-spacing: .1rem;
  margin-bottom: 15px;
}

.pt-woo-siderbar .wp-block-group .wp-block-columns {
  margin-bottom: 0;
}

.pt-woo-siderbar .widget a {
  text-decoration: none;
  padding: 0;
}

.pt-woo-siderbar .widget a:before {
  display: none;
}

.pt-woo-siderbar .widget a:hover {
  color: var(--dark-color);
}

.pt-woo-siderbar .widget .woocommerce-widget-layered-nav-list .count {
  display: none;
}

.pt-woo-siderbar .widget ul li {
  margin: 0;
  padding: 0 0 5px;
}

.pt-woo-siderbar .widget ul li:last-child {
  padding: 0;
}

.price_slider_wrapper .price_slider.ui-widget-content {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 2px;
  position: relative;
  text-align: right;
  background-color: var(--secondary-color);
}

.price_slider_wrapper .price_slider .ui-slider-range {
  background-color: var(--dark-color);
  top: 0;
  height: 2px;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}

.price_slider_wrapper .price_slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -6px;
  background-color: #23232c;
  position: absolute;
  z-index: 2;
  background-color: var(--dark-color);
  border-radius: 100px;
  cursor: ew-resize;
  outline: 0;
  margin-right: 0;
}

.price_slider_wrapper .price_slider .ui-slider-handle + .ui-slider-handle {
  margin-right: -15px;
}

.price_slider_wrapper .price_slider_amount button.button {
  float: left;
  padding: 0px 15px;
  height: 35px;
  line-height: 35px;
}

.price_slider_wrapper .price_slider_amount .price_label {
  padding-top: 5px;
  color: var(--dark-color);
}

.pt-woo-siderbar .widget ul.woocommerce-widget-layered-nav-list li {
  display: inline-block;
}

.pt-woo-siderbar .widget ul.woocommerce-widget-layered-nav-list li.chosen a {
  border: 1px solid var(--dark-color);
  background: var(--dark-color);
  color: var(--white-color);
}

.pt-woo-siderbar .widget ul.woocommerce-widget-layered-nav-list li a {
  display: inline-block;
  padding: 0 12px;
  border: 1px solid var(--dark-grey-color);
  margin: 0 0px 10px 10px;
  position: relative;
}

.pt-woo-siderbar .widget ul.woocommerce-widget-layered-nav-list li a:hover {
  border: 1px solid var(--dark-color);
}

.pt-woo-siderbar .widget ul.woocommerce-widget-layered-nav-list li.chosen a:after {
  content: "\f2d7";
  margin-right: 8px;
  font-family: "Ionicons";
  font-size: 14px;
}

.pt-woo-siderbar .widget ul.product_list_widget li {
  margin-bottom: 15px;
  line-height: 26px;
  padding: 0;
}

.pt-woo-siderbar .widget ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.pt-woo-siderbar .widget ul.product_list_widget li a {
  font-weight: 400;
}

.pt-woo-siderbar .widget ul.product_list_widget li span.product-title {
  margin-top: 0;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  color: var(--dark-color);
  font-size: 16px;
  line-height: 24px;
}

.pt-woo-siderbar .widget ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 14px;
  margin-top: 0;
  display: inline-block;
}

.pt-woo-siderbar .widget ul.product_list_widget li img {
  float: right;
  width: 80px;
  height: 80px;
  margin-right: 0;
  margin-left: 20px;
}

.pt-woo-siderbar .widget ul.product_list_widget li .star-rating {
  margin: 8px;
  font-size: 12px;
  color: #ffb400;
}

.pt-woo-siderbar .widget .tagcloud a {
  font-size: 16px !important;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid var(--dark-grey-color);
  margin: 0 0px 10px 10px;
}

.pt-woo-siderbar .widget .tagcloud a:hover {
  border: 1px solid var(--dark-color);
}

.pt-woo-siderbar .widget ul li.wc-layered-nav-rating {
  margin-bottom: 10px;
  padding: 0;
  color: var(--dark-color);
}

.pt-woo-siderbar .widget ul li.wc-layered-nav-rating a {
  color: var(--dark-color);
}

.pt-woo-siderbar .widget ul li.wc-layered-nav-rating span.star-rating {
  margin-top: 7px;
  color: #ffb400;
  font-size: 12px;
}

.pt-woo-siderbar .berocket_single_filter_widget {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  float: right;
  position: relative;
  padding: 0;
  border: none;
  background-color: var(--white-color);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pt-woo-siderbar .berocket_single_filter_widget .bapf_hasdesc {
  color: var(--dark-color);
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}

.pt-woo-siderbar .berocket_single_filter_widget .bapf_hasdesc .bapf_desci {
  display: none;
}

.pt-woo-siderbar .berocket_single_filter_widget .bapf_body ul {
  padding: 0;
  line-height: normal;
  margin-right: 2px;
}

.pt-woo-siderbar .berocket_single_filter_widget .bapf_body ul li {
  margin-left: 10px !important;
}

.pt-woo-siderbar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label > span {
  border: none;
  height: 30px;
  width: 30px;
  border: 2px solid var(--white-color);
  box-shadow: 0 0 0 1px var(--grey-color);
  margin: 0 !important;
  border-radius: 100px;
  padding: 4px;
}

.pt-woo-siderbar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li label > span:hover,
.pt-woo-siderbar .berocket_single_filter_widget .bapf_sfilter .bapf_body ul li.checked label > span {
  border: 2px solid var(--white-color);
  box-shadow: 0 0 0 1px var(--dark-color);
}


/*+++++ Canvas Sidebar +++++*/

.pt-woo-siderbar .widget ul li.chosen {
  margin: 0 0 8px 8px;
  padding: 0;
  display: inline-block;
}

.pt-woo-siderbar .widget ul li.chosen a {
  display: inline-block;
  padding: 0 12px;
  border: 1px solid var(--dark-color);
  background: var(--dark-color);
  color: var(--white-color);
  margin: 0;
}

.pt-woo-siderbar .widget ul li.chosen a:hover {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}

.pt-woo-siderbar .widget ul li.chosen a:after {
  content: "\e870";
  margin-right: 5px;
  font-family: 'Linearicons-Free';
  font-size: 14px;
}

@media(max-width:991px) {
  .pt-woo-siderbar {
    margin-top: 45px;
  }
}

@media(max-width:576px) {
  .woocommerce .woocommerce-result-count {
    width: 100%;
  }
  .woocommerce .off-canvas-btn {
    float: right;
  }
}

.woocommerce.pt-top-rated {
  background: var(--grey-color);
  padding: 20px;
}

.woocommerce.pt-top-rated h5 {
  font-weight: 400;
  margin-bottom: 20px;
}

.woocommerce.pt-top-rated ul.product_list_widget {
  padding: 0;
  margin: 0;
}

.woocommerce.pt-top-rated ul.product_list_widget li {
  line-height: 26px;
  border-top: 1px solid #d2d4d8;
  padding-top: 10px;
  margin-bottom: 15px;
}

.woocommerce.pt-top-rated ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.woocommerce.pt-top-rated ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce.pt-top-rated ul.product_list_widget li span.product-title {
  margin-top: 8px;
  display: inline-block;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.woocommerce.pt-top-rated ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 14px;
  margin-top: 2px;
  display: inline-block;
}

.woocommerce.pt-top-rated ul.product_list_widget li img {
  float: right;
  width: 70px;
  margin-right: 0;
  margin-left: 20px;
  margin-top: 6px;
}

.woocommerce.pt-top-rated ul.product_list_widget li .star-rating {
  margin: 7px;
  font-size: 12px;
  color: var(--primary-color);
}


/*+++++ Login +++++*/

#customer_login h2 {
  font-weight: 400;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 0;
  padding-top: 10px;
}

input#rememberme {
  width: auto;
  height: auto;
}

#customer_login a {
  text-decoration: none;
  color: var(--dark-color);
}


/*+++++ My Account +++++*/

.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--grey-color);
  border-radius: 0;
}

input[type=checkbox] {
  height: 34px;
  width: 13px;
  width: auto;
  margin-left: 5px;
}

.woocommerce-form__label-for-checkbox {
  margin-top: 5px;
  margin-right: 30px;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 15px;
  display: block;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0 0 0 15px;
  padding: 0;
  border: 1px solid var(--dark-grey-color);
}

.woocommerce-MyAccount-navigation li {
  list-style: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--dark-grey-color);
}

.woocommerce-MyAccount-navigation li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: var(--dark-color);
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  color: var(--white-color);
  text-decoration: none;
  background: var(--dark-color);
}

.woocommerce-MyAccount-navigation li a:before {
  float: left;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f3fd";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f019";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f3c5";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f3d1";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f406";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f2f5";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f064";
}

.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: none;
  color: var(--dark-color);
}

.woocommerce-account .woocommerce-MyAccount-content a.button {
  color: var(--white-color);
}

.woocommerce-account .woocommerce-MyAccount-content a.edit {
  color: var(--primary-color);
}

.woocommerce table.my_account_orders {
  font-size: inherit;
}

.woocommerce table.shop_table.my_account_orders a.button {
  color: var(--white-color);
  height: auto;
  width: auto;
  line-height: normal;
  padding: 10px 30px;
}

.woocommerce .woocommerce-Address h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
}

.woocommerce-account .woocommerce-MyAccount-content .edit-account legend {
  color: var(--dark-color);
  font-size: 24px;
  line-height: 32px;
}


/*+++++ Newsletters +++++*/

#pt-popup .modal-dialog {
  max-width: 900px;
}

#pt-popup .modal-body {
  padding: 0;
}

.pt-news-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pt-news-content {
  width: 100%;
  background: var(--white-color);
  max-width: 900px;
}

.pt-news-content > .row {
  align-items: center;
}

.pt-news-body {
  position: relative;
}

.pt-btn-close {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 9;
  background: transparent;
  color: var(--secondary-color);
  font-size: 26px;
  line-height: 34px;
  padding: 0;
}

.pt-btn-close:hover {
  background: transparent;
  color: var(--dark-color);
}

.pt-news-img,
.pt-news-img img {
  width: 100%;
}

.pt-news-text {
  padding: 0px 30px 0 50px;
  text-align: center;
}

.pt-news-description {
  margin-top: 15px;
  margin-bottom: 20px;
}

.pt-news-content .pt-subscribe-from .mc4wp-form-fields {
  display: block;
}

.pt-news-content .pt-subscribe-from input.form-control {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 30px;
}

.pt-news-content .pt-subscribe-from input.submit {
  float: none;
  display: inline-block;
  padding: 12px 60px;
}

.pt-news-content .pt-news-social-links {
  display: none;
}

.pt-news-content .pt-news-social-links .pt-social-heading {
  color: var(--dark-color);
}

.pt-news-content .pt-social-icons ul {
  margin: 0;
  padding-right: 15px;
}

.pt-news-content .pt-social-icons li {
  display: inline-block;
  margin: 0 5px;
}

@media(max-width:991px) {
  .pt-news-text {
    padding: 30px;
  }
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Section Title

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-section-title.text-center {
  margin-bottom: 60px;
  padding: 0 15em;
}

.pt-section-title .pt-section-main-title {
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

.pt-section-title .pt-section-description {
  margin-top: 5px;
}

@media(max-width:1199px) {
  .pt-section-title.text-center {
    padding: 0;
  }
}

@media(max-width:1023px) {
  .pt-section-title .pt-section-main-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media(max-width:767px) {
  .pt-section-title .pt-section-main-title {
    font-size: 28px;
    line-height: 36px;
  }
  .pt-section-title.text-center {
    margin-bottom: 30px;
  }
}

@media(max-width:479px) {
  .pt-section-title .pt-section-main-title {
    font-size: 26px;
    line-height: 34px;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Video Popup

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-video-popup .pt-video-icon a {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 28px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  background-color: var(--white-color);
  border-radius: 90%;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Testimonial

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-testimonial-box.pt-testimonialbox-1 {
  background: var(--white-color);
  padding: 60px 45px;
  position: relative;
}

.pt-testimonialbox-1 .pt-testimonial-media {
  display: flex;
}

.pt-testimonialbox-1 .pt-testimonial-media img,
.owl-carousel .pt-testimonialbox-1 .pt-testimonial-media img {
  width: 90px;
  height: 90px;
  display: inline-block;
  float: right;
  margin-left: 15px;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-info {
  align-self: center;
}

.pt-testimonialbox-1 .pt-testimonial-content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
}

.pt-testimonialbox-1 .pt-testimonial-content .pt-quote {
  margin-left: 0;
  position: absolute;
  font-size: 50px;
  line-height: 1;
  color: var(--grey-color);
  opacity: 0.5;
  left: 45px;
  bottom: 45px;
  font-size: 100px;
}

.pt-testimonialbox-1 .pt-testimonial-content p {
  margin-bottom: 0;
  flex: 1;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-info h5 {
  color: var(--dark-color);
  font-size: 24px;
  line-height: 32px;
  font-family: var(--title-fonts);
  margin-bottom: 5px;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-info span {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  float: right;
  display: inline-block;
  width: 100%;
}

.pt-testimonialbox-1 .pt-testimonial-star {
  position: absolute;
  top: 28%;
  left: 10%;
  font-size: 14px;
  color: var(--primary-color);
}

.pt-testimonial-box .pt-testimonialbox-1 .owl-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  text-align: center;
  left: 0;
  top: -77px;
}

.pt-testimonial-box .pt-testimonialbox-1 .owl-carousel .owl-nav button {
  background: var(--white-color);
  color: var(--dark-color) !important;
}

.pt-testimonial-box .pt-testimonialbox-1 .owl-carousel .owl-nav button:hover {
  background: var(--primary-color);
  color: var(--white-color) !important;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-carousel .owl-dots button.owl-dot {
  width: 30px;
  height: 2px;
  background: var(--secondary-color);
  margin: 0 5px;
  opacity: 0.2;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background: var(--primary-color);
  opacity: 1;
}

/*
.owl-carousel,
.bx-wrapper { direction: ltr; }
.owl-carousel .owl-item { direction: rtl; }
.bx-window {direction: ltr !important;}*/

/**testimonials 2**/

.pt-testimonial-box.pt-testimonialbox-2 {
  background: var(--grey-color);
  padding: 45px;
  position: relative;
}

.pt-testimonialbox-2 .pt-testimonial-content p {
  margin-bottom: 0;
  flex: 1;
}

.pt-testimonialbox-2 .pt-testimonial-star {
  font-size: 14px;
  color: var(--primary-color);
  border-bottom: 1px solid #e7e8eb;
  margin-bottom: 30px;
  padding-bottom: 20px;
  margin-top: 10px;
}

.pt-testimonialbox-2 .pt-testimonial-media {
  display: flex;
  position: relative;
}

.pt-testimonialbox-2 .pt-testimonial-media img,
.owl-carousel .pt-testimonialbox-2 .pt-testimonial-media img {
  width: 90px;
  height: 90px;
  display: inline-block;
  float: right;
  margin-left: 15px;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-info {
  align-self: center;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-info h5 {
  color: var(--dark-color);
  font-size: 24px;
  line-height: 32px;
  font-family: var(--title-fonts);
  margin-bottom: 5px;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-info span {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  float: right;
  display: inline-block;
  width: 100%;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-quote {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 100px;
  line-height: 1;
  opacity: 0.5;
  color: var(--white-color);
}

.pt-testimonial-box .pt-testimonialbox-2 .owl-carousel .owl-nav {
  position: absolute;
  margin-top: 0;
  text-align: center;
  left: 0;
  top: -77px;
}

.pt-testimonial-box .pt-testimonialbox-2 .owl-carousel .owl-nav button {
  background: var(--white-color);
  color: var(--dark-color) !important;
}

.pt-testimonial-box .pt-testimonialbox-2 .owl-carousel .owl-nav button:hover {
  background: var(--primary-color);
  color: var(--white-color) !important;
}


/**testimonials 3**/

.pt-testimonialbox-3 .pt-testimonial-media img,
.owl-carousel .owl-item .pt-testimonialbox-3 img {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 100%;
}

.pt-testimonialbox-3 .pt-testimonial-content {
  margin: 15px 0;
  padding: 0 5px;
}

.pt-testimonialbox-3 .pt-testimonial-info h5 {
  color: var(--dark-color);
  font-size: 24px;
  line-height: 32px;
  font-family: var(--title-fonts);
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}

.pt-testimonialbox-3 .pt-testimonial-info span {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-right: 5px;
}

.pt-testimonialbox-3 .pt-testimonial-star {
  color: var(--primary-color);
}


/**testimonials 4**/

.pt-testimonial-box.pt-testimonialbox-4 {
  background: var(--grey-color);
  padding: 45px;
  position: relative;
}

.pt-testimonialbox-4 .pt-testimonial-content p {
  margin-bottom: 0;
  flex: 1;
}

.pt-testimonialbox-4 .pt-testimonial-media {
  display: flex;
  position: relative;
}

.pt-testimonialbox-4 .pt-testimonial-media img,
.owl-carousel .pt-testimonialbox-4 .pt-testimonial-media img {
  width: 90px;
  height: 90px;
  display: inline-block;
  float: right;
  margin-left: 15px;
  border-radius: 100%;
}

.pt-testimonialbox-4 .pt-testimonial-media .pt-testimonial-info {
  align-self: center;
}

.pt-testimonialbox-4 .pt-testimonial-media .pt-testimonial-info h5 {
  color: var(--dark-color);
  font-size: 24px;
  line-height: 32px;
  font-family: var(--title-fonts);
  margin-bottom: 5px;
}

.pt-testimonialbox-4 .pt-testimonial-media .pt-testimonial-info span {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: .1em;
  float: right;
  display: inline-block;
  width: 100%;
}

.pt-testimonialbox-4 .pt-testimonial-media .pt-quote {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  line-height: 1;
  opacity: 0.1;
  color: var(--primary-color);
}

.pt-testimonialbox-4 .pt-testimonial-content {
  border-top: 1px solid var(--dark-grey-color);
  margin-top: 30px;
  padding-top: 15px;
}

@media(max-width:767px) {
  .pt-testimonialbox-1,
  .pt-testimonial-box.pt-testimonialbox-1 {
    padding: 45px 35px;
  }
  .pt-testimonial-box.pt-testimonialbox-2,
  .pt-testimonial-box.pt-testimonialbox-4 {
    padding: 30px;
  }
  .pt-testimonialbox-1 .pt-testimonial-star {
    display: none;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

faq

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-accordion-block .pt-accordion-box {
  background: var(--white-color);
  margin-bottom: 30px;
  position: relative;
}

.pt-accordion-block .pt-accordion-box:last-child {
  margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title {
  background: var(--grey-color);
  border: 1px solid var(--grey-color);
  padding: 15px 30px;
  cursor: pointer;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 1;
  color: var(--dark-color);
  font-size: 16px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i:before {
  font-weight: 600;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
  opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0;
  color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
  opacity: 1;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
  color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
  padding: 15px 30px;
  border: 1px solid var(--grey-color);
  border-top: 0;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
  margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title .ad-title-text {
  color: var(--white-color);
}

@media(max-width:767px) {
  .pt-accordion-block .pt-accordion-box .pt-ad-title,
  .pt-accordion-block .pt-accordion-box .pt-accordion-details {
    padding: 15px;
  }
}

@media(max-width:479px) {
  .pt-accordion-block .pt-accordion-box .pt-ad-title {
    padding: 15px 15px 15px 30px;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Pricebox

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-price-table {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 60px 15px;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #f4f4f4;
  text-align: center;
  border: 1px solid var(--dark-grey-color);
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 10%);
}

.pt-price-table-heading {
  font-size: 24px;
  color: var(--dark-color);
  padding: 0;
  margin-bottom: 10px;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pt-price-table-price {
  margin-bottom: 40px;
  color: var(--dark-color);
}

.pt-price-table-number {
  font-weight: 400;
}

.pt-price-table-price span {
  font-size: 52px;
  line-height: 1;
  vertical-align: top;
}

.pt-price-table-price .pt-price-table-currency {
  font-size: 24px;
}

.pt-price-table-period {
  font-size: 16px;
  line-height: 1;
}

ul.pt-price-table-features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pt-price-table-footer {
  position: relative;
  padding-top: 40px;
}

.pt-price-table-footer a {
  font-weight: 400;
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  background: var(--dark-color);
  color: var(--white-color);
  display: inline-block;
}

.pt-price-table-footer a:hover {
  background: var(--secondary-color);
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Client

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-clientbox .pt-client-img {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease
}

.pt-clientbox-slider .owl-carousel .pt-clientbox img {
  width: auto;
}

.pt-clientbox a:hover .pt-client-img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%)
}

.pt-clientbox a:hover .pt-client-hover-img {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  transform: translate(50%, 0)
}

.pt-clientbox .pt-client-hover-img {
  position: absolute;
  top: 0;
  right: 50%;
  width: auto;
  -webkit-transform: translate(50%, -100%);
  -moz-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  transition: transform .3s ease
}


/*+++++ Client Style2 +++++*/

.pt-client-box.pt-client-style-2 {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pt-client-box.pt-client-style-2 .pt-clientbox a img {
  opacity: 0.6;
  width: 165px;
  padding: 40px 15px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pt-client-box.pt-client-style-2 .pt-clientbox:hover a img {
  opacity: 1;
}


/*+++++ Client Style3 +++++*/

.pt-client-style-3 .pt-client-logo {
  text-align: center;
  background: var(--white-color);
  padding: 30px 0;
  margin: 0 30px;
  margin-top: -30px;
  position: relative;
}

.pt-client-style-3 .owl-carousel .pt-client-logo img {
  width: auto;
  display: inline-block;
}

.pt-client-box.pt-client-style-3 .owl-carousel .owl-nav {
  position: absolute;
  top: -108px;
  left: 0;
}

.pt-client-box.pt-client-style-3 .owl-carousel .owl-nav button.owl-prev,
.pt-client-box.pt-client-style-3 .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  outline: none;
  font-size: 24px;
  background: var(--dark-color);
  border: 1px solid var(--dark-grey-color);
  color: var(--white-color);
}

.pt-client-box.pt-client-style-3 .owl-carousel .owl-nav button.owl-prev {
  margin-left: 15px;
}

.pt-client-box.pt-client-style-3 .owl-carousel .owl-nav button.owl-prev:hover,
.pt-client-box.pt-client-style-3 .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--primary-color);
}

@media(max-width:767px) {
  .pt-client-box.pt-client-style-2 .pt-clientbox a img {
    padding: 15px 10px;
  }
  .pt-client-box.pt-client-style-3 .owl-carousel .owl-nav {
    display: none;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Team

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-team-box {
  position: relative;
}

.pt-team-box .pt-team-img {
  position: relative;
  overflow: hidden;
}

.pt-team-box .pt-team-img img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pt-team-box:hover .pt-team-img img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pt-team-box .pt-team-social ul {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -70px;
  right: 0;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pt-team-box:hover .pt-team-social ul {
  bottom: 15px;
}

.pt-team-box .pt-team-social ul li {
  list-style: none;
  display: inline-flex;
  margin: 0 0 0 5px;
}

.pt-team-box .pt-team-social ul li:last-child {
  margin: 0;
}

.pt-team-box .pt-team-social ul li a {
  background: var(--dark-color);
  color: var(--white-color);
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
}

.pt-team-box .pt-team-social ul li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.pt-team-box .pt-team-info {
  padding: 20px;
}

.pt-team-box .pt-team-info span {
  line-height: 1;
  color: var(--primary-color);
  font-size: 14px;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
}

.pt-team-box .pt-team-info p {
  margin-bottom: 0;
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Form

+++++++++++++++++++++++++++++++++++++++++++++*/

.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control {
  margin-bottom: 30px;
}

.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 150px;
}

.wpcf7-form .wpcf7-submit {
  margin-top: 30px;
}

.quote-from .wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control,
.quote-from .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  background: var(--white-color);
}


/*+++++++++++++++++++++++++++++++++++++++++++++

Category box

+++++++++++++++++++++++++++++++++++++++++++++*/

.pt-category-box.pt-style-1 .pt-category-img {
  position: relative;
  overflow: hidden;
}

.pt-category-box.pt-style-1 .pt-category-img img {
  width: 100%;
  transition: all 0.6s ease;
  cursor: pointer;
  width: 100%;
}

.pt-category-box.pt-style-1:hover .pt-category-img img {
  transform: scale(1.1);
}

.pt-category-box.pt-style-1 .pt-category-title {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 40%;
}

.pt-category-box.pt-style-1 .pt-category-title a {
  background: var(--white-color);
  text-align: center;
  padding: 20px 0;
  display: block;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

@media(max-width:479px) {
  .pt-category-box.pt-style-1 .pt-category-title {
    width: 55%;
  }
}


/*+++++

home 8

+++++*/

.pt-img-curve-wapper {
  overflow: hidden;
}

.pt-img-curve:before {
  position: absolute;
  background: var(--grey-color);
  width: 140px;
  height: 110%;
  left: -70px;
  top: -30px;
  transform: rotate(-15deg);
  content: "";
  z-index: 1;
}

@media(max-width:1023px) {
  .pt-img-curve:before {
    display: none;
  }
}


/*+++++++++++++++++++++++++++++++++++++++++++++

landing

+++++++++++++++++++++++++++++++++++++++++++++*/

.page-id-5812 #pt-footer {
  display: none;
}

.intro-hover-box .elementor-image-box-img {
  background: var(--white-color);
  padding: 10px;
  transition: all 0.5s ease;
  box-shadow: none;
}

.intro-silder .swiper-pagination {
  bottom: -15px;
}

.intro-img-shadow .elementor-image-box-img {
  background: var(--grey-color);
  border-radius: 100%;
  padding: 50px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++

mersa Web

+++++++++++++++++++++++++++++++++++++++++++++*/

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: rtl !important;
    unicode-bidi: embed;
}

.ion-chevron-right:before {
    content: "\f124" !important;
}

.widget ul.wp-block-categories-list li>a:before, .widget.widget_archive ul li>a:before, .widget.widget_categories ul li>a:before, .widget.widget_pages ul li>a:before, .widget.widget_meta ul li>a:before, .widget.widget_recent_entries ul li>a:before, .widget.widget_nav_menu ul li>a:before {
    content: '\f053' !important;
}

footer#pt-footer .widget ul li a:before {
    content: "\f053" !important;
}

.woocommerce .woocommerce-ordering select {
    max-width: 198px !important;
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    float: left;
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
    float: right;
}