@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.body{

}
.cookies-info {
  overflow: hidden !important;
}
#cookies-box-back {
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
#cookies-box {
  /* background: rgba(0,0,0,.8); */
  /* color: #aaaaaa;
  padding: 2rem;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#cookies-box > .cookies-block {
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}
#cookies-box.fixed-padding > .cookies-block {
  padding-right: 0;
  max-width: 800px;
  padding-left: 0;
}
#cookies-box a.btn {
  display: block;
}
#cookies-box.fixed-padding a.btn {
  margin-right: 1rem;
  margin-left: 1rem;
}
#cookies-box .cookies-container {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
#cookies-content {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
}
#cookies-content h1:first-child {
  display: none;
}
#cookies-box.fixed-padding #cookies-content {
  max-width: calc(100% - 2rem);
  width: calc(100% - 2rem);
  padding-right: 2rem;
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: calc(100% - 3rem);
  text-align: left;
}
#cookies-box .cookies-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#cookies-box {
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 920px) {
  #cookies-box.fixed-padding #cookies-content {
    max-width: 100%;
    width: 100%;
  }
  #cookies-box a.btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #cookies-box.fixed-padding #cookies-content{
    height: calc(100% - 140px);
    max-height: calc(100% - 140px);
  }
  #cookies-box.fixed-padding > .cookies-block{
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    position: relative;
    height: 100%;
    max-width: 100%;
  }
  #cookies-box.fixed-padding > .cookies-block h2{
    padding-top: 1rem;
  }
  #cookies-box.fixed-padding .cookies-container{
    height: 100%;
  }
}

#header .nav {
  list-style: none;
}
#header.clearfix {
  margin-bottom: 72px;
}
#header .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  display: block;
  padding: 0;
}
#header .navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
#header .navbar-default {
  background: #ffffff;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
#header .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
#header .navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin: 0;
  color: #222222 !important;
  padding: 0;
  letter-spacing: 2.5px;
  z-index: 99999;
}
#header .navbar-brand span {
  color: var(--bsx-color-primary);
}
#header .navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#header .navbar-nav li.drop {
  position: relative;
}
#header ul.drop-down {
  margin: 0;
  position: absolute;
  width: 220px;
  top: 100%;
  left: 0;
  visibility: hidden;
  padding: 0;
  border-top: 2px solid var(--bsx-color-primary);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.98);
}
#header ul.drop-down li {
  display: block;
}
#header ul.drop-down li a {
  padding: 13px 16px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #f3f3f3;
}
#header .navbar-nav li.drop {
  position: relative;
}
#header .navbar-nav a.open-search i {
  color: #999999;
  font-size: 18px;
  display: inline-block;
}
#header .form-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: var(--bsx-color-primary);
  padding: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#header .form-search input[type="search"] {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
#header .form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -28px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
#header .form-search button i {
  color: var(--bsx-color-primary);
  font-size: 16px;
}
#header .navbar-collapse {
  position: relative;
}
#header .navbar-header {
  z-index: 99;
  position: relative;
}
#header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#header .navbar-fixed-top .navbar-collapse, #header .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
#header .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#header .navbar-nav{
  display: block;
}
#header .navbar-nav > li > a {
  line-height: 20px;
}
#header .navbar-nav > li > a {
  color: #999999 !important;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 25px 15px;
}
#header .container{
  display: block;
}
@media (min-width: 768px){
  #header .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  #headerSearch .container > .navbar-header, #header .container-fluid > .navbar-header, #header .container > .navbar-collapse, #header .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  #header .navbar > .container .navbar-brand, #header .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  #header .navbar-nav {
    float: left;
    margin: 0;
  }
  #header .navbar-nav > li {
    float: left;
  }
  #header .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  #header .navbar-header {
    float: left;
  }
  #header .navbar-toggle {
    display: none;
  }
  #header .navbar-fixed-top .navbar-collapse, #header .navbar-static-top .navbar-collapse, #header .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
#header .nav > li > a:hover, #header .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
#header .navbar-nav > li > a:hover, #header .navbar-nav > li > a.active {
  color: #222222 !important;
}
#header .navbar-default .navbar-nav > li > a:hover, #header .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
#header .navbar-nav li:hover ul.drop-down {
  opacity: 1;
  visibility: visible;
}
#header ul.drop-down li a:hover {
  color: var(--bsx-color-primary);
  background: #f8f8f8;
}
#header .form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
#footer {
  background: #333333;
  padding-top: 60px;
  border-top: 0;
  margin-top: 0;
}
#footer .footer-widgets {
  padding-bottom: 30px;
}
#footer .footer-widgets .widgets {
  margin-bottom: 40px;
}
#footer h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.1;
}
#footer p {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
#footer ul.social-list {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
#footer ul.social-list li {
  display: inline-block;
  margin: 0;
  margin-right: 3px;
}
#footer ul.social-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: var(--bsx-color-primary);
  font-size: 12px;
  text-align: center;
}
#footer ul.social-list li a:hover {
  background: #ffffff;
  color: #222222;
}
#footer h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  line-height: 1.1;
}
#footer .footer-widgets .widgets ul.nav-list {
  margin: 0;
  padding: 0;
}
#footer .footer-widgets .widgets ul.nav-list li {
  list-style: none;
  margin-bottom: 5px;
  line-height: 18px;
}
#footer .footer-widgets .widgets ul.nav-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
#footer p.copyright {
  padding: 25px 0;
  border-top: 1px dotted #717173;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  text-align: center;
}
#footer ul.nav-list > li a {
  border-bottom: 0;
  padding: 0;
}
#footer ul.nav-list li a::before {
  content: "";
}
#footer a:not(.btn):not(.no-footer-css) {
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#footer a:not(.btn):not(.no-footer-css):hover {
  color: #222222;
}
#footer .footer-widgets .widgets ul.nav-list li a:hover {
  color: var(--bsx-color-primary);
}
#footer ul.nav-list > li a:hover {
  background-color: transparent;
}
.blogs-section {
  background: #f8f8f8;
  padding: 40px 0;
}
.blogs-section .blog-box {
  max-width: 800px;
  margin: 0 auto 20px;
  padding-bottom: 1px;
}
.blogs-section .blog-box .blog-post {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
}
.blogs-section .blog-box .blog-post img {
  width: 100%;
  margin-bottom: 25px;
}
.blogs-section .blog-box .blog-post .post-content .date-post {
  width: 60px;
  float: left;
  padding-top: 16px;
  text-align: center;
}
.blogs-section .blog-box .blog-post .post-content .date-post span {
  display: block;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #c0c0c0;
  line-height: 1.5;
}
.blogs-section p {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.blogs-section .blog-box .blog-post .post-content .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
}
.blogs-section .blog-box .blog-post .post-content .post-content-text {
  margin-left: 80px;
}
.blogs-section .blog-box .blog-post .post-content .post-content-text ul.post-tags {
  margin: 0;
  padding: 0;
}
.blogs-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5;
}
.blogs-section .blog-box .blog-post .post-content .post-content-text ul.post-tags li::before {
  content: '/';
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 3px;
}
.blogs-section .blog-box .blog-post .post-content .post-content-text h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 1.1;
}
.blogs-section ul.pagination-list {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}
.blogs-section ul.pagination-list li {
  display: inline-block;
}
.blogs-section ul.pagination-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  padding: 8px 13px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.blogs-section ul.pagination-list li a.prev-pag, .blogs-section ul.pagination-list li a.next-pag {
  color: #999999;
  font-weight: 700;
}
.blogs-section ul.pagination-list li a.prev-pag i {
  margin-right: 7px;
}
.blogs-section ul.pagination-list li a:hover, .blogs-section ul.pagination-list li a.active {
  color: #ffffff;
  background: var(--bsx-color-primary);
}
.blogs-section .blog-box .blog-post .post-content .post-content-text h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blogs-section .post-content .post-content-text h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.blogs-section .blog-box .blog-post .post-content .post-content-text > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1.5;
}
.blogs-section .blog-box .blog-post .post-content .post-content-text h2 a:hover {
  color: var(--bsx-color-primary);
}
.blogs-section .blog-box .blog-post .post-content .post-content-text > a:hover {
  text-decoration: underline;
  color: #222222;
}
.blog-section {
  margin-top: 50px;
  background: #f8f8f8;
  padding-top: 0;
}
.blog-section .blog-post {
  padding: 40px 0;
  padding-bottom: 80px;
}
.blog-section .blog-post.single-post .post-gal {
  position: relative;
  margin-bottom: 45px;
}
.blog-section .blog-post.single-post .post-gal img {
  width: 100%;
}
.blog-section .blog-post.single-post .post-gal .hover-single {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 2;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container {
  position: relative;
  overflow: hidden;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .date-post {
  width: 60px;
  float: left;
  padding-top: 16px;
  text-align: center;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .date-post span {
  display: block;
  color: #ffffff;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 2px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #fff;
}
.blog-section p {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.blog-section .blog-post.single-post p {
  margin-bottom: 30px !important;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .date-post p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .title-post {
  margin-left: 80px;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags {
  margin: 0;
  padding: 0;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags li {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .title-post ul.post-tags li::before {
  content: '/';
  color: #ffffff;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 3px;
}
.blog-section .blog-post.single-post .post-gal .hover-single .container .title-post h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #ffffff;
}
.blog-section .blog-post.single-post .post-content {
  margin-left: 10px;
  margin-right: 10px;
}
.blog-section .blog-post.single-post p {
  margin-bottom: 30px !important;
}
.blog-section .blog-post.single-post .share-box {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-bottom: 30px;
}
.blog-section .blog-post.single-post .share-box span {
  display: inline-block;
  margin: 4px 0;
  font-family: 'Lato', sans-serif;
  color: #999999;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.blog-section .blog-post.single-post .share-box ul.social-share {
  margin: 0;
  padding: 0;
  text-align: right;
}
.blog-section .blog-post.single-post .share-box ul.social-share li {
  display: inline-block;
  margin: 0 1px;
  text-align: center;
}
.blog-section .blog-post.single-post .share-box ul.social-share li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  background: #222222;
}
.blog-section .blog-post.single-post .share-box ul.social-share li a:hover {
  background: var(--bsx-color-primary);
}
.blog-section .page-banner-section {
  margin-top: 70px;
  padding: 55px 0;
  position: relative;
  background-color: #333336;
}
.blog-section .page-banner-section .container {
  position: relative;
  z-index: 2;
}
.blog-section .page-banner-section h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  margin: 3px 0;
  letter-spacing: 1.8px;
  line-height: 1.1;
}
.blog-section .page-banner-section ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.blog-section .page-banner-section ul li {
  display: inline-block;
  margin-left: 3px;
}
.blog-section .page-banner-section ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  line-height: 24px;
}
.blog-section .page-banner-section ul li:not(:first-child)::before {
  content: '>';
  color: #cccccc;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  margin-right: 6px;
  line-height: 24px;
}
.blog-section .page-banner-section ul li a:hover {
  color: var(--bsx-color-primary);
}
.blog-section .post-border {
  padding: 20px;
  border: 1px solid #f1f1f1;
  background: #ffffff;
}
@media (max-width: 991px){
  #header .navbar-nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 767px){
  #header .navbar-default .navbar-toggle {
    margin-top: 19px;
  }
}
#header .navbar-default .navbar-toggle {
  border-color: #ddd;
}
#header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#header .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
#header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
#header .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
#header .navbar-collapse {
  position: relative;
}
#header .collapse.show {
  display: block;
  visibility: visible;
}
#header .navbar-collapse.show {
  overflow-y: auto;
}
@media (max-width: 767px){
  #header .container, #header .container-sm {
    max-width: 100%;
  }
  #header .container{
    display: flex;
  }
  #header .navbar-header{
    width: 100%;
  }
  #header .navbar-nav > li > a {
    padding: 10px 15px !important;
    color: #222222 !important;
  }
  #header ul.drop-down li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999999;
    font-size: 12px;
    padding: 15px 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 9px !important;
    line-height: 1.5;
  }
  #header ul.drop-down {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
    background: transparent;
    padding: 5px 25px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    width: 100%;
    border-top: none;
    border-top: 2px solid var(--bsx-color-primary);
  }
  #header .form-search{
    position: relative;
    top: 0;
    width: auto;
    background: #e7e7e7;
    transform: none;
    opacity: 1;
    visibility: visible;
    padding: 1px;
    margin: 15px;
  }
  #header .navbar-nav > li:not(.drop) {
    border-bottom: 1px solid #f3f3f3;
  }
  #header .navbar-nav {
    margin: 7.5px -15px;
  }
}
#header .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
#header.active .navbar-nav > li > a {
  color: #999999 !important;
  padding: 25px 15px;
}
#header .navbar-default .navbar-collapse, #header .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.shop .products-section {
  padding: 50px 0 60px;
}
.shop .products-section .product-box .product-post .product-gal {
  position: relative;
}
.shop .products-section .product-box .product-post img {
  width: 100%;
}
.shop .products-section .product-box .product-post .hover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bsx-color-primary);
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
}
.shop .products-section .product-box .product-post .product-gal .hover-box {
  background: rgba(255, 255, 255, 0.9);
}
.shop .products-section .product-box .product-post .hover-box > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-top: -12px;
  margin: 0 5px;
  opacity: 0;
  outline: none;
}
.shop .products-section .product-box .product-post .product-tit-cont {
  background: #f8f8f8;
  padding: 27px 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.shop .products-section .product-box .product-post .product-tit-cont h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 3px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  line-height: 1.1;
}
.shop .products-sections p {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.shop .products-section .product-box .product-post .product-tit-cont p {
  margin: 0;
  color: #999999;
}
.shop .products-section .product-box .product-post:hover .hover-box {
  opacity: 1;
}
.shop .products-section .product-box .product-post:hover .hover-box a {
  opacity: 1;
}
.shop .products-section .product-box .product-post:hover .product-tit-cont {
  background: transparent;
  border-bottom: 1px solid var(--bsx-color-primary);
}
.shop .products-section .product-box .product-post:hover .product-tit-cont h2 {
  color: var(--bsx-color-primary);
}
.shop .products-section .product-box .product-btn{
  color: #ffffff;
  background: var(--bsx-color-primary);
  font-size: 13px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0.7em 2em;
  letter-spacing: 1.5px;
  line-height: 1.5;
}
.shop .products-section .product-post a:hover{
  text-decoration: none;
}
.shop .column-categories .set-title {
  padding-bottom: 18px;
  color: #222222;
}
.shop .column-categories .categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop .column-categories .categories-list li a {
  font-size: 13px;
  font-weight: 700;
  color: #222222;
}
.shop .column-categories .categories-list ul {
  list-style: none;
  padding-left: 25px;
}
.shop .column-categories .categories-list ul li {
  position: relative;
  padding-left: 12px;
}
.shop .column-categories .categories-list ul li a {
  font-size: 11px;
  font-weight: 500;
}
.shop .toolbar {
  background-color: #f4f4f4;
}
.shop .product-view .single-product-section {
  padding: 40px 0;
}
.shop .product-view .product-visibility {
  margin-bottom: 30px;
  overflow: hidden;
  padding-right: 0px;
}
.shop .product-view .product-visibility .other-products {
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: left;
  width: 93px;
  max-height: 520px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.shop .product-view .product-visibility .other-products li {
  list-style: none;
  float: none;
  margin-right: 0;
}
.shop .product-view .product-visibility .other-products li a {
  display: inline-block;
}
.shop .product-view .product-visibility .other-products li img {
  border: 1px solid #cccccc;
  margin-bottom: 8px;
}
.shop .product-view .product-visibility .other-products li img {
  width: 100%;
}
@media (max-width: 575px) {
  .shop .product-view .product-visibility .other-products{
    max-height: 400px;
  }
}
.shop .product-view .product-visibility div.image-holder {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  margin-left: 100px;
}
.shop .product-view .product-visibility div.image-holder img {
  width: 100%;
  border: 1px solid #cccccc;
}
.shop .product-view .single-product-section .product-details {
  margin-bottom: 20px;
}
.shop .product-view .single-product-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3px;
  line-height: 1.1;
}
.shop .product-view p {
  font-size: 13px;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}
.shop .product-view .single-product-section .product-details p {
  margin-bottom: 20px;
}
.shop .product-view .single-product-section .product-details span.price {
  display: block;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 2px;
}
.shop .product-view .single-product-section .product-details span.sale, .shop .product-view .single-product-section .product-details small {
  line-height: 1.4;
  font-size: 15px;
}
.shop .product-view .single-product-section .product-details .loading-product-price {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: end;
}
.shop .product-view .single-product-section .product-details div.quantity-add {
  float: left;
}
.shop .product-view .single-product-section .product-details .quantity-add input[type='button'] {
  width: 32px;
  height: 38px;
  display: inline-block;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 35px;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  outline: none;
  margin: 0px;
  padding: 0;
  background: transparent;
  float: left;
}
.shop .product-view .single-product-section .product-details input[type='number'] {
  display: inline-block;
  float: left;
  width: 36px;
  height: 38px;
  border: 1px solid #cccccc;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin: 0;
  line-height: 34px;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  outline: none;
  text-align: center;
  padding: 0;
  background: transparent;
}
.shop .product-view .single-product-section .product-details .add-to-cart {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 10px 23px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: var(--bsx-color-primary);
  border: 1px solid transparent;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: center;
  margin-left: 12px;
  line-height: 1.4;
}
.shop .product-view .single-product-section .product-details .prod-list {
  padding-top: 25px;
  margin-bottom: 25px;
}
.shop .product-view .single-product-section .product-details .prod-list .prod-list-item {
  margin-bottom: 10px;
}
.shop .product-view .single-product-section .product-details .prod-list span {
  display: inline-block;
  color: #999999;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-right: 4px;
}
.shop .product-view .single-product-section .product-details .prod-list ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.shop .product-view .single-product-section .product-details .prod-list ul li {
  display: inline-block;
}
.shop .product-view .single-product-section .product-details .prod-list ul.product-social li {
  margin-left: 10px;
}
.shop .product-view .single-product-section .product-details .prod-list ul li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}
.shop .product-view .single-product-section .product-details .prod-list ul li a:hover {
  color: var(--bsx-color-primary);
}
.shop .product-view .single-product-section .product-details .prod-list ul.product-social li a {
  color: #222222;
  font-size: 15px;
}
.shop .product-view .single-prod-tab-box {
  margin-bottom: 30px;
}
.shop .product-view .tab-posts-box ul.nav-tabs, .shop .product-view .single-prod-tab-box ul.nav-tabs {
  text-align: center;
  border: none;
  border-bottom: 1px solid #cdcdcd;
}
.shop .product-view .single-prod-tab-box ul.nav-tabs {
  text-align: left;
}
.shop .product-view .tab-posts-box ul.nav-tabs li, .shop .product-view .single-prod-tab-box ul.nav-tabs li {
  display: inline-block;
  float: none;
  border: none;
}
.shop .product-view .tab-posts-box ul.nav-tabs li a, .shop .product-view .single-prod-tab-box ul.nav-tabs li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  padding: 12px 20px;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid transparent;
  letter-spacing: 1.7px;
  margin: 0;
  margin-bottom: -1px;
}
.shop .product-view .single-prod-tab-box ul.nav-tabs li a {
  padding: 10px 12px;
  letter-spacing: 1.5px;
  font-size: 12px;
}
.shop .product-view .tab-posts-box ul.nav-tabs li.active a, .shop .product-view .single-prod-tab-box ul.nav-tabs li.active a {
  border: 1px solid #cdcdcd;
  border-bottom: 1px solid transparent;
  background: #fafafa;
  color: var(--bsx-color-primary);
}
.shop .product-view .single-prod-tab-box ul.nav-tabs li.active a {
  background: #ffffff !important;
}
.shop .product-view .tab-posts-box .tab-pane, .single-prod-tab-box .tab-pane {
  padding-top: 70px;
  overflow: hidden;
}
.shop .product-view .single-prod-tab-box .tab-pane {
  padding-top: 0;
}
.shop .product-view .related-products {
  background: #f8f8f8;
}
.shop .product-view #shop-section {
  padding: 55px 0 30px;
}
.shop .product-view .title-section {
  margin-bottom: 65px;
  text-align: center;
}
.shop .product-view #shop-section .title-section {
  margin-bottom: 10px;
}
.shop .product-view .title-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.shop .product-view .products-box {
  position: relative;
  margin-bottom: 40px;
}
.shop .product-view .products-box .carousel-arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -40px;
  height: 0;
  z-index: 2;
}
.shop .product-view .products-box .carousel-arrows a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #999999;
  color: #ffffff;
}
.shop .product-view .products-box .carousel-arrows a.prev-link {
  float: left;
  margin-left: 20px;
}
.shop .product-view .products-box .carousel-arrows a.next-link {
  float: right;
  margin-right: 20px;
}
.shop .product-view .products-box .product-post {
  margin: 0;
  padding: 28px 0;
  background: #ffffff;
  border: 1px solid transparent;
  text-align: center;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.shop .product-view .products-box .product-post h2 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 3px;
  letter-spacing: 1.3px;
  line-height: 1.1;
}
.shop .product-view .products-box .product-post h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
.shop .product-view .products-box .product-post p {
  margin-bottom: 12px;
}
.shop .product-view .products-box .product-post > span {
  display: inline-block;
  color: var(--bsx-color-primary);
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
}
.shop .product-view .products-box .product-post .gal-product {
  position: relative;
  margin-bottom: 20px;
}
.shop .product-view .products-box .product-post .gal-product img {
  width: 100%;
}
.shop .product-view .products-box .product-post .product-links a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 12px;
  padding: 5px 7px;
  border: 2px solid #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px 2px;
}
.shop .product-view .related-products .products-box .product-post .product-links a {
  line-height: 1.4;
}
.shop .product-view .products-box .product-post .product-links a.add-cart-btn {
  color: #222222;
  border: 2px solid #222222;
}
.shop .product-view .products-box .product-post .product-links a.add-cart-btn span {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 3px;
}
.shop .product-view .owl-theme .owl-controls .owl-page.active span, .shop .product-view .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--bsx-color-primary);
  border: 1px solid var(--bsx-color-primary);
}
.shop .product-view #shop-section .owl-theme .owl-controls .owl-page.active span, .shop .product-view #shop-section .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: var(--bsx-color-primary);
  border: 1px solid var(--bsx-color-primary);
}
.shop .product-view .tab-content{
  border: 1px solid #cdcdcd;
}
.shop .product-view .sale.old-price {
  font-weight: 500;
  margin-right: 4px;
  text-decoration: line-through;
}
.shop .product-view .single-product-section .product-details .add-to-cart:hover {
  opacity: 0.7;
}
.input-text {
  -webkit-appearance: none;
  -moz-appearance: textfield !important;
}
.shop .product-view .single-product-section .product-details .prod-list ul.product-social li a:hover {
  color: var(--bsx-color-primary);
}
.shop .product-view .table td, .shop .product-view .table th{
  font-size: 12px;
}
.shop .product-view .download-btn{
  color: #ffffff;
  background: var(--bsx-color-primary);
  font-size: 12px;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 1em 2.5em;
  letter-spacing: 1.5px;
}
.shop .product-view .download-btn:hover{
  text-decoration: none;
}
.shop .product-view .products-box .product-post .product-links a:hover {
  background: var(--bsx-color-primary);
  border: 2px solid var(--bsx-color-primary) !important;
  color: #ffffff !important;
}
.shop .product-view .products-box .product-post h2 a:hover {
  color: var(--bsx-color-primary);
}
.shop .product-view .products-box .carousel-arrows a:hover {
  background: var(--bsx-color-primary);
}
.shop .product-view .relatedProduct-price {
  padding: 0 0 15px;
}
.shop .product-view .related-products .products-box .relatedProduct-price .price {
  display: inline-block;
  color: var(--bsx-color-primary);
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.shop .product-view .related-products .products-box .relatedProduct-price small {
  display: inline-block;
  color: var(--bsx-color-primary);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.shop .product-view .sale.old-price{
  display: inline-block;
  color: var(--bsx-color-primary);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-right: 0;
}
