/* VersaCommerce-Hinweis: Diese Datei wurde automatisch am 2021-07-27 12:42 erzeugt und sollte nicht manuell veraendert werden. Veraenderungen sollten in der Quell-Datei (shop.css.liquid) vorgenommen werden. */

/*  Bootstrap overrides */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #777777;
  background-color: #FFFFFF;  
  width: 100%;
  height: 100%;
  
  /*  add margin of header hieight not on index */
  
}
html {
  width: 100%;
  height: 100%;
}


.not-index {
  margin-top: 125px /* height of header */ 
}







a {
  color: #254E8C;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #212121;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Lato', sans-serif;
  color: #555555;
  font-weight: bold;
  line-height: 1.1;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1, .h1 {
  margin-top: 0;
  font-size: 24px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 13px;
}


p {
  margin: 0 0 20px;
}
ul, ol {
  margin-bottom: 20px;
}
ul li, ol li {
  line-height: 1.8em;
}
table {
  margin-bottom: 20px;
}
th {
  color: #777777;
}
.form-control {
  border-radius: 0;
}

hr.row-separator {
  height: 1px;
  border: none;
  border-top: 1px solid #B5B5B5;
}

.btn {
  padding: 7px 20px;
  color: #FFFFFF;
  background: #BE0000;
  border: 1px solid #BE0000;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #FFFFFF;
  background: #9B0000;
  border: 1px solid #9B0000;
  text-decoration: none;
}

.btn-special {
  background: #254E8C;
  border: 1px solid #254E8C;
  color: #FFFFFF
}
.btn-special:hover,
.btn-special:focus {
  color: #FFFFFF;
  background: #274778;
  border: 1px solid #274778;
}

.btn-clear {
  background: #E3E3E3;
  border: 1px solid #E3E3E3;
  color: #777777
}
.btn-clear:hover,
.btn-clear:focus {
  color: #777777;
  background: #DEDEDE;
  border: 1px solid #DEDEDE;
}



.btn-group-product-options {
  margin-bottom: 20px;
}

.btn-group-product-options .btn {
  padding: 7px 4px;
  color: #777777;
  text-transform: none;
}
.btn-group-product-options .btn:hover,
.btn-group-product-options .btn:active,
.btn-group-product-options .btn:focus, 
.btn-group-product-options .btn.focus {
  box-shadow: none;
  border-color: #B5B5B5;
}
.btn-group-product-options .btn.btn-active {
  background: #eee
}


input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #B5B5B5
}

form {
  margin-bottom: 20px;
}
textarea {
  margin-bottom: 20px;
}
.selector-wrapper select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #B5B5B5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.errors {
  background-color: #fcf8e3;
}
.errors ul {
  margin: 0 0 20px 0;
  padding: 20px;
  list-style: none;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}







/*  Navbar  

.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: #FFFFFF;
  border-color: #E7E7E7;
}

.index .navbar-default {
  background: transparent;
  border: none;
}

.index .top-nav-background {
  background-color: #FFFFFF;
  border-color: #E7E7E7;
  -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background: none; 
  color: #212121;
}
.navbar-default .navbar-nav>li>a {
  color: #333333;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav li.nav-active a {
  color: #BE0000;
}

.nav li a:hover {
  background: transparent;
}
.dropdown-menu>li>a {
  color: #254E8C;
}
.dropdown-menu>li>a:hover {
  color: #212121;
}


.navbar-toggle {
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 4px;
  font-size: 18px;
}
button.navbar-toggle:hover {
  background: transparent !important;
}










*/


/*  Navbar  */

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.logo-height {
  max-height: 50px; 
  /*margin-top: -15px;*/
}


.logo-max-height {
  max-height: 30px !important;
  /*margin-top: -5px;*/
}


.navbar-custom .navbar-toggle {
  margin-top: 4px;
  margin-bottom: 4px;
}


.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #BE0000;
}
.navbar-custom a:hover {
  color: #000000;
}

.navbar-custom .nav li.active {
    outline: none;
    color: #BE0000;
}

.navbar-custom .nav li a {
  background: none; 
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    
    color: #333333;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: none ;
    color: #BE0000;
}

.navbar-nav > li > a {
  font-size: 14px;
  font-weight: bold
}


/*  Dropdown  */
.dropdown-menu {
  background-color: #FFFFFF;
  border-color: #E7E7E7;
  padding: 30px;
}
.dropdown-menu {
  border-width: 3px;
}

ul.dropdown-menu > li > a {
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px 0 0;
  min-width: 170px
}

.navbar-custom .navbar-nav>.open>a, 
.navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>.open>a:hover {
  background: none; 
}

.navbar .search-form { padding-right: 0; }
.navbar .search-form .btn,
.navbar .search-form .btn:active,
.navbar .search-form .btn:hover,
.navbar .search-form .btn:focus {
  background: transparent;
  border-color: transparent;
  color: #333333;
  padding: 7px 20px 7px 7px;
  outline: none;
}
.navbar .search-form .form-control {
  height: 24px;
  padding: 7px 7px;
  box-shadow: none;
  border: none;
  /*border-bottom: 1px solid #E7E7E7;*/
  background: #fafafa;
  width: 80px;
}

.index .navbar .search-form .form-control {
  background: rgba(250, 250, 250, 0.3);
}

@media (min-width: 992px) {
  .search-form input.form-control:focus,
  .search-form input.form-control:active {
    width: 170px
  }
}

@media(max-width:767px) {
  .navbar .search-form .form-group {
    width: 60%;
    float: left;
  }
  .navbar .search-form .btn,
  .navbar .search-form .btn:active,
  .navbar .search-form .btn:hover,
  .navbar .search-form .btn:focus { padding: 0 0 0 7px; }
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #FFFFFF;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #E7E7E7;
    }
}

ul.dropdown-search {
  padding: 10px;
}
.dropdown-search .btn {
  padding: 0 14px !important;
  height: 34px
}
ul.dropdown-search form {
  margin-bottom: 0
}
.dropdown-search input.search-input {
  min-width: 160px !important;
}
.nav .cert {
  margin: 0 5px
}
.top-nav-collapse .cert img {
  height: 36px;
  margin-top: 7px
}

@media (max-width: 992px) {
  .nav .cert img {
    display: none;
  }
}
























/*  Footer  */
#footer {
  font-size: 14px;
  padding-top: 20px;
}
#footer .form-control {
  font-size: 14px;
}
#footer button {
  padding: 7px; 
  font-size: 11px;
}
#footer #footer-social {
  margin-top: 60px;
  font-size: 18px;
  text-align: left;
}
#copy {
  text-align: left;
}
#copy .pull-right { float: none!important; }


@media(min-width:767px) {
  #footer #footer-social { text-align: right; }
  #copy { text-align: right; }
  #copy .pull-right { float: right; }
}














/*  Carousel  */
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    display: table;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-description {
  display: table-cell;
  vertical-align: middle;
  padding: 15%;
}
.carousel-description h1,
.carousel-description h2,
.carousel-description h3,
.carousel-description h4,
.carousel-description h5,
.carousel-description h6,
.carousel-description p {
  color: ;
}





/*  Index Template */
.spacer {
  margin-top: 30px;
}

.collections_index {
  margin-bottom: 30px;
}
.collections_index img {
  display: block;
  width: 100%;
}

h3.section-title {
  border: 2px solid #eee;
  height: 0;
  margin-bottom: 50px;
  margin-top: 50px;
  text-transform: uppercase;
}  
h3.section-title span {
  background-color: #fff;
  border: 3px solid #eee;
  left: 15px;
  padding: 8px 15px;
  position: relative;
  top: -25px;
  display: inline-block;
  margin-bottom: -3px
}
h3.section-title a {
    background-color: #fff;
    border: 3px solid #eee;
    padding: 5px 10px;
    position: relative;
    right: 15px;
    top: -20px;
}
h3.section-title a {
    float: right;
    font-size: 80%;
    padding-top: 5px;
}
h3.section-title a i {
  padding-left: 10px
}





/*  Collections page  */
#collection-description {
  margin-bottom: 20px;
}
#collection-sorting {
  margin-bottom: 20px;
}
#collection-image {
  margin-bottom: 20px
}

.product-grid {
  margin-bottom: 20px;
  text-align: center;
}
.product-grid-image {
  display: block;
  position: relative;
}
.product-grid-image img {
  width: 100%;
}
.product-grid h5 {
  margin: 0;
}
.product-grid h5 a {
  padding: 7px 0 5px 0;
  display: block;
}
.product-grid .collection-title {
  margin-top: 5px;
  text-transform: uppercase;
  color: #777777;
}

.product-grid del, .product-list del {
  opacity: 0.6;
  margin-right: 5px;
}

.product-grid .price {
  font-size: 16px;
  color: #000000;
}

.product-list {
  margin-bottom: 40px;
}
.product-list-image {
  display: block;
  position: relative;
}
.product-list-image span {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 4px 10px;
  line-height: 1em;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff;
}
.product-list h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.product-list .price {
  font-size: 160%;
}

.product-grid h5.collection-title {
  font-size: 12px
}

/*  Product Page  */
#product {
  margin-bottom: 40px;
}

#product-images .gallery-item {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  right: 15%;
}

#product-images .swiper-button-next,
#product-images .swiper-button-prev {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  color: #254E8C;
  border: 2px solid #254E8C;
  border-radius: 50%;
  background: transparent;
  opacity: 0.6;
}
#product-images .swiper-button-next:hover,
#product-images .swiper-button-prev:hover {
  border-color: #212121;
  color: #212121;
  opacity: 1;
  transition: all .3s ease-in-out;
}

#product-thumbs ul li {
  margin-bottom: 10px;
  padding: 0 5px;
  cursor: pointer;
}
#product-thumbs ul li.first {
  padding-left: 0px;
  padding-right: 10px;
}
#product-thumbs ul li.last {
  padding-left: 10px;
  padding-right: 0px;
}

#product-thumbs ul li.current img {
  border: 1px solid #212121;
}

.product-thumbs-bottom li {
  margin-top: 20px !important
}

#product-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
#product-subtitle {
  margin-top: 0
}

#product-price-holder {
  margin-bottom: 20px;
}
#product-price {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -5px;
}
#product-price .vc-additional-price-informations {
  font-size: 14px;
  font-weight: normal;
  color: #B5B5B5;
}

#product-price .vc-product-compare-at-price {
  color: #777777;
  text-decoration: line-through;
}
#product-price .vc-product-price.comparison {
  color: #BE0000;
}

#AddToCartForm {
  margin-bottom: 40px;
}

input.quantity-selector {
  outline: none;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 1px solid #B5B5B5;
  color: #000;
  background: #fff;
}

#AddToCart {
  padding: 8px 10px;
  font-size: 16px;
  font-weight: normal;
  outline: none;
}

.input-group-quantity {
  width: 93px;
}

.btn-quantity {
  width: 31px;
  padding: 9px 0px;
  color: #777777;
  border: 1px solid #B5B5B5;
  background: #fff;
}

.btn-quantity:hover, .btn-quantity:focus, .btn-quantity.focus {
  color: #000;
  border: 1px solid #ccc;
  background: #eee;
  text-decoration: none;
}

.product-description-wrapper {
  padding-top: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #B5B5B5;
}

.product-description-wrapper h3 {
  margin-top: 0;
}

@media (min-width: 992px) {
  .product-description {
    width: 80%
  }  
}
.product-meta {
  color: #B5B5B5;
  border-top: 1px solid #B5B5B5;
  padding: 7px 0;
}

.stock { font-size: 16px; }
.in-stock { color: #009640; }
.out-of-stock { color:#be0000; }

label.product-selection,
.vc-product-cart-options label {
  margin-top: 5px;
  color: #777777;
  width: 95px;
}
.vc-product-cart-options select,
select.product-selection {
  width: 216px;
  display: inline-block;
}

.extra-content {
  text-align: center;
  border-top: 1px solid #B5B5B5;
}
.extra-content li {
  padding: 10px;
}
.extra-content a {
  text-transform: uppercase;
}
.extra-content li.active {
  border-top: 3px solid #000;
}
.extra-content li.active a {
  color: #000;
}


/*  Product Page - Extras */

.custom-pagination {
  margin-bottom: 0;
  line-height: 34px;
}
#collection-view a {
  line-height: 34px;
  cursor: pointer;
}
.collection-view-active {
  color: #212121; 
  cursor: default;
}


#featured-image .expand-icon {
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  opacity: 0.6
}
.expand-icon .fa-expand {
  border: 2px solid #254E8C;
  border-radius: 50%;
  padding: 10px;
}
.expand-icon a {
  color: #254E8C;
}
.expand-icon a:hover,
.expand-icon a:focus {
  color: #212121;
  opacity: 1
}


/*  Cart  */
.cart {}
#cart-headers {
  margin-bottom: 20px;
}
.cart-row {
  margin-bottom: 40px;
}
.cart-row h5 {
  margin-top: 10px;
}
.subtotal input {
  margin-bottom: 20px;
}
.cart textarea {
  margin-bottom: 40px;
}
.cart input[type="number"] {
  width: 80px;
}


.cart-logo {
  display: block;
  margin: 30px 0 60px 0
}
.cart-wrapper {
  font-size: 14px;
}
.cart-wrapper h5 {
  color: #555555;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 3px solid #B5B5B5
}
.col-cart-left .inner,
.col-cart-right .inner {
  padding: 0 10px
}
@media (min-width: 768px) {
  .col-cart-right {
    border-left: 1px solid #ddd
  }
}
.cart-summary {
  width: 100%
}
.cart-summary th {
  color: #777777;
  font-weight: bold;
}
.cart-summary td {
  text-align: right;
}
.cart-summary td,
.cart-summary th {
  border-bottom: 1px solid #B5B5B5;
  padding: 6px 0
}
.cart-summary tr.total td,
.cart-summary tr.total th {
  border-bottom: 3px solid #B5B5B5
}
.cart-summary tr.delivery-info td,
.cart-summary tr.delivery-info th {
  border-bottom: none
}
.taxinfo, .cartinfo {
  font-size: 10px
}
@media (max-width: 992px) {
  .row-cart-items {
    overflow-x: scroll;
    overflow-y: hidden;
    box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.1) inset;
  }
}

.btn-cart-update {
  margin-bottom: 10px;
  display: block;
  width: 100%
}
.btn-cart-checkout {
  display: block;
  width: 100%
}
.btn-cart-coupon,
.btn-cart-note {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
}

textarea#note {
  margin-bottom: 0
}

.cart-items {
  width: 100% !important
}
.cart-items thead th {
  color: #555555;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-top: 5px;
  border-bottom: 3px solid #B5B5B5
}
td.item-price {
  min-width: 80px
}
td.item-quantity {
  min-width: 110px
}
td.item-description {
  min-width: 160px
}
.cart-items-wrapper {
  padding: 10px 0
}
@media (max-width: 992px) {
  .cart-items-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    box-shadow: -10px 0 40px 0 rgba(0, 0, 0, 0.1) inset;
    padding: 10px 20px
  }
}

.checkout-header {
  margin-bottom: 20px;
}
.checkout-header .inner {
  padding: 0 10px;
}

ul.vc-cart-recommendation-content,
ul.vc-cart-recommendation-content li {
  list-style: none;
  padding: 0;
  margin: 0
}
ul.vc-cart-recommendation-content li {
  display: inline-block;
  width: 180px;
  text-align: center;
}

ul.vc-cart-recommendation-content .vc-product-price {
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}
.vc-cart-recommendation-title {
  border-top: 3px solid #B5B5B5;
  padding-top: 12px;
  color: #555555
}

@media (max-width: 767px) {
  .vc-cart-recommendations {
    display: none;
  }
}


.cart-seals {
  position: absolute;
  right: 40px;
  top: 40px
}
.cart-seals img {
  padding: 0 5px
}
@media (max-width: 992px) {
  .cart-seals {
    position: relative;
    top: 20px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}


/*  Page Template */
#page-content {
  /*padding-bottom: 20px;*/
  position: relative;
}
#page-content img {
  max-width: 100%;
}
#page-title {
  padding: 20px 0;
}









/*  Sidebar */
#sidebar {
  display: none;
}
#sidebar>div {
  margin-bottom: 40px;
}
#sidebar ul li.active a {
  color: #212121;
}

#sidebar .product-grid-image span {
  zoom: 60%
}
#sidebar .product-grid h5 a {
 padding-top: 10px 0 5px 0; 
}

@media(min-width:767px) {
  #sidebar {
    display: inherit;
  } 
}












/*  Blog / Article  */
.article-title {
  margin-bottom: 40px;
}
.article-title h3 {
  margin-bottom: 5px;
}
.article-content {
  margin-bottom: 40px;
}
.article-content img {
  max-width: 100%;
}
#tags-article {
  margin-bottom: 40px;
}













#comments h3 {
  margin-bottom: 40px;
}
.comment {
  margin-bottom: 40px;
}





.social-share {
  padding: 20px 0 0 0;
  border-color: #B5B5B5;
}
.social-share li {
  width: 40px;
  height: 40px;
  line-height: 22px;
  font-size: 40px;
  text-align: center;
  padding: 0;
}

.social-share a {
  font-size: 18px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-left: -2px;
}

#meta-navigation { height: 20px; }
#meta-navigation nav ul { margin-bottom: 0; }
#meta-navigation nav li { padding: 0; }

nav#breadcrumbs {
  position: absolute;
  top: 2px;
  left: 20px;
  text-transform: uppercase;
  color: #254E8C;
}
nav#breadcrumbs li { margin-right: 2px; }
nav#breadcrumbs li+li { padding-left: 2px; }


nav#next-previous {
  position: absolute;
  top: 0;
  right: 15px;
}

nav#next-previous {
  position: absolute;
  top: 0;
  right: 15px;
  margin-bottom: 0;
}
/*nav#next-previous li+li { margin-left: 0px; }*/
nav#next-previous li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #254E8C;
  border-radius: 50%;
}
nav#next-previous li a:hover {
  border-color: #212121;
}




/*  search results  */
.search-results-pager {
  margin-bottom: 20px;
}
.search-results {
  margin-bottom:40px;
}
.search-results img {
  margin-bottom: 20px;
}
.search-results h4 {
  margin-top: 0;
}








.vc-invisible {
  height: 0px;
  width: 0px;
  line-height: 0px;
  font-size: 0px;
  border: 0px;
  padding: 0;
  margin: 0;
}

.vc-newsletter .row {
  margin-left: -5px;
  margin-right: -5px;
}
.vc-newsletter *[class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

.vc-newsletter .form-group.error label.error {
  color: #b94a48;
  font-size: 12px;
  margin-bottom: 9px;
}
.vc-newsletter .form-group.error input {
  margin-bottom: 3px;
  border-color: #b94a48;
}
.vc-newsletter .form-group.success input {
  border-color: #468847;
}

#subscribe-link {
  width: 100%;
  max-width: 100%;
  padding: 6px;
}


/*  Carousel  */
.carousel-control i {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-description h1 {
  font-size: 54px;
  display: inline-block;
  padding-bottom: 30px;
}
.carousel-description h2 {
  font-size: 32px;
  line-height: 1.6em;
}



  
  

  
  



a.vc-powered-by {
  line-height: 12px;
  vertical-align: middle;
}
img.vc-powered-by-logo {
  min-height: 12px;
}
small.vc-powered-by-text {
  margin-left: 5px;
  vertical-align: bottom;
}

.alert {
  color: #BE0000;
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0
}

.top-infobar {
  background-color: #254E8C;
  color: #F2F2F2 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding-top: 6px;
  padding-bottom: 6px;
  height: 35px;
  overflow: hidden;
}

.navbar-fixed-top {
  top: 35px;
}


.top-nav-collapse {
  top: 0px !important;
  opacity: 0.95
}
.top-nav-collapse:hover,
.top-nav-collapse:focus {
  opacity: 1
}

.menu-divider{
  border-bottom: 1px solid #B5B5B5;
  margin-bottom: 30px
}

.vc-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  opacity: 0.9
}

.vc-label {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  padding: 1px 10px
}

.vc-labels.large {
  left: 25px
}
.vc-labels.small .vc-label {
  font-size: 13px;
}
.vc-labels.large .vc-label {
  font-size: 16px;
}

.vc-label-top {
  background: #E3D644;
  color: #FFFFFF
}
.vc-label-new {
  background: #BE0000;
  color: #FFFFFF
}
.vc-label-topandnew {
  background: #254E8C;
  color: #FFFFFF
}
.vc-label-soldout {
  background: #BBBBBB;
  color: #FFFFFF;
 }

.vc-payment-methods {
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  .vc-payment-methods {
    text-align: left;
  }
}

