/*=== MIXINS ===*/
/*=== VARIABLES ===*/
/*=== MEDIA QUERY ===*/
ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 16px;
  color: #2a3845;
  font-weight: 400;
  line-height: 1.4; }

.item-description {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 18px;
  min-height: 40px; }

h1, h2, h3, h4, h5 {
  font-family: 'Rakkas', 'Arial', sans-serif;
  color: #390020;
  margin-top: 0; }

h4, .h4 {
  margin-top: 0;
  color: #2a3845;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px; }

h5, .h5 {
  margin-top: 0;
  font-family: 'Georgia', 'Arial', serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #441c36;
  text-decoration: none !important; }

a:hover, a:focus {
  color: rgba(68, 28, 54, 0.8);
  outline: 0; }

.biglink {
  font-weight: 600;
  font-size: 18px; }

.price {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px; }

legend {
  border-bottom: none; }

/*===  TYPOGRAPHY ===*/
.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 20px; }

h1, .h1 {
  margin-top: 60px;
  margin-bottom: 30px; }

.date {
  font-size: 14px;
  font-style: italic; }

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox label {
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px; }

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block; }

/*Outer box of the fake checkbox*/
.checkbox label::before {
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
  top: 3px; }

/*Checkmark of the fake checkbox*/
.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px; }

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
  content: none; }

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  content: ""; }

/*Adding focus styles on the outer-box of the fake checkbox*/
.checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc auto 5px; }

* {
  outline: 0;
  margin: 0;
  padding: 0; }

html, * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'Georgia', serif;
  font-size: 16px;
  line-height: 22px;
  color: #2a3845; }

/*=== 1.COMMON ===*/
.container {
  width: 100%; }
  @media (min-width: 480px) {
    .container {
      width: 450px; } }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.main-wrapper {
  background-color: #ffffff;
  position: relative; }

.media-left, .media > .pull-left {
  float: left; }

.mainContent {
  background-image: url("../img/main-bg.png");
  background-repeat: repeat-x; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-30 {
  margin-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

aside {
  background: #ececec;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px; }

.basket {
  margin-bottom: 30px; }

.latestArticles {
  padding-top: 30px; }

.product-sidebar {
  margin-top: 60px; }

.product-songs {
  margin-top: 30px; }
  .product-songs ul li {
    padding-bottom: 5px; }

.product-details {
  line-height: 24px; }

.product-description {
  margin-top: 30px; }
  .product-description p:first-child {
    font-size: 20px;
    line-height: 26px; }

.cart-table {
  margin-top: 30px;
  width: 100%; }
  .cart-table th {
    border-top: 2px solid #ececec;
    padding-top: 15px;
    padding-bottom: 15px; }
  .cart-table tr {
    border-top: 1px solid #f0f0f0; }
    .cart-table tr td {
      padding: 15px 5px;
      border-top: none; }
      .cart-table tr td.item-name {
        max-width: 200px; }

table tr.summary {
  background: #f0f0f0; }

#cart-form table.table tbody tr {
  border-top: 1px solid #f0f0f0; }
  #cart-form table.table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: none; }

.box {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 4px;
  transition: border 0.2s ease-in-out 0s;
  padding: 10px;
  color: #333; }

/*=== 2.1 HEADER V1 ===*/
.header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999; }

/*=== 2.1.1 TOPBAR ===*/
.topBar {
  width: 100%;
  display: block;
  min-height: 35px;
  height: auto;
  background-image: url("../img/dust.png");
  background-repeat: repeat; }
  .topBar ul li a {
    padding: 0 3px;
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff; }
    .topBar ul li a:hover, .topBar ul li a:focus {
      color: #e8dbe1; }
  .topBar ul.pull-right li {
    padding: 0;
    float: left; }
    .topBar ul.pull-right li a {
      font-size: 12px;
      display: inline-block; }
  .topBar ul.pull-right > li {
    margin: 0 0 0 13px; }
  .topBar ul.pull-right > li:nth-child(2)::before {
    content: "";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2); }

.display-block {
  display: block; }

.display-none {
  display: none; }

.top-right .account-login span small {
  color: rgba(255, 255, 255, 0.5);
  padding: 0 10px; }

.top-right .account-login span a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .top-right .account-login span a:hover {
    color: rgba(255, 255, 255, 0.5); }
  .top-right .account-login span a:focus {
    color: rgba(255, 255, 255, 0.25); }

.top-right .searchBox {
  position: relative; }
  .top-right .searchBox a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 10px; }
    .top-right .searchBox a:hover {
      opacity: .5; }
    .top-right .searchBox a i {
      width: 15px; }
  .top-right .searchBox .dropdown-menu {
    padding: 10px 15px;
    border-radius: 0; }
    @media (max-width: 479px) {
      .top-right .searchBox .dropdown-menu {
        width: 280px;
        margin: 0 -65px 0 0; } }
    @media (min-width: 480px) {
      .top-right .searchBox .dropdown-menu {
        width: 350px;
        margin: 0; } }
    .top-right .searchBox .dropdown-menu li {
      line-height: 0;
      width: 100%; }

.top-right .cart-dropdown a,
.cart-dropdown a {
  background-color: #ffffff;
  line-height: 35px;
  min-height: 36px;
  font-size: 13px;
  color: #390020;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 479px) {
    .top-right .cart-dropdown a,
    .cart-dropdown a {
      padding: 0 7px; } }
  @media (min-width: 480px) {
    .top-right .cart-dropdown a,
    .cart-dropdown a {
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .top-right .cart-dropdown a,
    .cart-dropdown a {
      padding: 0 19px; } }
  .top-right .cart-dropdown a i,
  .cart-dropdown a i {
    font-size: 18px;
    margin-right: 10px; }
  .top-right .cart-dropdown a:hover,
  .cart-dropdown a:hover {
    background-color: #390020;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .top-right .cart-dropdown a:focus,
  .cart-dropdown a:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.top-right .cart-dropdown ul.dropdown-menu,
.cart-dropdown ul.dropdown-menu {
  background-color: #390020;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  z-index: 9999; }
  @media (max-width: 479px) {
    .top-right .cart-dropdown ul.dropdown-menu,
    .cart-dropdown ul.dropdown-menu {
      width: 280px; } }
  @media (min-width: 480px) {
    .top-right .cart-dropdown ul.dropdown-menu,
    .cart-dropdown ul.dropdown-menu {
      width: 300px; } }
  .top-right .cart-dropdown ul.dropdown-menu li:first-child,
  .cart-dropdown ul.dropdown-menu li:first-child {
    color: #ffffff;
    padding: 10px 0 8px 19px; }
  .top-right .cart-dropdown ul.dropdown-menu li a,
  .cart-dropdown ul.dropdown-menu li a {
    line-height: 26px; }
    .top-right .cart-dropdown ul.dropdown-menu li a .media,
    .cart-dropdown ul.dropdown-menu li a .media {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding: 12px 0; }
      .top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5,
      .cart-dropdown ul.dropdown-menu li a .media .media-body h5 {
        color: #ffffff;
        line-height: 20px;
        letter-spacing: 1px; }
        .top-right .cart-dropdown ul.dropdown-menu li a .media .media-body h5 span,
        .cart-dropdown ul.dropdown-menu li a .media .media-body h5 span {
          font-size: 18px; }
    .top-right .cart-dropdown ul.dropdown-menu li a:hover,
    .cart-dropdown ul.dropdown-menu li a:hover {
      opacity: .8;
      background-color: transparent; }
  .top-right .cart-dropdown ul.dropdown-menu li .btn-group,
  .cart-dropdown ul.dropdown-menu li .btn-group {
    padding: 14px 19px; }
    .top-right .cart-dropdown ul.dropdown-menu li .btn-group .btn,
    .cart-dropdown ul.dropdown-menu li .btn-group .btn {
      border-radius: 0;
      border: none;
      height: 36px;
      padding: 0;
      line-height: 36px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      background-color: #f8f8f8;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover,
    .cart-dropdown ul.dropdown-menu li .btn-group button:first-child:hover {
      opacity: .8;
      color: #777777; }
    @media (max-width: 479px) {
      .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child,
      .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
        width: 135px; } }
    @media (min-width: 480px) {
      .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:first-child,
      .cart-dropdown ul.dropdown-menu li .btn-group button:first-child {
        width: 149px; } }
    .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
    .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
      margin-left: 4px; }
      @media (max-width: 479px) {
        .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
        .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
          width: 100px; } }
      @media (min-width: 480px) {
        .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child,
        .cart-dropdown ul.dropdown-menu li .btn-group button:last-child {
          width: 109px; } }
      .top-right .cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover,
      .cart-dropdown ul.dropdown-menu li .btn-group button:last-child:hover {
        opacity: .8;
        color: #777777; }

/*=== 2.1.2 NAVBAR ===*/
.navbar-nav {
  margin-top: 10px; }

.navbar-brand {
  width: auto;
  height: auto;
  -webkit-transition: height 0.3s, width 0.3s;
  -moz-transition: height 0.3s, width 0.3s;
  -ms-transition: height 0.3s, width 0.3s;
  -o-transition: height 0.3s, width 0.3s;
  transition: height 0.3s, width 0.3s; }
  .navbar-brand img {
    max-width: 100%; }

.navbar-default {
  background-image: url("../img/header-bg.png");
  background-repeat: repeat;
  margin-bottom: 0;
  border: none;
  border-radius: 0; }
  .navbar-default .container {
    position: relative; }
  .navbar-default .navbar-header .navbar-toggle {
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    padding: 9px 8px;
    margin-right: 20px;
    margin-top: 11px; }
    .navbar-default .navbar-header .navbar-toggle .icon-bar {
      background-color: #390020;
      width: 24px;
      height: 4px; }
  .navbar-default .navbar-header .navbar-brand {
    display: inline-block; }
    @media (min-width: 480px) {
      .navbar-default .navbar-header .navbar-brand {
        padding: 15px; } }
    @media (min-width: 768px) {
      .navbar-default .navbar-header .navbar-brand {
        padding: 15px; } }
  .navbar-default .navbar-collapse li a {
    font-family: 'Rakkas', cursive;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 480px) {
      .navbar-default .navbar-collapse li a {
        padding: 6px 15px; } }
    @media (min-width: 768px) {
      .navbar-default .navbar-collapse li a {
        padding: 20px  10px;
        font-size: 16px; } }
    @media (min-width: 992px) {
      .navbar-default .navbar-collapse li a {
        padding: 20px  15px;
        font-size: 18px; } }
    .navbar-default .navbar-collapse li a:hover, .navbar-default .navbar-collapse li a.focus, .navbar-default .navbar-collapse li a:focus {
      color: #e8dbe1; }
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    box-shadow: none;
    margin-top: 0; }
    .navbar-default .navbar-collapse li.dropdown .dropdown-menu li a {
      font-weight: 400;
      padding: 10px 25px;
      text-transform: capitalize;
      width: 100%;
      color: #2a3845;
      float: left; }
      .navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover {
        color: #e8dbe1; }
    @media (max-width: 479px) {
      .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block; } }
    @media (min-width: 480px) {
      .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block; } }
    @media (min-width: 768px) {
      .navbar-default .navbar-collapse li.dropdown .dropdown-menu {
        position: absolute;
        float: left;
        border: 1px solid #ececec;
        display: none; } }
  .navbar-default .navbar-collapse li.active a {
    background-color: transparent;
    color: #e8dbe1; }
    .navbar-default .navbar-collapse li.active a:focus, .navbar-default .navbar-collapse li.active a:hover {
      background-color: transparent;
      color: #e8dbe1; }
  .navbar-default .navbar-collapse li.active.dropdown .dropdown-menu {
    background-color: #390020; }
    .navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a {
      color: #ffffff; }
      .navbar-default .navbar-collapse li.active.dropdown .dropdown-menu li a:hover {
        color: #e8dbe1; }
  .navbar-default .navbar-collapse li.dropdown.open a:hover, .navbar-default .navbar-collapse li.dropdown.open a.focus, .navbar-default .navbar-collapse li.dropdown.open a:focus, .navbar-default .navbar-collapse li.dropdown.open a.active {
    background-color: transparent;
    color: #e8dbe1; }
  .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #390020;
    margin-top: -2px;
    min-width: 200px;
    display: block;
    background: #5E2E43; }
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
      padding: 10px 25px;
      font-weight: 300;
      text-transform: capitalize;
      width: 100%;
      color: #ffffff; }
    .navbar-default .navbar-collapse li.dropdown.open .dropdown-menu li a {
      float: left; }
  .navbar-default .navbar-collapse .nav-reports li a {
    font-family: "Georgia", serif;
    text-transform: none;
    padding: 15px 8px;
    font-size: 17px; }

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li.active a {
  color: #e8dbe1; }

.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #ffffff; }
  .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #e8dbe1; }

ul.dropdown-menu.dropdown-menu-right {
  background-color: transparent; }
  ul.dropdown-menu.dropdown-menu-right li a {
    color: #ffffff; }
    ul.dropdown-menu.dropdown-menu-right li a:hover {
      color: #e8dbe1; }

.navbar-default .navbar-collapse li.dropdown .dropdown-menu li a {
  color: #ffffff;
  margin-left: 5px; }
  .navbar-default .navbar-collapse li.dropdown .dropdown-menu li a:hover {
    background: transparent;
    color: #e8dbe1; }

/*===  BANNER ===*/
.fullscreenbanner-container {
  width: 100%;
  position: relative;
  padding: 0; }
  .fullscreenbanner-container .tp-bullets.preview4 {
    position: relative;
    left: 0 !important;
    bottom: 0 !important;
    padding: 9px 50px;
    width: 150px;
    height: 30px;
    margin: -15px auto 0px auto !important;
    display: none;
    background: #f0f0f0;
    background: -webkit-linear-gradient(legacy-direction(to bottom), #f0f0f0 0%, #f0f0f0 50%, #390020 51%, #390020 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 50%, #390020 51%, #390020 100%);
    text-align: center; }
    @media (min-width: 768px) {
      .fullscreenbanner-container .tp-bullets.preview4 {
        display: block; } }
    .fullscreenbanner-container .tp-bullets.preview4::before {
      content: "";
      width: 22px;
      height: 22px;
      position: absolute;
      left: -10px;
      top: 4px;
      z-index: -1;
      background: #f0f0f0;
      background: -webkit-linear-gradient(legacy-direction(135deg), #f0f0f0 0%, #f0f0f0 50%, #390020 51%, #390020 100%);
      background: linear-gradient(135deg, #f0f0f0 0%, #f0f0f0 50%, #390020 51%, #390020 100%);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .fullscreenbanner-container .tp-bullets.preview4::after {
      content: "";
      width: 22px;
      height: 22px;
      position: absolute;
      right: -10px;
      top: 4px;
      z-index: -1;
      background: #f0f0f0;
      background: -webkit-linear-gradient(legacy-direction(135deg), #f0f0f0 0%, #f0f0f0 50%, #390020 51%, #390020 100%);
      background: linear-gradient(135deg, #f0f0f0 0%, #f0f0f0 50%, #390020 51%, #390020 100%);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .fullscreenbanner-container .tp-bullets.preview4.hidebullets {
      opacity: 1; }
  .fullscreenbanner-container .tp-bullets.preview4 .bullet {
    background-color: rgba(255, 255, 255, 0.5) !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: none !important;
    width: 9px !important;
    height: 9px !important;
    border: 0 !important;
    display: inline-block;
    margin: 0 2px 2px 2px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important; }
  .fullscreenbanner-container .tp-bullets.preview4 .bullet:hover, .fullscreenbanner-container .tp-bullets.preview4 .bullet.selected {
    box-shadow: none !important;
    background-color: #ffffff !important; }
  .fullscreenbanner-container .tparrows.preview4 .tp-arr-iwrapper {
    display: none !important; }

.tp-bullets {
  z-index: 99; }

@media (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); } }

.fullscreenbanner {
  width: 100%;
  position: relative; }

.captionCenterAlign {
  width: auto !important;
  text-align: center !important;
  margin: 0 auto !important; }

/*===  BANNER V3 ===*/
.bannerV3 {
  padding: 50px 0;
  background: #f0f0f0; }
  .bannerV3 img {
    max-height: 500px; }
  @media (min-width: 1200px) {
    .bannerV3 {
      padding: 80px 0; } }
  .bannerV3 .slide {
    height: 500px;
    background: #ffffff;
    -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .bannerV3 .slide {
        text-align: left; } }
    @media (min-width: 1200px) {
      .bannerV3 .slide {
        height: 550px;
        padding: 55px 50px; } }
    .bannerV3 .slide .slider-title {
      margin: 0 0 25px 0;
      border-bottom: 5px solid #e4e4e4; }
      @media (min-width: 1200px) {
        .bannerV3 .slide .slider-title {
          margin: 0 0 45px 0; } }
    .bannerV3 .slide h1 {
      font-size: 48px;
      margin-top: 30px; }
      .bannerV3 .slide h1 span {
        color: #390020; }
    .bannerV3 .slide h2 {
      font-size: 24px; }
    .bannerV3 .slide .btn {
      display: inline-block;
      clear: both;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .bannerV3 .slide .btn {
          margin-top: 35px; } }
      @media (min-width: 1200px) {
        .bannerV3 .slide .btn {
          margin-top: 55px; } }
  .bannerV3 .slide-info {
    position: relative; }
  .bannerV3 .owl-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: 0; }
    @media (min-width: 768px) {
      .bannerV3 .owl-nav {
        display: block; } }
  .bannerV3 .owl-item {
    opacity: 0.3;
    padding-bottom: 7px; }
    .bannerV3 .owl-item img {
      width: auto;
      margin: auto; }
      @media (max-width: 479px) {
        .bannerV3 .owl-item img {
          display: none; } }
  .bannerV3 .owl-item.active {
    opacity: 1; }
  .bannerV3 .owl-controls .owl-nav .owl-prev,
  .bannerV3 .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d5d5d5;
    color: #390020;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 1200px) {
      .bannerV3 .owl-controls .owl-nav .owl-prev,
      .bannerV3 .owl-controls .owl-nav .owl-next {
        width: 85px;
        height: 85px; } }
  .bannerV3 .owl-controls .owl-nav .owl-prev:hover,
  .bannerV3 .owl-controls .owl-nav .owl-next:hover {
    background: #390020;
    border: 1px solid #390020;
    color: #ffffff; }
  .bannerV3 .owl-controls .owl-nav .owl-prev:after,
  .bannerV3 .owl-controls .owl-nav .owl-next:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    line-height: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 1200px) {
      .bannerV3 .owl-controls .owl-nav .owl-prev:after,
      .bannerV3 .owl-controls .owl-nav .owl-next:after {
        font-size: 35px;
        line-height: 85px; } }
  @media (min-width: 1200px) {
    .bannerV3 .owl-controls .owl-nav .owl-prev {
      margin-left: 8%; } }
  @media (min-width: 1200px) {
    .bannerV3 .owl-controls .owl-nav .owl-next {
      margin-right: 8%; } }
  .bannerV3 .owl-controls .owl-nav .owl-prev:after {
    content: "\f104"; }
  .bannerV3 .owl-controls .owl-nav .owl-next:after {
    content: "\f105"; }
  .bannerV3 .owl-prev span,
  .bannerV3 .owl-next span {
    display: none; }

.home-list {
  margin-bottom: 20px; }
  .home-list li {
    color: #2a3845;
    padding: 9px; }

/*=== 4.1 FOOTER V1 ===*/
/*=== 4.1.1 MAIN FOOTER ===*/
.footer {
  display: block;
  width: 100%;
  padding: 40px 0;
  background-color: #390020;
  margin-top: 40px; }
  @media (max-width: 479px) {
    .footer .footerLink {
      text-align: center;
      margin-bottom: 25px; } }
  @media (min-width: 480px) {
    .footer .footerLink {
      text-align: center;
      margin-bottom: 25px; } }
  @media (min-width: 768px) {
    .footer .footerLink {
      text-align: left;
      margin-bottom: 0; } }
  .footer .footerLink h5 a,
  .footer .footerLink h5 {
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px; }
    .footer .footerLink h5 a:hover,
    .footer .footerLink h5:hover {
      color: #f0f0f0; }
  .footer .footerLink ul li {
    color: #fafafa;
    font-size: 12px;
    line-height: 20px; }
    .footer .footerLink ul li a {
      color: #fff;
      font-size: 12px;
      line-height: 20px; }
      .footer .footerLink ul li a:hover {
        color: #fafafa; }
  .footer .btn-default {
    background: #ffffff;
    color: #390020;
    border: none;
    font-weight: 600;
    padding: 9px 15px;
    font-size: 20px; }
    .footer .btn-default:hover {
      border: none;
      background: #f0f0f0;
      color: #390020; }

.footerLink li {
  display: block;
  padding-bottom: 10px; }
  .footerLink li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff; }

.footerLink li.copyright {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize; }

.footerLink li.social-footer {
  display: inline;
  margin-right: 3px; }
  .footerLink li.social-footer a {
    display: inline; }

.btn {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.5px;
  border-radius: 0;
  padding: 9px 10px;
  font-weight: 600;
  font-family: 'Rakkas', cursive;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-border {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 2px solid #b1b1b1;
  padding: 7px 15px;
  color: #2a3845;
  font-weight: 700; }
  @media (min-width: 1200px) {
    .btn-border {
      font-size: 15px;
      padding: 9px 15px; } }
  .btn-border i {
    padding-left: 20px;
    font-weight: 700;
    font-size: 17px; }

/*===  BUTTON ===*/
.btn span {
  margin-left: 10px;
  margin-right: 10px; }

.btn-xl {
  font-size: 20px;
  padding: 9px 10px; }

.btn-lg {
  font-size: 15px;
  padding: 10px 12px; }

.btn-sm {
  font-size: 12px;
  padding: 7px 6px; }

.btn-xs {
  font-size: 10px;
  padding: 5px 8px; }

.btn-rounded {
  border-radius: 5px !important; }

.btn-pill {
  border-radius: 50px !important; }

.btn-circle {
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  padding: 3px !important; }

.btn-link {
  color: #9875ab; }

.btn-link:hover {
  color: #7c618a;
  text-decoration: none; }

.btn-link:focus {
  color: #7c618a;
  text-decoration: none; }

/* Default Button */
.btn-default, .btn-default:active, .btn-default:focus {
  color: #777777;
  border: 2px solid #777777;
  background: transparent; }
  .btn-default:hover, .btn-default:active:hover, .btn-default:focus:hover {
    color: white;
    background: #777777;
    border: 2px solid #777777; }

/* Primary Button */
.btn-primary, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
  border: 2px solid #390020;
  background: #390020; }
  .btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus:hover {
    color: #390020;
    background: #ffffff;
    border: 2px solid #390020; }

/* Info Button */
.btn-info, .btn-info:active, .btn-info:focus {
  color: #4da5e2;
  border: 2px solid #4da5e2;
  background: transparent; }
  .btn-info:hover, .btn-info:active:hover, .btn-info:focus:hover {
    color: white;
    background: #4da5e2;
    border: 2px solid #4da5e2; }

/* Social Buttons */
.btn-social {
  font-size: 13px;
  padding: 8px 15px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in; }

.btn-social span {
  margin-left: 10px; }

/* audio player Button */
.btn-audio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-size: 17px;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: padding-box;
  user-select: none;
  cursor: inherit;
  left: -0.75px;
  top: -0.375px;
  height: 17px;
  width: 20px;
  background-image: none;
  box-shadow: none;
  white-space: nowrap;
  line-height: 1em;
  color: #2a3845;
  font-family: 'FontAwesome';
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  font-smooth: always;
  text-decoration: none;
  zoom: 1;
  size: 17;
  z-index: 25;
  background-clip: padding-box; }
  .btn-audio:active {
    color: #f6f6f6;
    text-shadow: 0px 0px 5.7176px #000; }
  .btn-audio.play:before {
    content: "\f144"; }
  .btn-audio.pause:before {
    content: "\f28b"; }
  .btn-audio.loading:before {
    content: "\f28d"; }

/*=== 5. FORM ===*/
/*=== 5.1 FORM COMMON ===*/
.form-control {
  height: 46px;
  box-shadow: none;
  -webkit-box-shadow: none; }

.form-field .form-group .form-control, .form-body .panel .panel-body .form-group .form-control, .signUp .panel .panel-body .form-group .form-control, .lostPassword .panel .panel-body .form-group .form-control, .logIn .panel .panel-body .form-group .form-control, .commentsForm .form-group .form-control, #login .modal-dialog .modal-content .modal-body .form-group .form-control, #signup .modal-dialog .modal-content .modal-body .form-group .form-control, .stepsPage form .form-group .form-control {
  border-radius: 0;
  background-color: #f0f0f0;
  border: none;
  height: 50px;
  box-shadow: none; }
  .form-field .form-group .form-control:focus, .form-body .panel .panel-body .form-group .form-control:focus, .signUp .panel .panel-body .form-group .form-control:focus, .lostPassword .panel .panel-body .form-group .form-control:focus, .logIn .panel .panel-body .form-group .form-control:focus, .commentsForm .form-group .form-control:focus, #login .modal-dialog .modal-content .modal-body .form-group .form-control:focus, #signup .modal-dialog .modal-content .modal-body .form-group .form-control:focus, .stepsPage form .form-group .form-control:focus {
    box-shadow: none; }

.form-field, .form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body, .commentsForm, #login .modal-dialog .modal-content .modal-body, #signup .modal-dialog .modal-content .modal-body {
  padding: 15px 30px; }
  .form-field .form-group, .form-body .panel .panel-body .form-group, .signUp .panel .panel-body .form-group, .lostPassword .panel .panel-body .form-group, .logIn .panel .panel-body .form-group, .commentsForm .form-group, #login .modal-dialog .modal-content .modal-body .form-group, #signup .modal-dialog .modal-content .modal-body .form-group {
    margin-bottom: 30px; }
    .form-field .form-group label, .form-body .panel .panel-body .form-group label, .signUp .panel .panel-body .form-group label, .lostPassword .panel .panel-body .form-group label, .logIn .panel .panel-body .form-group label, .commentsForm .form-group label, #login .modal-dialog .modal-content .modal-body .form-group label, #signup .modal-dialog .modal-content .modal-body .form-group label {
      font-size: 13px; }
  .form-field .checkbox, .form-body .panel .panel-body .checkbox, .signUp .panel .panel-body .checkbox, .lostPassword .panel .panel-body .checkbox, .logIn .panel .panel-body .checkbox, .commentsForm .checkbox, #login .modal-dialog .modal-content .modal-body .checkbox, #signup .modal-dialog .modal-content .modal-body .checkbox {
    margin: 0 0 30px 0; }
    .form-field .checkbox label, .form-body .panel .panel-body .checkbox label, .signUp .panel .panel-body .checkbox label, .lostPassword .panel .panel-body .checkbox label, .logIn .panel .panel-body .checkbox label, .commentsForm .checkbox label, #login .modal-dialog .modal-content .modal-body .checkbox label, #signup .modal-dialog .modal-content .modal-body .checkbox label {
      font-size: 13px; }
  .form-field .btn-primary, .form-body .panel .panel-body .btn-primary, .signUp .panel .panel-body .btn-primary, .lostPassword .panel .panel-body .btn-primary, .logIn .panel .panel-body .btn-primary, .commentsForm .btn-primary, #login .modal-dialog .modal-content .modal-body .btn-primary, #signup .modal-dialog .modal-content .modal-body .btn-primary {
    color: white;
    border-radius: 0;
    background-color: #390020;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .form-field .btn-primary:hover, .form-body .panel .panel-body .btn-primary:hover, .signUp .panel .panel-body .btn-primary:hover, .lostPassword .panel .panel-body .btn-primary:hover, .logIn .panel .panel-body .btn-primary:hover, .commentsForm .btn-primary:hover, #login .modal-dialog .modal-content .modal-body .btn-primary:hover, #signup .modal-dialog .modal-content .modal-body .btn-primary:hover {
      opacity: .9; }
  .form-field .btn-link, .form-body .panel .panel-body .btn-link, .signUp .panel .panel-body .btn-link, .lostPassword .panel .panel-body .btn-link, .logIn .panel .panel-body .btn-link, .commentsForm .btn-link, #login .modal-dialog .modal-content .modal-body .btn-link, #signup .modal-dialog .modal-content .modal-body .btn-link {
    color: #390020;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .form-field .btn-link:hover, .form-body .panel .panel-body .btn-link:hover, .signUp .panel .panel-body .btn-link:hover, .lostPassword .panel .panel-body .btn-link:hover, .logIn .panel .panel-body .btn-link:hover, .commentsForm .btn-link:hover, #login .modal-dialog .modal-content .modal-body .btn-link:hover, #signup .modal-dialog .modal-content .modal-body .btn-link:hover {
      text-decoration: none;
      color: #441c36; }

.form-body .panel, .signUp .panel, .lostPassword .panel, .logIn .panel {
  border-radius: 0;
  border: none; }
  .form-body .panel .panel-heading, .signUp .panel .panel-heading, .lostPassword .panel .panel-heading, .logIn .panel .panel-heading {
    background-color: #390020;
    border-radius: 0;
    padding: 0 15px;
    height: 60px; }
    .form-body .panel .panel-heading h3, .signUp .panel .panel-heading h3, .lostPassword .panel .panel-heading h3, .logIn .panel .panel-heading h3 {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 0;
      font-weight: 700;
      color: #ffffff;
      line-height: 60px; }
  .form-body .panel .panel-body, .signUp .panel .panel-body, .lostPassword .panel .panel-body, .logIn .panel .panel-body {
    border: 5px solid #f0f0f0;
    border-top: none; }
    .form-body .panel .panel-body .btn-link span, .signUp .panel .panel-body .btn-link span, .lostPassword .panel .panel-body .btn-link span, .logIn .panel .panel-body .btn-link span {
      color: #797979; }

#quantity {
  width: 50px; }

/*=== 5.2 FORM SIGN UP ===*/
@media (min-width: 480px) {
  .signUp {
    padding: 45px 0 25px 0; } }

@media (min-width: 480px) {
  .signUp {
    padding: 90px 0 70px 0; } }

/*=== 5.3 FORM LOST PASSWORD ===*/
.lostPassword .panel-body {
  padding: 50px 30px !important; }

.lostPassword .help-block {
  color: #2a3845;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 20px 0; }

@media (min-width: 480px) {
  .lostPassword {
    padding: 45px 0 25px 0; } }

@media (min-width: 480px) {
  .lostPassword {
    padding: 90px 0 70px 0; } }

/*=== 5.4 FORM LOG IN ===*/
.logIn .btn-default {
  height: 45px;
  padding: 0;
  line-height: 45px;
  border-radius: 0;
  border: none;
  margin: 30px 0 0 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .logIn .btn-default.pull-left {
    background-color: #46639f; }
  .logIn .btn-default.pull-right {
    background-color: #d6513e; }
  .logIn .btn-default i {
    margin-right: 5px; }
  .logIn .btn-default:hover, .logIn .btn-default:active, .logIn .btn-default:focus {
    border: 0;
    opacity: .9;
    color: #ffffff; }
  @media (max-width: 479px) {
    .logIn .btn-default {
      width: 100%;
      font-size: 11px; } }
  @media (min-width: 480px) {
    .logIn .btn-default {
      width: 48%;
      font-size: 10px; } }
  @media (min-width: 992px) {
    .logIn .btn-default {
      font-size: 11px; } }
  @media (min-width: 1200px) {
    .logIn .btn-default {
      font-size: 13px; } }

.logIn .btn-primary {
  color: #ffffff; }

@media (min-width: 480px) {
  .logIn {
    padding: 45px 0 25px 0; } }

@media (min-width: 768px) {
  .logIn {
    padding: 90px 0 70px 0; } }

.logIn .checkbox input[type=checkbox],
.logIn .checkbox-inline input[type=checkbox],
.logIn .radio input[type=radio],
.logIn .radio-inline input[type=radio] {
  margin-left: -21px; }

/*=== 5.5 BLOG SINGLE COMMENTS FORM ===*/
@media (min-width: 480px) {
  .commentsForm {
    padding: 0 0 90px 0; } }

@media (min-width: 768px) {
  .commentsForm {
    padding: 0 0 30px 0; } }

.commentsForm textarea.form-control {
  height: 150px !important; }

@media (max-width: 479px) {
  .commentsForm .btn-primary {
    width: 100%; } }

@media (min-width: 480px) {
  .commentsForm .btn-primary {
    width: 100%; } }

@media (min-width: 768px) {
  .commentsForm .btn-primary {
    width: 178px; } }

/*=== 5.6 STEPS PAGE FORM ===*/
.stepsPage form {
  margin: 0 -15px; }
  .stepsPage form .form-group {
    margin-bottom: 30px; }
    .stepsPage form .form-group label {
      font-size: 13px;
      display: block; }
    .stepsPage form .form-group textarea.form-control {
      height: 150px; }
  .stepsPage form .checkboxArea {
    float: left;
    margin: 13px 0 50px 0; }
    .stepsPage form .checkboxArea input[type=checkbox]:not(old) {
      width: 20px;
      margin: 0;
      padding: 0;
      font-size: 10px;
      opacity: 0; }
      .stepsPage form .checkboxArea input[type=checkbox]:not(old) + label {
        display: inline-block;
        margin-left: -20px;
        line-height: 20px;
        font-weight: 400;
        font-size: 13px; }
        .stepsPage form .checkboxArea input[type=checkbox]:not(old) + label span {
          background-color: #ffffff;
          border: 1px solid #d0d0d0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          display: inline-block;
          height: 20px;
          margin: 0 10px 0 0;
          vertical-align: middle;
          width: 20px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span {
        background-color: #390020;
        border: 1px solid #390020; }
        .stepsPage form .checkboxArea input[type=checkbox]:not(old):checked + label span:before {
          color: #ffffff;
          content: "\f00c";
          font-family: 'FontAwesome';
          display: block;
          font-size: 12px;
          font-weight: normal;
          height: 20px;
          line-height: 17px;
          text-align: center;
          width: 20px; }

/*=== 6. MODAL ===*/
/*=== 6.1 LOGIN MODAL ===*/
#login .modal-dialog .modal-content, #signup .modal-dialog .modal-content, .quick-view .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: none; }

.quick-view .modal-dialog .modal-content .modal-body .media .media-body {
  overflow: visible; }
  .quick-view .modal-dialog .modal-content .modal-body .media .media-body h2, .quick-view .modal-dialog .modal-content .modal-body .media .media-body h3 {
    font-weight: 700;
    margin-bottom: 7px;
    letter-spacing: 1px; }
  .quick-view .modal-dialog .modal-content .modal-body .media .media-body h3 {
    margin-bottom: 26px; }
  .quick-view .modal-dialog .modal-content .modal-body .media .media-body p {
    font-size: font-size3px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 37px; }
  .quick-view .modal-dialog .modal-content .modal-body .media .media-body .quick-drop {
    margin: 0 12px 38px 0;
    display: inline-block; }
  .quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area {
    display: block;
    width: 100%; }
    .quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary {
      width: 196px;
      height: 55px;
      border-radius: 0;
      border: none;
      background-color: #390020;
      padding: 0 20px;
      line-height: 55px;
      position: relative;
      text-align: left;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary i {
        position: absolute;
        right: 20px;
        top: 18px;
        font-size: 22px; }
      .quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary:hover {
        opacity: .8; }

#login .modal-dialog, #signup .modal-dialog {
  margin: 10px auto 0 auto; }
  #login .modal-dialog .modal-content .modal-header, #signup .modal-dialog .modal-content .modal-header {
    background-color: #390020; }
    #login .modal-dialog .modal-content .modal-header .modal-title, #signup .modal-dialog .modal-content .modal-header .modal-title {
      text-align: center;
      color: #ffffff;
      font-weight: 700;
      text-transform: uppercase; }
    #login .modal-dialog .modal-content .modal-header .close, #signup .modal-dialog .modal-content .modal-header .close {
      opacity: 1;
      color: #ffffff; }
      #login .modal-dialog .modal-content .modal-header .close:hover, #signup .modal-dialog .modal-content .modal-header .close:hover, #login .modal-dialog .modal-content .modal-header .close:focus, #signup .modal-dialog .modal-content .modal-header .close:focus {
        opacity: .6; }
  @media (max-width: 479px) {
    #login .modal-dialog, #signup .modal-dialog {
      width: 270px; } }
  @media (min-width: 480px) {
    #login .modal-dialog, #signup .modal-dialog {
      width: 430px; } }

#signup .modal-dialog .modal-body form .btn-primary {
  margin-bottom: 15px; }

/*=== 6.2 PORDUCT QUICK VIEW MODAL ===*/
@media (max-width: 479px) {
  .quick-view .modal-dialog {
    width: 280px;
    margin: 0 auto; } }

@media (min-width: 480px) {
  .quick-view .modal-dialog {
    width: 450px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .quick-view .modal-dialog {
    width: 750px; } }

@media (min-width: 992px) {
  .quick-view .modal-dialog {
    width: 950px; } }

@media (min-width: 1200px) {
  .quick-view .modal-dialog {
    width: 1030px; } }

.quick-view .modal-dialog .modal-content .modal-body {
  padding: 30px; }
  .quick-view .modal-dialog .modal-content .modal-body .close {
    font-size: 60px;
    font-weight: 300;
    margin: -20px -20px 0 0;
    line-height: 30px; }
  .quick-view .modal-dialog .modal-content .modal-body .media {
    margin-top: 0; }
    @media (min-width: 480px) {
      .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
        width: 100%;
        padding: 0 0 20px 0; } }
    @media (min-width: 768px) {
      .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
        width: 100%;
        padding: 0 0 20px 0; } }
    @media (min-width: 992px) {
      .quick-view .modal-dialog .modal-content .modal-body .media .media-left {
        padding-right: 40px;
        width: auto; } }
    .quick-view .modal-dialog .modal-content .modal-body .media .media-left img {
      width: 100%; }

.quick-view .modal-dialog .modal-content .modal-body .media .media-body .btn-area .btn-primary,
.singleProduct .media .media-body .btn-area .btn-primary {
  color: white; }

/*===  TABS ===*/
.tabCommon .tab-bottom {
  border-bottom: 5px solid #e4e4e4;
  margin-top: -4px;
  margin-bottom: 25px; }

.tabCommon .nav {
  border: none; }
  .tabCommon .nav li {
    display: inline-block;
    float: none;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .tabCommon .nav li {
        margin-right: 25px; } }
    .tabCommon .nav li a {
      padding: 0;
      height: 35px;
      font-size: 13px;
      font-weight: 700;
      color: #2a3845;
      text-transform: uppercase;
      display: inline-block;
      background-color: transparent;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      @media (min-width: 768px) {
        .tabCommon .nav li a {
          height: 40px;
          font-size: 16px; } }

.tabCommon .nav-tabs > li.active > a,
.tabCommon .nav-tabs > li.active > a:focus,
.tabCommon .nav-tabs > li.active > a:hover {
  background-color: transparent;
  color: #2a3845;
  border: none;
  border-bottom: 5px solid #390020; }

.tabCommon .nav-tabs > li > a,
.tabCommon .nav-tabs > li > a:hover,
.tabCommon .nav-tabs > li > a:focus {
  border: none; }

.tabCommon.tab-style2 .nav li {
  margin-right: 0;
  margin-left: 15px; }
  @media (min-width: 768px) {
    .tabCommon.tab-style2 .nav li {
      margin-right: 0;
      margin-left: 25px; } }

.tab-style3 .nav-tabs > li.active > a,
.tab-style3 .nav-tabs > li.active > a:focus,
.tab-style3 .nav-tabs > li.active > a:hover {
  background-color: #390020;
  color: #ffffff;
  border: none; }

.tabCommon.tab-style3 .nav li {
  margin: 0; }
  .tabCommon.tab-style3 .nav li a {
    padding: 5px 7px;
    margin: 0; }

/*===  SELECT DROPDOWN ===*/
.dropGeneral .sbHolder, .dropGeneral .sbSelector {
  width: 100% !important;
  height: 50px !important; }

.dropGeneral .sbHolder {
  background-color: transparent;
  border: 2px solid #dedede;
  margin: 0 0 30px 0;
  border-radius: 0; }

.dropGeneral.border-color .sbHolder {
  border-color: #390020; }

.dropGeneral.grayBg .sbHolder {
  background-color: #f8f8f8;
  border-color: #f8f8f8; }

.dropGeneral.colorBg .sbHolder {
  background-color: #390020;
  border-color: #390020; }

.dropGeneral.border-color .sbHolder {
  border-color: #390020; }

.dropGeneral.roundOne .sbHolder {
  border-radius: 7px; }

.dropGeneral.roundTwo .sbHolder {
  border-radius: 25px; }

.dropGeneral.roundThree .sbHolder {
  border-radius: 3px; }

.dropGeneral .sbSelector:link,
.dropGeneral .sbSelector:visited,
.dropGeneral .sbSelector:hover {
  color: #000 !important;
  text-transform: capitalize; }

.dropGeneral.colorBg .sbSelector:link,
.dropGeneral.colorBg .sbSelector:visited,
.dropGeneral.colorBg .sbSelector:hover {
  color: #ffffff !important;
  text-transform: capitalize; }

.dropGeneral .sbSelector {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  line-height: 48px;
  text-indent: 20px; }

.dropGeneral.colorBg .sbSelector {
  color: #ffffff; }

.dropGeneral .sbToggle {
  background: transparent url("../img/arrows/drop-down-arrow.jpg") no-repeat scroll 0 0;
  height: 6px;
  right: 20px;
  top: 21px;
  width: 11px; }

.dropGeneral.colorBg .sbToggle {
  background: transparent url("../img/arrows/down-arrow-white.png") no-repeat scroll 0 0; }

.dropGeneral.grayBg .sbToggle {
  background: transparent url("../img/arrows/down-arrow-gray.png") no-repeat scroll 0 0; }

.dropGeneral .sbOptions {
  width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #dedede;
  right: 0 !important;
  border-radius: 4px;
  z-index: 100; }

.dropGeneral .sbOptions li {
  padding: 4px;
  border-bottom: 1px solid #dedede; }

.dropGeneral .sbOptions li:last-child {
  border-bottom: none; }

.dropGeneral .sbOptions a {
  color: #969696 !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding: 11px 17px;
  text-transform: capitalize; }

.dropGeneral .sbOptions a:hover {
  color: #390020 !important;
  background-color: transparent; }

.dropGeneral.addCircle .sbHolder {
  border-radius: 25px; }

/*===  ALERT ===*/
.alert-link {
  text-decoration: underline !important; }

/*===  PAGINATION ===*/
@media (min-width: 480px) {
  .pagination {
    margin: 0 0 50px 0; } }

@media (min-width: 768px) {
  .pagination {
    margin: 0; } }

.pagination li a {
  float: none;
  border-radius: 0;
  padding: 0;
  border: 3px solid #f0f0f0;
  display: inline-block;
  font-size: 18px;
  color: #2a3845;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 3px;
  text-align: center !important; }
  @media (max-width: 479px) {
    .pagination li a {
      width: 35px;
      height: 35px;
      line-height: 30px; } }
  @media (min-width: 480px) {
    .pagination li a {
      width: 45px;
      height: 45px;
      line-height: 40px; } }
  .pagination li a span {
    font-size: 24px; }
    @media (max-width: 479px) {
      .pagination li a span {
        line-height: 20px; } }
    @media (min-width: 480px) {
      .pagination li a span {
        line-height: 30px; } }
  .pagination li a:hover {
    color: #ffffff;
    background-color: #390020;
    border-color: #390020; }

.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus {
  color: #ffffff;
  background-color: #390020;
  border-color: #390020; }

.space-bottom {
  margin-bottom: 20px; }

.bg-default {
  color: white;
  background: #777777;
  padding: 3px 4px; }

.bg-primary {
  color: white;
  background: #9875ab;
  padding: 3px 4px; }

.bg-success {
  color: white;
  background: #87c056;
  padding: 3px 4px; }

.bg-info {
  color: white;
  background: #4da5e2;
  padding: 3px 4px; }

.bg-warning {
  color: white;
  background: #ffcc66;
  padding: 3px 4px; }

.bg-danger {
  color: white;
  background: #ec7160;
  padding: 3px 4px; }

.color-text p {
  font-size: 16px;
  line-height: 32px; }

blockquote {
  border-left: 5px solid #ebebeb; }

blockquote p {
  font-size: 15px;
  line-height: 22px; }

cite {
  color: #cccccc;
  font-size: 14px; }

.label {
  font-weight: 400;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block; }

.label-pill {
  border-radius: 4px; }

.label-default {
  color: #777777;
  background-color: transparent;
  border: 2px solid #777777; }

.label-default-filled {
  color: white;
  background-color: #777777;
  border: 2px solid #777777; }

.label-primary {
  color: #390020;
  background-color: transparent;
  border: 2px solid #390020; }

.label-primary-filled {
  color: white;
  background-color: #390020;
  border: 2px solid #390020; }

.label-success {
  color: #87c056;
  background-color: transparent;
  border: 2px solid #87c056; }

.label-success-filled {
  color: white;
  background-color: #87c056;
  border: 2px solid #87c056; }

.label-info {
  color: #4da5e2;
  background-color: transparent;
  border: 2px solid #4da5e2; }

.label-info-filled {
  color: white;
  background-color: #4da5e2;
  border: 2px solid #4da5e2; }

.label-warning {
  color: #ffcc66;
  background-color: transparent;
  border: 2px solid #ffcc66; }

.label-warning-filled {
  color: white;
  background-color: #ffcc66;
  border: 2px solid #ffcc66; }

.label-danger {
  color: #ec7160;
  background-color: transparent;
  border: 2px solid #ec7160; }

.label-danger-filled {
  color: white;
  background-color: #ec7160;
  border: 2px solid #ec7160; }

.badge-link {
  color: #000;
  display: inline-block;
  padding-right: 15px; }
  .badge-link:hover, .badge-link:focus {
    color: #390020; }

.badge {
  color: #ffffff;
  background-color: #390020;
  font-size: 10px;
  font-weight: 400;
  border-radius: 10px;
  padding: 3px 7px; }

.active .badge {
  color: #390020 !important; }

.nav-pills li {
  margin-right: 15px;
  display: inline-block; }

.nav.nav-pills a {
  color: #000; }

.nav.nav-pills a:hover,
.nav.nav-pills a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #390020; }

.progress-bar-default {
  background-color: #777777; }

.progress-bar-primary {
  background-color: #390020; }

.progress-bar-info {
  background-color: #9875ab; }

/* FORM */
.form-group input {
  font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif; }

.input-group input {
  font: normal normal normal 14px/1 FontAwesome, "Lato", sans-serif; }

/* Contact Forms */
#contactForm .form-control {
  border-radius: 0;
  background-color: #f0f0f0;
  border: none;
  height: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#contactForm textarea {
  max-width: 100%;
  min-height: 130px !important;
  max-height: 211px;
  margin-bottom: 30px; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

.has-error .form-control {
  color: #ec7160 !important;
  border: 1px solid #ec7160 !important; }

.help-block.with-errors li {
  color: #ec7160;
  font-size: 13px;
  margin-top: -30px;
  margin-bottom: 0; }

#msgSubmit.h3 {
  font-size: 14px;
  margin-top: 5px; }

/* Contact Form 1 */
#contact-form-1 .form-group {
  margin-bottom: 0; }

#contact-form-1 #contactForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

#contact-form-1 .btn-form-submit {
  width: 100%;
  border-radius: 0;
  padding: 14px 24px; }

/* / End Contact Form 1 */
/* Contact Form 2 */
.contact-form-2 {
  margin-bottom: 50px; }

#contactForm.contact-form-2 .form-control#name {
  width: 70%; }

#contactForm.contact-form-2 .form-control#email {
  width: 70%; }

#contactForm.contact-form-2 .form-control#subject {
  width: 70%; }

#contact-form-2 .form-group {
  margin-bottom: 0; }

#contact-form-2 #contactForm {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

#contact-form-2 .btn-form-submit {
  width: 30%;
  border-radius: 0;
  padding: 14px 24px; }

/* Login / Register Forms */
#login-form {
  width: 100%;
  background-color: white;
  padding: 35px;
  border: 1px solid #e4e4e4; }

#login-form .form-control {
  border-radius: 0;
  background-color: #f0f0f0;
  border: none;
  height: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#login-form .form-group {
  margin-bottom: 0; }

#login-form .btn-log {
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px; }

#register-form {
  width: 100%;
  background: white;
  border: 1px solid #e4e4e4;
  padding: 35px; }

#register-form .form-control {
  border-radius: 0;
  background-color: #f0f0f0;
  border: none;
  height: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#register-form .form-group {
  margin-bottom: 0; }

#register-form .btn-log {
  border-radius: 0;
  margin-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px; }

.log-title {
  font-size: 24px;
  margin: 0 0 35px 0; }

.log-line {
  padding: 0 0 35px 0;
  margin-bottom: 35px; }

.log-line .checkbox {
  margin-left: 10px; }

.log-line .checkbox-primary label,
.log-line .checkbox-primary a {
  color: #777777; }

.forgot-password {
  font-size: 16px; }

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: -9px; }

.panel-body .checkbox input[type=checkbox],
.panel-body .checkbox-inline input[type=checkbox],
.panel-body .radio input[type=radio],
.panel-body .radio-inline input[type=radio],
.modal-body .checkbox input[type=checkbox],
.modal-body .checkbox-inline input[type=checkbox],
.modal-body .radio input[type=radio],
.modal-body .radio-inline input[type=radio] {
  margin-left: -21px; }

.margin-right {
  margin-right: 15px; }

#forms .signUp {
  padding: 0; }

/* / End Login / Register Forms */
/* Newsletter Forms */
#newsletter .form-control {
  color: #777777;
  background: #f0f0f0;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1; }

#newsletter .input-group {
  width: 100%; }

#newsletter .input-group-btn {
  vertical-align: top; }

.btn-newsletter {
  padding: 14px 24px;
  margin-left: 20px !important;
  border-radius: 0;
  z-index: 2; }

#newsletter .btn-newsletter.inside {
  margin-left: 0 !important; }

#newsletter .btn-left.btn-newsletter.inside {
  margin-left: -108px !important;
  z-index: 999; }

.list-group-item {
  color: #777777;
  background-color: white;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px; }

.list-group-item p {
  font-size: 14px; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  color: white;
  background-color: #390020;
  border-color: #390020; }

a.list-group-item:hover {
  color: #390020; }

a.list-group-item, button.list-group-item {
  color: #777777; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: white; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #222222;
  margin-bottom: 10px; }

/* Panels */
.panel-default {
  border-color: #e4e4e4; }

.panel-default > .panel-heading {
  color: white;
  background-color: #777777; }

.panel-success {
  border-color: #74a44a; }

.panel-success > .panel-heading {
  color: white;
  background-color: #87c056;
  border-color: #74a44a; }

.panel-primary {
  border-color: #390020; }

.panel-primary > .panel-heading {
  color: white;
  background-color: #390020;
  border-color: #390020; }

.panel-info {
  border-color: #428fc4; }

.panel-info > .panel-heading {
  color: white;
  background-color: #4da5e2;
  border-color: #428fc4; }

.panel-warning {
  border-color: #e1b459; }

.panel-warning > .panel-heading {
  color: white;
  background-color: #ffcc66;
  border-color: #e1b459; }

.panel-danger {
  border-color: #cd6254; }

.panel-danger > .panel-heading {
  color: white;
  background-color: #ec7160;
  border-color: #cd6254; }

/* Well */
.well {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px; }

.rounded-well {
  border-radius: 5px; }

/* Jumbotron */
.jumbotron {
  background: #f0f0f0;
  border: 1px solid #e4e4e4;
  border-radius: 0 !important; }

.rounded-jumbotron {
  border-radius: 5px !important; }

.jumbotron h1 {
  color: #390020;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px; }

.jumbotron p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 20px; }

#tooltip .btn {
  margin: 0 auto 30px;
  display: block; }
  @media (min-width: 768px) {
    #tooltip .btn {
      display: inline-block;
      margin: 0 15px 30px; } }
