/*---------------------
  Product Details
-----------------------*/
.product-details {
  padding-top: 70px;
  padding-bottom: 50px;
}

.product__details__pic {
  overflow: hidden;
}

.product__details__pic__left {
  width: 22%;
  max-height: 574px;
  float: left;
  overflow-y: auto;
  height: 250px;
}

.product__details__pic__left .pt {
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.product__details__pic__left .pt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
  opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
  margin-bottom: 0;
}

.product__details__pic__left .pt img {
  min-width: 100%;
  height: 50px;
}

.product__details__slider__content {
  width: calc(78% - 20px);
  float: left;
  margin-left: 20px;
  height: 250px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
  position: absolute;
  left: 10px;
  top: 50%;
  font-size: 22px;
  color: #111111;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

.product__details__text h3 {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product__details__text h3 span {
  display: block;
  font-size: 14px;
  color: #444444;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
}

.product__details__text .rating {
  margin-bottom: 16px;
}

.product__details__text .rating i {
  font-size: 12px;
  color: #e3c01c;
  margin-right: -4px;
}

.product__details__text .rating span {
  font-size: 12px;
  color: #666666;
  margin-left: 5px;
}

.product__details__text p {
  color: #444444;
  margin-bottom: 28px;
}

.product__details__price {
  font-size: 30px;
  font-weight: 600;
  color: #ca1515;
  margin-bottom: 30px;
}

.product__details__price span {
  font-size: 18px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 10px;
  display: inline-block;
}

.quantity {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.quantity > span {
  font-size: 14px;
  color: #111111;
  font-weight: 600;
  float: left;
  margin-top: 14px;
  margin-right: 15px;
}

.pro-qty {
  height: 50px;
  width: 150px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 0 20px;
  overflow: hidden;
  display: inline-block;
}

.pro-qty .qtybtn {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  float: left;
  width: 12px;
  line-height: 46px;
}

.pro-qty input {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  border: none;
  float: left;
  width: 84px;
  text-align: center;
  height: 48px;
}

.product__details__button {
  overflow: hidden;
  margin-bottom: 25px;
}

.product__details__button .cart-btn {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #ca1515;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 30px 15px;
  border-radius: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product__details__button ul {
  float: left;
}

.product__details__button ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.product__details__button ul li:last-child {
  margin-right: 0;
}

.product__details__button ul li a {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  padding-top: 1px;
}

.product__details__button ul li a span {
  font-size: 18px;
  color: #666666;
}

.product__details__widget {
  border-top: 1px solid #ebebeb;
  padding-top: 35px;
}

.product__details__widget ul li {
  list-style: none;
  margin-bottom: 10px;
}

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

.product__details__widget ul li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  width: 150px;
  float: left;
}

.product__details__widget ul li .stock__checkbox {
  overflow: hidden;
}

.product__details__widget ul li .stock__checkbox label {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  color: #666666;
  position: relative;
  cursor: pointer;
}

.product__details__widget ul li .stock__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.product__details__widget ul li .stock__checkbox label input:checked ~ .checkmark {
  border-color: #ca1515;
}

.product__details__widget ul li .stock__checkbox label input:checked ~ .checkmark:after {
  border-color: #ca1515;
  opacity: 1;
}

.product__details__widget ul li .stock__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: 5px;
  height: 10px;
  width: 10px;
  border: 1px solid #444444;
  border-radius: 2px;
}

.product__details__widget ul li .stock__checkbox label .checkmark:after {
  position: absolute;
  left: 0px;
  top: -2px;
  width: 11px;
  height: 5px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

.product__details__widget ul li .color__checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
}

.product__details__widget ul li .color__checkbox label.active input ~ .checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}

.product__details__widget ul li .color__checkbox label:last-child {
  margin-right: 0;
}

.product__details__widget ul li .color__checkbox label input {
  position: absolute;
  visibility: hidden;
}

.product__details__widget ul li .color__checkbox label input:checked ~ .checkmark:after {
  border-color: #ffffff;
  opacity: 1;
}

.product__details__widget ul li .color__checkbox label .checkmark {
  position: absolute;
  left: 0;
  top: -10px;
  height: 20px;
  width: 20px;
  background: #e31e2f;
  border-radius: 50%;
  content: "";
}

.product__details__widget ul li .color__checkbox label .checkmark.black-bg {
  background: #111111;
}

.product__details__widget ul li .color__checkbox label .checkmark.grey-bg {
  background: #e4aa8b;
}

.product__details__widget ul li .color__checkbox label .checkmark:after {
  position: absolute;
  left: 3px;
  top: 5px;
  width: 13px;
  height: 6px;
  border: solid #ffffff;
  border-width: 1.5px 1.5px 0px 0px;
  transform: rotate(127deg);
  opacity: 0;
  content: "";
}

.product__details__widget ul li .size__btn label {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 0;
}

.product__details__widget ul li .size__btn label:last-child {
  margin-right: 0;
}

.product__details__widget ul li .size__btn label.active {
  color: #ca1515;
}

.product__details__widget ul li .size__btn label input {
  position: absolute;
  visibility: hidden;
}

.product__details__widget ul li p {
  margin-bottom: 0;
  color: #666666;
}

.product__details__tab {
  padding-top: 80px;
  margin-bottom: 65px;
}

.nav {
  border-bottom: none;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.nav::before {
  position: absolute;
  left: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

.nav::after {
  position: absolute;
  right: 0;
  top: 13px;
  height: 1px;
  width: 335px;
  background: #e1e1e1;
  content: "";
}

.nav-item {
  margin-right: 46px;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item .nav-link {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.nav-item .nav-link.active {
  color: #111111;
}

.tab-content .tab-pane h6 {
  color: #666666;
  font-weight: 600;
  margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.related__title h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.reference {
  padding-top: 60px;
  padding-bottom: 50px;
}

.filter__controls {
  text-align: center;
  margin-bottom: 50px;
}

.filter__controls li {
  font-size: 14px;
  list-style: none;
  display: inline-block;
  color: #111111;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}

.filter__controls li.active:after {
  opacity: 1;
}

.filter__controls li:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #3e1c1b;
  content: "";
  opacity: 0;
}

.filter__controls li:last-child {
  margin-right: 0;
}

.reference__item {
  margin-bottom: 35px;
}

.reference__item:hover .reference__hover li {
  opacity: 1;
  top: 0;
}

.reference__item.sale .reference__item__pic .label {
  background: #ca1515;
}

.reference__item.sale .reference__item__text .reference__price {
  color: #ca1515;
}

.reference__item__pic {
  height: 200px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.reference__item__pic .label {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  padding: 2px 8px;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 10px;
}

.reference__item__pic .label.new {
  background: #36a300;
}

.reference__item__pic .label.stockout {
  background: #111111;
}

.reference__item__pic .label.stockblue {
  background: #0066bd !important;
}

.reference__item__pic .label.sale {
  background: #ca1515;
}

.reference__hover {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  text-align: center;
}

.reference__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 100px;
  opacity: 0;
}

.reference__hover li:nth-child(1) {
  transition: all 0.4s ease 0.1s;
}

.reference__hover li:nth-child(2) {
  transition: all 0.4s ease 0.15s;
}

.reference__hover li:nth-child(3) {
  transition: all 0.4s ease 0.2s;
}

.reference__hover li:last-child {
  margin-right: 0;
}

.reference__hover li:hover a {
  background: #ca1515;
}

.reference__hover li:hover a span {
  color: #ffffff;
  transform: rotate(360deg);
}

.reference__hover li a {
  font-size: 18px;
  color: #111111;
  display: block;
  height: 45px;
  width: 45px;
  background: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  transition: all, 0.5s;
}

.reference__hover li a span {
  position: relative;
  transform: rotate(0);
  transition: all, 0.3s;
  display: inline-block;
}

.reference__item__text {
  text-align: center;
  padding-top: 22px;
}

.reference__item__text h6 a {
  font-size: 14px;
  color: #111111;
}

.reference__item__text .rating {
  line-height: 18px;
  margin-bottom: 5px;
}

.reference__item__text .rating i {
  font-size: 10px;
  color: #e3c01c;
  margin-right: -4px;
}

.reference__item__text .rating i:last-child {
  margin-right: 0;
}

.reference__item__text .reference__price {
  color: #111111;
  font-weight: 600;
}

.reference__item__text .reference__price span {
  font-size: 14px;
  color: #b1b0b0;
  text-decoration: line-through;
  margin-left: 4px;
}

body {
  color: #3f3d3d !important;
}

.text-primary {
  color: #3e1c1b !important;
}

.bg-primary {
  background: #3e1c1b !important;
}

.btn.btn-primary {
  background: #3e1c1b !important;
  border: 1px solid #3e1c1b !important;
  color: #fff !important;
}
.btn.btn-primary:hover {
  background: #3e1c1b !important;
  border: 1px solid #3e1c1b !important;
  color: #fff !important;
}

.btn.btn-secondary {
  background: #EE7821 !important;
  border: 1px solid #EE7821 !important;
  color: #fff !important;
}
.btn.btn-secondary:hover {
  background: #EE7821 !important;
  border: 1px solid #EE7821 !important;
  color: #fff !important;
}

.text-secondary {
  color: #EE7821 !important;
}

.navbar-brand {
  background: transparent !important;
  margin-right: 0 !important;
}

.navbar-brand img {
  height: 125px !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ftco-navbar-light.scrolled {
  background: #3e1c1b !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ftco-navbar-light.scrolled .navbar-brand img {
  height: 50px !important;
}

.ftco-navbar-light {
  background: #3e1c1b !important;
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  color: #fff !important;
}

.hero-wrap {
  margin-top: 180px;
  height: 440px;
}

.hero-wrap .overlay {
  background: #3e1c1b !important;
  opacity: 1;
  height: 520px;
}

.img-hero {
  position: absolute;
  top: -135px;
}

.slider-text h1 {
  font-size: 32px;
}

.heading-section .subheading {
  color: #EE7821 !important;
  font-size: 22px;
}

.heading-section h2 {
  font-size: 34px;
  color: #3e1c1b !important;
}

.project-wrap .img {
  height: 150px;
  background-position: center center;
  background-size: auto;
}

#section-counter {
  padding: 3em 0 !important;
}
#section-counter .overlay {
  background: linear-gradient(135deg, #3e1c1b 0%, #EE7821 100%) !important;
}

.ftco-about {
  background: #f7f3f3 !important;
}

.ftco-footer {
  background: #484643 !important;
}

.ftco-footer-social li a {
  background: #EE7821 !important;
}

.block-23 ul li .icon {
  color: #EE7821 !important;
}

.project-wrap .img {
  height: 275px;
}

.project-wrap .text h3 a {
  color: #000;
  font-size: 16px;
}

.project-wrap .text p {
  font-size: 14px;
}

.contactForm .form-control:not(textarea) {
  height: 45px !important;
  padding: 0.5rem 1rem !important;
  border: 1px solid rgba(0, 0, 0, 0.2588235294) !important;
}

.form-control:focus, .form-control:active {
  border-color: #3e1c1b !important;
}

textarea.form-control {
  height: inherit !important;
}

.ftco-about .img {
  background-position: left;
}

@media (max-width: 768px) {
  .img-hero {
    position: absolute;
    top: -180px;
    width: 75%;
  }
  .slider-text h1 {
    font-size: 16px;
  }
  .hero-wrap {
    height: auto !important;
    padding-bottom: 50px;
    position: relative;
    margin-top: 200px;
  }
  .hero-wrap .overlay {
    background: #3e1c1b !important;
    opacity: 1;
    height: auto !important;
    top: -200px;
  }
  .project-wrap .img {
    height: 150px;
  }
  .nav-item {
    margin-left: 35px;
    padding: 15px;
  }
  .ftco-section {
    padding: 4em 0;
  }
  .ftco-counter .icon {
    margin: 0 !important;
  }
  .lg-img {
    height: 350px;
  }
}/*# sourceMappingURL=style.css.map */