@import url(http://fonts.googleapis.com/css?family=Berkshire+Swash);
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');
/* --------------------------------------------------------------------------
 * jThemes Studio : Luxy - One Page HTML Event Conference Template
 *
 * file           : theme.css
 * Desc           : Luxy Template - Stylesheet
 * Version        : 1.5
 * Date           : 2015-01-04
 * Author         : jThemes Studio
 * Author URI     : http://jakjim.com
 * Email          : jakjim@gmail.com
 *
 * jThemes Studio. Copyright 2014. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  Luxy Stylesheet - Table of Content

    1 - General
    1.1 - Google fonts
    1.2 - Preloader
    1.3 - Global properties (body, common classes, structure etc)
    1.4 - Page section block
    1.5 - Typography (section title, links, page dividers)
    1.6 - Buttons
    1.7 - Form / Input / Textarea

    2 - Header
    2.1 - Logo
    2.3 - Navigation
    2.4 - Fixed menu / Mobile menu

    3 - Content
    3.1 - Main slider / Owl carousel
    3.2 - Promotion slider / Owl carousel
    3.3 - Image carousel / Owl carousel
    3.4 - Partners carousel / Owl carousel
    3.5 - Breadcrumbs
    3.8 - Blog / Post
    3.9 - Comments
    3.10 - Pagination / Pager
    3.12 - Thumbnails / Features

    4 - Footer

    5 - Widgets / Shortcodes / Components
    5.1 - prettyPhoto
    5.2 - Contact form / af-form
    5.3 - Social line
    5.5 - Google map
    5.6 - Parallax
    5.8 - Back to top button

    6 - Helper Classes

 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 * 1 - General
 * -------------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?ewzsoz');
  src: url('../fonts/icomoon.eot?#iefixewzsoz') format('embedded-opentype'), url('../fonts/icomoon.woff?ewzsoz') format('woff'), url('../fonts/icomoon.ttf?ewzsoz') format('truetype'), url('../fonts/icomoon.svg?ewzsoz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* icomoon icons [im] for slider preview/next */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-im-arrow-left:before {
  content: "\e600";
}
.icon-im-arrow-right:before {
  content: "\e601";
}
/* 1.1  - Google fonts
/* ========================================================================== */
/* 1.2 - Preloader
/* ========================================================================== */
#preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
#preloader-status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
}
#preloader-title {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.spinner {
  margin: 0 auto;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #d80018;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* 1.3  - Global properties (body, common classes, structure etc)
/* ========================================================================== */
body {
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #f9f9f9;
  color: #393939;
  -webkit-font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: visible !important;
  /* reset animate.css / if hidden parallax buggy */
  position: relative;
}
body.boxed {
  background: #d3d3d3;
}
/* overflow the content area
 * -------------------------------------------------------------------------- */
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* Prevent Long URL’s From Breaking Out of Container
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; */
}
.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
  margin-top: 50px;
}
.wide .container.full-width {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.boxed .container.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* 1.4 - Page section block
/* ========================================================================== */
.wide .page-section,
.boxed .page-section > .container {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  /* small devices */
  background-color: #f9f9f9;
}
.boxed .page-section > .container {
  padding-left: 30px;
  padding-right: 30px;
}
.wide .page-section.dark,
.boxed .page-section.dark > .container {
  background-color: #e0e0e0;
  color: #808080;
}
.wide .page-section.light,
.boxed .page-section.light > .container {
  background-color: #ffffff;
  color: #808080;
}
.wide .page-section.color,
.boxed .page-section.color > .container {
  background-color: #000;
  color: #ffffff;
}
.wide .page-section.image,
.boxed .page-section.image > .container {
  background: url(../img/preview/page-section-image.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.wide .page-section.image:before,
.boxed .page-section.image > .container:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../img/overlay-60.png") 50% 0 repeat;
}
.wide .page-section.season-sale,
.boxed .page-section.season-sale > .container {
  background-image: url('../img/preview/slider/slide-3.jpg');
}
.wide .page-section.latest-deals,
.boxed .page-section.latest-deals > .container {
  background-image: url('../img/preview/page-section-image-video.jpg');
}
.wide .page-section.promotions,
.boxed .page-section.promotions > .container {
  background-image: url('../img/preview/page-section-image-promotions.jpg');
}
.wide .page-section.promotions:before,
.boxed .page-section.promotions > .container:before {
  background: transparent;
}
.wide .page-section.contact,
.boxed .page-section.contact > .container {
  background-image: url('../img/preview/page-section-image-contact.jpg');
}
.wide .page-section.contact:before,
.boxed .page-section.contact > .container:before {
  background: transparent;
  position: relative;
}
.wide .page-section.no-padding,
.boxed .page-section.no-padding > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wide .page-section.no-padding-top,
.boxed .page-section.no-padding-top > .container {
  padding-top: 0 !important;
}
.wide .page-section.no-padding-bottom,
.boxed .page-section.no-padding-bottom > .container {
  padding-bottom: 0 !important;
}
.wide .page-section.sm-padding,
.boxed .page-section.sm-padding > .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.wide .page-section.md-padding,
.boxed .page-section.md-padding > .container {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.wide .page-section.sub-page,
.boxed .page-section.sub-page > .container {
  padding-top: 150px !important;
}
/* 1.5 - Typography (section title, links, page dividers)
/* ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d80018;
}
.image h1,
.image h2,
.image h3,
.image h4,
.image h5,
.image h6,
.color h1,
.color h2,
.color h3,
.color h4,
.color h5,
.color h6,
.color h1 small,
.color h2 small,
.color h3 small,
.color h4 small,
.color h5 small,
.color h6 small {
  color: #ffffff;
}
.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact h1 small,
.contact h2 small,
.contact h3 small,
.contact h4 small,
.contact h5 small,
.contact h6 small {
  color: #d80018;
}
h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
h1 .glyphicon,
h2 .glyphicon,
h3 .glyphicon,
h4 .glyphicon,
h5 .glyphicon,
h6 .glyphicon {
  color: #a50012;
}
.image h1 .fa,
.image h2 .fa,
.image h3 .fa,
.image h4 .fa,
.image h5 .fa,
.image h6 .fa,
.image h1 .glyphicon,
.image h2 .glyphicon,
.image h3 .glyphicon,
.image h4 .glyphicon,
.image h5 .glyphicon,
.image h6 .glyphicon,
.color h1 .fa,
.color h2 .fa,
.color h3 .fa,
.color h4 .fa,
.color h5 .fa,
.color h6 .fa,
.color h1 .glyphicon,
.color h2 .glyphicon,
.color h3 .glyphicon,
.color h4 .glyphicon,
.color h5 .glyphicon,
.color h6 .glyphicon {
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}
:-moz-placeholder {
  color: #b3b3b3 !important;
}
/* Firefox 18- */
::-moz-placeholder {
  color: #b3b3b3 !important;
}
/* Firefox 19+ */
:-ms-input-placeholder {
  color: #b3b3b3 !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
.footer {
  /* Firefox 18- */
  /* Firefox 19+ */
  /* FF 4-18 */
  /* FF 19+ */
  /* FF 4-18 */
  /* FF 19+ */
}
.footer ::-webkit-input-placeholder {
  color: #ffffff !important;
}
.footer :-moz-placeholder {
  color: #ffffff !important;
}
.footer ::-moz-placeholder {
  color: #ffffff !important;
}
.footer :-ms-input-placeholder {
  color: #ffffff !important;
}
.footer input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.footer input:focus:-moz-placeholder {
  color: transparent !important;
}
.footer input:focus::-moz-placeholder {
  color: transparent !important;
}
.footer input:focus:-ms-input-placeholder {
  color: transparent !important;
}
.footer textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.footer textarea:focus:-moz-placeholder {
  color: transparent !important;
}
.footer textarea:focus::-moz-placeholder {
  color: transparent !important;
}
.footer textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
i.diamond {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: relative;
  top: -5px;
}
i.diamond:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #ffffff;
}
/* Section title
 * -------------------------------------------------------------------------- */
.section-title {
  position: relative;
  margin: -4px 0 30px 0;
  z-index: 0;
  font-family: 'Montserrat', cursive;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #d80018;
}
.section-title small {
  display: block;
  margin-top: 8px;
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3;
  text-transform: none;
  color: #999999;
}
.image .section-title,
.image .section-title small,
.dark .section-title,
.dark .section-title small,
.color .section-title,
.color .section-title small {
  color: #ffffff;
}
.contact .section-title,
.contact .section-title small {
  color: #d80018;
}
@media (min-width: 992px) {
  .contact .section-title,
  .contact .section-title small {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact .section-title small {
  color: #999999;
}
.contact-sub .section-title,
.contact-sub .section-title small {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.season-sale .section-title {
  font-size: 43px;
  margin-bottom: 0;
}
.season-sale .section-title small {
  font-size: 30px;
  margin-top: 0;
  font-weight: 300;
}
.section-description {
  padding: 0 15%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .section-description {
    padding: 0;
  }
}
.block-title {
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.block-title.alt {
  text-transform: uppercase;
  padding: 0 10px 0 50px;
  overflow: visible;
  position: relative;
}
.block-title.alt .fa {
  position: absolute;
  top: -3px;
  left: 0px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 32px;
  vertical-align: middle;
  text-align: center!important;
  background-color: #555555;
  color: #ffffff;
  z-index: 20;
}
.block-title.alt .fa.color {
  background-color: #d80018;
}
.block-read-more {
  margin-top: 40px;
  margin-bottom: 40px;
}
.text-banner {
  position: relative;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.text-banner i {
  position: absolute;
  top: 1px;
  left: -15px;
}
.text-banner i + i {
  left: auto;
  right: -15px;
}
/* Links, Link color
 * -------------------------------------------------------------------------- */
a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a {
  color: #d80018;
}
a:hover,
a:active,
a:focus {
  color: #000000;
}
.footer a,
.color a {
  color: #ffffff;
}
.footer a:hover,
.color a:hover,
.footer a:active,
.color a:active,
.footer a:focus,
.color a:focus {
  color: #d80018;
}
p {
	margin-bottom: 30px;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}
ul.list .fa,
ol.list .fa {
  width: 22px;
  color: #d80018;
}
.drop-cap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 37px;
  margin: 0 10px 0 0;
  color: #d80018;
}
.text-lg {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #8c000f;
}
/* Page header /* bs3
 * -------------------------------------------------------------------------- */
.page-header {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 36px;
  color: #555555;
}
.page-header h1 {
  margin: 0;
  font-size: 36px;
  color: #555555;
}
.page-header h1 small {
  display: block;
  font-size: 16px;
  color: #555555;
}
/* Page dividers
 * -------------------------------------------------------------------------- */
hr.page-divider {
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
  border-color: #eeeeee;
}
hr.page-divider:after {
  content: '';
  display: block;
  margin-top: 1px;
  border-bottom: solid 1px #eeeeee;
}
hr.transparent,
hr.page-divider.transparent {
  border-color: transparent;
}
hr.page-divider.half {
  border-color: transparent;
  margin-top: 0;
}
hr.page-divider.small {
  border-color: transparent;
  margin-top: 0;
  margin-bottom: 20px;
}
hr.page-divider.single {
  border-color: #999999;
}
hr.page-divider.single:after {
  display: none;
}
hr.page-divider.transparent:after,
hr.page-divider.half:after,
hr.page-divider.small:after {
  display: none;
}
.section-separator {
  overflow: hidden;
  position: relative;
  margin: 43px auto;
  max-width: 660px;
  height: 14px;
}
.section-separator div.before,
.section-separator:before {
  content: '';
  display: block;
  position: absolute;
  right: 50%;
  bottom: 6px;
  height: 1px;
  width: 100%;
  margin-right: 25px;
  border-bottom: solid 1px #eeeeee;
}
.section-separator div.after,
.section-separator:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 6px;
  height: 1px;
  width: 100%;
  margin-left: 30px;
  border-bottom: solid 1px #eeeeee;
}
.section-separator i {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #eeeeee;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.section-separator i:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #eeeeee;
}
.image .section-separator div.before,
.image .section-separator:before {
  border-bottom: solid 1px #999999;
}
.image .section-separator div.after,
.image .section-separator:after {
  border-bottom: solid 1px #999999;
}
.image .section-separator i {
  border-bottom: 7px solid #999999;
}
.image .section-separator i:after {
  border-top: 7px solid #999999;
}
.alert {
  border-radius: 0;
}
/* 1.6 - Buttons
/* ========================================================================== */
.btn,
.btn:hover,
.btn:active,
.btn.active {
  box-shadow: none;
  border-radius: 0;
}
.btn-theme,
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active {
  border-radius: 0;
}
.btn-theme {
  color: #ffffff;
  background-color: #d80018;
  border-color: #d80018;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
.wishlistbtn-theme {
  color: #d80018;
  background-color: transparent;
  border-color: #d80018;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-theme:hover {
  background-color: #72000d;
  border-color: #72000d;
  color: #ffffff;
}
.color .btn-theme {
  color: #d80018;
  background-color: #ffffff;
  border-color: #ffffff;
}
.color .btn-theme:hover {
  background-color: #d80018;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
  background-color: transparent;
  border-color: #d80018;
  color: #d80018;
}
.btn-theme-transparent:hover {
  background-color: #72000d;
  border-color: #72000d;
  color: #ffffff;
}
.btn-theme-transparent-grey,
.btn-theme-transparent-grey:focus,
.btn-theme-transparent-grey:active {
  background-color: transparent;
  border-color: #555555;
  color: #555555;
}
.btn-theme-transparent-grey:hover {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.btn-theme-transparent-white,
.btn-theme-transparent-white:focus,
.btn-theme-transparent-white:active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-theme-transparent-white:hover {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.btn-theme-grey {
  background-color: #808080;
  border-color: #7b7b7b;
  color: #d80018;
}
.btn-theme-grey:hover,
.btn-theme-grey:focus,
.btn-theme-grey:active {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.btn-theme-red {
  background-color: #ea0000;
  border-color: #ea0000;
  color: #ffffff;
}
.btn-theme-red:hover,
.btn-theme-red:focus,
.btn-theme-red:active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-theme-sm {
  font-size: 14px;
  padding: 7px 20px;
}
.btn-theme-lg {
  font-size: 18px;
  padding: 20px 35px;
}
.btn-theme-xl {
  font-size: 24px;
  padding: 25px 35px;
}
.btn-play {
  display: inline-block !important;
  padding: 0 !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  text-align: center;
  background-color: #d80018;
  color: #ffffff;
}
.btn-play .fa {
  font-size: 40px;
  line-height: 80px;
  margin-right: -9px;
}
.btn-play:hover {
  background-color: #ffffff;
  color: #d80018;
}
p.btn-row {
  margin-top: -10px;
}
p.btn-row .btn {
  margin-top: 10px;
  margin-right: 10px;
}
p.btn-row .text {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
/* 1.7 - Form / Input / Textarea / Select
/* ========================================================================== */
.form-control {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-radius: 0;
  border: 1px solid #d80018;
  color: #808080;
}
.form-control:focus {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #72000d;
}
textarea {
  resize: none;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
}
.bootstrap-select .dropdown-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.bootstrap-select > .selectpicker {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none !important;
  height: 40px;
  border-radius: 0;
  border: 1px solid #d80018;
  background-color: #ffffff !important;
  color: #808080 !important;
}
.bootstrap-select > .selectpicker:focus {
  border-color: #d80018;
}
.bootstrap-select-searchbox .form-control {
  border-radius: 0;
}
/* --------------------------------------------------------------------------
 * 2 - Header
 * -------------------------------------------------------------------------- */
.wide .header,
.boxed .header > .container {
  background-color: #ffffff;
  position: relative;
}
.sticky-wrapper .header {
  width: 100%;
  z-index: 20;
}
.header .header-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.wide .header.shrink .header-wrapper,
.boxed .header.shrink > .container .header-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .wide .header .header-wrapper,
  .boxed .header > .container .header-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.sticky-wrapper .header .header-wrapper {
  -webkit-transition: none ;
  transition: none ;
}
.sticky-wrapper.is-sticky .header.shrink .header-wrapper {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.is-sticky .header.header-sticky .header-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.wide .is-sticky .header,
.boxed .is-sticky .header > .container {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.sticky-wrapper {
  height: auto !important;
}
/* 2.1 - Logo
/* ========================================================================== */
.logo {
  float: left;
}
@media (max-width: 479px) {
  .logo {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.logo a {
  color: #d80018;
  display: block;
  min-width: 200px;
  font-family: 'Berkshire Swash', cursive;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  text-transform: ;
}
.logo a:hover,
.logo a:hover small {
  color: #72000d;
}
.logo a:hover .logo-bg {
  background-color: #72000d;
}
.logo small {
  margin-left: 55px;
  display: block;
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
}
.logo a small,
.logo a:hover small {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo .logo-text {
  padding-top: 0px;
  font-size: 30px;
  margin-left: 50px;
  display: block;
}
.logo .fa-stack {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}
.logo .fa-stack .logo-bg {
  background-color: #d80018;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.logo .fa-stack .logo-fa {
  color: #ffffff;
  font-size: 20px;
}
.footer-logo {
  font-family: 'Berkshire Swash', cursive;
  font-size: 22px;
  font-weight: bold;
  line-height: 20px;
  text-transform: ;
  color: #ffffff;
}
.footer-logo small {
  font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-left: 4px;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  letter-spacing: normal;
  text-transform: none;
}
.footer-logo .logo-text {
  padding-top: 4px;
  display: block;
}
.footer-logo .fa-stack {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}
.footer-logo .fa-stack .logo-bg {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.footer-logo .fa-stack .logo-fa {
  color: #d80018;
  font-size: 20px;
}
/* 2.3 - Top line
/* ========================================================================== */
.top-line {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
.wide .top-line,
.boxed .top-line > .container {
  background-color: #329103;
}
@media (max-width: 767px) {
  .top-line {
    font-size: 10px;
  }
}
.top-line a {
  color: #e1fcd3;
}
.top-line a:hover {
  color: #FFFFFF;
}
.top-line .top-line-navigation {
  float: left;
  margin-bottom: 0;
}
.top-line .top-line-navigation li {
  float: left;
  margin-right: 20px;
}
.top-line .top-line-navigation li a {
  display: block;
  padding: 10px 0 8px 0;
  border-bottom: solid 2px transparent;
}
@media (max-width: 767px) {
  .top-line .top-line-navigation li a {
    padding: 5px 0;
  }
}
.top-line .top-line-navigation li.active a {
  border-bottom: solid 2px #d80018;
  color: #ff253e;
}
.top-line .top-line-user-menu {
  float: right;
  margin-bottom: 0;
}
.top-line .top-line-user-menu li {
  float: left;
  margin-left: 20px;
}
.top-line .top-line-user-menu li a {
  display: block;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .top-line .top-line-user-menu li a {
    padding: 5px 0;
  }
}
.top-line .top-line-user-menu li.active a {
  border-bottom: solid 2px #d80018;
  color: #ff253e;
}
.top-line .top-line-text {
  overflow: hidden;
  text-align: center;
  margin-top: 11px;
}
.shrink .top-line .top-line-text {
  margin-top: 5px;
}
@media (max-width: 991px) {
  .top-line .top-line-text {
    display: none;
  }
}
@media (max-width: 480px) {
  .top-line .top-line-navigation,
  .top-line .top-line-user-menu {
    float: none;
  }
  .top-line-user-menu li {
    float: left;
    margin-left: 0 !important;
    margin-right: 20px !important;
  }
}
/* 2.3 - Navigation / superfish skin
/* ========================================================================== */
.header-wrapper .navigation {
  float: right;
  background-color: transparent;
}
/* SUPERFISH ESSENTIAL STYLES */
.sf-menu {
  margin: 0;
  padding: 0;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu ul {
  min-width: 12em;
  /* submenu width */
}
/* SUPERFISH THEME SKIN */
.sf-menu {
  /*margin-right: -1em;*/
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.sf-menu.nav > li > a:hover,
.sf-menu.nav > li > a:focus {
  background-color: transparent;
}
.sf-menu.nav > li > a,
.sf-menu ul li > a {
  padding: 6px 15px 6px 15px;
}
.sf-menu .megamenu ul li > a {
  padding: 3px 15px 3px 15px;
}
.sf-menu a {
  color: #d80018;
}
.sf-menu a:hover {
  color: #ff253e;
}
.sf-menu li.active > a {
  color: #ff253e;
}
.sf-menu ul {
  margin-left: 1em;
  /**/
  margin-left: 0;
  padding-left: 0;
}
.sf-menu li > ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.sf-menu ul ul {
  margin-left: 0;
}
.sf-menu ul li {
  background: #ffffff;
}
.sf-menu ul a {
  text-transform: none;
  font-weight: 400;
}
/* ARROW DOWN */
.sf-menu.nav > li > a.sf-with-ul,
.sf-arrows .sf-with-ul {
  padding-right: 1.8em;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #555555;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #d80018;
}
/* ARROW RIGHT */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #555555;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #d80018;
}
.sf-menu li.megamenu {
  position: inherit !important;
}
.sf-menu li.megamenu > ul {
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.sf-menu li.megamenu > ul li.row {
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.sf-menu li.megamenu > ul li ul {
  display: block;
  position: relative;
  left: 0;
  margin-left: 0;
}
.sf-menu li.megamenu ul {
  margin-left: 0;
}
.sf-menu li.megamenu ul a {
  padding-left: 0;
  color: #000;
}
.sf-menu li.megamenu ul a:hover {
  color: #d80018;
}
.sf-menu li.megamenu p {
  margin-bottom: 10px;
}
.sf-menu li.megamenu .block-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: dotted 1px #999999;
  color: #000;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}
.cart-wrapper {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .cart-wrapper {
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .cart-wrapper {
    float: none !important;
    margin-left: 0;
  }
}
.cart-total {
  cursor: pointer;
  font-weight: bold;
  line-height: 33px;
  text-transform: uppercase;
  color: #555555;
}
@media (max-width: 639px) {
  .cart-total {
    font-size: 14px;
  }
}
.cart-total .total {
  float: left;
}
.cart-total .fa {
  float: left;
  display: block;
  font-size: 24px;
  line-height: 33px;
  margin-left: 2px;
  color: #d80018;
}
.cart-total .items {
  float: left;
  margin-left: 5px;
}
.cart-items {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 450px;
}
@media (min-width: 768px) {
  .cart-items:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d80018;
  }
  .cart-items:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
  }
}
.cart-items .cart-items-inner {
  background-color: #eeeeee;
  border: solid 1px #d80018;
}
.cart-items .media {
  padding: 15px;
}
.cart-items .media + .media {
  border-top: solid 1px #ff3f54;
  margin-top: 0;
}
.cart-items .item-image {
  width: 50px;
}
.cart-items .item-title {
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
}
.cart-items .item-desc {
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
}
.cart-items .item-price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #d80018;
}
.page-checkout.fade .modal-dialog,
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-checkout.in .modal-dialog,
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-checkout .modal-title,
.modal .modal-title {
  font-family: 'Montserrat', cursive;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  color: #d80018;
}
.page-checkout .modal-content,
.modal .modal-content {
  border-radius: 0;
  background-color: #ffffff;
  border: solid 1px #d80018;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-checkout .modal-footer,
.modal .modal-footer {
  text-align: left;
}
.page-checkout section + section,
.modal section + section {
  padding-top: 30px;
}
.page-checkout .section-title,
.modal .section-title {
  text-align: left;
}
.page-checkout .block-title,
.modal .block-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #555555;
}
.page-checkout p,
.modal p {
  margin-bottom: 15px;
  font-size: 13px;
}
.page-checkout a.link,
.modal a.link {
  font-size: 12px;
  text-transform: uppercase;
  color: #ff3f54;
}
.page-checkout a.link:hover,
.modal a.link:hover {
  color: #d80018;
}
.page-checkout form .radio,
.modal form .radio {
  margin-top: 0;
}
.page-checkout form label input,
.modal form label input {
  margin-top: 1px;
}
.page-checkout label,
.modal label {
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #d80018;
}
.page-checkout table.order,
.modal table.order {
  margin-bottom: 30px;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  color: #555555;
}
.page-checkout table.order .total,
.modal table.order .total {
  background-color: #ffffff;
  color: #555555;
  border-bottom: solid 5px #eeeeee;
}
.page-checkout table.order strong,
.modal table.order strong {
  color: #333333;
}
.page-checkout table.order .price,
.modal table.order .price,
.page-checkout table.order .price strong,
.modal table.order .price strong {
  color: #ea0000;
}
.page-checkout table.order thead,
.modal table.order thead {
  background-color: #d80018;
  color: #ffffff;
}
.page-checkout table.order thead th,
.modal table.order thead th {
  font-weight: normal;
}
.page-checkout table.order > thead > tr > th,
.modal table.order > thead > tr > th,
.page-checkout table.order > tbody > tr > th,
.modal table.order > tbody > tr > th,
.page-checkout table.order > tfoot > tr > th,
.modal table.order > tfoot > tr > th,
.page-checkout table.order > thead > tr > td,
.modal table.order > thead > tr > td,
.page-checkout table.order > tbody > tr > td,
.modal table.order > tbody > tr > td,
.page-checkout table.order > tfoot > tr > td,
.modal table.order > tfoot > tr > td {
  padding: 15px;
}
.page-checkout table.order > thead > tr > th,
.modal table.order > thead > tr > th,
.page-checkout table.order > tbody > tr > th,
.modal table.order > tbody > tr > th,
.page-checkout table.order > tfoot > tr > th,
.modal table.order > tfoot > tr > th,
.page-checkout table.order > thead > tr > td,
.modal table.order > thead > tr > td,
.page-checkout table.order > tbody > tr > td,
.modal table.order > tbody > tr > td,
.page-checkout table.order > tfoot > tr > td,
.modal table.order > tfoot > tr > td {
  border-color: #ffffff;
}
.page-checkout table.order > thead > tr > th + th,
.modal table.order > thead > tr > th + th,
.page-checkout table.order > tbody > tr > th + th,
.modal table.order > tbody > tr > th + th,
.page-checkout table.order > tfoot > tr > th + th,
.modal table.order > tfoot > tr > th + th,
.page-checkout table.order > thead > tr > td + td,
.modal table.order > thead > tr > td + td,
.page-checkout table.order > tbody > tr > td + td,
.modal table.order > tbody > tr > td + td,
.page-checkout table.order > tfoot > tr > td + td,
.modal table.order > tfoot > tr > td + td {
  border-left: solid 1px #ffffff;
}
.page-checkout table.order > tbody > tr > td,
.modal table.order > tbody > tr > td,
.page-checkout table.order > tbody > tr > th,
.modal table.order > tbody > tr > th {
  background-color: #ffffff;
}
.page-checkout table.order > tbody > tr:nth-child(2n+1) > td,
.modal table.order > tbody > tr:nth-child(2n+1) > td,
.page-checkout table.order > tbody > tr:nth-child(2n+1) > th,
.modal table.order > tbody > tr:nth-child(2n+1) > th {
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .popup-checkout section.address .row > .col-sm-4 .form-group {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .popup-checkout section.address label {
    line-height: 40px;
  }
}
.popup-cart .modal-dialog {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .popup-cart .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popup-cart .modal-dialog > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .popup-product-view .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popup-product-view .modal-dialog > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 2.4 - Fixed menu / Mobile menu
/* ========================================================================== */
.menu-toggle {
  display: none;
  margin-top: 3px !important;
}
@media (max-width: 991px) {
  .menu-toggle {
    display: block;
    /*z-index: 2;*/
    padding: 0;
    margin: 0 0 0 15px;
    float: right;
    border: none;
  }
  .menu-toggle .fa {
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff !important;
    background-color: #d80018;
  }
}
.menu-toggle-close {
  display: none;
}
@media (max-width: 991px) {
  .menu-toggle-close {
    display: block;
    width: 100%;
    text-align: right;
  }
  .menu-toggle-close .fa {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    z-index: 11000;
    background-color: #d80018 !important;
    background-color: rgba(216, 0, 24, 0.95) !important;
  }
  .navigation.closed {
    right: -250px;
  }
  .navigation.opened {
    right: 0;
    overflow-y: scroll;
  }
  .sf-menu {
    margin-right: 0;
    padding: 15px 0 15px 0;
  }
  .sf-menu a {
    color: #ffffff;
  }
  .sf-menu a:hover {
    color: #000000;
  }
  .sf-menu > li {
    float: none;
  }
  .sf-menu > li > a {
    background-color: #d80018;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sf-menu > li > a:hover {
    background-color: #ffffff !important;
    color: #d80018;
  }
  .sf-menu .megamenu {
    color: #ffffff;
  }
  .sf-menu .megamenu ul {
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .sf-menu .megamenu ul a {
    color: #ffffff !important;
  }
  .sf-menu .megamenu .row {
    margin: 0 !important;
  }
  .sf-menu .megamenu .block-title {
    color: #ffffff !important;
    border-color: #ffffff !important;
  }
  .sf-menu .megamenu div[class*="col-"] + div[class*="col-"] {
    margin-top: 10px !important;
  }
  .sf-menu ul {
    display: block !important;
    opacity: 1 !important;
    position: relative;
  }
  .sf-menu ul li {
    background-color: transparent;
  }
  .sf-menu li {
    float: none!important;
    display: block!important;
    width: 100%!important;
    margin-bottom: 10px !important;
  }
  .sf-menu li a {
    float: none!important;
  }
  .sf-menu ul {
    position: static!important;
    margin-left: 0 !important;
    /*display: none!important;*/
  }
  .sf-arrows .sf-with-ul:after {
    border-color: #ffffff transparent transparent !important;
  }
}
.logo,
.logo a,
.header,
.header .header-wrapper,
.top-line-navigation,
.top-line-user-menu,
.top-line-text {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-search {
  position: absolute;
  top: 30px;
  left: 0;
  width: 270px;
  max-width: 100%;
}
.is-sticky .header-search {
  top: 5px;
}
@media (max-width: 991px) {
  .header-search {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .header-search {
    top: 5px;
    width: 100px;
  }
}
.header-search .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.header-search button {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: #ffffff;
  border: none;
  padding: 2px 8px;
  line-height: 30px;
  font-size: 16px;
  color: #555555;
}
.header-search button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -34px;
  width: 34px;
  height: 34px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.header-alternate .logo {
  float: none;
  max-width: 255px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.header-alternate .logo a {
  display: inline-block;
}
.header-alternate .cart-wrapper {
  float: right;
}
@media (max-width: 991px) {
  .header-alternate .cart-wrapper {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .header-alternate .menu-toggle {
    position: absolute;
    right: 0;
    top: 30px;
  }
}
@media (max-width: 768px) {
  .header-alternate .menu-toggle {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
@media (max-width: 991px) {
  .is-sticky .header-alternate .menu-toggle {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.header-alternate .navigation-wrapper > .container {
  position: relative;
}
@media (min-width: 992px) {
  .header-alternate .navigation-wrapper {
    background-color: #eeeeee !important;
  }
}
.boxed .header-alternate .navigation-wrapper {
  background-color: transparent !important;
}
.boxed .header-alternate .navigation-wrapper > .container {
  background-color: #eeeeee !important;
}
.header-alternate .navigation {
  float: none !important;
  text-align: center;
}
.header-alternate .navigation:before {
  content: '';
  display: block;
  clear: both;
}
.header-alternate .navigation ul {
  display: inline-block;
  text-align: left;
}
.header-alternate .btn-wish-list {
  float: left;
  margin-right: 5px;
  padding: 0;
}
.header-alternate .btn-wish-list .fa {
  font-size: 12px;
  width: 30px;
  height: 31px;
  line-height: 30px;
}
.header-alternate .btn-compare {
  float: left;
  margin-right: 5px;
  padding: 0;
}
.header-alternate .btn-compare .fa {
  font-size: 12px;
  width: 30px;
  height: 31px;
  line-height: 30px;
}
/* --------------------------------------------------------------------------
 * 3 - Content
 * -------------------------------------------------------------------------- */
/* 3.1 - Slider / Owl sliders
/* ========================================================================== */
#main-slider .item {
  /*min-height: 480px;*/
  max-height: 520px;
}
#main-slider .owl-wrapper {
  /*margin-top*/
}
#main-slider.owl-theme .owl-item {
  position: relative;
}
#main-slider.owl-theme .owl-controls {
  margin: 0;
}
#main-slider.owl-theme .owl-controls .owl-page span,
#main-slider.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
}
#main-slider.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#main-slider.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
  position: relative;
  border-radius: 0;
  font-size: 55px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  color: #ffffff;
  text-shadow: 1px 1px 0 #141f23;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #d80018;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: 90px;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: 90px;
}
#main-slider.owl-carousel .owl-item .item {
  overflow: hidden;
  /*max-height: 660px;*/
}
#main-slider.owl-carousel .owl-item .item img {
  /*max-width: 100%;*/
}
.with-sidebar #main-slider .caption > .container,
.main-slider-row #main-slider .caption > .container {
  max-width: 100%;
}
@media (max-width: 991px) {
  .main-slider-row .widget-categories {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .main-slider-row .sidebar {
    float: left;
  }
  .main-slider-row .slider {
    float: right;
  }
  .main-slider-row .owl-stage-outer {
    max-height: 414px;
  }
  .main-slider-row .owl-stage {
    max-height: 414px;
  }
  .main-slider-row .owl-item {
    max-height: 414px;
  }
  .main-slider-row .item {
    max-height: 414px;
  }
  .main-slider-row .slide-img {
    max-height: 414px;
  }
}
.owl-carousel .owl-item {
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* Slider Caption
 * -------------------------------------------------------------------------- */
#main-slider .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider .caption > .container {
  position: relative;
  min-height: 100%;
  height: 100%;
}
#main-slider .div-table {
  width: 100%;
}
#main-slider .caption-content {
  max-width: 420px;
  margin: 0 0 0 auto;
  padding: 25px;
  background-color: #d80018;
  background-color: rgba(0, 0, 24, 0.9);
}
@media (max-width: 767px) {
  #main-slider .caption-content {
    padding: 15px;
  }
}
@media (max-width: 639px) {
  #main-slider .caption-content {
    display: none;
  }
}
#main-slider .caption-title {
  font-family: 'Montserrat', cursive;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  #main-slider .caption-title {
    font-size: 17px;
  }
}
#main-slider .caption-subtitle {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 15px 0;
}
#main-slider .caption-subtitle strong {
  font-weight: 500;
}
#main-slider .caption-text {
  margin: 0 0 0 0;
}
#main-slider .caption-text .btn:first-child {
  margin-right: 30px;
}
#main-slider .btn-theme {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #d80018;
}
#main-slider .btn-theme:hover {
  border-color: #72000d;
  background-color: #72000d;
  color: #ffffff;
}
#main-slider .owl-controls {
  margin: 0;
}
@media (max-width: 639px) {
  #main-slider .owl-controls {
    display: none;
  }
}
#main-slider .owl-nav .owl-prev,
#main-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
#main-slider .owl-nav .owl-prev {
  left: 0;
}
#main-slider .owl-nav .owl-next {
  right: 0;
}
#main-slider .owl-nav [class*=owl-] {
  margin: -30px 0 0 0 !important;
  padding: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 0 !important;
  font-size: 40px !important;
  line-height: 60px !important;
  background: #000 !important;
  color: #ffffff !important;
}
#main-slider .owl-nav [class*=owl-]:hover {
  background: #72000d !important;
}
#main-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#main-slider .owl-dots .owl-dot span {
  background-color: #ff3f54;
}
#main-slider .owl-dots .owl-dot:hover span,
#main-slider .owl-dots .owl-dot.active span {
  background-color: #72000d;
}
.products-carousel .owl-theme .owl-controls {
  margin: 0 !important;
}
@media (max-width: 639px) {
  .products-carousel .owl-theme .owl-controls {
    display: none;
  }
}
.products-carousel .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 #000000;
  background: transparent;
  color: #000000;
}
.products-carousel .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #d80018;
  border-color: #d80018;
  color: #ffffff;
}
.products-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -70px;
}
.products-carousel .owl-theme .owl-controls .owl-nav .owl-next {
  right: -70px;
}
@media (max-width: 1300px) {
  .products-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }
  .products-carousel .owl-theme .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
}
.products-carousel .owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.products-carousel .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #555555;
}
.products-carousel .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.products-carousel .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #000000;
}
.defaultCountdown {
  background-color: transparent;
  border-color: transparent;
  border: none;
  width: 100%;
}
.countdown-row {
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.countdown-section {
  background-color: rgba(50, 145, 3, -46);
}
.countdown-show4 .countdown-section {
  width: 25% !important;
}
.countdown-amount {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.countdown-period {
  line-height: 20px;
  font-weight: normal;
  color: #ffffff;
  clear: both;
  text-transform: uppercase;
  margin: 0 0 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.latest-deals-row {
  margin-top: -30px;
}
.latest-deals-row .latest-deal {
  margin: 30px auto 0 auto;
  background-color: #ffffff;
  color: #333333;
}
@media (max-width: 991px) {
  .latest-deals-row .latest-deal {
    max-width: 450px;
  }
}
.latest-deals-row .latest-deal .deal-media {
  overflow: hidden;
  position: relative;
}
.latest-deals-row .latest-deal .deal-about {
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .latest-deals-row .latest-deal .deal-about {
    margin-left: -15px;
    padding-right: 15px;
  }
}
.latest-deals-row .latest-deal .deal-title {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  position: relative;
}
.latest-deals-row .latest-deal .deal-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: dotted 1px #333333;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.latest-deals-row .latest-deal .deal-availability {
  margin-bottom: 20px;
}
.latest-deals-row .latest-deal .deal-availability span.in-stock {
  color: #d80018;
  font-weight: bold;
}
.latest-deals-row .latest-deal .deal-description {
  margin-bottom: 20px;
}
.latest-deals-row .latest-deal .price del {
  font-size: 16px;
  line-height: 17px;
  color: #555555;
}
.latest-deals-row .latest-deal .price ins {
  font-size: 30px;
  line-height: 31px;
  text-decoration: none;
  color: #d80018;
}
.latest-deals-row .latest-deal .countdown-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* 3.2 - Promotions slider / Owl carousel
/* ========================================================================== */
@media (max-width: 639px) {
  .promotions-slider {
    display: none !important;
  }
}
.promotions-slider .container {
  position: relative;
}
.promotions-slider .caption {
  position: absolute;
  top: 0;
  right: 15px;
  max-width: 570px;
  height: 100%;
}
@media (max-width: 991px) {
  .promotions-slider .caption {
    max-width: 470px;
  }
}
.promotions-slider .caption .btn-theme {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d80018;
}
.promotions-slider .caption .btn-theme:hover {
  background-color: #72000d;
  border-color: #72000d;
  color: #ffffff;
}
.promotions-slider .caption-content {
  padding: 30px;
  background-color: #d80018;
  background-color: rgba(216, 0, 24, 0.9);
  color: #ffffff;
}
@media (max-width: 991px) {
  .promotions-slider .caption-content {
    padding: 15px;
  }
}
@media (max-width: 639px) {
  .promotions-slider .caption-content {
    display: none;
  }
}
.promotions-slider .caption-title {
  font-family: 'Montserrat', cursive;
  line-height: 1;
  margin-bottom: 12px;
  color: #ffffff;
}
.promotions-slider .caption-note {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 991px) {
  .promotions-slider .caption-note {
    margin-bottom: 15px;
  }
}
.promotions-slider .caption-price {
  margin-bottom: 10px;
  font-family: 'Montserrat', cursive;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
}
.promotions-slider .caption-text {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .promotions-slider .caption-text {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.promotions-slider .owl-controls {
  margin: 0;
}
@media (max-width: 639px) {
  .promotions-slider .owl-controls {
    display: none;
  }
}
.promotions-slider .owl-nav .owl-prev,
.promotions-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.promotions-slider .owl-nav .owl-prev {
  left: 15px;
}
.promotions-slider .owl-nav .owl-next {
  right: 15px;
}
.promotions-slider .owl-nav [class*=owl-] {
  margin-top: -28px !important;
  font-size: 25px !important;
  background: transparent !important;
  color: #d80018 !important;
}
.promotions-slider .owl-nav [class*=owl-]:hover {
  color: #72000d !important;
}
.promotions-slider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.promotions-slider .owl-dots .owl-dot span {
  background-color: #ff3f54;
  width: 14px !important;
  height: 14px !important;
}
.promotions-slider .owl-dots .owl-dot:hover span,
.promotions-slider .owl-dots .owl-dot.active span {
  background-color: #72000d;
}
/* 3.3 - Image carousel / Owl carousel
/* ========================================================================== */
.product-img-carousel .owl-controls,
.img-carousel .owl-controls {
  margin: 0;
}
@media (max-width: 639px) {
  .product-img-carousel .owl-controls,
  .img-carousel .owl-controls {
    display: none;
  }
}
.product-img-carousel .owl-nav .owl-prev,
.img-carousel .owl-nav .owl-prev,
.product-img-carousel .owl-nav .owl-next,
.img-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.product-img-carousel .owl-nav .owl-prev,
.img-carousel .owl-nav .owl-prev {
  left: 0;
}
.product-img-carousel .owl-nav .owl-next,
.img-carousel .owl-nav .owl-next {
  right: 0;
}
.product-img-carousel .owl-nav [class*=owl-],
.img-carousel .owl-nav [class*=owl-] {
  margin: -15px 0 0 0 !important;
  padding: 0 !important;
  width: 20px;
  height: 30px;
  border-radius: 0 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  background: #d80018 !important;
  color: #ffffff !important;
}
.product-img-carousel .owl-nav [class*=owl-]:hover,
.img-carousel .owl-nav [class*=owl-]:hover {
  background: #72000d !important;
}
.product-img-carousel .owl-dots,
.img-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-img-carousel .owl-dots .owl-dot span,
.img-carousel .owl-dots .owl-dot span {
  background-color: #ff3f54;
}
.product-img-carousel .owl-dots .owl-dot:hover span,
.img-carousel .owl-dots .owl-dot:hover span,
.product-img-carousel .owl-dots .owl-dot.active span,
.img-carousel .owl-dots .owl-dot.active span {
  background-color: #72000d;
}
/* 3.4 - Partners carousel / Owl carousel
/* ========================================================================== */
.partners-carousel .owl-carousel div a {
  display: block;
  text-align: center;
  border: solid 1px #eeeeee;
  background-color: transparent;
  padding: 20px;
  margin: 1px;
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}
.partners-carousel .owl-carousel div a:hover {
  border: solid 1px #d80018;
}
.partners-carousel .owl-carousel div a img {
  display: inline-block;
  max-width: 100%;
}
.partners-carousel .owl-carousel .owl-item img {
  width: auto;
}
.partners-carousel .owl-theme .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -80px;
}
@media (max-width: 767px) {
  .partners-carousel .owl-theme .owl-controls .owl-nav {
    position: inherit !important;
    margin-top: 30px;
  }
}
.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.partners-carousel .owl-prev,
.partners-carousel .owl-next {
  border: solid 1px #d80018;
  color: #d80018;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.partners-carousel .owl-next {
  margin-left: 10px !important;
}
.partners-carousel .owl-prev .fa,
.partners-carousel .owl-next .fa {
  color: #d80018;
  font-size: 16px !important;
  line-height: 30px;
}
.partners-carousel .owl-prev:hover,
.partners-carousel .owl-next:hover {
  border-color: #000000;
  color: #000000;
}
.partners-carousel .owl-prev:hover .fa,
.partners-carousel .owl-next:hover .fa {
  color: #000000;
}
/* 3.5 - Breadcrumbs
/* ========================================================================== */
.page-section.breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
.boxed .breadcrumbs > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.breadcrumbs .breadcrumb {
  position: relative;
  padding: 20px 0 0 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
}
.breadcrumbs .breadcrumb li {
  margin-bottom: 10px;
}
.breadcrumbs .breadcrumb > li + li:before {
  content: '\f105 ';
  font-family: 'FontAwesome';
}
/* 3.8 - Blog / Post
/* ========================================================================== */
.content .post-wrap {
  position: relative;
}
.content .post-wrap + .post-wrap {
  margin-top: 50px;
  position: relative;
}
.post-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-media img {
  max-width: 100%;
  width: 100%;
}
.post-header {
  position: relative;
  margin-bottom: 30px;
}
.latest-blog .post-header {
  margin-bottom: 0px;
}
.post-title {
  color: #d80018;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}
.post-title a {
  color: #d80018;
  line-height: 1;
}
.post-title a:hover {
  color: #72000d;
  border-bottom: solid 1px #72000d;
}
.latest-blog .post-title {
  font-size: 16px;
  font-weight: bold;
}
.latest-blog .post-title a {
  border-bottom: none;
}
.post-meta {
  color: #999999;
  line-height: 1;
  font-size: 12px;
}
.latest-blog .post-meta {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.post-meta a,
.post-meta .fa {
  color: #d80018;
}
.post-meta a:hover {
  color: #000000;
}
.post-read-more {
  display: block;
}
.post-type {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 2;
  text-align: center;
  line-height: 40px;
  background-color: rgba(238, 238, 238, 0.8);
}
.post-type .fa {
  color: #d80018;
}
.about-the-author {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #eeeeee;
}
.about-the-author .media-heading {
  color: #d80018;
}
.about-the-author .media-object {
  margin-right: 15px;
}
.latest-blog .post-media {
  margin-bottom: 5px;
}
.latest-blog .post-media .post-type {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.latest-blog .post-media:hover .post-type {
  opacity: 0;
}
.latest-blog .thumbnail {
  position: relative !important;
}
.latest-blog .thumbnail .media:after {
  display: none;
}
.latest-blog .thumbnail .media-link {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
}
.latest-blog .thumbnail .media-link .fa {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: -15px;
  margin-bottom: -15px;
  color: #ffffff;
  z-index: 11;
  opacity: 0;
}
.latest-blog .thumbnail .media-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(216, 0, 24, 0);
  z-index: 10;
}
.latest-blog .thumbnail .media-link:hover .fa {
  bottom: 50%;
  opacity: 1;
}
.latest-blog .thumbnail .media-link:hover:after {
  background-color: rgba(216, 0, 24, 0.7);
}
/* 3.9 - Comments
/* ========================================================================== */
.comments {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #eeeeee;
}
.comments > .comment:last-child .comment-reply {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comment-avatar img {
  width: 70px;
}
.pull-left.comment-avatar {
  margin-right: 15px;
}
.pull-right.comment-avatar {
  margin-left: 15px;
}
@media (max-width: 479px) {
  .comment-avatar img {
    width: 24px;
    height: auto;
  }
}
.comment-meta {
  margin-bottom: 5px;
}
.comment-date {
  font-size: 11px;
  line-height: 11px;
  color: #999999;
}
.comment-text {
  margin-bottom: 20px;
}
.comment-reply {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 20px;
}
.comments-form {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px #eeeeee;
}
.comments-form .block-title {
  color: #d80018 !important;
}
.comments-form > .block-title {
  margin-top: 0;
  margin-bottom: 30px;
}
/* 3.10 - Pagination / Pager
/* ========================================================================== */
.pagination-wrapper {
  border-top: solid 1px #eeeeee;
  margin-top: 50px;
  padding-top: 50px;
}
.pagination {
  margin: 0;
}
.pagination > li > a {
  background-color: #eeeeee;
  color: #d80018;
  margin: 0 10px 0 0;
  padding: 7px 15px 7px 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
  background-color: #eeeeee;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
  background-color: #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #d80018;
  color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #d80018;
  border-color: #d80018;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #eeeeee;
}
.pager {
  margin: 0;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
}
.sidebar .form-control {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  padding: 10px 12px;
}
.content-tabs .nav-tabs {
  border-bottom: none;
}
.content-tabs .nav-tabs > li > a,
.content-tabs .nav-tabs > li > a:focus {
  border-radius: 0;
  border-color: #eeeeee #eeeeee transparent;
}
.content-tabs .tab-content {
  padding: 15px;
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}
.content-tabs .media > .pull-left {
  margin-right: 15px;
}
.content-tabs .media > .pull-right {
  margin-left: 15px;
}
.content-tabs .media + .media {
  border-top: solid 1px #eeeeee;
  padding-top: 15px;
}
.content-tabs .media p {
  margin-bottom: 0;
  font-size: 13px;
}
.content-tabs .media p + p {
  margin-top: 10px;
}
.content-tabs .media .media-heading {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.content-tabs .media .post-date {
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.content-tabs #description p {
  margin-bottom: 0;
}
.content-tabs #description p + p {
  margin-top: 20px;
}
.content-tabs .rating {
  display: block;
  margin-bottom: 30px;
}
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  text-align: left;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #999999;
}
.rating span.star.active:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #FFAE00;
}
.product-single .product-title {
  margin-top: 0;
  font-weight: normal;
}
.product-single .product-rating {
  margin-bottom: 30px;
}
.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 .product-price {
  margin-bottom: 10px;
  font-size: 20px;
}
.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;
}

div.grid      { width: 900px; }
div.grid div  { float: left; height: 100px; font-size: 16px; }
div.col100    { width: 150px; }
div.col200    { width: 250px; }
div.clear     { clear: both; }

}


/* Categories
/* ========================================================================== */
.widget-categories li {
  line-height: 30px;
}
.widget-categories li + li {
  margin-top: 10px;
}
.widget-categories a {
  display: block;
  padding: 6px 12px;
  background-color: #eeeeee;
  color: #d80018;
}
.widget-categories li.active a,
.widget-categories a:hover {
  background-color: #d80018;
  color: #ffffff;
}
.widget-categories small {
  float: right;
}
.widget-categories ul.children {
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  margin-top: 5px;
  padding-left: 15px;
}
.widget-categories ul.children li {
  margin-top: 0;
}
.widget-categories ul.children a {
  color: #555555 !important;
  margin-right: 0;
  line-height: 1 !important;
  background: transparent !important;
}
.widget-categories ul.children a:hover {
  color: #d80018 !important;
}
.widget-categories .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}
.widget-categories .arrow {
  float: right;
  color: #555555;
  width: 17px;
  height: 17px;
  cursor: pointer;
  text-align: center;
  margin-top: 7px;
  margin-right: 10px;
}
.widget-categories .arrow .fa {
  font-size: 17px;
  line-height: 14px;
}
/* flickr feed
/* ========================================================================== */
.widget-flickr-feed ul {
  overflow: hidden;
  margin-left: -10px;
  margin-bottom: -10px;
}
.widget-flickr-feed li {
  float: left;
  margin: 0 0 10px 10px;
}
.widget-flickr-feed a {
  display: block;
  border: solid 1px transparent;
  overflow: hidden;
}
.widget-flickr-feed a:hover {
  border-color: #d80018;
}
.widget-flickr-feed a img {
  width: 78px;
  height: auto;
}
@media (max-width: 1199px) {
  .widget-flickr-feed a img {
    width: 62px;
  }
}
@media (max-width: 991px) {
  .widget-flickr-feed a img {
    width: 64px;
  }
}
@media (max-width: 767px) {
  .widget-flickr-feed a img {
    width: 70px;
  }
}
/* Tag-cloud
/* ========================================================================== */
.widget-tag-cloud {
  overflow: hidden;
}
.widget-tag-cloud li {
  float: left;
  margin: 0 10px 10px 0;
}
.widget-tag-cloud a {
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  border: solid 1px #d80018;
  color: #d80018;
}
.widget-tag-cloud a:hover {
  color: #ffffff;
  background-color: #d80018;
  border-color: #d80018;
}
/* Recent tweets
/* ========================================================================== */
.recent-tweets .media .fa {
  color: #d80018;
}
.recent-tweets .media p {
  margin-bottom: 0;
  font-size: 12px;
}
.recent-tweets .media small {
  color: #999999;
}
/* Sidebar widget tabs
/* ========================================================================== */
.sidebar .widget .nav-tabs {
  border-bottom-color: #d80018;
}
.sidebar .widget .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  color: #d80018;
  background-color: #ff7282;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: #d80018;
}
.sidebar .widget .nav-tabs > li > a:hover {
  color: #ffffff;
  border-color: #72000d;
  background-color: #72000d;
}
.sidebar .widget .nav-tabs > li.active > a,
.sidebar .widget .nav-tabs > li.active > a:hover,
.sidebar .widget .nav-tabs > li.active > a:focus {
  color: #ffffff;
  border-color: #999999;
  background-color: #d80018;
  border-left: none;
  border-right: none;
  border-bottom-color: #d80018;
}
.sidebar .widget .tab-content {
  padding-top: 15px;
}
.sidebar .widget .tab-content .media-body .media-heading {
  font-size: 14px;
  text-transform: uppercase;
}
.sidebar .widget .tab-content .media-body p {
  margin-bottom: 0;
  font-size: 12px;
}
.sidebar .widget .tab-content .media-body p + p {
  margin-top: 15px;
}
.sidebar .widget .tab-content .media-body p.post-date {
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}
.sidebar .widget .tab-content .media-body .fa {
  font-size: 14px;
  color: #d80018;
}
.widget-best-sellers .media + .media {
  border-top: solid 1px #eeeeee;
  padding-top: 15px;
}
.widget-best-sellers .media > .pull-left {
  margin-right: 15px;
}
.widget-best-sellers .media > .pull-right {
  margin-left: 15px;
}
.widget-best-sellers .price {
  margin-bottom: 0;
}
.welcome-list {
  margin-top: -30px;
  margin-bottom: 30px;
}
.welcome-list .media {
  margin-top: 30px;
}
.welcome-list .media-object {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-right: 10px;
  text-align: center;
  background-color: #d80018;
}
.welcome-list .media-object .fa {
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
}
.product-list {
  max-width: 450px;
  margin: 0 auto;
}
.product-list .block-title {
  padding-bottom: 10px;
  border-bottom: solid 1px #eeeeee;
}
.product-list .media + .media {
  padding-top: 15px;
  border-top: solid 1px #eeeeee;
}
.product-list .media-heading {
  font-size: 16px;
  font-weight: 400;
}
.product-list .media-heading small {
  display: block;
  margin-top: 5px;
}
.product-list .media-body {
  min-height: 80px;
}
.product-list .price {
  font-size: 16px;
  font-weight: bold;
}
.product-list .price del {
  font-weight: normal;
  font-size: 14px;
}
.product-list .price ins {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  background-color: #d80018;
  color: #ffffff;
}
.product-list .rating {
  font-size: 17px;
}
.product-list .media-link {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  text-align: center;
}
.product-list .media-link .fa {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-bottom: -15px;
  color: #ffffff;
  z-index: 11;
  opacity: 0;
}
.product-list .media-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(216, 0, 24, 0);
  z-index: 10;
}
.product-list .media-link:hover .fa {
  bottom: 50%;
  opacity: 1;
}
.product-list .media-link:hover:after {
  background-color: rgba(216, 0, 24, 0.7);
}
.widget-filter-price .ui-widget-content {
  border-color: #d80018;
  background-color: #ffffff;
}
.widget-filter-price .ui-slider-range {
  background: #ff3f54;
}
.widget-filter-price .ui-corner-all,
.widget-filter-price .ui-corner-bottom,
.widget-filter-price .ui-corner-right,
.widget-filter-price .ui-corner-br {
  border-radius: 0;
}
.widget-filter-price .ui-state-default,
.widget-filter-price .ui-widget-content .ui-state-default,
.widget-filter-price .ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #d80018;
  border-color: #d80018;
}
.widget-filter-price #amount {
  border: none;
  background-color: transparent;
  margin-top: 5px;
}
.widget-shopping-cart {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px;
  z-index: 11000;
  background-color: #eeeeee;
  border-right: solid 1px #d80018;
  overflow-y: auto;
}
.widget-shopping-cart.active {
  left: 0;
  overflow-y: auto;
}
.widget-shopping-cart .cart-items:before,
.widget-shopping-cart .cart-items:after {
  display: none;
}
.widget-shopping-cart .cart-items .cart-items-inner {
  border: none;
}
.widget-shopping-cart .btn-close {
  float: right;
  margin-top: 2px;
  margin-right: -10px;
}
.widget-shopping-cart .btn-close .fa {
  background-color: #d80018;
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  display: block;
}
/* 3.12 - Thumbnails / Features
/* ========================================================================== */
.thumbnail {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
  border: solid 1px #d80018;
}
.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;
}
.row.blocks {
  margin-top: -30px;
}
.row.blocks + .blocks {
  margin-top: 0;
}
.row.blocks .block {
  margin-top: 30px;
}
/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */
.thumbnail .media {
  overflow: hidden;
  position: relative;
}
.thumbnail .media:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
  opacity: 0.1;
}
.thumbnail .media img {
  max-width: 100%;
  width: 100%;
}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
/* Thumbnail caption
 * -------------------------------------------------------------------------- */
.thumbnail {
  border-radius: 0;
  overflow: hidden;
}
.thumbnail .caption {
  padding: 20px 0 0 0;
  overflow: hidden;
  font-size: 14px;
}
.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;
  background-color: transparent;
  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: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  color: #0d1d31;
}
.hovered .caption-title {
  color: #ffffff;
}
.caption-buttons {
  margin-bottom: 0;
}
.caption-buttons .btn {
  color: #ffffff;
  font-size: 30px;
}
.caption-category {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 14px;
  color: #d80018;
}
.caption-read-more {
  font-size: 12px;
  color: #d80018;
  text-decoration: underline;
}
.caption-read-more:hover {
  color: #000000;
}
/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */
.thumbnails.features .thumbnail .caption.hovered,
.thumbnails.features .thumbnail.hover .caption.hovered,
.thumbnails.features .thumbnail:hover .caption.hovered {
  opacity: 1;
  background-color: #000;
}
.thumbnails.features .thumbnail .caption.hovered {
  top: 100%;
  bottom: auto;
  margin-top: -50px;
}
.thumbnails.features .thumbnail.hover .caption.hovered,
.thumbnails.features .thumbnail:hover .caption.hovered {
  top: 0%;
  bottom: auto;
  margin-top: 50px;
}
.thumbnails.features .caption-title {
  margin-bottom: 7px;
}
.thumbnails.features .caption-view {
  position: relative;
  color: #ffffff;
}
.thumbnails.features .caption-view i.dot {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -5px;
}
.thumbnails.features .caption-view i.dot:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #ffffff;
}
.thumbnails.features .caption-view a {
  position: relative;
  text-transform: uppercase;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
  color: #ffffff;
}
.thumbnails.category {
  border: solid 1px transparent;
}
.thumbnails.category .thumbnail .new {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #d80018;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.category .thumbnail.hover .new {
  opacity: 0;
  top: -80px;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view {
  margin-bottom: 0;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view a {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #000000;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #000;
  color: #fff;
}
.thumbnails.category .thumbnail > .caption {
  background-color: #d80018;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0%;
  padding: 10px 15px;
}
.thumbnails.category .thumbnail > .caption .caption-title {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.category .thumbnail.hover > .caption {
  opacity: 0;
  bottom: -100%;
}
.thumbnails.latest-products-alt {
  border: solid 1px transparent;
}
.thumbnails.latest-products-alt .thumbnail .new {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #d80018;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.latest-products-alt .thumbnail.hover .new {
  opacity: 0;
  top: -80px;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view {
  margin-bottom: 0;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view a {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #ffffff;
  color: #d80018;
}
.thumbnails.latest-products-alt .thumbnail > .caption {
  position: relative !important;
  opacity: 1 !important;
  bottom: auto !important;
  text-align: center !important;
  padding: 15px 15px 0 15px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-title {
  color: #333333;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-title {
  float: none;
}
.thumbnails.latest-products-alt .thumbnail > .caption .rating {
  display: inline-block;
  margin: 10px auto 0 auto;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices {
  margin-top: 5px;
  float: none;
  line-height: 1;
  color: #808080;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices .base {
  font-size: 17px;
  font-weight: normal;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices .price {
  font-size: 17px;
  font-weight: bold;
  color: #d80018;
}
.thumbnails.latest-products-alt .thumbnail > .caption .buttons {
  margin-top: 15px;
  margin-left: -5px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .buttons .btn-theme {
  padding: 10px 12px;
  margin-left: 5px;
  font-size: 11px;
  line-height: 12px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .btn-wish-list,
.thumbnails.latest-products-alt .thumbnail > .caption .btn-compare {
  opacity: 0;
}
.thumbnails.latest-products-alt .thumbnail.hover > .caption .btn-wish-list,
.thumbnails.latest-products-alt .thumbnail.hover > .caption .btn-compare {
  opacity: 1;
}
.thumbnails.latest-products .caption-prices {
  float: right;
  margin-left: 10px;
  line-height: 1;
  color: #ffffff;
}
.thumbnails.latest-products .caption-prices .base {
  font-size: 11px;
  font-weight: normal;
}
.thumbnails.latest-products .caption-prices .price {
  font-size: 17px;
  font-weight: bold;
}
.thumbnails.latest-products .thumbnail > .caption .caption-title {
  text-align: left;
}
.thumbnails.reviews {
  border: solid 1px transparent;
  margin-top: -1px !important;
}
.thumbnails.reviews .thumbnail .media:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(114, 0, 13, 0.7);
}
.thumbnails.reviews .thumbnail .caption.hovered {
  text-align: left;
  background-color: #d80018;
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-title {
  font-family: 'Montserrat', cursive;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .thumbnails.reviews .thumbnail .caption.hovered .caption-title {
    font-size: 14px;
  }
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-text {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .8;
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-text:before {
  content: '';
  display: inline-block;
  line-height: 1px;
  width: 40px;
  margin-right: 10px;
  height: 1px;
  margin-bottom: 4px;
  border-top: solid 1px #ffffff;
}
.thumbnails.reviews .thumbnail > .caption {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0%;
}
.thumbnails.reviews .thumbnail > .caption .caption-title {
  margin-bottom: 5px;
  color: #ffffff;
}
.thumbnails.reviews .thumbnail > .caption .caption-text {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .8;
}
.thumbnails.reviews .thumbnail > .caption .caption-text:before {
  content: '';
  display: inline-block;
  line-height: 1px;
  width: 40px;
  margin-right: 10px;
  height: 1px;
  margin-bottom: 4px;
  border-top: solid 1px #ffffff;
}
@media (max-width: 767px) {
  .shop-sorting {
    margin-bottom: 15px;
  }
}
.shop-sorting .form-inline {
  padding-top: 5px;
}
.shop-sorting label {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: top;
  color: #d80018;
}
.shop-sorting .form-group {
  margin-right: 10px;
}
@media (min-width: 480px) {
  .shop-sorting .form-group {
    display: inline-block;
  }
}
.with-sidebar .shop-sorting .form-inline {
  padding-top: 0;
  margin-top: -10px;
}
.with-sidebar .shop-sorting .form-group {
  margin-top: 10px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons {
  margin-top: -30px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .btn {
  font-size: 10px;
  line-height: 1;
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .btn:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #d80018;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .caption-view-more {
  margin-bottom: 10px;
  clear: both;
  transform: translate(-100%, 0);
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .caption-add-to-cart {
  transform: translate(100%, 0);
}
.thumbnails.products .thumbnail.hover .caption.hovered .caption-view-more {
  margin-bottom: 10px;
  clear: both;
  transform: translate(0%, 0%);
}
.thumbnails.products .thumbnail.hover .caption.hovered .caption-add-to-cart {
  transform: translate(0%, 0%);
}
.thumbnails.products .thumbnail > .caption {
  background-color: #d80018;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0%;
  padding: 10px 15px;
}
.thumbnails.products .thumbnail.hover > .caption {
  opacity: 0;
  bottom: -100%;
}
.thumbnails.products .thumbnail > .caption.after-media {
  background-color: transparent;
  bottom: -100%;
  opacity: 0;
  z-index: 10;
}
.thumbnails.products .thumbnail.hover > .caption.after-media {
  bottom: 0%;
  opacity: 1;
}
.thumbnails.products .caption-title {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.products .caption-read-more {
  margin-bottom: 0;
  text-align: center;
}
.thumbnails.products .caption-read-more .btn {
  padding: 6px 9px;
  font-size: 10px;
  line-height: 1;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.thumbnails.products .caption-read-more .btn:hover {
  background-color: #ffffff;
  color: #d80018;
}
.thumbnails.products .thumbnail .caption-price {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #d80018;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.products .thumbnail.hover .caption-price {
  opacity: .3;
  top: -20px;
}
.products.list .thumbnail + .thumbnail {
  margin-top: 30px;
}
.products.list .thumbnail .caption {
  padding-top: 0;
}
.products.list .thumbnail .caption-title {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
@media (max-width: 991px) {
  .products.list .thumbnail .caption-title {
    margin-top: 15px;
  }
}
.products.list .thumbnail .rating {
  display: inline-block;
}
.products.list .thumbnail .reviews {
  color: #333333;
}
.products.list .thumbnail .reviews:hover {
  color: #d80018;
}
.products.list .thumbnail .overflowed {
  margin-top: 5px;
}
.products.list .thumbnail .availability {
  float: left;
}
.products.list .thumbnail .availability strong {
  color: #d80018;
}
.products.list .thumbnail .price {
  float: right;
  margin-bottom: 0;
}
.products.list .thumbnail .price ins {
  color: #d80018;
  text-decoration: none;
  font-weight: bold;
}
.products.list .thumbnail .price del {
  color: #999999;
}
.products.list .thumbnail .caption-buttons {
  margin-top: 0 !important;
}
.products.list .thumbnail .caption-view-more {
  margin-bottom: 0 !important;
  transform: translate(0, 0) !important;
}
.products.list .thumbnail .caption-text {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  margin: 15px 0;
  border-top: solid 1px rgba(51, 51, 51, 0.1);
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
}
.products.list .thumbnail .btn-wish-list {
  margin-left: 10px;
  margin-right: 0;
  opacity: 0;
}
.products.list .thumbnail .btn-compare {
  margin-left: 10px;
  margin-right: 0;
  opacity: 0;
}
.products.list .thumbnail.hover .btn-wish-list,
.products.list .thumbnail.hover .btn-compare {
  opacity: 1;
}
/* Portfolio */
.thumbnails.portfolio {
  border: solid 1px transparent;
}
.thumbnails.portfolio .hovered .caption-title,
.thumbnails.portfolio .hovered .caption-title a {
  color: #ffffff;
}
.thumbnails.portfolio .hovered .caption-buttons {
  margin-bottom: 0;
  margin-top: 10px;
}
.thumbnails.portfolio .hovered .caption-buttons .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0 5px;
  padding: 8px 12px;
  font-size: 14px;
}
.thumbnails.portfolio .hovered .caption-category,
.thumbnails.portfolio .hovered .caption-category a {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
  color: #ffffff;
}
.thumbnails.portfolio .thumbnail > .caption {
  text-align: center;
  padding: 0;
  margin-top: 10px;
}
.thumbnails.portfolio .thumbnail > .caption .caption-title {
  margin-top: 0;
  margin-bottom: 0;
}
.thumbnails.portfolio .thumbnail > .caption .caption-category {
  margin-bottom: 0;
}
.project-overview h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.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;
}
.shop-info-banners .block {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #d80018;
  background-color: #d80018;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .fa {
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .media-heading {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block:hover {
  color: #d80018;
  border: solid 1px #d80018;
  background-color: #ffffff;
}
.shop-info-banners .block:hover .fa {
  color: #d80018;
}
.shop-info-banners .block:hover .media-heading {
  color: #d80018;
}
/* Thumbnail banner
/* ========================================================================== */
@media (max-width: 991px) {
  .thumbnail.thumbnail-banner {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
  }
}
.thumbnail.thumbnail-banner + .thumbnail.thumbnail-banner {
  margin-top: 30px;
}
.thumbnail.thumbnail-banner .media-link {
  text-align: left;
}
.thumbnail.thumbnail-banner .caption {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.thumbnail.thumbnail-banner .caption-wrapper {
  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: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  color: #222222;
}
.thumbnail.thumbnail-banner .caption-title span,
.thumbnail.thumbnail-banner .caption-sub-title span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #d80018;
  color: #ffffff;
}
.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: #222222;
  background-color: #222222;
}
.thumbnail.thumbnail-banner .media {
  background-color: #000000;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.thumbnail.thumbnail-banner .media {
  height: 430px;
}
.thumbnail.thumbnail-banner.third .media {
  height: 400px;
}
.thumbnail.thumbnail-banner.half .media {
  height: 200px;
}
@media (max-width: 480px) {
  .thumbnail.thumbnail-banner .media {
    height: 200px;
  }
}
.thumbnail.thumbnail-banner .move {
  position: relative;
  z-index: 1;
  margin-left: -20%;
  margin-top: -10%;
  -webkit-transition: left 0.5s ease-out, top 0.5s ease-out;
  -moz-transition: left 0.5s ease-out, top 0.5s ease-out;
  -ms-transition: left 0.5s ease-out, top 0.5s ease-out;
  -o-transition: left 0.5s ease-out, top 0.5s ease-out;
  transition: left 0.5s ease-out, top 0.5s ease-out;
}
.thumbnail.thumbnail-banner img {
  top: 10%;
  left: 9%;
  height: auto;
  position: absolute;
  opacity: .5;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -moz-transition: -moz-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -ms-transition: -ms-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -o-transition: -o-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  transition: transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
}
.thumbnail.thumbnail-banner .media:hover .move {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.thumbnail.thumbnail-banner .media:hover img {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
/* Thumbnail transition
 * -------------------------------------------------------------------------- */
.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.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,
.thumbnail.hover .caption,
.thumbnail:hover .caption,
.thumbnail .new,
.thumbnail.hover .new,
.thumbnail:hover .new {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.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 1px #555555;
  background-color: transparent;
  color: #555555;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtrable a:hover {
  border: solid 1px #d80018;
  background-color: #d80018;
  color: #ffffff;
}
.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover {
  border: solid 1px #d80018;
  background-color: #d80018;
  color: #ffffff;
}
/* 3.13 - Testimonials carousel / OwlCarousel
/* ========================================================================== */
.testimonials-carousel .testimonial {
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials-carousel .testimonial {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonials-carousel .testimonial:before,
.testimonials-carousel .testimonial:after {
  content: '';
  position: absolute;
  top: 0;
  margin-top: 0;
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #eeeeee;
}
.testimonials-carousel .testimonial:before {
  content: '\f10d';
  left: 0;
}
.testimonials-carousel .testimonial:after {
  content: '\f10e';
  right: 0;
}
@media (max-width: 767px) {
  .testimonials-carousel .testimonial:before,
  .testimonials-carousel .testimonial:after {
    display: none;
  }
}
.testimonials-carousel .testimonial .testimonial-text {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.testimonials-carousel .testimonial .testimonial-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 10px;
}
.image .testimonials-carousel .testimonial .testimonial-text {
  color: #ffffff;
}
.image .testimonials-carousel .testimonial .testimonial-name {
  color: #ffffff;
}
.testimonials-carousel .owl-theme .owl-controls {
  margin-top: 30px;
}
.testimonials-carousel .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px;
  background-color: transparent;
  border: solid 2px #ffffff;
}
.testimonials-carousel .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
/* Isotope
/* ========================================================================== */
/* 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;
}
.form-sign-in {
  margin-bottom: 30px;
}
.form-sign-in .row {
  margin-top: -15px;
}
.form-sign-in .row + .row {
  margin-top: 0;
}
.form-sign-in .row div[class*="col-"],
.form-sign-in .row aside[class*="col-"] {
  margin-top: 15px;
}
.form-sign-in .btn-block {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .form-sign-in .btn-block {
    max-width: 100%;
  }
}
.form-sign-in .btn.facebook {
  background-color: #3e5c98;
  border-color: #3e5c98;
}
.form-sign-in .btn.twitter {
  background-color: #22a9e0;
  border-color: #22a9e0;
}
.form-sign-in .btn.facebook:hover,
.form-sign-in .btn.twitter:hover {
  background-color: #808080;
  border-color: #808080;
}
.form-sign-in .form-group {
  margin-bottom: 0;
}
.form-sign-in .checkbox {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #808080;
}
.form-sign-in .checkbox label {
  font-weight: 700 !important;
}
.form-sign-in .checkbox input[type=checkbox] {
  margin-top: 2px;
}
.form-sign-in .forgot-password,
.form-sign-in .bootstrap-select .selectpicker > .filter-option {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-sign-in .forgot-password:hover {
  border-bottom: solid 1px #808080;
}
.form-sign-in ::-webkit-input-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-sign-in :-moz-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-sign-in ::-moz-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-sign-in :-ms-input-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.orders {
  margin-bottom: 30px;
}
.orders thead {
  background-color: #808080;
  color: #ffffff;
}
.orders thead > tr > th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  border: none;
}
.orders .table > thead > tr > th,
.orders .table > tbody > tr > th,
.orders .table > tfoot > tr > th,
.orders .table > thead > tr > td,
.orders .table > tbody > tr > td,
.orders .table > tfoot > tr > td {
  border-top: none;
}
.orders .table > thead > tr + tr > th,
.orders .table > tbody > tr + tr > th,
.orders .table > tfoot > tr + tr > th,
.orders .table > thead > tr + tr > td,
.orders .table > tbody > tr + tr > td,
.orders .table > tfoot > tr + tr > td {
  border-top: solid 1px #eeeeee;
}
.orders td.image {
  padding-left: 0;
}
.orders td.quantity {
  font-size: 15px;
  font-weight: 700;
  color: #808080;
  vertical-align: middle;
}
.orders td.description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #808080;
  vertical-align: middle;
}
.orders td.description h4 {
  margin: 0;
}
.orders td.description h4 a {
  color: #808080;
}
.orders td.description h4 a:hover {
  color: #d80018;
}
.orders td.add {
  vertical-align: middle;
}
.orders td.total {
  font-size: 18px;
  font-weight: 700;
  color: #808080;
  vertical-align: middle;
}
.orders td.total a {
  margin-left: 10px;
  float: right;
  color: #555555;
}
.orders td.total a:hover {
  color: #d80018;
}
.orders .media-link {
  padding: 0;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.orders .media-link .fa {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-bottom: -15px;
  color: #ffffff;
  z-index: 11;
  opacity: 0;
}
.orders .media-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(216, 0, 24, 0);
  z-index: 10;
}
.orders .media-link:hover .fa {
  bottom: 50%;
  opacity: 1;
}
.orders .media-link:hover:after {
  background-color: rgba(216, 0, 24, 0.7);
}
.orders .shopping-cart table {
  width: 100%;
  margin-bottom: 15px;
}
.orders .shopping-cart table td {
  padding: 3px;
  width: 50%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
  color: #808080;
}
.orders .shopping-cart table td + td {
  text-align: left;
  padding-right: 3px;
  padding-left: 10px;
}
.orders .shopping-cart table tfoot td {
  font-size: 18px;
  font-weight: 700;
  color: #808080;
}
.form-delivery {
  margin-bottom: 30px;
}
.form-delivery .row {
  margin-top: -15px;
}
.form-delivery .row + .row {
  margin-top: 0;
}
.form-delivery .row div[class*="col-"],
.form-delivery .row aside[class*="col-"] {
  margin-top: 15px;
}
.form-delivery .form-group {
  margin-bottom: 0;
}
.form-delivery .checkbox {
  font-size: 11px;
  text-transform: uppercase;
  color: #808080;
}
.form-delivery .checkbox label {
  font-weight: 700 !important;
}
.form-delivery .checkbox input[type=checkbox] {
  margin-top: 2px;
}
.form-delivery .bootstrap-select .selectpicker > .filter-option {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-delivery ::-webkit-input-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-delivery :-moz-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-delivery ::-moz-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.form-delivery :-ms-input-placeholder {
  color: #808080 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}
.payments-options {
  margin-bottom: 30px;
}
.payments-options .panel {
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 1px #eeeeee;
  background-color: transparent;
}
.payments-options .panel-heading {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.payments-options .panel-title {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
  font-weight: 700;
}
.payments-options .panel-title .collapsed {
  font-weight: 400;
}
.payments-options .panel-title a {
  display: inline-block;
}
.payments-options .panel-title .overflowed {
  margin-top: -2px;
}
.payments-options .panel-title .overflowed img {
  margin-left: 5px;
}
.payments-options .panel-body {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.payments-options .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.payments-options .dot {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border: solid 3px #999999;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
}
.payments-options .dot:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  border-radius: 4px;
  background-color: #808080;
}
.payments-options .collapsed .dot:before {
  content: none;
}
.payments-options .alert {
  margin-bottom: 0;
  color: #808080;
}
/* Error page*/
.error-page h2 {
  margin-bottom: 0;
}
.error-page h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.error-page .error-icon .fa {
  width: 100px;
  height: 100px;
  font-size: 50px;
  text-align: center;
  line-height: 100px;
  border-radius: 50px;
  background-color: #d80018;
  color: #ffffff;
}
#header-search-open {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}
#header-search-open.active {
  background-color: #d80018;
  color: #ffffff;
}
.search-overlay {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  min-height: 100px;
}
@media (max-width: 767px) {
  .search-overlay {
    min-height: 50px;
  }
}
.is-sticky .search-overlay {
  min-height: 50px;
}
.search-overlay .search-box {
  position: relative;
}
.search-overlay .search-form .search-text {
  border: transparent;
  background: transparent;
  font-size: 33px;
  height: 60px;
  line-height: 60px;
  margin-top: 18px;
  width: 100%;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .search-overlay .search-form .search-text {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
  }
}
.is-sticky .search-overlay .search-form .search-text {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
}
.search-overlay .search-form .button {
  display: none;
}
.search-overlay .header-search-close {
  position: absolute;
  top: 27px;
  right: 0;
}
@media (max-width: 767px) {
  .search-overlay .header-search-close {
    top: 5px;
  }
}
.is-sticky .search-overlay .header-search-close {
  top: 5px;
}
.search-overlay .header-search-close a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background-color: #eeeeee;
  color: #999999;
}
.search-overlay .header-search-close a:hover {
  background-color: #d80018;
  color: #ffffff;
}
/* 4 - Footer
/* ========================================================================== */
.wide .footer-widgets,
.boxed .footer-widgets > .container {
  padding-bottom: 40px;
  background-color: #000;
  color: #ffffff;
}
.wide .footer-meta,
.boxed .footer-meta > .container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #329103;
  color: #e1fcd3;
}
/* 5 - Widgets / Shortcodes
/* ========================================================================== */
.sidebar .widget > *:last-child {
  margin-bottom: 0;
}
.footer .widget {
  margin-top: 40px;
}
.widget-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.widget-title small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  text-transform: none;
}
.sidebar .widget-title {
  color: #d80018;
}
.sidebar .widget-title small {
  color: #999999;
}
.sidebar .widget-title .fa {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer .widget-title {
  font-size: 17px;
  line-height: 1;
  padding-bottom: 15px;
  color: #ffffff;
}
.footer .widget-title small {
  color: #818181;
}
.widget-title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 30px;
  border-bottom: solid 2px #ff0c27;
}
.sidebar .widget-title:before {
  display: none;
}
.widget-navigation ul {
  margin-bottom: 0;
}
.widget-navigation ul li + li {
  margin-top: 10px;
}
.widget-navigation ul a {
  overflow: hidden;
}
.widget-navigation ul .fa {
  margin-right: 10px;
  color: #d80018;
}
address ul li + li {
  margin-top: 10px;
}
address ul .fa {
  width: 15px;
  text-align: center;
  margin-right: 5px;
}
.subscribe-form {
  position: relative;
}
.subscribe-form .submit-button {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 9px 15px;
}
.footer .subscribe-form .form-control {
  border-color: #72000d;
  background-color: #d80018;
  color: #ffffff;
}
.footer .subscribe-form .submit-button {
  border-color: #72000d;
  background-color: #72000d;
  color: #ffffff;
}
.footer .subscribe-form .submit-button:hover,
.footer .subscribe-form .submit-button:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #d80018;
}
/* 5.1 - prettyPhoto
/* ========================================================================== */
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: transparent;
}
div.pp_overlay {
  height: 100% !important;
  width: 100% !important;
  display: block !important;
  opacity: 0.8 !important;
}
/* 5.2 - Contact form / af-form
/* ========================================================================== */
#af-form .form-control:focus {
  border-color: #d80018;
}
#af-form .form-control,
#af-form .form-control:focus,
#af-form .form-control:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#af-form textarea.form-control {
  height: 180px;
}
#af-form .alert {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  border-color: #d80018;
  background-color: #d80018;
  color: #ffffff;
}
#af-form .tooltip {
  left: 15px !important;
}
#af-form .tooltip-inner {
  border-radius: 0;
  padding: 10px 20px;
  background-color: #000000;
}
#af-form .tooltip-arrow {
  border-top-color: #000000;
}
.form-button-reset {
  margin-left: 15px;
  color: #555555;
  background-color: #999999;
  border-color: #999999;
}
.form-button-reset:focus,
.form-button-reset:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
/*#af-form > div:last-child .form-group:last-child {
    margin-bottom: 0;
}*/
.color #af-form .form-control {
  border-color: #ffffff;
  background-color: transparent;
  background-color: rgba(2, 2, 2, 0.2);
}
.color #af-form .form-control:focus {
  background-color: rgba(2, 2, 2, 0.5);
}
.image #af-form .form-control {
  border-color: #999999;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
}
.image #af-form .form-control:focus {
  border-color: #d80018;
  background-color: rgba(0, 0, 0, 0.03);
}
#af-form label {
  font-size: 17px;
  text-transform: uppercase;
  color: #d80018;
}
.contact-info .media .fa {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  margin-right: 15px;
  text-align: center;
  background-color: #A2A2A2;
  color: #ffffff;
}
.contact-info .media-list {
  margin-bottom: 30px;
}
/* 5.3 - Social line
/* ========================================================================= */
.social-line {
  margin: -15px 0 20px 0;
  line-height: 30px;
}
.social-line li {
  padding: 15px 10px 0 0;
}
.social-line a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #d80018;
  color: #ffffff;
}
.social-line a:hover {
  background-color: #3f0007;
  color: #ffffff;
}
.social-line a,
.social-line a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.footer .social-line a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 20px;
  background-color: #ffffff;
  color: #d80018;
}
.footer .social-line a:hover {
  background-color: #3f0007;
  color: #ffffff;
}
.footer .payments {
  display: block;
}
@media (min-width: 992px) {
  .footer .payments {
    text-align: right;
  }
}
.footer .payments img {
  margin-left: 10px;
}
.footer-widgets .payments {
  display: block;
}
@media (min-width: 992px) {
  .footer-widgets .payments {
    text-align: left !important;
  }
}
.footer-widgets .payments img {
  margin-left: 0 !important;
  margin-right: 10px;
}
.free-shipping .fa {
  font-size: 50px;
  vertical-align: middle;
}
/* 5.5 - Google map
/* ========================================================================== */
.google-map {
  border-top: solid 1px #d80018;
}
.google-map,
#map-canvas {
  min-height: 390px;
  max-height: 390px;
}
@media (max-height: 600px) {
  .google-map,
  #map-canvas {
    min-height: 390px;
    max-height: 390px;
  }
}
@media (max-height: 400px) {
  .google-map,
  #map-canvas {
    min-height: 200px;
    max-height: 200px;
  }
}
/* 5.6 - Parallax
/* ========================================================================== */
.parallax {
  position: relative;
  z-index: 1;
}
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #ffffff;
}
.parallax .block-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .parallax .block-title {
    font-size: 70px;
  }
}
.parallax .block-text {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.5;
}
.parallax .block-read-more {
  margin-top: 40px;
  margin-bottom: 40px;
}
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .parallax-bg {
    background-size: cover !important;
    background-position: 50% 0 !important;
  }
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0;
  background-repeat: repeat;
  background-image: url("../img/overlay.png");
  z-index: 3;
}
.parallax-inner {
  position: relative;
  color: #ffffff;
  z-index: 4;
  min-height: 400px;
}
/* 5.8 - Back to top button
/* ========================================================================== */
.to-top {
  z-index: 9999;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  background-color: rgba(216, 0, 24, 0.5);
  border: solid 1px #ffffff;
  color: #ffffff;
}
.to-top:hover {
  background-color: #ffffff;
  border-color: #d80018;
  color: #d80018;
}
/* --------------------------------------------------------------------------
 * 6 - Helper Classes
 * -------------------------------------------------------------------------- */
@media (min-width: 480px) and (max-width: 767px) {
  .col-xsp-4,
  .col-xsp-6,
  .col-xsp-8 {
    float: left;
  }
  .col-xsp-4 {
    width: 33.33333333%;
  }
  .col-xsp-6 {
    width: 50%;
  }
  .col-xsp-8 {
    width: 66.66666667%;
  }
  .col-xsp-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.margin-top {
  margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.clear {
  clear: both;
}
.vhidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.overflowed {
  overflow: hidden;
  position: relative;
}
.relative {
  position: relative;
}
/*[data-animation],*/
.animated {
  visibility: hidden;
  -webkit-animation-duration: .65s;
  animation-duration: .65s;
  /*-webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}
.animated .fa {
  visibility: hidden;
}
.animated .animated .fa {
  visibility: hidden;
}
@media (max-width: 991px) {
  .animated,
  .animated .animated,
  .animated .fa,
  .animated .animated .fa {
    /* Disable animation on small devices */
    visibility: visible;
    -webkit-animation-name: animation-off;
    animation-name: animation-off;
  }
}
.vhidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.visible .fa {
  visibility: visible;
}
.visible .visible .fa {
  visibility: visible;
}
.div-table,
.div-cell {
  height: 100% !important;
  display: table !important;
}
.div-cell {
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
}
.div-table.full-width {
  width: 100%;
}
.row.div-table {
  margin: 0;
}
@media (max-width: 767px) {
  .row.div-table .div-cell {
    display: block !important;
  }
}
.div-cell.va-top {
  vertical-align: top !important;
}
.div-cell.va-bottom {
  vertical-align: bottom !important;
}
.div-cell.padding-top {
  padding-top: 15px;
}
.div-cell.padding-bottom {
  padding-top: 15px;
}
.inline-block {
  display: inline-block !important;
}
/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */
a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
  outline: 0 !important;
}
/* Remove webkit outline glow
 * -------------------------------------------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
