/*--------------------------------------------------------------------------
Template name: Jessi
Template URI: https://jessi.netlify.com
Author Name: tortoiztheme
Author URI: 
Tag: Modern, Agency, Business
Verson: 1.0.0
Description: Jessi is a responsive html5 multipurpose template    

===========================
CSS Index
===========================

1. header
02. Start Feature Posts
03. Start First Post
04. Footer
05. Sidebar 
06. Start Slider
07. Start Recent Posts
08. Start Posts Wrapper-2
09. Start Featured Posts
10. Start Latest Posts
11. Start Gallery Area
12. Start Hero Area 3
13. Start Posts Wrapper 3
14. Start Recent Posts Carousel
15. Start Feature Posts 3
16. Start Slider 3
17. posts-wrapper-4
18. posts-sidebar
19. Professional Posts
20. Standard Posts Page
21. Full width posts
22. Gallery Alternative Post Page
23. author page
24. Category Page
25. Search Results Page
26. contact page
27. Product Page
28. Shop With Sidebar
29. Login Page
30. Shopping Cart
*****


------------------------------------------------------------------------------*/
/**
* ============================
*  3.Media Query
* ============================
*/
/****************

01. default styles

*********************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap");
.section-ptb {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .section-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section-ptb-2 {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .section-ptb-2 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}

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

.section-pb {
  padding-bottom: 100px;
}

.read-more-btn {
  color: #2c2d2f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12.8px;
  font-size: 0.8rem;
}
.read-more-btn i {
  padding-left: 10px;
}

.post-date p {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Quentin Regular";
  font-size: 18px;
  position: relative;
}
@media (max-width: 768px) {
  .post-date p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .post-date p {
    font-size: 1rem;
  }
}
.post-date p:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  background-color: #222222;
  bottom: -3px;
  transform: rotate(-5deg);
  left: -10px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-date.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.post-date-white p {
  display: inline-block;
  font-family: "Quentin Regular";
  font-size: 21.6px;
  font-size: 1.35rem;
  position: relative;
  color: #fff;
}
.post-date-white p:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 1px;
  background-color: #fff;
  bottom: -3px;
  transform: rotate(-5deg);
  left: -10px;
}

.scroll-down, .scroll-up {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13.12px;
  font-size: 0.82rem;
  transition: 0.5s ease all;
}
.scroll-down span, .scroll-up span {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.scroll-down i, .scroll-up i {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 5px;
  color: #b1b1b1;
}
.scroll-down:focus, .scroll-up:focus {
  outline: 0;
}

.scroll-up:hover {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s ease all;
}

/**********************
02. Heading Styles
************************/
.general-heading {
  color: #2c2d2f;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .general-heading {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .general-heading {
    font-size: 1.7rem;
  }
}

.heading-3 {
  font-family: "Montserrat", sans-serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 991px) {
  .heading-3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .heading-3 {
    font-size: 1.7rem;
  }
}
.heading-3 a {
  text-decoration: none;
  color: #2c2d2f;
}

.heading-3-alt {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heading-3-alt {
    font-size: 1.3rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .heading-3-alt {
    font-size: 1.2rem;
  }
}
.heading-3-alt a {
  text-decoration: none;
  color: #2c2d2f;
}

.heading-4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}
.heading-4 a {
  text-decoration: none;
  color: #2c2d2f;
}
@media (max-width: 767px) {
  .heading-4 {
    font-size: 1.1rem;
  }
}

.heading-alt-4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
.heading-alt-4 a {
  text-decoration: none;
  color: #2c2d2f;
}

.heading-alt-5 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
}
.heading-alt-5 a {
  text-decoration: none;
  color: #2c2d2f;
}

.section-title h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-title h2:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #2c2d2f;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-2 h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.section-title-2 h2:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #2c2d2f;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title-3 h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.widget-title {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
}
.widget-title:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #2c2d2f;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.widget-title-2 {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 14.4px;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.widget-title-2:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #2c2d2f;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.sub-title-3 {
  font-family: "Open Sans", sans-serif;
  color: #9ca1a3;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.sub-title-2 {
  font-family: "Quentin Regular";
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 767px) and (max-width: 991px) {
  .sub-title-2 {
    font-size: 1.2rem;
  }
}

.special-title-2 {
  font-size: 80px;
  font-size: 5rem;
  font-family: "Quentin Regular";
}

.big-title {
  font-family: 'Playfair Display', serif;
  font-size: 226px;
  color: #2c2d2f;
  margin-bottom: 0;
  letter-spacing: 2.4px;
}

/********************
03. Borders
********************/
.custom-border {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.custom-border-2 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.custom-border-bottom {
  border-bottom: 2px solid #f0f0f0;
}

.custom-border-top {
  border-top: 2px solid #f0f0f0;
}

/********************
04. Buttons
**************************/
.post-btn a {
  display: inline-block;
  color: #fff;
  background-color: #2c2d2f;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
}
.post-btn a:hover {
  background-color: #693b52;
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-btn a {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-btn a {
    padding: 10px 20px;
  }
}

.read-more-2 button {
  color: #fff;
  background-color: #2c2d2f;
  border: 0;
  padding: 10px 35px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
}
.read-more-2 button:hover {
  background-color: #693b52;
}
@media (max-width: 767px) {
  .read-more-2 button {
    padding: 8px 14px;
    font-size: 0.7rem;
  }
}
.read-more-2 button:focus {
  outline: 0;
}
.read-more-2 a {
  display: inline-block;
  color: #fff;
  background-color: #2c2d2f;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
  text-decoration: none;
}
.read-more-2 a:hover {
  background-color: #693b52;
}
@media (max-width: 767px) {
  .read-more-2 a {
    padding: 8px 14px;
    font-size: 0.7rem;
  }
}
.read-more-2 a:focus {
  outline: 0;
}

.circle-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #2c2d2f;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  border: 0;
  transition: all 0.4s linear 0s;
}
.circle-btn:hover {
  background-color: #693b52;
  color: #fff;
}

.load-more-btn {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #2c2d2f;
  font-weight: 800;
  border: 1px solid #d8dee0;
  padding: 18px 35px;
  background-color: transparent;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: #fff;
}
.load-more-btn:focus {
  outline: 0;
}
.load-more-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.load-more-btn ul li {
  display: inline-block;
}
.load-more-btn ul li a {
  padding: 0 10px;
  color: #2c2d2f;
  text-decoration: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.load-more-btn ul li a.active {
  color: #a9a9a9;
}

.border-wrapper {
  display: block;
  position: relative;
}
.border-wrapper:before {
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background-color: #d8dee0;
  position: absolute;
  top: 50%;
  z-index: -2;
}
.border-wrapper .load-more-btn:before {
  content: "";
  width: 130%;
  left: -15%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.big-read-more {
  font-size: 14.4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.26);
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.4s linear 0s;
}
@media (min-width: 767px) and (max-width: 991px) {
  .big-read-more {
    padding: 10px 20px;
  }
}
.big-read-more:hover {
  background-color: #2c2d2f;
  color: #fff;
}

.white-btn {
  background-color: #fff;
  color: #2c2d2f;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  border-radius: 25px;
  text-transform: uppercase;
  border: 0;
  padding: 10px 25px;
  letter-spacing: 1px;
}

/*************************
05. Background 
**************************/
.bg-semi {
  background-color: #f3f3f3;
}

.bg-semi-black {
  background-color: #171718;
}

.bg-overlay {
  position: relative;
  display: inline-block;
}
.bg-overlay:before {
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/**********************
06. Lists
***************************/
.footer-menu ul li a {
  display: inline-block;
  color: #2c2d2f;
  font-size: 14.4px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 1px;
}
.footer-menu ul li:last-child a {
  padding-right: 0;
}

.footer-menu-2 ul li a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 25px;
  letter-spacing: 1px;
}
.footer-menu-2 ul li:last-child a {
  padding-right: 0;
}

.social-profiles ul {
  margin: 0;
  padding: 0;
}
.social-profiles ul li {
  display: inline-block;
}
.social-profiles ul li a {
  color: #2c2d2f;
  padding-right: 25px;
}
.social-profiles ul li:last-child a {
  padding-right: 0;
}

.social-profiles-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profiles-2 ul li {
  display: inline-block;
}
.social-profiles-2 ul li a {
  display: inline-block;
  background-color: #f3f3f3;
  color: #2c2d2f;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.4s linear 0s;
  width: 42px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .social-profiles-2 ul li a {
    padding: 5px 10px;
    font-size: 0.8rem;
  }
}
.social-profiles-2 ul li a:hover {
  background-color: #2c2d2f;
  color: #fff;
}
.social-profiles-2 ul li:last-child {
  margin-right: 0;
}

.social-profiles-3 ul {
  margin: 0;
  padding: 0;
}
.social-profiles-3 ul li {
  display: inline-block;
}
.social-profiles-3 ul li a {
  color: #fff;
  padding-right: 30px;
}
.social-profiles-3 ul li:last-child a {
  padding-right: 0;
}

.social-profiles-4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-profiles-4 ul li {
  display: inline-block;
  padding-right: 15px;
}
.social-profiles-4 ul li:last-child {
  padding-right: 0;
}
.social-profiles-4 ul li a {
  color: #2c2d2f;
}

.meta-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.meta-list ul li {
  display: inline-block;
  position: relative;
  color: #94999b;
  font-size: 11px;
  text-transform: uppercase;
  padding-right: 20px;
  font-weight: 600;
}
@media (min-width: 767px) and (max-width: 991px) {
  .meta-list ul li {
    font-size: 0.6rem;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .meta-list ul li {
    font-size: 0.6rem;
    padding-right: 15px;
  }
}
.meta-list ul li:after {
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 6%;
  font-size: 5px;
  top: 5px;
  color: rgba(148, 153, 155, 0.5);
}
.meta-list ul li:last-child {
  padding-right: 0;
}
.meta-list ul li:last-child:after {
  content: none;
}

.liat-style-2 ol li {
  color: #201f22;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 0;
}

.list-style-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style-3 ul li {
  padding: 8px 0;
  color: #201f22;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.list-style-3 ul li i {
  padding-right: 15px;
}

/*****************
07. Test Style
******************/
.sidebar-widget-text p {
  margin-bottom: 0;
  color: #5b5d5f;
  font-family: "Open Sans", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
}

/******************
08. Alignment
********************/
.float-right {
  float: right;
}

.text-right {
  text-align: right;
}

/**********************
09. Blockquote
**************************/
.blockquote {
  position: relative;
  color: #86898b;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-left: 25px;
}
.blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #2c2d2f;
}

.blockquote-2 {
  font-family: "Montserrat", sans-serif;
}
.blockquote-2 b {
  position: relative;
  display: block;
}
.blockquote-2 b:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #2c2d2f;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.blockquote-2 .blockquote-icon {
  display: block;
  color: #2c2d2f;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.blockquote-2 span {
  display: block;
  color: #86898b;
  font-size: 11.2px;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
}
.blockquote-2 b {
  color: #201f22;
  font-size: 19.2px;
  font-size: 1.2rem;
}

/*************************
10. Transform
**************************/
.translate-y-50 {
  transform: translateY(-50px);
}

/********************************
11. Figure
**********************************/
.custom-figure {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
.custom-figure figcaption {
  display: block;
  position: absolute;
  width: 100%;
  color: #fff;
  background-color: rgba(44, 45, 47, 0.85);
  bottom: 0;
  padding: 40px 0;
  color: #fefefe;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

/******************
12. display
*******************/
@media (min-width: 992px) {
  .lg-d-flex {
    display: flex;
  }
}

/***********************
13. font
**************************/
.font-bold {
  font-weight: 700;
}

/**
* ============================
*  3.Media Query
* ============================
*/
@font-face {
  font-family: "Quentin Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Quentin Regular"), url("../fonts/Quentin.woff") format("woff");
}
body {
  font-family: "Montserrat", sans-serif;
  color: #2c2d2f;
}

/*****************************
   1. header
*********************************/
.main-menu .external-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu .navbar ul li a {
  color: #2c2d2f;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 25px !important;
  font-size: 0.8rem;
}
@media (max-width: 991px) {
  .main-menu .navbar ul li a.dropdown-item {
    color: #2c2d2f;
  }
}
@media (max-width: 991px) {
  .main-menu .navbar ul li a {
    color: #fff;
    padding: 10px 15px !important;
  }
}
@media (max-width: 991px) {
  .main-menu .navbar ul li a img {
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 991px) {
  .main-menu .navbar ul li:first-child a {
    padding-top: 20px !important;
  }
}
@media (max-width: 991px) {
  .main-menu .navbar .external-menu li a:first-child {
    padding-top: 8px !important;
    padding-bottom: 20px !important;
  }
}
.main-menu .navbar .dropdown-menu {
  border-radius: 0;
}
@media (max-width: 991px) {
  .main-menu .navbar-collapse {
    background-color: rgba(34, 34, 34, 0.85);
  }
}
.main-menu .navbar-toggler:focus {
  box-shadow: 0 0 0 0.09rem;
  border-radius: 0;
}

.header-3 .navbar-toggler {
  color: #fff;
}

.hero-area {
  position: relative;
}
.hero-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 45, 47, 0.2);
}
.hero-area .social-profiles-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.hero-area .social-profiles-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.hero-area .social-profiles-list ul li {
  padding-bottom: 15px;
}
.hero-area .social-profiles-list ul li:last-child {
  padding-bottom: 0;
}
.hero-area .social-profiles-list ul li a {
  color: #fff;
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area .scroll-down {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-area .scroll-down {
    display: none;
  }
}

.logo-area .site-logo {
  max-height: 85px;
}

#sidebar-menu.mm-menu {
  background-color: #1a1a1c;
}
#sidebar-menu.mm-menu .mm-panels {
  background-color: #1a1a1c;
}
#sidebar-menu.mm-menu .mm-panels .sidebar-content {
  background-color: #1a1a1c;
}
#sidebar-menu.mm-menu .mm-panels .sidebar-content .mm-navbar__title {
  background-color: #1a1a1c;
}
#sidebar-menu.mm-menu .mm-panel::after {
  display: none;
}
#sidebar-menu .mm-listitem__btn {
  padding-right: 0;
}
#sidebar-menu .mm-navbar {
  border-bottom: 0;
  display: none;
}
#sidebar-menu .cross-btn button {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
}
#sidebar-menu .cross-btn button:focus {
  outline: 0;
}
#sidebar-menu.mm-menu_offcanvas {
  max-width: 385px;
}
#sidebar-menu .menu-list li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: white;
}
#sidebar-menu .sidebar-content {
  position: relative;
  height: 100%;
  padding: 70px 0;
}
#sidebar-menu .sidebar-content .cross-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18%;
}
#sidebar-menu .social-accounts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar-menu .social-accounts ul li {
  display: inline-block;
  padding: 0 11px;
}
#sidebar-menu .social-accounts ul li a {
  font-size: 0.9rem;
  color: white;
}

#sidebar-menu .sidebar-content {
  visibility: hidden;
  opacity: 0;
}
#sidebar-menu .sidebar-content.mm-panel_opened {
  visibility: visible;
  opacity: 1;
}

/**********************
02. Start Feature Posts
***************************/
@media (min-width: 992px) {
  .features-wrapper .insta-images {
    transform: translateX(-85px);
  }
}
@media (max-width: 768px) {
  .features-wrapper .post-excerpt.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .insta-images {
    overflow-x: hidden;
  }
}

.insta-gallery .single-insta {
  align-self: center;
}
.insta-gallery .single-insta img {
  padding: 5px;
  width: auto;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insta-gallery .insta-info i {
  padding-left: 6px;
  rotate: -90deg;
}
.insta-gallery .insta-info p {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: "Quentin Regular";
  margin-left: 0;
}

.post-content .general-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.post-content .post-excerpt p {
  margin-bottom: 0;
}

/****************
03. Start First Post
****************/
.first-post-wrapper .post-content {
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
}

.post-thumb {
  position: relative;
}
.post-thumb .post-thumb_img {
  min-width: 100%;
}
.post-thumb .post-tag {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  color: #2c2d2f;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.8px;
  opacity: 0.8;
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-thumb .post-tag {
    padding: 8px 15px;
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .post-thumb .post-tag {
    padding: 6px 15px;
    font-size: 0.7rem;
  }
}
.post-thumb figcaption {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: -60px;
  top: 45px;
  transform: rotate(-90deg);
  color: #9ca1a3;
  text-transform: uppercase;
  font-size: 12px;
}

.post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta ul li {
  display: inline-block;
  position: relative;
  color: #94999b;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-meta ul li {
    padding: 0 10px;
    font-size: 0.7rem;
  }
  .post-meta ul li:after {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul li {
    padding: 0 10px;
    font-size: 0.7rem;
  }
  .post-meta ul li:after {
    content: none;
  }
}
.post-meta ul li:after {
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: -4px;
  font-size: 0.35rem;
  top: 5px;
  color: rgba(148, 153, 155, 0.5);
}
.post-meta ul li:last-child:after {
  content: none;
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-meta ul li {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-meta ul li {
    font-size: 0.65rem;
  }
}
@media (max-width: 768px) {
  .post-meta ul li {
    font-size: 0.65rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-meta.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 0.7rem;
  }
}
@media (max-width: 768px) {
  .post-meta.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 0.65rem;
  }
}

.post-assets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-bottom: 75px;
}
.post-assets .category-info {
  text-align: left;
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-assets .category-info.py-4 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}
.post-assets .category-info a {
  color: #2c2d2f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
@media (max-width: 767px) {
  .post-assets .category-info a {
    font-size: 0.7rem;
  }
}
.post-assets .share-link {
  text-align: right;
}
.post-assets .share-link a {
  color: #2c2d2f;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
.post-assets .share-link a i {
  padding-left: 10px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-assets .share-link.py-4 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-assets.mt-5 {
    margin-top: 2rem !important;
  }
}

/*******************
04. Footer
*************************/
.subscribe-widget {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 360px;
  border-radius: 15px;
  position: relative;
}
.subscribe-widget:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(34, 34, 34, 0.76);
  border-radius: 15px;
}
.subscribe-widget .widget-text h5 {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0;
}
.subscribe-widget .widget-text h5:after {
  content: "";
  position: absolute;
  width: 25px;
  bottom: -10px;
  left: 50%;
  height: 1px;
  background-color: #fff;
}
.subscribe-widget .widget-text p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  line-height: 1.8em;
}
.subscribe-widget ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.subscribe-widget ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.subscribe-widget :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.subscribe-widget :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.subscribe-widget-2 {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  min-height: 300px;
}
.subscribe-widget-2 .widget-text h5 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.subscribe-widget-2 .widget-text h5:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #2c2d2f;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.subscribe-widget-2 .widget-text p {
  margin-bottom: 0;
  color: #5b5d5f;
  font-size: 0.9rem;
  line-height: 2em;
}
.subscribe-widget-2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 0.8rem;
}
.subscribe-widget-2 ::-moz-placeholder { /* Firefox 19+ */
  font-size: 0.8rem;
}
.subscribe-widget-2 :-ms-input-placeholder { /* IE 10+ */
  font-size: 0.8rem;
}
.subscribe-widget-2 :-moz-placeholder { /* Firefox 18- */
  font-size: 0.8rem;
}
.subscribe-widget-2 .subscribe-form form .form-control {
  color: #5b5d5f;
}
.subscribe-widget-2 .subscribe-form form button[type=submit] {
  color: #5b5d5f;
}

.footer-menu-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu-widget ul li {
  display: inline-block;
}
.footer-menu-widget .sub-title {
  margin-bottom: 0;
  font-family: "Quentin Regular";
  font-size: 18px;
}
.footer-menu-widget .copyright-text {
  font-size: 13px;
}

.widget-data {
  position: relative;
}
.widget-data .plane-text {
  width: 100%;
}
.widget-data .subscribe-form {
  width: 70%;
}

.subscribe-form form {
  position: relative;
}
.subscribe-form form .form-control {
  border-radius: 0;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  color: #fff;
  font-size: 0.9rem;
  padding-left: 0;
  padding-right: 0;
  height: 45px;
}
.subscribe-form form .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.subscribe-form form button[type=submit] {
  position: absolute;
  right: 0;
  top: 10px;
  border: 0;
  background-color: transparent;
  color: #fff;
}
.subscribe-form form button[type=submit]:focus {
  outline: 0;
}

.copyright-text p {
  margin-bottom: 0;
  color: #545557;
}

.single-widget .insta-wrapper .single-insta img {
  width: 100%;
}
.single-widget .insta-info p {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Quentin Regular";
  font-size: 1.2rem;
}

/************
05. Sidebar 
***************/
.trending-post-widget .trending-post-content {
  display: inline-block;
  position: relative;
}
.trending-post-widget .trending-post-content .post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 90%;
}
.trending-post-widget .trending-post-content .post-content h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 991px) {
  .trending-post-widget .trending-post-content .post-content h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .trending-post-widget .trending-post-content .post-content h5 {
    font-size: 1.5rem;
  }
}
.trending-post-widget .trending-post-content .post-thumb {
  position: relative;
}
.trending-post-widget .trending-post-content .post-thumb > a {
  position: relative;
  display: inline-block;
}
.trending-post-widget .trending-post-content .post-thumb > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.45);
}

.blockquote .another-text {
  font-size: 20px;
  font-weight: bold;
  color: #86898b;
}

.popular-posts-widget .single-item {
  display: flex;
  align-items: center;
}
@media (min-width: 767px) and (max-width: 991px) {
  .popular-posts-widget .single-item {
    display: block;
  }
}
@media (max-width: 768px) {
  .popular-posts-widget .single-item {
    display: flex;
  }
  .popular-posts-widget .single-item .post-thumb {
    margin-right: 1.2rem;
  }
  .popular-posts-widget .single-item .post-content {
    text-align: left !important;
  }
}
.popular-posts-widget .single-item .post-content {
  text-align: left;
}
@media (min-width: 767px) and (max-width: 991px) {
  .popular-posts-widget .single-item .post-content {
    text-align: center;
    padding-top: 0.6rem;
  }
}
.popular-posts-widget .single-item .post-content h6 {
  font-weight: 600;
  font-size: 0.9rem;
}
.popular-posts-widget .single-item .post-content h6 a {
  display: inline-block;
  color: #262626;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: 400;
}
.popular-posts-widget .single-item .post-content .post-meta p {
  margin-bottom: 0;
  color: #94999b;
  font-size: 0.82rem;
}
.popular-posts-widget .single-item .post-content .post-meta strong {
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}
.popular-posts-widget .single-item .post-thumb {
  padding-right: 1.5rem;
}
@media (min-width: 767px) and (max-width: 991px) {
  .popular-posts-widget .single-item .post-thumb {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .popular-posts-widget.posts-widget-2 .single-item {
    display: flex;
    align-items: center;
  }
  .popular-posts-widget.posts-widget-2 .single-item .post-thumb {
    margin-right: 15px;
  }
  .popular-posts-widget.posts-widget-2 .single-item .post-content {
    text-align: left;
  }
  .popular-posts-widget.posts-widget-2 .single-item .post-content h6 {
    font-size: 1rem;
  }
}

.category-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-list ul li {
  margin-bottom: 15px;
}
.category-list ul li a {
  display: block;
  text-decoration: none;
  color: #2c2d2f;
  padding: 20px 0;
  background-color: #f3f3f3;
  border-radius: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  transition: all 0.4s linear 0s;
}
@media (min-width: 767px) and (max-width: 991px) {
  .category-list ul li a {
    padding: 12px 0;
    font-size: 0.8rem;
  }
}
.category-list ul li a:hover {
  color: #fff;
  background-color: #2c2d2f;
}
.category-list ul li a.active {
  color: #fff;
  background-color: #2c2d2f;
}
.category-list ul li:last-child {
  margin-bottom: 0;
}

.insta-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 991px) {
  .insta-wrapper.insta-gall-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.insta-wrapper.insta-gall-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 1285px) {
  .insta-wrapper.insta-gall-3 {
    grid-template-columns: 1fr 1fr;
  }
}
.insta-wrapper .single-insta a {
  display: inline-block;
}

.author-widget .profile-img {
  width: 115px;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/*********************
Index - 2
**********************/
/**********************
06. Start Slider
*********************/
.slider-area .slider-thumb {
  position: relative;
}
.slider-area .slider-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.9);
}
.slider-area .slider-text h2 {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 34px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .slider-area .slider-text h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .slider-area .slider-text h2 {
    font-size: 1.2rem;
  }
}
.slider-area .slider-text h2 a {
  color: #fff;
  text-decoration: none;
}
.slider-area .slick-slide {
  padding-right: 10px;
}
.slider-area .slick-slide:last-child {
  padding-right: 0;
}

/******************
07. Start Recent Posts
**********************/
.boxed-posts-area .single-post .post-content {
  transform: translateY(-40%);
  width: 70%;
  margin: 0 auto;
}

.post-tag-2 {
  display: inline-block;
  color: #94999b;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
}
.post-tag-2:hover {
  color: #693b52;
}

.post-tag-3 {
  display: inline-block;
  color: #94999b;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

/******************
08. Start Posts Wrapper-2
***************************/
.posts-wrapper-2 .single-post {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .posts-wrapper-2 .single-post {
    display: block;
    align-items: left;
  }
}
.posts-wrapper-2 .single-post .post-btn {
  min-width: 150px;
  margin-left: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .posts-wrapper-2 .single-post .post-btn {
    min-width: 130px;
  }
}
@media (max-width: 991px) {
  .posts-wrapper-2 .single-post .post-btn {
    min-width: 130px;
  }
}
.posts-wrapper-2 .single-post .post-tag-3 {
  display: inline-block;
  color: #2c2d2f;
  text-decoration: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .posts-wrapper-2 .single-post .post-tag-3 {
    padding-bottom: 5px;
  }
}
.posts-wrapper-2 .single-post .post-content {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .posts-wrapper-2 .single-post .post-content {
    padding-left: 30px;
    padding-top: 15px;
  }
}
.posts-wrapper-2 .single-post .post-content:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #dae0e2;
  right: -10px;
  top: 0;
}
@media (max-width: 767px) {
  .posts-wrapper-2 .single-post .post-content:after {
    content: none;
  }
}
.posts-wrapper-2 .post-thumb {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .posts-wrapper-2 .post-thumb {
    width: 100%;
  }
}
.posts-wrapper-2 .post-thumb a {
  display: inline-block;
  position: relative;
  padding: 0 35px 0 50px;
}
@media (max-width: 991px) {
  .posts-wrapper-2 .post-thumb a {
    padding: 0 15px 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .posts-wrapper-2 .post-thumb a {
    padding: 0 15px 0 30px;
  }
}
@media (max-width: 767px) {
  .posts-wrapper-2 .post-thumb a {
    display: block;
  }
}
.posts-wrapper-2 .post-thumb a img {
  width: 220px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .posts-wrapper-2 .post-thumb a img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .posts-wrapper-2 .post-thumb a img {
    width: 100%;
  }
}
.posts-wrapper-2 .post-date {
  position: absolute;
  transform: rotate(-90deg);
  left: -45px;
  top: 41.5%;
}
.posts-wrapper-2 .post-meta ul li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .posts-wrapper-2 .post-btn {
    padding-top: 12px;
  }
}

.post-excerpt p {
  font-family: "Open Sans", sans-serif;
  color: #5b5d5f;
  font-size: 15px;
  line-height: 1.6em;
}

.next-posts-link a {
  color: #2c2d2f;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s linear 0s;
  text-transform: uppercase;
  font-size: 10px;
}
.next-posts-link a:hover {
  color: #5b5d5f;
}
.next-posts-link a i {
  padding-left: 10px;
}

/*******************
09. Start Featured Posts
***************************/
.featured-posts-wrapper .single-feature {
  position: relative;
}
.featured-posts-wrapper .single-feature .post-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.featured-posts-wrapper .single-feature .post-content .post-title-2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.featured-posts-wrapper .single-feature .post-content .post-title-2 a {
  color: #fff;
  text-decoration: none;
}
.featured-posts-wrapper .single-feature .feature-thumb {
  position: relative;
}
.featured-posts-wrapper .single-feature .feature-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(44, 45, 47, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-posts-wrapper .post-tag-4 {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}

.feature-img {
  position: relative;
}

/******************
10. Start Latest Posts
*************************/
.latest-posts-wrapper .post-content {
  transform: translateY(-40%);
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 991px) {
  .latest-posts-wrapper .md-big-column {
    order: 2;
  }
}
@media (max-width: 767px) {
  .latest-posts-wrapper .md-big-column {
    order: 2;
  }
}

.big-post .heading-4 {
  font-size: 1.7rem;
  font-weight: 700;
}

/************************
11. Start Gallery Area
**********************/
.gallery-slider .slick-slide,
.gallery-slider-2 .slick-slide {
  padding: 5px;
}
.gallery-slider .slick-slide:first-child,
.gallery-slider-2 .slick-slide:first-child {
  padding-left: 0;
}
.gallery-slider .slick-slide:last-child,
.gallery-slider-2 .slick-slide:last-child {
  padding-left: 0;
}

.gallery-slider .single-gallery img {
  max-width: 200px;
}

/******************************
index 3
*******************************/
/*******************************
12. Start Hero Area 3
**********************************/
.header-3 {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.header-3 .main-menu .navbar ul li a {
  color: #fff;
}
.header-3 .main-menu .navbar ul li a.dropdown-item {
  color: #2c2d2f;
}

.hero-area-3 {
  position: relative;
  height: 120vh;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.hero-area-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
}
.hero-area-3 .hero-content-3 {
  position: relative;
  height: 120vh;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-area-3 .hero-content-3 .hero-text h2 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-area-3 .hero-content-3 .hero-text h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 991px) {
  .hero-area-3 .hero-content-3 .hero-text h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .hero-area-3 .hero-content-3 .hero-text h2 {
    font-size: 2rem;
  }
}
.hero-area-3 .hero-content-3 .post-date p {
  color: #fff;
}
.hero-area-3 .hero-content-3 .post-date p:before {
  background-color: #fff;
}
.hero-area-3 .custom-border {
  border-width: 1px;
  border-color: #bbb;
}
.hero-area-3 .hero-boxed {
  position: absolute;
  bottom: 0;
}
.hero-area-3 .hero-boxed .col:nth-child(4n+1) {
  background-color: rgba(44, 45, 47, 0.9);
}
.hero-area-3 .hero-boxed .col:nth-child(2n) {
  background-color: rgba(44, 45, 47, 0.45);
}
.hero-area-3 .hero-boxed .col:nth-child(3n) {
  background-color: rgba(44, 45, 47, 0.86);
}
.hero-area-3 .hero-boxed .single-box {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.hero-area-3 .hero-boxed .single-box h6 {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.6em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-area-3 .hero-boxed .single-box h6 {
    font-size: 0.85rem;
  }
}
.hero-area-3 .hero-boxed .single-box .plus-btn {
  background-color: transparent;
  border: 0;
}
.hero-area-3 .hero-boxed .single-box .plus-btn:focus {
  outline: 0;
}

/*********************
13. Start Posts Wrapper 3
**************************/
.posts-wrapper-3 .single-post {
  display: flex;
  align-items: center;
}
.posts-wrapper-3 .single-post .post-thumb {
  margin-right: 1rem;
}
.posts-wrapper-3 .single-post .post-thumb a img {
  min-width: 335px;
}
.posts-wrapper-3 .single-post:nth-child(2n) .post-thumb {
  order: 2;
  margin-right: 0;
  margin-left: 1rem;
}

/*******************************
14. Start Recent Posts Carousel
*********************************/
.posts-carousel .slick-slide {
  padding: 0 8px;
}
.posts-carousel .post-thumb img {
  display: inline-block;
}

/***************************
index 4
**************************/
/************************
15. Start Feature Posts 3
************************/
.feature-carousel-3 .single-feature {
  position: relative;
}
.feature-carousel-3 .single-feature .feature-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 96%;
}
.feature-carousel-3 .single-feature .feature-content h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 34px;
}
@media (min-width: 992px) {
  .feature-carousel-3 .single-feature .feature-content h2 {
    font-size: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-carousel-3 .single-feature .feature-content h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .feature-carousel-3 .single-feature .feature-content h2 {
    font-size: 1.3rem;
  }
}
.feature-carousel-3 .single-feature .feature-content h2 a {
  color: #fff;
  text-decoration: none;
}
.feature-carousel-3 .single-feature .feature-content .post-date-2 p {
  margin-bottom: 0;
  color: #fff;
}
.feature-carousel-3 .single-feature .feature-thumb {
  position: relative;
}
.feature-carousel-3 .single-feature .feature-thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 45, 47, 0.65);
}
.feature-carousel-3 .slick-slide {
  padding-right: 10px;
}
.feature-carousel-3 .slick-slide:last-child {
  padding-right: 0;
}

/***********************
16. Start Slider 3
************************/
.slider-area-3 .single-slider {
  position: relative;
}
.slider-area-3 .single-slider .slider-thumb {
  position: relative;
}
.slider-area-3 .single-slider .slider-thumb img {
  min-width: 100%;
}
.slider-area-3 .single-slider .slider-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  background-color: rgba(44, 45, 47, 0.56);
  width: 100%;
  height: 100%;
}
.slider-area-3 .single-slider .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.slider-area-3 .single-slider .slider-content h2 {
  margin-bottom: 0;
  font-weight: 700;
}
@media (min-width: 1285px) {
  .slider-area-3 .single-slider .slider-content h2 {
    font-size: 46px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .slider-area-3 .single-slider .slider-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .slider-area-3 .single-slider .slider-content h2 {
    font-size: 1.5rem;
  }
}
.slider-area-3 .single-slider .slider-content h2 a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .slider-area-3 .single-slider .slider-content {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .slider-area-3 .single-slider .slider-content {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .slider-area-3 .single-slider .slider-content {
    width: 80%;
    margin: 0 auto;
  }
}
.slider-area-3 .slick-prev,
.slider-area-3 .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(34, 34, 34, 0.15);
  transition: all 0.4s linear 0s;
}
.slider-area-3 .slick-prev:hover,
.slider-area-3 .slick-next:hover {
  background-color: rgba(34, 34, 34, 0.35);
}
.slider-area-3 .slick-prev:focus,
.slider-area-3 .slick-next:focus {
  outline: 0;
}
.slider-area-3 .slick-prev:hover {
  padding-left: 95px;
}
.slider-area-3 .slick-next:hover {
  padding-right: 95px;
}
.slider-area-3 .slick-next {
  right: 0;
  padding: 16px 25px;
}
@media (max-width: 768px) {
  .slider-area-3 .slick-next {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .slider-area-3 .slick-next {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
}
.slider-area-3 .slick-prev {
  left: 0;
  padding: 16px 25px;
}
@media (max-width: 768px) {
  .slider-area-3 .slick-prev {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .slider-area-3 .slick-prev {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
}

/*************************
17. posts-wrapper-4
**************************/
.posts-wrapper-4 .single-post .post-content {
  width: 85%;
  margin: 0 auto;
  transform: translateY(-20%);
  background-color: #fff;
  margin-bottom: -30px;
}

/****************************
18. posts-sidebar
******************************/
.posts-sidebar .single-post .post-content {
  transform: translateY(-35%);
  width: 80%;
  margin: 0 auto;
}

/*********************************
19. Professional Posts
**********************************/
.page-content .sub-title-2 {
  font-size: 22px;
}
.page-content p {
  color: #5b5d5f;
  font-size: 0.95rem;
  line-height: 2em;
  padding-bottom: 30px;
}
.page-content p:last-of-type {
  padding-bottom: 0px;
}

.banner-wrapper {
  height: 525px;
  background-size: cover;
  background-position: center center;
}

.page-content-one {
  font-size: 0.94rem;
  line-height: 1.9em;
}
.page-content-one b {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #2c2d2f;
  font-weight: 600;
}
.page-content-one p {
  margin-bottom: 35px;
}

.page-content-two {
  margin-top: 30px;
}
.page-content-two p {
  margin-bottom: 35px;
}

.v-line {
  position: relative;
}
.v-line .vr {
  border-left: 1px solid #d9dfe1;
  height: 75px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.liat-style-2 {
  margin-bottom: 40px;
}

.page-content .post-assets .category-info a {
  font-weight: 500;
}

.author-widget-2 {
  display: flex;
  align-items: center;
}
.author-widget-2 .author-info h4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.author-widget-2 .author-info h4 a {
  color: #2c2d2f;
  text-decoration: none;
}
.author-widget-2 .author-info h6 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.author-widget-2 .author-info h6 a {
  color: #2c2d2f;
  text-decoration: none;
}
.author-widget-2 p {
  margin-bottom: 0;
  color: #5b5d5f;
  font-size: 0.95rem;
  line-height: 1.6em;
}
.author-widget-2 .author-thumb a {
  display: inline-block;
}
.author-widget-2 .author-thumb a img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-widget-2 .comment-date p {
  color: #86898b;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}
.author-widget-2 .reply-btn {
  color: #2c2d2f;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.author-widget-one {
  background-color: #f3f3f3;
}

.comment-form {
  color: #86898b;
  font-size: 0.85rem;
}
.comment-form input, .comment-form textarea {
  border-radius: 0;
  font-size: 13px;
}
.comment-form input:focus, .comment-form textarea:focus {
  box-shadow: none;
}
.comment-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #86898b;
  font-size: 0.85rem;
}
.comment-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #86898b;
  font-size: 0.85rem;
}
.comment-form ::placeholder { /* Most modern browsers support this now. */
  color: #86898b;
  font-size: 0.85rem;
}

.posts-pagination .prev-post,
.posts-pagination .next-post {
  display: flex;
  align-items: center;
}
.posts-pagination .post-content span {
  color: #999b9d;
  font-size: 0.95rem;
  font-weight: 500;
}
.posts-pagination .post-content h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.posts-pagination .post-content h5 a {
  text-decoration: none;
  color: #2c2d2f;
  font-size: 1.1rem;
}
.posts-pagination .next-post {
  justify-content: flex-end;
}

/************************
20. Standard Posts Page
***************************/
.posts-wrapper-5 .post-thumb .post-tag {
  font-weight: 800;
}

/************************
21. Full width posts
**************************/
.page-content-4 {
  transform: translateY(-50px);
}

.post-thumb-post {
  position: relative;
}
.post-thumb-post figcaption {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: -30px;
  color: #9ca1a3;
  font-size: 11px;
  font-weight: 400;
}

/*****************************
22. Gallery Alternative Post Page
*************************************/
.slider-3 {
  position: relative;
}
.slider-3 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #f0f0f0;
  border: 10px solid white;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 1.4rem;
  color: rgba(44, 45, 47, 0.9);
}
.slider-3 .slick-arrow:focus {
  outline: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-3 .slick-arrow {
    width: 45px;
    height: 45px;
  }
}
.slider-3 .slick-next {
  right: 0;
}
@media (min-width: 992px) {
  .slider-3 .slick-next {
    right: -35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-3 .slick-next {
    right: 0;
  }
}
.slider-3 .slick-prev {
  left: 0;
}
@media (min-width: 992px) {
  .slider-3 .slick-prev {
    left: -35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .slider-3 .slick-prev {
    left: 0;
  }
}

.ratio iframe {
  width: 100%;
}

.media-wrapper #player1 {
  width: 640px;
  height: 360px;
  max-width: 100%;
}

#player1_html5 {
  max-width: 100%;
}

.gallery-photos {
  height: 105%;
  margin-bottom: 70px;
}
.gallery-photos .single-photo_big {
  height: 105%;
}

/******************************
23. author page
******************************/
.author-box-wrapper .author-data h6 {
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}
.author-box-wrapper .author-data h6 a {
  color: #2c2d2f;
  text-decoration: none;
}
.author-box-wrapper .read-more-2 button {
  padding: 8px 18px;
  font-size: 0.7rem;
  font-weight: 500;
}
.author-box-wrapper .author-bio p {
  color: #5b5d5f;
  font-size: 0.94rem;
}

/*********************
24. Category Page
*************************/
.sm-box {
  background: #2c2d2f;
}
.sm-box .box-content {
  font-family: "Montserrat", sans-serif;
}
.sm-box .box-content h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: 800;
}
.sm-box .box-content h2 span {
  font-weight: 400;
}
.sm-box .box-content p {
  margin-bottom: 0;
  font-size: 0.85rem;
  font-weight: 500;
}
.sm-box .box-content .buttons-group {
  display: inline-block;
  transform: translateY(-5px);
}
.sm-box .box-content .buttons-group button {
  display: inline-block;
  margin: 5px;
  margin-right: 7px;

}
.sm-box .box-content .buttons-group button:last-child {
  margin-right: 0;
}

/*************************
25. Search Results Page
****************************/
.search-box form .form-group {
  position: relative;
}
.search-box form .form-group input {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #2c2d2f;
  padding-bottom: 15px;
  padding-left: 0;
}
.search-box form .form-group input:focus {
  box-shadow: none;
}
.search-box form .form-group button[type=submit] {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent;
}
.search-box form ::-moz-placeholder { /* Mozilla Firefox 19+ */ }
.search-box form :-ms-input-placeholder { /* Internet Explorer 10-11 */ }
.search-box form ::placeholder { /* Most modern browsers support this now. */
  font-size: 1rem;
  color: #2c2d2f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

/********************
26. contact page
***********************/
.post-header {
  position: relative;
}
.post-header .fixed-box {
  position: absolute;
  top: 30px;
  left: 30px;
}
.post-header .fixed-box .icon {
  width: 80px;
  height: 80px;
  background-color: #2c2d2f;
  text-align: center;
  padding-top: 26px;
  border-radius: 50%;
}
.post-header .fixed-box .icon i {
  color: #fff;
  font-size: 1.8rem;
}
.post-header .fixed-box .info {
  font-family: "Montserrat", sans-serif;
}
.post-header .fixed-box .info p {
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.post-header .fixed-box .info h6 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.3rem;
}

/********************
27. Product Page
*********************/
#thumbnail-slider .inner {
  max-height: 364px;
}
@media (max-width: 1200px) {
  #thumbnail-slider .inner {
    max-height: 260px;
  }
}

.product-action {
  display: flex;
  justify-content: space-between;
}

.reviews-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reviews-list ul li {
  display: inline-block;
}

.product-desc p {
  margin-bottom: 0;
}

.product-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-meta ul li {
  padding: 4px 0;
  font-size: 11px;
  color: #1e2124;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.product-meta ul li span {
  color: #9ea1a4;
  font-weight: 400;
}
.product-meta ul li:last-child {
  padding-bottom: 0;
}

.product-heading {
  margin-bottom: 0;
  color: #2c2d2f;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 35px;
}
.product-info-wrapper {
  padding-left: 1.5rem;
  padding-top: 1rem;
}
.product-info-wrapper .pro-price {
  color: #1e2124;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
}
.product-info-wrapper .reviews-list ul li {
  color: #ffa92e;
  font-size: 1rem;
}
.product-info-wrapper .sub-meta {
  color: #aaabab;
  font-size: 0.85rem;
}
.product-info-wrapper .product-desc p {
  color: #5b5d5f;
  font-size: 0.9rem;
}

.product-action .counter-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 118px;
  height: 50px;
  border: 1px solid #d2d2d3;
  border-radius: 30px;
  color: #1e2124;
  background-color: transparent;
  font-weight: 600;
}
.product-action .counter-btn:focus {
  outline: 0;
}
.product-action .read-more-2 button {
  padding: 15px 35px;
  font-size: 10px;
  letter-spacing: 1px;
}
.product-action .heart-btn {
  border: 0;
  background-color: transparent;
  transition: all 0.4s linear 0s;
}
.product-action .heart-btn:hover {
  color: #ffa92e;
}

.product-tab-area .tabs-navigation {
  border-right: 1px solid #d2d2d3;
  height: 100%;
}
.product-tab-area .tabs-navigation .nav-tabs {
  border-bottom: 0;
}
.product-tab-area .tabs-navigation .nav-tabs button {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 0;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #1e2124;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  font-weight: 500;
  text-align: end;
  padding-right: 35px;
}
.product-tab-area .tabs-navigation .nav-tabs button:focus {
  outline: 0;
}
.product-tab-area .tabs-navigation .nav-tabs button.active {
  background-color: #c1c2c3;
  color: #fff;
}

.info-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  color: #5b5d5f;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.info-list ul li {
  padding: 8px 0;
}
.info-list ul li span {
  display: inline-block;
  min-width: 135px;
  color: #1e2124;
  font-weight: 700;
}
.info-list ul li:last-child {
  padding-bottom: 0;
}

.related-products-area .slick-slider {
  margin: 0 -10px;
}
.related-products-area .slick-slide {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

.single-product-item .product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.single-product-item .product-content .basic-info {
  text-align: left;
}
.single-product-item .product-content .basic-info h3 {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.single-product-item .product-content .basic-info h3 a {
  text-decoration: none;
  color: #1e2124;
  transition: all 0.4s linear 0s;
}
.single-product-item .product-content .basic-info h3 a:hover {
  color: #693b52;
}
.single-product-item .product-content .basic-info .pro-price {
  padding-top: 15px;
}
.single-product-item .product-content .basic-info .pro-price p {
  margin-bottom: 0;
  font-weight: 800;
  color: #1e2124;
}
.single-product-item .product-content .cart-btn {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #1e2124;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s linear 0s;
}
.single-product-item .product-content .cart-btn:hover {
  background-color: #693b52;
}
.single-product-item .product-content .cart-btn button {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 0.9rem;
}

/********************* 
28. Shop With Sidebar
**********************/
.header-banner {
  /* background-color: #eeeff3; */
}
@media (min-width: 992px) {
  .header-banner .thumb-img {
    text-align: right;
  }
}
.header-banner .banner-content p {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.header-banner .banner-content p a {
  font-weight: 500;
  text-decoration: none;
  color: #2c2d2f;
}

.products-wrapper .filters-bar {
  display: flex;
  justify-content: space-between;
}
.products-wrapper .filter-info p {
  margin-bottom: 0;
  color: #94999b;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
@media (max-width: 575px) {
  .products-wrapper .filter-info p {
    font-size: 0.75rem;
  }
}

.filters-bar {
  font-family: "Montserrat", sans-serif;
}
.filters-bar .form-group {
  display: flex;
  align-items: center;
}
.filters-bar .form-group label {
  width: 55%;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .filters-bar .form-group label {
    width: 60%;
    padding-right: 0;
    font-size: 0.7rem;
  }
}
.filters-bar .form-group .form-select {
  border-radius: 0;
  border: none;
  font-size: 0.85rem;
}
.filters-bar .form-group .form-select:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .sidebar-wrapper .irs-to,
.sidebar-wrapper .irs-single {
    left: 87% !important;
  }
}
@media (max-width: 768px) {
  .sidebar-wrapper .irs-from,
.sidebar-wrapper .irs-single {
    left: 0% !important;
  }
}

/*******************
29. Login Page
************************/
.auth-form form {
  position: relative;
}
.auth-form form input[type=text],
.auth-form form input[type=email],
.auth-form form input[type=password] {
  border-radius: 0;
  height: 80px;
}
.auth-form form input[type=text]:focus,
.auth-form form input[type=email]:focus,
.auth-form form input[type=password]:focus {
  box-shadow: none;
}
.auth-form form .forget-link {
  float: right;
  color: #2c2d2f;
  text-decoration: none;
  transition: all 0.4s linear 0s;
}
.auth-form form .forget-link:hover {
  color: #693b52;
}
.auth-form form .read-more-2 button[type=submit] {
  padding: 15px 25px;
}
.auth-form .help-text {
  text-align: center;
}
.auth-form .help-text p {
  margin-bottom: 0;
  color: #9ea0a5;
  font-size: 0.9rem;
}
.auth-form .help-text p a {
  color: #2c2d2f;
  text-decoration: none;
}

.modal {
  background-color: white;
}
.modal .modal-dialog {
  min-width: 100%;
  min-height: 100%;
  margin: 0;
}
.modal .modal-dialog .cross-btn {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.modal .modal-dialog .cross-btn button {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
}
.modal .modal-dialog .cross-btn button:focus {
  outline: 0;
}
.modal .modal-content {
  border: none;
}
.modal .modal-content input {
  border: none;
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 35px;
  border-bottom: 5px solid black;
}
.modal .modal-content input::-moz-placeholder {
  color: black;
}
.modal .modal-content input:-ms-input-placeholder {
  color: black;
}
.modal .modal-content input::placeholder {
  color: black;
}
.modal .modal-content button {
  border: none;
  background: none;
  position: absolute;
  top: 0px;
  right: 0px;
}
.modal .modal-content button img {
  width: 45px;
  height: 45px;
  transform: scale(-1, 1);
}

@media (min-width: 992px) {
  .login_modal .modal-body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.forget_password_modal .modal-body {
  padding: 30px;
}

/***************************
30. Shopping Cart
****************************/
.cart-items-wrapper .single-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  padding: 3rem 0;
  border-bottom: 1px solid #d8dee0;
}
@media (max-width: 768px) {
  .cart-items-wrapper .single-cart-item {
    font-size: 0.75rem;
  }
}
@media (max-width: 575px) {
  .cart-items-wrapper .single-cart-item {
    display: block;
    font-size: 0.85rem;
  }
}
.cart-items-wrapper .single-cart-item p a {
  color: #2c2d2f;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
}
.cart-items-wrapper .single-cart-item .cart-pro-img img {
  width: 120px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cart-items-wrapper .single-cart-item .cart-pro-img img {
    width: 90px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .cart-items-wrapper .single-cart-item .cart-pro-img img {
    margin-bottom: 20px;
    width: 120px;
    height: 140px;
  }
}
.cart-items-wrapper .single-cart-item .pro-action button {
  border: 0;
  background-color: transparent;
}
@media (max-width: 575px) {
  .cart-items-wrapper .single-cart-item .pro-action {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cart-items-wrapper .single-cart-item .pro-button {
    margin-top: 10px;
  }
}
.cart-items-wrapper .single-cart-item:first-child {
  padding-top: 0;
}
@media (max-width: 575px) {
  .cart-items-wrapper {
    text-align: center;
  }
}

.cart-pricing .pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  margin: 0 20px;
  border-bottom: 1px solid #d8dee0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.cart-pricing .pricing-item span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cart-pricing .pricing-item span {
    font-size: 0.9rem;
  }
}
.cart-pricing .pricing-item:last-child {
  border-bottom: 0;
}
.search-form {
  border: 1px solid #dee2e3;
  border-radius: 0.25rem;
  padding: 35px 40px;
}
.search-form input::placeholder {
  font-weight: bold;
  font-size: 16px;
  color: #2c2d2f;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.search-form form {
  display: flex;
  flex-direction: row;
}
.search-form input {
  font-family: "Montserrat", sans-serif;
  flex-grow: 2;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.search-form input:focus {
  outline: none;
  box-shadow: none;
}
.search-form button {
  border: none;
  background: inherit;
  margin-left: -23px;
  padding-right: 0;
}
.error-page p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 45px 0;
}

.about-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 29px;
  color: #5b5d5f;
}
.content-form {
  border: 1px solid #dee2e3;
  margin-top: 75px;
}
.related-title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.read-more-btn {
  width: 100%;
}
.read-more-btn button {
  width: 95%;
  background: #eb4928;
}
.form-select { 
  font-size: 0.8rem;
  font-weight: 600;
  padding-right: 10px;
}
.form-select option:first-of-type { 
  display:none;
}
.name-price {
  font-size: 16px;
}
.pro-size, .pro-color, .pro-quantity {
  font-size: 11px;
}
.read-more-3 {
  display: flex;
  margin-right: auto;
}
.read-more-3 button {
  width: 245px;
  background: #eeeff3;
  color: #2c2d2f;
  margin-top: 50px;
}
.cart-number {
  font-size: 10px;
  font-weight: bold;
  color: #a5a6a9;
  margin-right: -45px;
  margin-top: -45px;
}

.shop-sidebar {
  border: 1px solid #dadbdd;
  padding: 25px;
  padding-bottom: 0;
}



/*# sourceMappingURL=style.css.map */