@charset "utf-8";
/* Normal CSS 

/**
Default Color   var(--c1);
Default Color   var(--c2);
Default Color   var(--c3);

*/
body {
  font-size: 16px;
  color: #000000;
  font-family: 'Lato', sans-serif;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*, *:focus {
  outline: none;
}
a {
  color: #000000;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover {
  color: var(--c1);
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
  line-height: 1.3;
}
p {
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
ul {
  padding: 0;
  margin: 0;
}
figure {
  margin: 0;
}
::selection {
  background: var(--c1);
  color: #ffffff;
}
::-webkit-selection {
  background: var(--c1);
  color: #ffffff;
}
::-moz-selection {
  background: var(--c1);
  color: #ffffff;
}
::-o-selection {
  background: var(--c1);
  color: #ffffff;
}
::-ms-selection {
  background: var(--c1);
  color: #ffffff;
}

/* Fonts CSS */
@font-face {
  font-family: 'BodoniSvtyTwoITCTTBook';
  src: url('../fonts/BodoniSvtyTwoITCTTBook.eot?#iefix') format('embedded-opentype'),  url('../fonts/BodoniSvtyTwoITCTTBook.woff') format('woff'), url('../fonts/BodoniSvtyTwoITCTTBook.ttf')  format('truetype'), url('../fonts/BodoniSvtyTwoITCTTBook.svg#BodoniSvtyTwoITCTTBook') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Reseted CSS */
/* Buttons CSS */
.btn {
  min-width: 200px;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  transition: all ease .4s;
  box-shadow: none !important;
}

/* Section Title Css */
.section-title {
  position: relative;
  padding-bottom: 45px;
}
.section-title h2 {
  font-family: 'BodoniSvtyTwoITCTTBook';
  font-size: 45px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
}

/* Owl Carousel Slider */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
}
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: #cacaca;
  border: 1px solid #cacaca;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
}
.owl-carousel button.owl-dot + button.owl-dot {
  margin-left: 15px;
}
.owl-carousel button.owl-dot.active {
  border-color: var(--c1);
  background: var(--c1);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.7);
  outline: none;
  align-items: center;
  justify-content: center;
  transition: all ease .4s;
  transform: translateY(-50%);
  z-index: 1;
}
.owl-carousel .owl-nav button:before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  content: "";
  transform: rotate(45deg);
  transition: all ease .4s;
  z-index: 1;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}
.owl-carousel .owl-nav button.owl-next:before {
  margin: 0 7px 0 0;
  transform: rotate(-135deg);
}
.owl-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.7);
}
.owl-carousel .owl-nav button:hover:before {
  border-bottom-color: #000000;
  border-left-color: #000000;
}
.owl-drag .disabled {
  display: none;
}
.slider-no-current {
  display: none;
  padding-top: 46px;
}
.current-no:after {
  content: "/"
}

.sprite, .socials ul li a, .item-hover a, footer .search-area .btn {
  background: url("../images/sprite.png") no-repeat 5px 0;
  background-size: 330px auto;
}


/* Form CSS */
select::-ms-expand {
  display: none;
}
select.form-control {
  padding: 10px 40px 10px 20px;
  background-image: url(../images/dropdown-arrow.png);
  background-position: 95% 22px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  cursor: pointer;
  text-indent: 0px;
  text-overflow: '';
}
textarea.form-control {
  height: 120px;
  width: 100%;
  resize: none;
}
.form-group {
  margin-bottom: 30px;
}
.form-control {
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 8px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ededed;
  font-size: 15px;
  color: #919191;
  font-weight: 300;
  border-width: 2px;
  box-shadow: none !important;
}

/* Top Bar CSS */
.top-bar {
  padding: 10px 0;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #000;
}

/* Header CSS */
header {
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
.logo img, .logo-footer-newsletter img { max-width: 300px }
.search-area .form-control {
  height: 46px;
  padding-right: 60px;
  background: #ffffff;
  font-size: 16px;
  color: #46454f;
  border: 1px solid #e4e4e4;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11) !important;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.search-area {
  width: 350px;
  margin: 0 5px 0 15px;
  position: relative;
}
.search-area .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: transparent;
  min-width: inherit;
  padding: 8px 12px 10px;
  border-radius: 0 8px 8px 0;
  border-left: 1px solid #e5e5e5;
}
.search-area .btn img {
  width: 22px;
}
.ecommerce-info ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px 10px;
  border-right: 1px solid #cccccc;
  font-size: 18px;
  color: #ffffff;
}
.ecommerce-info ul li img {
  width: 22px;
  margin-right: 7px;
}
.ecommerce-info ul li.cart-info {
  font-size: 20px;
  font-weight: 400;
  color: #848484;
}
.ecommerce-info ul li.cart-info span {
  color: #000000;
}
.ecommerce-info ul li.cart-info small {
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 1;
  color: #ffffff;
  background: var(--c1);
  border-radius: 100%;
  padding: 3px 2px;
  line-height: normal;
  font-size: 11px;
  min-width: 18px;
  text-align: center;
}
.shopping-bag {
  position: relative;
  margin-right: 5px;
}
.socials ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.socials ul li {
  padding-left: 10px;
  font-size: 0;
}
.socials ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.socials ul li a:hover {
  background-position: -40px 0;
}
.socials ul li a.insta {
  background-position: -89px 0;
}
.socials ul li a.insta:hover {
  background-position: -140px 0;
}

.rounded-socials ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid #e4e4e4;
  background-position: -1px -45px;
  border-radius: 100%;
}
.rounded-socials ul li a:hover {
  border-color: var(--c1);
  background-color: var(--c1);
  background-position: -71px -45px;
}
.rounded-socials ul li a.insta {
  background-position: -141px -45px;
}
.rounded-socials ul li a.insta:hover {
  background-position: -211px -45px;
}

nav {
  display: block;
  vertical-align: middle;
  font-size: 18px;
  border-top: 1px solid #ebeff1;
  border-bottom: 1px solid #ebeff1;
  background: #ffffff !important;
  padding: 0 !important;
  border: none !important;
}
nav ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
nav ul li:hover a, nav ul li.active a, nav ul.navbar-nav > li.dropdown.show > a {
  color: #000000;
  font-weight: 600;
}
nav ul li a {
  display: inline-block;
  padding: 45px 10px !important;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  position: relative;
}
nav ul.navbar-nav > li > a {
  position: relative;
}
nav ul.navbar-nav > li > a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  background-color: var(--c1);
  opacity: 0;
  transition: all ease .4s;
}
nav ul.navbar-nav > li > a:hover:before, nav ul.navbar-nav > li.active > a:before, nav ul.navbar-nav > li.dropdown.show a:before   {
  width: 100%;
  opacity: 1;
}
nav ul li a.dropdown-toggle:after {
  display: none;
}
nav form {
  position: absolute;
  right: 0;
}
nav form .btn {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 20px 30px;
}
nav form .btn:first-child {
  border-right-color: #92919b;
}

.menu-toggle {
  display: none;
  vertical-align: middle;
  width: 59px;
  height: 50px;
  background: #000;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.menu-toggle span {
  display: block;
  width: 40px;
  height: 3px;
  background: #fff;
  position: relative;
  transition: all ease .4s;
}
.menu-toggle span:before, .menu-toggle span:after {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
  content: "";
  transition: all ease .4s;
  z-index: 1;
}
.menu-toggle span:after {
  top: 9px;
}
.menu-toggle.active span {
  background: none;
}
.menu-toggle.active span:before {
  top: -6px;
  transform: translateY(7px) rotateZ(-45deg)
}
.menu-toggle.active span:after {
  top: 6px;
  transform: translateY(-5px) rotateZ(45deg)
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  display: none;
  flex-wrap: wrap;
  border-radius: 0;
  top: 101%;
  border: none;
  padding: 20px;
  margin: 0;
  min-width: 450px;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.show {
  display: flex;
}
header .header-right .navbar > .search-area, header .header-right .navbar > .socials {
  display: none;
}
.dropdown-menu li {
  width: 50%;
  padding: 0;
}
.dropdown-menu > li:first-child {
  padding-right: 40px;
}
.dropdown-menu li > span {
  display: block;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
nav ul li a.dropdown-item {
  padding: 7px 0 !important;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  background: none !important;
}
nav ul li a.dropdown-item:hover {
  font-weight: 400;
  border-color: var(--c1);
}
.dropdown-menu .product-discount {
  font-size: 14px;
}
.dropdown-menu .product-item .image {
  margin-bottom: 10px;
}
.dropdown-menu .product-item h3 a {
  padding: 0 !important;
  font-size: 17px;
  font-weight: 400;
}

/* Banner CSS */
.top-banner .banner-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 16, 20, 0.3);
  content: "";
  z-index: 0;
}
.banner-background {
  display: flex;
  height: 455px;
  background-image: url(../images/banner01.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  position: relative;
  align-items: center;
}
.banner-background > * {
  position: relative;
  z-index: 1;
}
.banner-caption {
  max-width: 615px;
  padding: 30px 40px 30px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;  
}
.banner-caption span {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.banner-caption .banner-title {
  margin: 15px 0 15px;
  font-size: 90px;
  line-height: 72px;
  color: #000000;
  font-family: 'BodoniSvtyTwoITCTTBook';
  font-weight: 900;
  letter-spacing: 0.50px;
  text-transform: uppercase;
}
.banner-caption p {
  font-size: 22px;
  font-weight: 400;
}
.banner-caption .btn {
  min-width: 10px;
  padding: 0 0 6px;
  color: #000;
  font-weight: 900;
  font-size: 16px;
  border-bottom: 3px solid var(--c1);
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.banner-caption .btn:hover {
  color: var(--c1);
}


/* Product Category CSS */
.product-category {
  padding-top: 70px;
  padding-bottom: 10px;
}
.product-category .row {
  margin: 0 -10px;
}
.product-category [class*="col-"] {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
.category-item {
  text-align: center;
  position: relative;
}
.category-image {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
  border-radius: 100%;
}
.category-image img {
  border-radius: 100%;
}
.category-item h3 {
  font-size: 22px;
  font-weight: 600;
}
.category-item p {
  font-size: 18px;
  line-height: 22px;
  transition: all ease .4s;
}
.category-item:hover p {
  text-decoration: underline;
}

.featured-products {
  padding-top: 30px;
  padding-bottom: 70px;
}
.product-item .image {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #f2f3f5;
  background-color: #ffffff;
  overflow: hidden;
}
.product-discount {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 0 9px;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--c1);
  border-radius: 4px;
  z-index: 1;
}
.item-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  font-size: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateY(100%);
  transition: all ease .4s;
  z-index: 1;
}
.product-item:hover .item-hover {
  transform: translateY(0);
}
.item-hover a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 4px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  background-position: -1px -115px;
}
.item-hover a:hover {
  background-color: var(--c1);
  border-color: var(--c1);
  background-position: -71px -115px;
}
.item-hover a.favorite {
  background-position: -141px -115px;
} 
.item-hover a.favorite:hover {
  background-position: -211px -115px;
}
.product-item .category {
  margin-bottom: 8px;
  font-size: 14px;
  color: #acacac;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-item h3 {
  font-size: 20px;
  font-weight: 400;
}
.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
}
.product-price del {
  margin-left: 10px;
  font-size: 16px;
  color: #939393;
  font-weight: 400;
}
.featured-products .owl-carousel .owl-nav button.owl-next, .featured-products .owl-carousel .owl-nav button.owl-prev, .latest-news .owl-carousel .owl-nav button.owl-next, .latest-news .owl-carousel .owl-nav button.owl-prev, .logos-slider .owl-carousel .owl-nav button.owl-next, .logos-slider .owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 40px;
  background: none;
  top: 30%;
  left: -50px;
  transform: translateY(-30%);
}
.featured-products .owl-carousel .owl-nav button.owl-next, .latest-news .owl-carousel .owl-nav button.owl-next, .logos-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -50px;
}
.featured-products .owl-carousel .owl-nav button:before, .latest-news .owl-carousel .owl-nav button:before, .logos-slider .owl-carousel .owl-nav button:before {
  border-color: #838383;
}
.featured-products .owl-carousel .owl-nav button:hover:before, .latest-news .owl-carousel .owl-nav button:hover:before, .logos-slider .owl-carousel .owl-nav button:hover:before {
  border-color: var(--c1);
}

/* latest-products CSS */
.latest-products {
  padding: 70px 0 60px;
  background-color: rgb(241 241 241);
}
.latest-products .section-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.latest-products .section-title h2 {
  margin-bottom: 0;
}
.latest-products .product-item .image {
  border: none;
}
.latest-products .owl-carousel .owl-nav button.owl-next, .latest-products .owl-carousel .owl-nav button.owl-prev {
  top: 30%;
  transform: translateY(-30%);
  background-color: rgba(35, 36, 40, 0.2);
}
.latest-products .owl-carousel .owl-nav button:hover {
  background-color: rgba(139, 0, 34, 0.8);
}
.latest-products .owl-carousel .owl-nav button:hover:before {
  border-color: #ffffff;
}

/* Latest News CSS */
.latest-news {
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-item {
  position: relative;
  overflow: hidden;
}
.blog-item .image {
  overflow: hidden;
}
.blog-item .image img {
  width: 100%;
  transition: all ease .4s;
}
.blog-item:hover .image img {
  transform: scale(1.1);
}
.blog-item .date {
  padding: 20px 0 10px;
  font-size: 14px;
  color: #acacac;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all ease .4s;
}
.blog-item:hover .date {
  color: #000;
}
.blog-item h3 {
  font-size: 20px;
  font-weight: 400;
}
.blog-item h3 a:hover {
  text-decoration: underline;
}
.latest-news .btn-block {
  padding-top: 40px;
  text-align: center;
}
.border-text-btn {
  display: inline-block;
  padding: 5px 5px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 3px solid var(--c1);
}

/* logos-slider CSS */
.logos-slider {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #e5e5e5;
}
.logos-slider a img {
  transition: all ease .4s;
  opacity: 0.3;
}
.logos-slider a:hover img {
  opacity: 1;
}

/* Footer CSS */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.footer-top-right {
  display: flex;
  flex-wrap: wrap;
}
footer .search-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  margin: 0 20px 0 0;
}
footer .search-area span {
  padding-right: 15px;
  font-size: 18px;
}
footer .form-group {
  width: 300px;
  margin: 0;
  position: relative;
}
footer .form-control {
  background-color: transparent;
}
footer .search-area .btn {
  width: 48px;
  height: 46px;
  background-position: -213px 0;
}
footer .search-area .btn:hover {
  background-color: #000000;
  border-color: #000000;
  background-position: -283px 0;
}

.footer-middle {
  padding: 50px 0;
}
footer h4 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.bullet-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bullet-list li {
  display: block;
  padding-left: 35px;
  margin-bottom: 10px;
  background-image: url(../images/check-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}
footer .bullet-list li {
  font-size: 18px;
  font-weight: 300;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
footer nav ul {
  width: 50%;
  padding: 0 10px;
}
footer nav ul li {
  display: block;
  padding: 0 0 10px;
}
footer nav ul li:hover a {
  font-weight: 300;
}
footer nav ul li a {
  padding: 0 !important;
  font-size: 18px;
  font-weight: 300;
}
footer nav ul li a:hover, footer nav ul li.active a {
  color: var(--c1);
  font-weight: 400;
}
footer nav ul li a:after {
  display: none;
}

.copyright {
  padding: 18px 0;
  color: white;
  background-color: var(--c2);
}
.copyright .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 300;
}
.copyright span span {
  font-weight: 400;
}

.product-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tabs-cyan .nav-item {
  padding: 0 12px;
  font-size: 0;
}
.tabs-cyan .nav-item a {
  padding: 13px 2px;
  font-size: 18px;
  color: #000000;
  position: relative;
}
.tabs-cyan .nav-item a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: var(--c1);
  transition: all ease .4s;
}
.tabs-cyan .nav-item a:hover:after, .tabs-cyan .nav-item a.active:after {
  width: 100%;
}
.product-menu .btn {
  margin-left: 20px;
}
.white-btn {
  padding: 10px;
  min-width: 150px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #e2e1df;
}
.white-btn:hover {
  color: #ffffff;
  background-color: var(--c1);
  border-color: var(--c1);
}


/* Page Title CSS */
.page-title {
  padding: 45px 0;
  text-align: center;
  background-color: var(--c1);
}
.page-title h1 {
  margin-bottom: 0;
  font-family: 'BodoniSvtyTwoITCTTBook';
  font-size: 70px;
  color: #ffffff;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Blog Listing CSS */
.latest-news.listing {
  padding-bottom: 15px;
}
.latest-news.listing .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.latest-news.listing .section-title {
  padding-bottom: 0;
}
.latest-news.listing h2 {
  margin-bottom: 0;
  font-size: 35px;
  line-height: normal;
}
.latest-news.listing p {
  margin-bottom: 0;
  font-size: 18px;
  color: #737373;
  font-weight: 300;
}
.blog-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-filter span {
  font-size: 18px;
}
.blog-filter .form-control {
  width: auto;
  min-width: 150px;
  height: 32px;
  padding: 5px 40px 5px 12px;
  margin-left: 13px;
  font-size: 14px;
  color: #646464;
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  background-image: url("../images/dropdown-arrow02.png");
  background-size: 20px auto;
  background-position: 90% 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.11) !important; 
  border-radius: 30px;
}
.blog-filter .form-control:focus {
  box-shadow: none;
}
.blog-filter .form-control.category-select {
  padding-left: 25px;
  color: #ffffff;
  background-color: #dabed7;
  background-image: url("../images/dropdown-arrow03.png");
}
.latest-news.listing [class*="col-"] {
  margin-bottom: 35px;
}

/* Pagination CSS */
.pagination-wrap {
  margin-bottom: 60px;
  border: none;
  background: none;
}
.pagination {
  justify-content: center;
}
.pagination li {
  margin: 0 5px;
  padding: 0;
}
.pagination li .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0 !important;
  font-size: 20px;
  color: #646765;
  font-weight: 300;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 100%;
  transition: all ease .4s;
  border: none;
}
.pagination li .page-link:hover, .page-item:first-child .page-link:hover, .page-item:last-child .page-link:hover, .page-item.active .page-link {
  color: #ffffff;
  font-weight: 400;
  background-color: var(--c1);
}
.pagination li .page-link[aria-label="Previous"] span, .pagination li .page-link[aria-label="Next"] span {
  display: inline-block;
  width: 11px;
  height: 17px;
  margin-bottom: -1px;
  background-image: url("../images/left-right-arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all ease .4s;
}
.pagination li .page-link[aria-label="Previous"]:hover span {
  background-position: -50px 0;
}
.pagination li .page-link[aria-label="Next"] span {
  background-position: -158px 0;
}
.pagination li .page-link[aria-label="Next"]:hover span {
  background-position: -107px 0;
}

/* Blog Detail CSS */
.blog-detail {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-detail .owl-carousel {
  margin-bottom: 60px;
}
.blog-detail .owl-carousel .owl-nav button.owl-next, .blog-detail .owl-carousel .owl-nav button.owl-prev {
  left: -75px;
  background-color: #232428;
}
.blog-detail .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -75px;
}
.blog-detail .owl-carousel .owl-nav button:hover {
  background-color: var(--c1);
}
.blog-detail .owl-carousel .owl-nav button:hover:before {
  border-color: #ffffff;
}
.blog-detail .owl-carousel .owl-dots {
  bottom: -39px;
}
.blog-content {
  padding-top: 50px;
  border-top: 1px dashed #cccccc;
}
.blog-content .date {
  margin-bottom: 15px;
  font-size: 14px;
  color: #acacac;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-content h3 {
  padding-bottom: 10px;
  font-family: 'BodoniSvtyTwoITCTTBook';
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-content p {
  line-height: 24px;
}
.blog-content .btn-block {
  padding-top: 20px;
}
.dark-red-btn {
  min-width: 215px;
  padding: 15px 25px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: var(--c1);
  border-radius: 5px;
}
.dark-red-btn:hover {
  color: #ffffff;
  background-color: #000;
}

/* About Us CSS */
.about-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container-inner {
  max-width: 815px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.about-wrap img {
  margin-bottom: 30px;
}
.border-title {
  padding-top: 30px;
  margin-top: 35px;
  margin-bottom: 15px;
  border-top: 1px dashed #cccccc;
}
.border-title h2 {
  font-family: 'BodoniSvtyTwoITCTTBook';
  font-size: 30px;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.about-wrap .bullet-list {
  padding: 15px 0 20px;
}
.form-wrap .row {
  padding-top: 10px;
  margin-left: -8px;
  margin-right: -8px;
}
.form-wrap [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 25px;
}
.form-wrap .form-control {
  height: 56px;
  padding: 13px 25px;
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0, 0, 0, 0.11) !important;
}
.form-wrap .border-title {
  margin-bottom: 20px;
}
.form-wrap label {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.form-wrap select {
  padding-right: 60px;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 91% 50%;
}
.form-wrap textarea.form-control {
  height: 90px;
}
.form-wrap [class*="col-"].submit-btn-block {
  margin-bottom: 0;
}
.form-wrap .btn {
  margin-top: 5px;
}
.black-btn {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #46454f;
  border-radius: 5px;
}
.black-btn:hover {
  color: #ffffff;
  background-color: #ef8432;
}
.form-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.form-wrap ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.form-wrap :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity: 1;
}
.form-wrap :-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity: 1;
}

/* Products Listing Page Css */
.products-listing {
  padding: 80px 0 70px;
}
.products-listing .product-img {
  background: none;
  border: 1px solid #e5e9ed;
  border-radius: 10px;
}
.product-des h6 {
  font-size: 14px;
  color: #acacac;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.products-listing [class*="col-"] .row {
  margin: 0 -9px;
}
.products-listing [class*="col-"] [class*="col-"] {
  padding: 0 9px 25px;
}
.pagination-block {
  margin-top: 30px;
  text-align: center;
}
.pagination-block ul {
  display: inline-flex;
}
.pagination-block ul li {
  display: inline-block;
  margin: 0 8px;
}
.pagination-block ul li .page-link {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  box-shadow: none;
}
.pagination-block ul li .page-link:hover, .pagination-block ul li.current .page-link {
  background-color: #ef8432;
  border-color: #ef8432;
  color: #fff;
}
.pagination-block ul li:first-child a, .pagination-block ul li:last-child a {
  border: none;
  background: url("../images/pagination.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 15px 10px;
}
.pagination-block ul li:first-child a:hover, .pagination-block ul li:first-child a:focus {
  background-color: inherit;
  background-position: 15px -52px;
}
.pagination-block ul li:last-child a {
  background-position: 15px -118px;
}
.pagination-block ul li:last-child a:hover, .pagination-block ul li:last-child a:focus {
  background-position: 15px -185px;
  background-color: inherit;
}
aside h2 {
  font-size: 26px;
  color: #000;
  font-family: 'BodoniSvtyTwoITCTTBook';
  font-weight: normal;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
aside h3 {
  font-size: 20px;
  color: #000;
  font-family: 'BodoniSvtyTwoITCTTBook';
  font-weight: normal;
  border-bottom: 1px dashed #cccccc;
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
  clear: both;
}
aside ul {
  display: block;
  overflow: hidden;
  list-style-type: none;
}
aside ul li {
  margin-bottom: 3px;
}
aside ul.nav-items li a {
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
aside ul.nav-items li a:after {
  display: none;
}
aside ul.nav-items li a:hover, aside ul.nav-items li a[aria-expanded="true"] {
  font-weight: 700;
}
aside ul.bullet-list {
  position: static !important;
  width: 100%;
  border: none;
  padding: 0;
  margin: 8px 0;
  transform: none !important;
}
aside ul.bullet-list li a {
  font-size: 16px;
  color: #46454f;
  font-weight: 400;
}
aside ul.bullet-list li {
  padding-left: 13px;
  margin-bottom: 0;
  background: url("../images/bullet-list.png") no-repeat 0 8px;
}
aside ul.bullet-list li a:hover {
  font-weight: 300;
  color: var(--c1);
  text-decoration: underline;
}
aside ul.nav-items.brands li a:hover {
  color: var(--c1);
  text-decoration: underline;
  font-weight: 300;
}

/* Ui Slider Css */
.nouislider {
  float: left;
  width: 100%;
  color: #fa6738;
  margin-bottom: 25px;
}
.nouislider small {
  font-size: 16px;
  color: #464647;
}
.nouislider .btn {
  min-width: inherit;
  padding: 7px 14px 9px;
  background: #000;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 10px;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.noUi-base {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  float: left;
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s, top .3s;
  transition: left .3s, top .3s;
}
.noUi-state-drag * {
  cursor: inherit!important;
}
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 4px;
  margin-bottom: 25px;
}
.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -15px;
  top: -8px;
  background: url(../images/circle.png) no-repeat 0 0;
}
.noUi-vertical {
  width: 12px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-background {
  background: #e4e4e4;
  cursor: pointer;
}
.noUi-connect {
  background: var(--c1);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.gray-bg {
  display: inline-block;
  vertical-align: middle;
  background: #f4f4f4;
  display: inline-block;
  padding: 10px 15px;
  color: #000;
  min-width: 140px;
}
.order-by {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 45px;
  font-weight: 300;
  font-size: 18px;
}
.order-by span {
  margin-right: 5px;
  font-weight: 700;
  color: #000;
}
.order-by ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.order-by ul li:after {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 10px;
  background-color: #908f94;
  content: "";
  transform: rotate(15deg);
}
.order-by ul li:last-child:after {
  display: none;
}
.order-by a {
  color: #000;
}
.order-by a:hover {
  font-weight: 400;
  color: var(--c1);
}
.products-listing .pagination-wrap {
  margin-bottom: 0;
  margin-top: 35px;
}
.products-listing .pagination li .page-link, .products-listing .page-item:first-child .page-link, .products-listing .page-item:last-child .page-link {
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  font-weight: 400;
  color: #000000;
}
.products-listing .page-item:first-child .page-link, .products-listing .page-item:last-child .page-link, .products-listing .page-item:first-child .page-link:hover, .products-listing .page-item:last-child .page-link:hover {
  width: 30px;
  border: none;
  background-color: transparent;
}
.products-listing .page-item:last-child .page-link, .products-listing .page-item:first-child .page-link:focus, .products-listing .page-item:last-child .page-link:focus {
  box-shadow: none;
}
.products-listing .pagination li .page-link:hover, .products-listing .page-item.active .page-link {
  background-color: var(--c1);
  border-color: var(--c1);
  color: #fff;
}
.products-listing .pagination li .page-link[aria-label="Previous"] span, .products-listing .pagination li .page-link[aria-label="Next"] span {
  background-image: url("../images/left-right-arrow02.png");
}

/* Product Details Css */
.product-details {
  padding: 35px 0 40px;
}
.product-details .owl-carousel .owl-dots {
  position: static;
}
.product-details .owl-carousel button.owl-dot {
  width: 17px;
  height: 17px;
  border-color: #d5d5d5;
  background-color: transparent;
}
.product-details .owl-carousel button.owl-dot.active {
  background: var(--c1);
  border-color: var(--c1);
}
.product-details .owl-carousel button.owl-dot + button.owl-dot {
  margin-left: 13px;
}
.product-details .owl-carousel .owl-nav button.owl-next, .product-details .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  top: 45%;
  transform: translateY(-45%);
}
.product-details .owl-carousel .owl-nav button:before {
  width: 15px;
  height: 15px;
  border-color: #838383;
}
.product-details .owl-carousel .owl-nav button:hover:before {
  border-color: #ffffff;
}
.product-details .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -25px;
}
.product-details .owl-carousel .owl-nav button:hover {
  background: var(--c1);
  border-color: var(--c1);
}
.product-details .banner-background {
  border: 1px solid #eaeaea;
  height: auto;
  min-height: 600px;
}
.product-info {
  padding-left: 50px;
}
.product-info .text-uppercase {
  font-weight: 400;
  color: var(--c1);
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-info h2 {
  font-size: 32px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
}
.product-info span.price {
  font-size: 30px;
  color: var(--c1);
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.product-info .product-discount {
  position: static;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.btns-block {
  padding: 10px 0 20px;
}
.btns-block .btn {
  min-width: 170px;
  background: #000;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 20px 10px;
  margin-left: 8px;
  margin-bottom: 10px;
}
.btns-block .btn.border-btn {
  background: none;
  border: 1px solid #000;
  color: #000;
}
.btns-block .btn.border-btn:hover, .btns-block .btn.border-btn:focus {
  background: #000;
  color: #ffffff;
}
.quantity {
  position: relative; 
  float:left; 
  border: 1px solid #000;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 4px;
  margin-right: 2px;
  padding-top: 1px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; 
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  width: 60px; 
  height: 36px; 
  line-height: 1.65; 
  float: left; 
  display: block; 
  padding: 0; 
  margin: 0;   
  font-size:22px; 
  font-weight: 400;
  color:#000;
  border: none;
  text-align: center;
  background: transparent;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left; 
  position: absolute; 
  left: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.quantity-button {
  position: relative; 
  cursor: pointer;
  width: 23px; 
  height:22px; 
  text-align: center; 
  color: #000; 
  font-size: 30px; 
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  -o-user-select: none; 
  user-select: none;
  font-weight: 600;
}
.quantity-button.quantity-up {
  position: absolute; 
  height: 50%; 
  top: -16px;
  left: 10px;  
}
.quantity-button.quantity-down {
  position: absolute; 
  top: -2px;
  height: 50%;
  right: 10px;
  font-size: 30px;
}
.quantity-button img {
  width:10px;
}
.border-box-info {
  padding: 25px 0;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
  margin: 20px 0;
}
.border-box-info h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.border-box-info h4.code-sku {
  text-transform: none;
}
.border-box-info p {
  font-size: 16px;
  line-height: 24px;
  color: #46454f;
  margin-bottom: 0;
}
.border-box-info h4 span {
  font-weight: 300;
}
.radio-toolbar {
  margin-bottom: 7px;
}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label, .radio-toolbar a {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 22px;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
  font-weight: 400;
  margin: 0 10px 7px 0;
  color: #474747;
  min-width: 130px;
  text-align: center;
  cursor: pointer;
}
.radio-toolbar label:hover, .radio-toolbar a:hover, .radio-toolbar a:focus, .radio-toolbar input[type="radio"]:focus + label, .radio-toolbar input[type="radio"]:checked + label {
  background-color: var(--c1);
  border-color: var(--c1);
  color: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0);
}
.radio-toolbar label.disabled, .radio-toolbar a.sin_stock {
  color: #474747;
  background: #f0f0f0;
  border-color: #f0f0f0;
  cursor: default;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0);
}
.radio-toolbar label.disabled:hover, .radio-toolbar a.sin_stock:hover, .radio-toolbar label.disabled:focus, .radio-toolbar a.sin_stock:focus, .radio-toolbar input[type="radio"]:checked + label.disabled {
  color: #474747 !important;
  background: #f0f0f0 !important;
}
.payment-options [class*="col-"]:first-child {
  border-right: 1px solid #cccccc;
}
.payment-options span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #8a8a8a;
}
.payment-options img {
  vertical-align: middle;
}
.safe-purchases {
  overflow: hidden;
  height: 100%;
  padding: 5px 0;
}
.safe-purchases img {
  float: left;
  margin-top: 1px;
}
.safe-purchases span {
  display: block;
  clear: both;
  font-size: 16px;
  color: #32a241;
  margin-bottom: 7px;
  font-weight: 600;
}
.safe-purchases p {
  font-size: 15px;
  line-height: 20px;
  color: #7f7f7f;
}
.right-content {
  display: block;
  overflow: hidden;
  padding-left: 2px;
}
.share-option {
  text-align: right;
  margin-top: 30px;
}
.share-option span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #46454f;
  font-weight: 600;
  margin-right: 10px;
}
.share-option ul {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}
.share-option ul li {
  display: inline-block;
}

.breadcrumb-block .breadcrumb {
  padding: 25px 0;
  background-color: transparent;;
  border-bottom: 2px solid #f1f1f1;
}
.breadcrumb-block .breadcrumb li {
  color: #000;
  font-weight: 300;
}
.breadcrumb-block .breadcrumb li:first-child a {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.breadcrumb-block .breadcrumb li a span {
  padding-left: 13px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
  padding-right: 12px;
  color: #000;
}
.related-products .btn-block {
  padding-top: 70px;
  text-align: center;
}
.active { font-weight: 700 !important }
.bg-main { background-color: var(--c1); } 
.bg-sec { background-color: var(--c2); } 