
/* --------------------------------------------------------------------------
 * jThemes Studio : RENT IT - Car Rental Management Template
 *
 * file           : theme.css
 * Desc           : RENT IT Template - Stylesheet
 * Version        : 1.3.1
 * Date           : 2016-04-01
 * Author         : jThemes Studio
 * Author URI     : http://jakjim.com
 * Email          : jakjim@gmail.com
 *
 * jThemes Studio. Copyright 2015. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  RENT IT Template - Table of Content

  1 - General
    1.1 - Preloader
    1.2 - Global properties (body, common classes, structure etc)
    1.3 - Page section block
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons
    1.6 - Form / Input / Textarea
    1.7 - Top Bar

  2 - Header
    2.1 - Logo
    2.2 - Navigation

  3 - Footer
    3.1 - Footer widgets
    3.2 - Footer meta

  4 - Sliders / OwlCarousel
    4.1 - Main slider
    4.2 - Partners carousel
    4.3 - Testimonials carousel
    4.4 - Products carousel

  5 - Components / Shortcodes / Widget
    5.1 - Breadcrumbs
    5.2 - Pagination
    5.3 - Message box
    5.4 - Social icons line
    5.5 - Rating stars
    5.6 - Content tabs
    5.7 - Accordion
    5.8 - Blog post
    5.9 - Recent post
    5.10 - Comments
    5.11 - Thumbnails
    5.12 - Portfolio
    5.13 - Widgets
    5.14 - Contacts form
    5.15 - Google map
    5.16 - Back to top button

  6 - Helper Classes

 * -------------------------------------------------------------------------- */
/* 1.1 */
/* Preloader
/* ========================================================================== */


/* 5.11 */
/* Thumbnails
/* ========================================================================== */
.thumbnail {
  margin: 0 auto;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
@media (max-width: 991px) {
  .thumbnail {
    max-width: 450px;
  }
}
.thumbnail.hover,
.thumbnail:hover {
  border: solid 1px rgba(230, 0, 0, 0.3);
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
  border: none;
}
.thumbnail.no-padding {
  padding: 0;
}
.row.thumbnails {
  margin-top: -30px;
}
.row.thumbnails .thumbnail {
  margin-top: 30px;
}
.row.thumbnails.no-padding {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.row.thumbnails.no-padding [class*='col-'] {
  padding: 0;
}
.row.thumbnails.no-padding .thumbnail {
  margin-top: 0;
}
/* Thumbnail Media/Image
/* -------------------------------------------------------------------------- */
.thumbnail .media {
  overflow: hidden;
  position: relative;
}
.thumbnail .media img {
  max-width: 100%;
  width: 100%;
}
/* Thumbnail caption
/* -------------------------------------------------------------------------- */
.thumbnail .caption {
  padding: 15px 0 0 0;
  overflow: hidden;
}
.thumbnail .caption + .caption {
  padding-top: 10px;
}
.thumbnail .caption.no-padding-top {
  padding-top: 0;
}
.thumbnail .caption.no-padding-bottom {
  padding-bottom: 0;
}
.thumbnail .caption.hovered {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  color: #ffffff;
  opacity: 0;
  z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
  opacity: 1;
}
.caption-wrapper {
  width: 100%;
}
/* Caption elements
/* -------------------------------------------------------------------------- */
.caption-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  margin: 0 0 5px 0;
  color: #14181c;
}
.caption-title a {
  color: #14181c;
}
.caption-title a:hover {
  color: #e60000;
}
.icon-view {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: inline-block;
}
.icon-view strong {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.icon-view .fa,
.icon-view .glyphicon {
  font-size: 24px;
  line-height: 68px;
}
.thumbnail .media-link {
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.thumbnail .media-link .icon-view {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0;
  -webkit-animation: fadeOut .4s;
  animation: fadeOut .4s;
}
.thumbnail .media-link:hover .icon-view {
  opacity: 1;
  -webkit-animation: bounceIn .4s;
  animation: bounceIn .4s;
}
/* Thumbnail transition
/* -------------------------------------------------------------------------- */
.thumbnail,
.thumbnail:hover,
.thumbnail.hover,
.thumbnail span,
.thumbnail:hover span,
.thumbnail.hover span,
.thumbnail .media,
.thumbnail:hover .media,
.thumbnail.hover .media,
.thumbnail .media img,
.thumbnail:hover .media img,
.thumbnail.hover .media img,
.thumbnail .media-link:after,
.thumbnail:hover .media-link:after,
.thumbnail.hover .media-link:after,
.thumbnail .icon-view,
.thumbnail:hover .icon-view,
.thumbnail.hover .icon-view,
.thumbnail .icon-view .fa,
.thumbnail:hover .icon-view .fa,
.thumbnail.hover .icon-view .fa,
.thumbnail .icon-view .glyphicon,
.thumbnail:hover .icon-view .glyphicon,
.thumbnail.hover .icon-view .glyphicon,
.thumbnail .caption,
.thumbnail:hover .caption,
.thumbnail.hover .caption,
.thumbnail .caption-title,
.thumbnail:hover .caption-title,
.thumbnail.hover .caption-title,
.thumbnail .caption-icon,
.thumbnail:hover .caption-icon,
.thumbnail.hover .caption-icon,
.thumbnail .caption-text,
.thumbnail:hover .caption-text,
.thumbnail.hover .caption-text,
.thumbnail .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail:hover .caption-link,
.thumbnail.hover .caption-link,
.thumbnail .caption-category,
.thumbnail:hover .caption-category,
.thumbnail.hover .caption-category,
.thumbnail .caption-price,
.thumbnail:hover .caption-price,
.thumbnail.hover .caption-price,
.thumbnail .caption-wrapper,
.thumbnail:hover .caption-wrapper,
.thumbnail.hover .caption-wrapper,
.thumbnail .buttons,
.thumbnail:hover .buttons,
.thumbnail.hover .buttons {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* Thumbnail team
/* ========================================================================== */
.thumbnail-team {
  background-color: #ffffff;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.thumbnail-team .caption {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.thumbnail-team .caption-title {
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
}
.thumbnail-team .caption-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #d3d3d3;
}
.thumbnail-team .caption-title small {
  display: block;
  margin-top: 5px;
  color: #7f7f7f;
}
.thumbnail-team .social-icons {
  display: inline-block;
  margin-bottom: 10px;
}
.thumbnail-team .social-icons a {
  border-radius: 15px;
}
.thumbnail-team .caption-text {
  font-size: 15px;
}
.thumbnail-team .team-details {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  color: #7f7f7f;
}
.thumbnail-team .caption-text + .team-details {
  margin-top: 10px;
}
.thumbnail-team .team-details + .caption-text {
  margin-top: 10px;
}
/* Thumbnail banner
/* ========================================================================== */
.thumbnail.thumbnail-banner .media,
.thumbnail.thumbnail-banner .media .media-link,
.thumbnail.thumbnail-banner .media .caption {
  height: 100%;
}
@media (max-width: 991px) {
  .thumbnail.thumbnail-banner {
    max-width: 555px;
  }
}
.thumbnail.thumbnail-banner + .thumbnail.thumbnail-banner {
  margin-top: 30px;
}
.thumbnail.thumbnail-banner .media-link {
  text-align: left;
}
.thumbnail.thumbnail-banner .caption {
  padding: 0;
}
.thumbnail.thumbnail-banner .caption-wrapper {
  padding: 15px;
}
.thumbnail.thumbnail-banner .caption-inner {
  border: solid 1px #ffffff;
  padding: 15px;
}
.col-md-3 .thumbnail.thumbnail-banner .caption-inner {
  padding: 15px 2px;
}
.thumbnail.thumbnail-banner .caption-title,
.thumbnail.thumbnail-banner .caption-sub-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  color: #14181c;
}
.thumbnail.thumbnail-banner .caption-title span,
.thumbnail.thumbnail-banner .caption-sub-title span {
  display: inline-block;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.col-md-3 .thumbnail.thumbnail-banner .caption-sub-title span {
  padding: 8px 7px;
}
.thumbnail.thumbnail-banner .btn {
  margin-top: 10px;
}
.thumbnail.thumbnail-banner .btn-theme {
  border-color: #14181c;
  background-color: #14181c;
}
.thumbnail.thumbnail-banner .btn-theme:hover {
  background-color: #e60000;
  border-color: #e60000;
}
.thumbnail.thumbnail-banner.size-1x1 {
  height: 170px;
}
@media (min-width: 992px) and (max-width: 1999px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    height: 190px;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    max-width: 280px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    height: 190px;
  }
}
.thumbnail.thumbnail-banner.size-1x3 {
  height: 170px;
}
@media (min-width: 992px) and (max-width: 1999px) {
  .thumbnail.thumbnail-banner.size-1x3 {
    height: 190px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .thumbnail.thumbnail-banner.size-1x3 {
    height: 190px;
  }
}
.thumbnail.thumbnail-banner.size-2x3 {
  height: 270px;
}
.thumbnail.thumbnail-banner.size-3x3 {
  height: 570px;
}
.thumbnail.thumbnail-banner.size-1x1-b {
  height: 270px;
}
.thumbnail.thumbnail-banner.size-1x3-b {
  height: 270px;
}
.thumbnail-banner .media img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  position: relative;
}
.thumbnail-banner .media-link .img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url('');
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.thumbnail-banner .media-link:hover .img-bg {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.thumbnail-banner .caption {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: rgba(230, 0, 0, 0);
}
.thumbnail-banner.alt-font .caption-title {
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}
.thumbnail-banner.alt-font .caption-title span {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.thumbnail-banner.alt-font .caption-sub-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.thumbnail-banner.alt-font .caption-sub-title span {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.thumbnail-banner.alt-font .btn-theme-sm {
  font-size: 11px;
}
.thumbnail-banner.alt-font.big-text .caption-title {
  font-size: 48px;
}
@media (max-width: 640px) {
  .thumbnail-banner.alt-font.big-text .caption-title {
    font-size: 28px;
  }
}
.thumbnail-banner.alt-font.big-text .caption-sub-title {
  font-size: 44px;
}
@media (max-width: 640px) {
  .thumbnail-banner.alt-font.big-text .caption-sub-title {
    font-size: 24px;
  }
}
.thumbnail-banner.hover .media img,
.thumbnail-banner:hover .media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnail-banner.hover .btn-theme,
.thumbnail-banner:hover .btn-theme {
  -webkit-animation: pulse .4s;
  animation: pulse .4s;
}
.thumbnail-banner.hover .caption,
.thumbnail-banner:hover .caption {
  background-color: rgba(230, 0, 0, 0.3);
}
/* Thumbnail product
/* ========================================================================== */
.thumbnail .rating {
  display: inline-block;
  font-size: 13px;
}
.thumbnail .rating span.star:before {
  padding-right: 3px;
}
.thumbnail .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
.thumbnail .price del {
  font-weight: normal;
  font-size: 14px;
  color: #14181c;
}
.thumbnail .price ins {
  padding-right: 5px;
  text-decoration: none;
  color: #e60000;
}
.thumbnail .buttons .btn {
  padding: 10px 12px;
  font-size: 12px;
  line-height: 18px;
}
.thumbnail .buttons .btn .fa,
.thumbnail .buttons .btn .glyphicon {
  font-size: 16px !important;
}
.thumbnail .buttons .btn-wish-list {
  margin-right: 10px;
}
.thumbnail .buttons .btn-compare {
  margin-left: 10px;
}
.thumbnail .btn-wish-list {
  opacity: 0;
}
.thumbnail .btn-compare {
  opacity: 0;
}
.thumbnail.hover .btn-wish-list,
.thumbnail:hover .btn-wish-list {
  opacity: 1;
}
.thumbnail.hover .btn-compare,
.thumbnail:hover .btn-compare {
  opacity: 1;
}
.thumbnail.category .media-link:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.thumbnail.category .caption {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.thumbnail.category .caption-wrapper {
  padding: 5px;
}
.thumbnail.category .caption-inner {
  padding: 0;
}
.thumbnail.category .sale {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
}
.thumbnail.category .caption-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ffffff;
}
.thumbnail.category .items {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
}
.thumbnail.category .media img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  position: relative;
}
.thumbnail.category span {
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0);
}
.thumbnail.category .btn-theme {
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff;
}
.thumbnail.category .media-link:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.thumbnail.category.hover .media img,
.thumbnail.category:hover .media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.thumbnail.category.hover span,
.thumbnail.category:hover span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
.thumbnail.category.hover .btn-theme,
.thumbnail.category:hover .btn-theme {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #14181c;
}
.thumbnail.category.hover .media-link:after,
.thumbnail.category:hover .media-link:after {
  background-color: rgba(0, 0, 0, 0);
}
.top-products-carousel .buttons .btn {
  padding: 5px;
  font-size: 10px;
}
.top-products-carousel .buttons .btn-wish-list {
  margin-right: 5px;
}
.top-products-carousel .buttons .btn-compare {
  margin-left: 5px;
}
.top-products-carousel .owl-theme .owl-controls {
  margin-top: 0;
}
.top-products-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.top-products-carousel .owl-theme .owl-controls .owl-dots {
  line-height: 1;
}
.top-products-carousel .owl-prev,
.top-products-carousel .owl-next {
  position: absolute;
  top: 50%;
  border: solid 3px #e9e9e9;
  color: #e9e9e9;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
}
.top-products-carousel .owl-prev {
  left: -50px;
  margin-top: -16px !important;
}
.top-products-carousel .owl-next {
  right: -50px;
  margin-top: -16px !important;
}
.top-products-carousel .owl-prev .fa,
.top-products-carousel .owl-next .fa {
  color: #e9e9e9;
  font-size: 24px !important;
  line-height: 30px;
}
.top-products-carousel .owl-prev:hover,
.top-products-carousel .owl-next:hover {
  border-color: #000000;
  color: #000000;
}
.top-products-carousel .owl-prev:hover .fa,
.top-products-carousel .owl-next:hover .fa {
  color: #000000;
}
.product-single .badges {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 50px;
  z-index: 2;
}
.product-single .badges div {
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 10px;
  border: solid 3px #14181c;
  text-transform: uppercase;
  text-align: center;
  color: #14181c;
}
.product-single .badges div.hot {
  border-color: #ea0000;
  color: #ea0000;
}
.product-single .btn-zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}
.product-single .btn-zoom .fa {
  width: 30px;
}
.product-single .btn-zoom:hover {
  background-color: rgba(20, 24, 28, 0.9);
  border-color: #14181c;
  color: #ffffff;
}
.product-single .owl-theme .owl-controls {
  margin: 0 !important;
}
@media (max-width: 639px) {
  .product-single .owl-theme .owl-controls {
    display: none;
  }
}
.product-single .owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 30px;
  line-height: 30px;
  border: solid 3px #14181c;
  background: transparent;
  color: #14181c;
}
.product-single .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #14181c;
  color: #ffffff;
}
.product-single .owl-theme .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.product-single .owl-theme .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.product-single .owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-single .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
}
.product-single .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.product-single .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #14181c;
}
.product-single .product-thumbnails {
  margin-left: 0;
  margin-right: -10px;
}
.product-single .product-thumbnails > div {
  padding: 0;
}
.product-single .product-thumbnails a {
  display: block;
  margin: 10px 10px 0 0;
}
.product-single .product-thumbnails img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.product-single .back-to-category {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d3d3d3;
}
.product-single .back-to-category .link {
  display: inline-block;
  margin-top: 12px;
  color: #14181c;
}
.product-single .back-to-category .btn-previous,
.product-single .back-to-category .btn-next {
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  color: #e9e9e9;
}
.product-single .back-to-category .btn-previous .fa,
.product-single .back-to-category .btn-next .fa {
  width: 30px;
}
.product-single .back-to-category .btn-next {
  margin-left: 9px;
}
.product-single .product-title {
  margin-top: 0;
  font-size: 30px;
  font-weight: normal;
  color: #14181c;
}
.product-single .product-rating .rating {
  float: left;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .product-single .product-rating .rating {
    float: none;
    display: block;
    margin-right: 0;
  }
}
.product-single .reviews,
.product-single .add-review {
  color: #14181c;
}
.product-single .reviews:hover,
.product-single .add-review:hover {
  color: #e60000;
}
.product-single .product-availability {
  color: #14181c;
}
.product-single .product-availability strong {
  color: #e60000;
}
.product-single .product-text {
  font-size: 14px;
  line-height: 18px;
}
.product-single .product-price {
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  color: #14181c;
}
.product-single .product-qty {
  margin-bottom: 15px;
}
.product-single .product-qty .form-control.qty {
  height: 36px;
  width: 50px;
  text-align: center;
  margin-right: 5px;
}
.product-single .product-qty .form-group {
  display: inline-block;
  margin-bottom: 10px;
}
.product-single .product-qty .form-control {
  display: inline-block !important;
}
.product-single .product-qty label {
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 5px;
}
.product-single .product-qty .btn {
  vertical-align: top;
}
.product-single form.variable label {
  text-transform: uppercase;
  color: #14181c;
}
.product-single form.variable .filter-option {
  color: #14181c;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}
.product-single .buttons {
  margin-top: -10px;
  overflow: hidden;
}
.product-single .buttons .quantity {
  overflow: hidden;
  float: left;
  margin-right: 5px;
}
.product-single .buttons .quantity .btn {
  margin-top: 10px;
  float: left;
  margin-right: 1px;
  background-color: #14181c;
  color: #7f7f7f;
  height: 60px;
}
.product-single .buttons .quantity .btn:hover {
  color: #ffffff;
}
.product-single .buttons .quantity .qty {
  margin-top: 10px;
  float: left;
  margin-right: 1px;
  width: 40px;
  height: 60px;
  background-color: #14181c;
  border-color: #14181c;
  color: #ffffff;
}
.product-single .buttons .btn-cart {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  max-width: 100%;
  background-color: #14181c;
  border-color: #14181c;
  border-width: 3px;
  color: #ffffff;
  height: 60px;
  width: 270px;
}
.product-single .buttons .btn-cart:hover {
  background-color: transparent;
  color: #14181c;
}
.product-single .buttons .btn-wish-list,
.product-single .buttons .btn-compare {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  width: 60px;
  height: 60px;
  border: solid 3px rgba(20, 24, 28, 0.1);
  background-color: transparent;
  color: #14181c;
}
.product-single .buttons .btn-wish-list:hover,
.product-single .buttons .btn-compare:hover {
  background-color: #14181c;
  color: #ffffff;
}
.product-single table .title {
  color: #14181c;
}
.product-single table td {
  padding: 0 10px 0 0;
}
.product-single .social-icons a {
  border-width: 2px;
  line-height: 25px;
}
.bootstrap-select.btn-group .dropdown-menu {
  border-width: 3px;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 11px;
  text-transform: uppercase;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #e60000;
}
/* Products list view
/* ========================================================================== */
.products.list .thumbnail + .thumbnail {
  margin-top: 30px;
}
.products.list .thumbnail .caption {
  padding-top: 0;
}
.products.list .thumbnail .caption-title {
  font-weight: 400;
  margin-bottom: 15px;
}
.products.list .thumbnail .reviews {
  color: #14181c;
}
.products.list .thumbnail .reviews:hover {
  color: #e60000;
}
.products.list .thumbnail .overflowed {
  margin-top: 5px;
}
.products.list .thumbnail .availability {
  float: left;
}
.products.list .thumbnail .availability strong {
  color: #e60000;
}
.products.list .thumbnail .price {
  float: right;
  margin-bottom: 0;
}
.products.list .thumbnail .caption-text {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  margin: 15px 0;
  border-top: solid 1px rgba(20, 24, 28, 0.1);
  border-bottom: solid 1px rgba(20, 24, 28, 0.1);
}
.products.list .thumbnail .btn-wish-list {
  margin-left: 10px;
  margin-right: 0;
}
.products.wall {
  width: 1980px;
  height: 550px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.products.wall .isotope-item {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}
.products.wall .col {
  margin-right: 10px;
  float: left;
}
.products.wall .w270 {
  width: 270px;
  padding: 0;
}
.products.wall .w370 {
  width: 370px;
  padding: 0;
}
.products.wall .caption.hovered {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(20, 24, 28, 0.6);
}
.products.wall .caption-title,
.products.wall .caption-title a {
  color: #ffffff;
}
.products.wall .rating span.star:before {
  content: "\f005";
  color: #a5abb7;
}
.products.wall .rating span.star.active:before,
.products.wall .rating span.star:hover:before,
.products.wall .rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #ffffff;
}
.products.wall .price ins {
  color: #ffffff;
  font-size: 15px;
}
.products.wall .price del {
  color: #ffffff;
  font-size: 14px;
}
.products.wall .buttons .btn {
  color: #ffffff;
  padding: 7px 9px;
}
/* Thumbnail featured
/* ========================================================================== */
.thumbnail.thumbnail-featured {
  background: #e9e9e9;
}
.thumbnail.thumbnail-featured .caption {
  padding: 35px 20px;
}
.thumbnail.thumbnail-featured .caption-wrapper {
  padding: 0;
}
.thumbnail.thumbnail-featured .caption-inner {
  padding: 0;
}
.thumbnail.thumbnail-featured .caption-icon {
  margin-bottom: 20px;
  text-align: center;
}
.thumbnail.thumbnail-featured .caption-icon .fa {
  font-size: 90px;
}
.thumbnail.thumbnail-featured .caption-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #14181c;
}
.thumbnail.thumbnail-featured .caption-text {
  font-size: 15px;
  line-height: 24px;
}
.thumbnail.thumbnail-featured .buttons {
  margin-top: 30px;
}
.thumbnail.thumbnail-featured .buttons .btn {
  font-size: 14px;
  padding: 15px 45px;
}
.thumbnail.thumbnail-featured span {
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0);
}
.thumbnail.thumbnail-featured .btn-theme {
  border-width: 1px;
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.thumbnail.thumbnail-featured.hover,
.thumbnail.thumbnail-featured:hover {
  background: #e60000;
}
.thumbnail.thumbnail-featured.hover .caption-icon,
.thumbnail.thumbnail-featured:hover .caption-icon,
.thumbnail.thumbnail-featured.hover .caption-title,
.thumbnail.thumbnail-featured:hover .caption-title,
.thumbnail.thumbnail-featured.hover .caption-text,
.thumbnail.thumbnail-featured:hover .caption-text {
  color: #ffffff;
}
.thumbnail.thumbnail-featured.hover .btn-theme,
.thumbnail.thumbnail-featured:hover .btn-theme {
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff;
}
.thumbnail.thumbnail-featured .caption.hovered {
  opacity: 1;
  z-index: 10;
  background-color: #e9e9e9;
}
.thumbnail.thumbnail-featured .caption.hovered .caption-icon {
  color: #14181c;
}
.thumbnail.thumbnail-featured.hover .caption.hovered,
.thumbnail.thumbnail-featured:hover .caption.hovered {
  opacity: 0;
}
/* Thumbnail counto
/* ========================================================================== */
.thumbnail.thumbnail-counto .caption {
  padding: 30px 20px;
  text-align: center;
}
.thumbnail.thumbnail-counto .caption-icon {
  margin-bottom: 30px;
  text-align: center;
  color: #7f7f7f;
}
.thumbnail.thumbnail-counto .caption-icon .fa {
  font-size: 60px;
}
.thumbnail.thumbnail-counto .caption-number {
  font-size: 18px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #7f7f7f;
}
.thumbnail.thumbnail-counto .caption-title {
  font-size: 13px;
  font-weight: 900;
  line-height: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #7f7f7f;
}
.thumbnail.thumbnail-counto.hover .caption-icon,
.thumbnail.thumbnail-counto:hover .caption-icon,
.thumbnail.thumbnail-counto.hover .caption-number,
.thumbnail.thumbnail-counto:hover .caption-number,
.thumbnail.thumbnail-counto.hover .caption-title,
.thumbnail.thumbnail-counto:hover .caption-title {
  color: #e60000;
}
/* Thumbnail hot deal
/* ========================================================================== */
.thumbnail-hot-deal .caption {
  padding-top: 30px;
}
.thumbnail-hot-deal .caption-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.thumbnail-hot-deal .price {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 900;
}
.thumbnail-hot-deal .price del {
  font-size: 22px;
  font-weight: 400;
}
.hot-deals-carousel .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
  border-radius: 0;
  margin-left: 1px;
  margin-right: 2px;
}
.hot-deals-carousel .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.hot-deals-carousel .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #14181c;
}
/* Car Card
/* ========================================================================== */
.thumbnail-car-card {
  background-color: #ffffff;
  border-color: #e9e9e9;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.thumbnail-car-card.hover,
.thumbnail-car-card:hover {
  border-color: #e9e9e9;
}
.thumbnail-car-card.no-border {
  border: solid 1px #e9e9e9;
}
.thumbnail-car-card.no-border.hover,
.thumbnail-car-card.no-border:hover {
  border: solid 1px #e9e9e9;
}
.thumbnail-car-card .caption-title {
  font-size: 15px;
  font-weight: 700;
}
.thumbnail-car-card .caption-text {
  margin-bottom: 10px;
  color: #7f7f7f;
}
.thumbnail-car-card .buttons {
  margin-bottom: 15px;
}
.thumbnail-car-card .buttons .btn-theme {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;
  font-weight: 900;
}
.thumbnail-car-card .table {
  margin-bottom: 0;
}
.thumbnail-car-card .table td {
  font-size: 13px;
  color: #7f7f7f;
}
.thumbnail-car-card .table td + td {
  border-left: solid 1px #e9e9e9;
}
.car-listing .thumbnail-car-card .media {
  float: left;
}
@media (max-width: 991px) {
  .car-listing .thumbnail-car-card .media {
    float: none;
  }
}
.car-listing .thumbnail-car-card .rating {
  float: right;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 30px;
}
.car-listing .thumbnail-car-card .rating span.star.active:before,
.car-listing .thumbnail-car-card .rating span.star:hover:before,
.car-listing .thumbnail-car-card .rating span.star:hover ~ span.star:before {
  color: #ffd200;
}
.car-listing .thumbnail-car-card .caption-title {
  padding-left: 30px;
  padding-right: 30px;
}
.car-listing .thumbnail-car-card .caption-title-sub {
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  color: #e60000;
}
.car-listing .thumbnail-car-card .caption-text {
  font-size: 13px;
  border-top: solid 1px #e9e9e9;
  padding-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  min-height: 55px;
}
.car-listing .thumbnail-car-card .table td {
  text-align: center;
}
.car-listing .thumbnail-car-card .table td.buttons {
  padding: 0;
}
.car-listing .thumbnail-car-card .table td.buttons .btn-theme {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 13px;
  padding-bottom: 12px;
  line-height: 1;
  font-weight: 900;
  border-color: #14181c;
  background-color: #14181c;
}
.car-listing .thumbnail-car-card .table td.buttons .btn-theme:hover {
  border-color: #e60000;
  background-color: #e60000;
}
.car-listing .thumbnail-car-card + .thumbnail-car-card {
  margin-top: 30px;
}
.car-big-card {
  border: solid 1px #e9e9e9;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.car-big-card .row {
  margin-left: 0;
  margin-right: 0;
}
.car-big-card .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .car-big-card .row > .col-md-4 {
    margin-top: 0;
  }
}
.car-big-card .car-details .title {
  padding-left: 0;
}
.car-big-card .car-details .title h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1px;
  margin-bottom: 7px;
  color: #14181c;
}
.car-big-card .car-details .title h2 span {
  color: #e60000;
}
.car-big-card .car-details .title:before {
  display: none;
}
.car-big-card .car-details .price {
  padding: 15px 30px;
  background-color: #e9e9e9;
  color: #14181c;
}
.car-big-card .car-details .price strong {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
}
.car-big-card .car-details .price i {
  color: #e60000;
}
.car-big-card .car-details .list {
  padding: 10px 5px 0 30px;
}
.car-big-card .car-details .button {
  padding: 0 30px;
  margin-bottom: 15px;
}
.car-big-card .car-details ul {
  margin-bottom: 15px;
}
.car-big-card .car-details ul li {
  font-size: 14px;
  border-bottom: dashed 1px #d3d3d3;
  padding: 8px 0 8px 20px;
  position: relative;
}
.car-big-card .car-details ul li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  position: absolute;
  top: 7px;
  left: 0;
  color: #e60000;
}
.car-big-card .btn-zoom {
  position: absolute;
  padding: 0;
  line-height: 30px;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.car-big-card .btn-zoom:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.car-big-card .btn-zoom .fa {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.car-big-card .car-thumbnails {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.car-big-card .car-thumbnails a {
  display: block;
  position: relative;
  border: solid 4px rgba(255, 255, 255, 0.6);
  margin: 0 0 10px 10px;
}
.car-big-card .car-thumbnails a:hover {
  border-color: rgba(230, 0, 0, 0.6);
  background-color: rgba(230, 0, 0, 0.6);
}
.car-big-card .car-thumbnails a:hover:after {
  content: '\f002';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  left: 50%;
  top: 50%;
  color: #ffffff;
}
.car-big-card .car-thumbnails a:hover img {
  opacity: 0.8;
}
.car-big-card .car-thumbnails .swiper-pagination-bullet {
  width: inherit;
  height: inherit;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 480px) {
  .car-big-card .car-thumbnails .swiper-pagination-bullet {
    width: 30px;
  }
  .car-big-card .car-thumbnails .swiper-pagination-bullet a {
    border-width: 1px;
  }
  .car-big-card .car-thumbnails .swiper-pagination-bullet img {
    width: 100%;
    max-width: 100%;
  }
}
.car-big-card .car-thumbnails .swiper-pagination-bullet.swiper-pagination-bullet-active a {
  border-color: #e60000 !important;
}
.car-big-card .owl-dots {
  display: none !important;
}
.car-big-card.alt .car-details .price {
  padding-top: 5px;
  background-color: #f5f6f8;
}
.car-big-card.alt .car-details ul li:last-child {
  border: none;
}
/* 5.12 */
/* Portfolio
/* ========================================================================== */
/* Isotope Filtering */
.isotope-item {
  z-index: 2;
  margin-left: -1px;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.filtrable {
  display: inline-block;
  margin-bottom: 20px;
}
.filtrable li {
  /*float: left;*/
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.filtrable a {
  display: block;
  border: solid 3px rgba(20, 24, 28, 0.1);
  background-color: transparent;
  color: #a5abb7;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtrable a:hover {
  border: solid 3px #14181c;
  background-color: #14181c;
  color: #ffffff;
}
.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover {
  border: solid 3px #14181c;
  background-color: #14181c;
  color: #ffffff;
}
/* Portfolio */
.thumbnails.portfolio {
  border: solid 1px transparent;
}
.thumbnails.portfolio .thumbnail .caption.hovered {
  text-align: center;
  padding: 0;
  background-color: rgba(230, 0, 0, 0.5);
}
.thumbnails.portfolio .thumbnail .caption-title {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.thumbnails.portfolio .thumbnail .caption-category {
  margin-bottom: 0;
}
.thumbnails.portfolio .thumbnail .caption-zoom,
.thumbnails.portfolio .thumbnail .caption-link {
  border: solid 3px rgba(20, 24, 28, 0.1);
}
.thumbnails.portfolio .thumbnail .caption-zoom:hover,
.thumbnails.portfolio .thumbnail .caption-link:hover {
  border: solid 3px #14181c;
  background-color: #14181c;
}
.thumbnails.portfolio .thumbnail .media + .caption {
  text-align: center;
  margin-top: 0;
  padding: 5px 5px 10px 5px;
  border-top: solid 3px rgba(20, 24, 28, 0.1);
  background-color: #f9fafb;
}
.thumbnails.portfolio .thumbnail .media + .caption .caption-title {
  margin-bottom: 5px;
  color: #14181c;
}
.thumbnails.portfolio .thumbnail .media + .caption .caption-title a {
  color: #14181c;
}
.thumbnails.portfolio .thumbnail .media + .caption .caption-title a:hover {
  border-bottom: solid 1px #14181c;
}
.thumbnails.portfolio .thumbnail .media + .caption .caption-category a {
  color: #14181c;
}
.thumbnails.portfolio .thumbnail .media + .caption .caption-category a:hover {
  border-bottom: solid 1px #14181c;
}
.thumbnails.portfolio .caption-title,
.thumbnails.portfolio .caption-title a {
  color: #ffffff;
}
.thumbnails.portfolio .caption-buttons {
  margin-bottom: 0;
  margin-top: 10px;
}
.thumbnails.portfolio .caption-buttons .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0 5px;
  padding: 8px 12px;
  font-size: 14px;
}
.thumbnails.portfolio .caption-category,
.thumbnails.portfolio .caption-category a {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
  color: #ffffff;
}
.thumbnails.portfolio.row div[class*="col-"] {
  margin-top: 0;
}
.project-media .owl-theme .owl-controls {
  margin: 0 !important;
}
@media (max-width: 639px) {
  .project-media .owl-theme .owl-controls {
    display: none;
  }
}
.project-media .owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 30px;
  line-height: 30px;
  border: solid 3px #14181c;
  background: transparent;
  color: #14181c;
}
.project-media .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #14181c;
  color: #ffffff;
}
.project-media .owl-theme .owl-controls .owl-nav .owl-prev {
  left: 30px;
}
.project-media .owl-theme .owl-controls .owl-nav .owl-next {
  right: 30px;
}
.project-media .owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.project-media .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
}
.project-media .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.project-media .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #14181c;
}
.project-overview h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-overview p {
  font-size: 15px;
  color: #14181c;
}
.project-details h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-details .dl-horizontal dt {
  text-align: left;
  padding-bottom: 5px;
}
.project-details .dl-horizontal dt {
  color: #3c4547;
  width: 90px;
  padding-bottom: 5px;
}
.project-details .dl-horizontal dd {
  position: relative;
  margin-left: 110px;
}
