﻿@import url(https://fonts.googleapis.com/css?family=Habibi);
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* As hex codes */
/* Main Primary color */
/* As hex codes */
/* Main Primary color */
*:focus {
  outline: 0 !important;
}
.pink {
  color: #C0004E;
}
.account-wrapper {
  margin: 50px 0px 200px 0px;
}
.padded-anchor {
  top: -60px;
  display: block;
  visibility: hidden;
  position: relative;
}
.black-links a {
  color: #555;
  font-weight: bold;
}
body {
  padding-top: 50px;
  font-size: 15px;
  line-height: 30px;
  background-color: #fff;
  /*background:url(/Content/background-image-2-1920.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;*/
}
body.modal-open {
  margin-right: -21px;
  overflow-y: scroll;
}
.relative {
  position: relative;
}
.image-overlay-notification {
  position: absolute;
  bottom: 0px;
  background-color: #C0004E;
  color: #fff !important;
  opacity: 0.9;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.image-overlay-notification .special-label.price {
  color: #fff !important;
}
#contact-us-page textarea {
  height: 150px;
}
.checkbox label {
  line-height: 21px;
  padding-left: 34px;
}
h1 {
  font-size: 22px;
  text-transform: uppercase;
  /*border-bottom: 1px solid @border-bottom;*/
  color: #C0004E;
  font-family: 'Habibi', serif;
}
@media (max-width: 767px) {
  h1 {
    font-size: 15px;
    font-weight: bold;
  }
}
h2 {
  text-transform: uppercase;
  font-weight: normal;
  /*border-bottom: 1px solid @border-bottom;*/
  color: #000;
  font-size: 16px;
  font-family: 'Habibi', serif;
  color: #C0004E;
}
@media (max-width: 767px) {
  h2 {
    font-size: 13px;
  }
}
h3 {
  color: #000;
}
.number {
  font-family: 'Roboto', sans-serif !important;
}
.dark-panel {
  color: #fff;
  background-color: #1256b9;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.dark-panel h1,
.dark-panel h2,
.dark-panel h3 {
  padding-top: 0;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
}
.dark-panel a {
  color: #fff;
  font-weight: bold;
}
.dark-panel a:hover {
  text-decoration: underline;
}
.dark-panel.heading {
  padding: 15px 0 5px 0;
  margin: 15px -15px 15px -15px;
  text-align: center;
  color: #fff;
  background-color: #1256b9;
  border-bottom: 1px solid #777;
}
.dark-panel.heading h1 {
  color: inherit;
  font-size: 28px;
  font-weight: normal;
}
.dark-panel.heading h2 {
  color: inherit;
  font-size: 28px;
  font-weight: normal;
}
.grey-panel {
  color: #1256b9;
  background: url(/Content/stripe-background.png) repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}
.grey-panel h1,
.grey-panel h2,
.grey-panel h3 {
  padding-top: 0;
  margin-top: 0;
  color: #1256b9;
  font-weight: bold;
}
.grey-panel a {
  color: #fff;
  font-weight: bold;
}
.grey-panel a:hover {
  text-decoration: underline;
}
.grey-panel.heading {
  padding: 15px 0 5px 0;
  margin: 15px -15px 15px -15px;
  text-align: center;
  color: #fff;
  background-color: #1256b9;
  border-bottom: 1px solid #777;
}
.grey-panel.heading h1 {
  color: inherit;
  font-size: 28px;
  font-weight: normal;
}
.grey-panel.heading h2 {
  color: inherit;
  font-size: 28px;
  font-weight: normal;
}
.light-panel {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 1px;
}
.light-panel h1,
.light-panel h2,
.light-panel h3 {
  padding-top: 0;
  margin-top: 0;
}
.modal-content {
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border: none;
  background-color: #fdfdfd;
}
.modal-content .modal-header {
  background: url(/Content/knit-pattern.png);
  color: #fff;
  font-family: 'Habibi', serif;
}
.modal-content .newsletter-form .modal-body h2 {
  display: none;
}
.full-width {
  width: 100%;
}
.max-full-width {
  max-width: 100%;
}
sup.required {
  color: #ff0000;
  margin-left: 5px;
  font-weight: bold;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #9297B2;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-addon {
  border-radius: 0;
  background-color: #F9F9F9;
}
.input-group-btn button {
  border-radius: 0;
}
.field-validation-error {
  color: #f00;
  display: block;
  padding: 4px 0;
}
#main-content {
  min-height: 600px;
  background-color: #fff;
}
.product-thumbnail {
  text-align: center;
}
.product-thumbnail img {
  border-radius: 10px;
}
.product-thumbnail .image-overlay-notification {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-panel-image .image-overlay-notification {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.shop-panel {
  margin-bottom: 15px;
}
.shop-panel .shop-panel-inner {
  /*border-bottom: 1px solid @primary-blue;*/
  padding-bottom: 15px;
}
.shop-panel .shop-panel-inner .link {
  display: block;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1256b9;
}
.shop-panel .shop-panel-inner h3 {
  margin-top: 5px;
}
.shop-panel .shop-panel-inner h3 a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 30px;
  height: 40px;
}
.shop-panel .shop-panel-inner img {
  width: 100%;
}
#header-wrapper {
  background-image: url(/Content/stripe-background.png);
  margin: 0;
  padding: 15px;
}
#header-wrapper #header {
  margin: 15px 0 0 0;
}
#header-wrapper #header #logo-container {
  text-align: center;
  margin-top: 20px;
}
#header-wrapper #header #logo-container img {
  width: 100%;
  max-width: 350px;
}
#header-wrapper #header #logo-container .remarkable-landscape-text {
  color: #C0004E;
  font-family: 'Habibi', serif;
  text-align: center;
  font-size: 1.3em;
  margin-top: 30px;
}
#header-wrapper #header #logo-container .new-website-text {
  color: #C0004E;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  padding: 0;
  margin: 15px 0 0 0;
  line-height: 20px;
}
#header-wrapper #header #logo-container .new-website-text span {
  font-weight: normal;
  font-size: 13px;
}
#header-wrapper #header #login-container {
  text-align: right;
}
#header-wrapper #header #login-container a {
  text-transform: lowercase;
  margin-right: 28px;
  display: inline-block;
  color: #777;
}
#header-wrapper #header #login-container .dropdown-menu a {
  margin-left: 0px;
}
@media (max-width: 767px) {
  #header-wrapper {
    margin: 0px;
  }
  #header-wrapper #header {
    margin: 0px;
  }
  #header-wrapper #header #login-container {
    margin-top: 15px;
  }
}
#breadcrumbs {
  padding-top: 32px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: bold;
}
#breadcrumbs a,
#breadcrumbs i,
#breadcrumbs span {
  margin-right: 7px;
}
#breadcrumbs i {
  color: #a40033;
}
.product-list-wrapper span.twitter-typeahead {
  width: 100%;
  display: block !important;
}
#submission-form .submission-image-wrapper {
  border-radius: 20px;
}
#submission-form .submission-image-wrapper .submission-image-header {
  border: 1px solid #ccc;
}
#submission-form .submission-image-wrapper .submission-image-header .delete-submission-image-button {
  margin-right: 5px;
}
#submission-form .submission-image-wrapper .submission-image-placeholder {
  height: 250px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}
#submission-form textarea {
  height: 120px;
}
.user-submissions-wrapper .thumbs .submission-thumb {
  height: 150px;
  background-color: #fff;
}
.user-submissions-wrapper .thumbs .submission-thumb img {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
}
.full-user-submissions .full-submission-item {
  margin-bottom: 50px;
  max-height: 350px;
}
.full-user-submissions .full-submission-item h3 {
  color: #C0004E;
  font-size: 25px;
  line-height: 20px;
  margin: 10px 0 7px;
  font-weight: normal;
}
.full-user-submissions .full-submission-item .submission-carousel {
  height: 100%;
}
.full-user-submissions .full-submission-item .submission-carousel .img-item {
  background-color: #fff;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 350px;
}
.full-user-submissions .full-submission-item .submission-image-wrapper img {
  width: 100%;
  max-width: 100%;
  max-height: 350px;
}
#search-container {
  padding: 25px 0px;
}
@media (max-width: 992px) {
  #search-container {
    margin-bottom: 15px;
    height: 180px;
  }
}
#search-container span.twitter-typeahead {
  width: 100%;
  display: block !important;
}
#search-container input[type='text'] {
  padding: 20px;
  border-radius: 25px;
}
#search-container .input-group {
  width: 100%;
}
#search-container .input-group-btn button {
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  margin-left: -44px;
  background-color: transparent;
}
#search-container .tt-menu {
  top: 41px !important;
  width: 100%;
  margin: 0px 10px;
  left: -10px !important;
  border-radius: 25px;
  padding-top: 22px;
  padding-bottom: 12px;
}
#search-container #site-color-search-form .input-group {
  border: 1px solid #ccc;
  border-radius: 25px;
}
#search-container #site-color-search-form .input-group input {
  height: 0;
  border: 1px solid #ccc;
}
#search-container #site-color-search-form .input-group .color-pill {
  padding: 12px;
  margin-top: 7px;
  margin-left: 9px;
  width: 100px;
  cursor: pointer;
}
#search-container #site-color-search-form .input-group a.clear-color-pill {
  position: absolute;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  padding: 0px 4px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin-left: -10px;
  margin-top: 2px;
}
#search-container label {
  font-weight: lighter;
  font-size: 14px;
  margin-bottom: 0;
}
.color-search-span {
  width: 80px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  margin: 0 10px 0 10px;
}
.colorpicker-2x .colorpicker-saturation {
  width: 228px;
  height: 228px;
}
.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
  width: 30px;
  height: 228px;
}
.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
  height: 0;
}
.colorpicker-2x .colorpicker-selectors {
  height: 30px;
  margin-top: 2px;
}
.colorpicker-2x .colorpicker-selectors i {
  height: 30px;
  width: 30px;
}
a {
  color: #1256b9;
}
a:hover {
  color: #092b5c;
  text-decoration: none;
}
#menu {
  background-image: url(/Content/knit-pattern.png);
  position: fixed;
  width: 100%;
  z-index: 1030;
  top: 0;
  text-align: left;
  font-family: 'Habibi', serif;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.6);
  border: none;
}
#menu .navbar-toggle {
  background-color: #0f4eb0;
}
#menu .navbar-toggle span {
  background-color: #fff;
}
#menu .navbar-brand img {
  width: 150px;
  margin-top: -7px;
}
@media (max-width: 995px) and (min-width: 768px) {
  #menu .container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    font-size: 12px;
  }
  #menu a {
    padding: 7px 10px !important;
  }
}
#menu #inner-menu {
  border-top: dashed 1px #4176c4;
  border-bottom: dashed 1px #4176c4;
  margin: 6px auto 5px auto;
}
#menu #inner-menu ul {
  margin: 0;
}
#menu #inner-menu ul li.active a {
  color: #fff;
  background-color: transparent !important;
}
#menu #inner-menu ul li a {
  padding: 7px 15px;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
#menu #inner-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  -webkit-transition: background 50ms ease-in 50ms;
  /* property duration timing-function delay */
  -moz-transition: background 50ms ease-in 50ms;
  -o-transition: background 50ms ease-in 50ms;
  transition: background 50ms ease-in 50ms;
  color: #fff !important;
}
#menu #inner-menu ul #cart-link i {
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
}
#menu #inner-menu .dropdown {
  text-shadow: none;
  text-align: left;
}
#menu #inner-menu .dropdown .dropdown-menu {
  background-color: #1256b9;
  width: 300px;
}
@media (max-width: 991px) {
  #menu #inner-menu .dropdown .dropdown-menu {
    width: 100%;
  }
}
#menu #inner-menu .dropdown .dropdown-menu a {
  padding: 7px 15px;
  text-transform: none;
  width: 100%;
  color: #FFF;
}
#menu #inner-menu .dropdown:hover .megamenu {
  opacity: 1;
  z-index: 2000;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.6);
  top: auto;
}
#full-width-slider {
  width: 100%;
  color: #000;
}
.general-slider {
  width: 100%;
}
.halfWidth .royalSlider {
  width: 100%;
}
.halfWidth2 .royalSlider {
  width: 100%;
}
#classes-full-width-slider {
  height: 650px;
}
#classes-full-width-slider .image-container img {
  width: 100%;
}
.teacher-row {
  margin-bottom: 10px;
}
.day-time {
  border: 1px #40001A dashed;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  color: #13183b;
  height: 180px;
  margin-bottom: 20px;
}
.day-time p {
  margin: 0;
}
.day-time p.per-class {
  font-size: 12px;
}
.day-time .day.single {
  font-size: 34px;
  line-height: 44px;
}
.day-time .day.multi {
  font-size: 30px;
  line-height: 40px;
}
.day-time .time {
  font-size: 16px;
}
.day-time .date {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 56px;
}
.day-time .price {
  font-size: 20px;
  line-height: 34px;
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.day-time .location {
  margin-top: 3px;
  font-size: 14px;
}
.class-list-item {
  margin: 15px 0;
  padding-bottom: 40px;
}
.class-list-item h2 {
  color: #C0004E;
  font-weight: bold;
}
.class-list-item .date {
  font-weight: bold;
  color: #C0004E;
}
.class-list-item .day-time {
  height: 190px;
}
.class-list-item .book-link a {
  color: #1D255D;
  font-weight: bold;
  text-transform: uppercase;
}
.class-list-item .image-container {
  background-position: 50% 50%;
  display: block;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
.class-list-item .month-text {
  font-size: 13px;
  font-weight: bold;
}
.class-list-item .book-link {
  position: absolute;
  bottom: 0;
}
.event-list-item {
  margin: 15px 0;
  padding-bottom: 40px;
}
.event-list-item .image-container {
  background-position: 50% 50%;
  display: block;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
.event-list-item .day-time {
  height: 140px;
  font-size: 35px;
  line-height: 45px;
}
.event-list-item .day-time .price {
  font-size: 15px;
  line-height: 27px;
}
.event-list-item h2 {
  color: #C0004E;
}
.event-list-item .book-link {
  position: absolute;
  bottom: 0;
}
.rsDefault {
  background-color: #fff;
}
.rsDefault .rsOverflow {
  background-color: #fff;
}
.rsText {
  height: 420px;
}
.rsText .book-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.rsText .book-link a {
  color: #374C5F;
}
.rsBlackOnWhite .rsContent {
  background-color: #fff;
  color: #000;
}
.royalSlider > .rsContent {
  visibility: hidden;
}
.fullWidth {
  max-width: 1920px;
  margin: 0;
}
.rsMinW .rsBullets {
  bottom: 20px;
  padding-right: 2px;
}
.infoBlock {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) !important;
  left: 0px;
  right: auto;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
  color: #333;
  border-bottom-right-radius: 10px;
}
.infoBlock h4 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.infoBlock a {
  color: #141c69;
  text-decoration: underline;
}
.product-list-item {
  text-align: left;
  padding-bottom: 15px;
}
.product-list-item .designer-manufacturer {
  font-size: 12px;
  padding: 5px 0px;
  line-height: 18px;
}
.product-list-item .designer-manufacturer a {
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}
.product-list-item .sale-status {
  display: block;
  height: 25px;
  text-transform: uppercase;
  line-height: 15px;
  color: #a40033;
  font-weight: bold;
  line-height: 30px;
}
.product-list-item .inner-container {
  margin-bottom: 15px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.product-list-item .inner-container .designer {
  font-size: 12px;
  padding: 5px 0;
}
.product-list-item .inner-container .product-panel-image {
  display: block;
  text-align: center;
}
.product-list-item .inner-container .product-panel-image a {
  display: block;
  width: 100%;
  min-height: 214px;
}
.product-list-item .inner-container .product-panel-image a img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .product-list-item .inner-container .product-panel-image a {
    min-height: 262px;
  }
}
.product-list-item .inner-container .price {
  height: 85px;
  color: #C0004E;
}
.product-list-item .inner-container .price strong {
  font-weight: normal;
}
.product-list-item .inner-container .price strong.special-price {
  font-size: 25px;
  line-height: 20px;
  margin: 10px 0 7px;
  font-weight: normal;
  display: inline-block;
}
.product-list-item .inner-container .price strong.special-type {
  font-size: 16px;
  line-height: 15px;
  margin: 3px 0 5px;
  display: block;
  text-transform: uppercase;
}
.product-list-item .inner-container .price strong.regular-price {
  font-size: 25px;
  line-height: 20px;
  margin: 10px 0 7px;
  display: block;
  font-weight: normal;
}
.product-list-item .inner-container .price .was {
  font-size: 12px;
  color: #C0004E;
}
.product-list-item .inner-container .product-item-buttons {
  position: absolute;
  bottom: -38px;
  width: 100%;
  -webkit-transition: bottom 200ms ease-in 200ms;
  -moz-transition: bottom 200ms ease-in 200ms;
  -o-transition: bottom 200ms ease-in 200ms;
  transition: bottom 200ms ease-in 200ms;
}
.product-list-item .inner-container .product-item-buttons a {
  width: 50%;
  float: left;
  background-color: #C0004E;
  padding: 4px 0;
  color: #fff;
}
.product-list-item .inner-container .product-item-buttons a:hover {
  background-color: #7F0034;
  color: #fff;
}
.product-list-item h3 {
  font-size: 14px;
  margin: 10px 5px 0px 0;
  font-weight: bold;
}
.product-list-item .price-and-code {
  margin: 0 auto;
  font-size: 12px;
}
.product-list-item .price-and-code span {
  padding: 5px 0;
}
.search-result-item .inner-container {
  padding: 15px 10px 30px 10px;
  margin-bottom: 0;
}
.search-result-item .inner-container .price {
  height: auto;
}
.search-result-item .inner-container .summary {
  font-size: 14px;
  line-height: 17px;
}
.search-result-item .class-date-text {
  line-height: 25px;
  margin-bottom: 20px;
}
.search-result-item .book-link {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.search-result-item .manufacturer-link {
  position: relative;
  text-align: center;
}
#newsletter-panel {
  font-size: 1.4em;
}
#footer {
  background-color: #1256b9;
  padding: 30px 30px 100px 30px;
  color: #d0e1fa;
}
#footer a {
  color: inherit;
}
#footer .menu-items {
  text-transform: uppercase;
  font-family: 'Habibi', serif;
}
#footer .menu-items a {
  padding-left: 20px;
  padding-right: 20px;
  color: #d0e1fa;
}
#footer .logo img {
  margin: 20px 0px;
  max-width: 250px;
  width: 100%;
}
#footer #social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #40001A;
  border-radius: 5px;
  margin-right: 15px;
}
#footer #social-icons img {
  width: 32px;
  margin-right: 10px;
}
#footer #newsletter-footer-text {
  color: #fff;
  text-align: right;
  font-size: 16px;
  line-height: 35px;
}
#footer ul {
  list-style: none;
  padding: 0;
}
#footer ul li {
  color: #fff;
}
#footer ul li a {
  color: #fff;
}
#category-tree {
  padding: 0;
  margin: 0;
}
#category-tree .open {
  /*background-color: #eee;*/
}
#category-tree .level-1 a {
  padding-left: 15px;
  font-size: 13px;
}
#category-tree ul {
  padding: 0;
  margin: 0;
}
#category-tree li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#category-tree li a {
  padding: 10px 5px;
  display: block;
  border-top: 1px solid #eee;
  font-size: 15px;
}
#category-tree li a i {
  float: right;
  margin-top: 4px;
}
#category-tree li > a:hover {
  background-color: #dbd4e6;
  -webkit-transition: all 200ms ease-in 200ms;
  -moz-transition: all 200ms ease-in 200ms;
  -o-transition: all 200ms ease-in 200ms;
  transition: all 200ms ease-in 200ms;
}
#blog-panel {
  margin-top: 50px;
}
#blog-panel #blog-image-container {
  background-position: 50% 50%;
  display: block;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
}
#blog-panel #blog-text-container {
  height: 250px;
}
#blog-panel #blog-text-container h4 {
  margin-top: -10px;
}
#blog-panel #blog-text-container p {
  line-height: 25px;
}
#product-page .heading h1 {
  color: #C0004E;
  font-weight: bold;
  font-size: 18px;
}
#product-page .collection-link {
  font-size: 1.1em;
  margin: 0px;
}
#product-page .collection-link .view-collection-link {
  color: #1256b9;
}
#product-page .image-container {
  margin: 15px 0;
}
#product-page .designer-manufacturer {
  font-weight: bold;
  padding: 0px 0;
  font-size: 0.9em;
  color: #777;
  margin-bottom: 20px;
}
#product-page .designer-manufacturer a {
  color: #1256b9;
}
#product-page .designer-manufacturer a:hover {
  text-decoration: underline;
}
#product-page .single-image {
  text-align: center;
}
@media (max-width: 1199px) {
  #product-page .single-image img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #product-page .single-image img {
    height: 550px;
  }
}
#product-page .price-container {
  margin-top: 20px;
  text-align: left;
}
#product-page .price-container .special-type {
  color: #a40033;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
#product-page .price-container .product-price {
  color: #333;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  display: block;
}
#product-page .purchase-container {
  padding-top: 41px;
}
.special-label-wrapper {
  color: #C0004E;
}
#shop-page .dark-panel.heading {
  margin-bottom: 30px;
  margin: 0 -15px 15px -15px;
}
#shopping-cart-page #local-country-container {
  padding-top: 2px;
}
#shopping-cart-page strong.shopping-cart-total {
  width: 75px;
  display: inline-block;
}
#shopping-cart-page .shopping-cart-quantity {
  width: 70px;
  display: inline-block;
}
#shopping-cart-page #shopping-cart-item-container {
  margin-bottom: 15px;
}
#shopping-cart-page #shopping-cart-item-container .shopping-cart-item {
  line-height: 36px;
  border-bottom: 1px solid #ddd;
  padding: 7px 0;
}
#shopping-cart-page #shopping-cart-item-container .shopping-cart-item .radio {
  line-height: 24px;
}
#shopping-cart-page #shopping-cart-item-container .shopping-cart-item .shopping-cart-image {
  display: inline-block;
}
#shopping-cart-page #shopping-cart-item-container .shopping-cart-item .shopping-cart-image a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#shopping-cart-page #shopping-cart-item-container .shopping-cart-item .padding-top {
  padding-top: 8px;
}
#shopping-cart-page #shopping-cart-item-container .shopping-cart-item-title {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
}
.bom-list-item {
  margin-top: 20px;
  padding-bottom: 40px;
}
.bom-list-item .image-container {
  height: 150px;
  width: 100%;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.bom-list-item h2 {
  color: #C0004E;
}
.bom-list-item .details-link {
  position: absolute;
  bottom: 0px;
}
.tag-link {
  color: #1D255D;
  font-weight: bold;
  font-size: 12px;
}
#shopping-cart-payment-form .spinner-container {
  padding: 7px;
}
#bom-page .single-image {
  width: 100%;
}
#bom-page .sign-up.btn {
  width: 200px;
  text-transform: uppercase;
}
#bom-pricing-list li {
  font-size: 15px;
  margin-bottom: 10px;
}
#shopping-cart-add-voucher {
  margin-bottom: 50px;
}
#initial-heading {
  margin-top: 1px;
}
#home-page-intro {
  font-size: 1.05em;
  line-height: 1.8em;
}
#home-page-intro h1 {
  border: none;
  font-size: 26px;
}
.inline-image-slider {
  margin-right: -15px;
  margin-top: 10px;
}
.inline-image-slider .single-image {
  width: 100%;
}
#recently-viewed-container {
  text-align: left;
  position: fixed;
  width: 100%;
  bottom: -1px;
  background-color: rgba(240, 240, 240, 0.9);
  z-index: 1000;
  padding-bottom: 20px;
}
#recently-viewed-container .inner img {
  width: 100%;
  border-radius: 10px;
}
#recently-viewed-container .toggle-recently-viewed {
  font-size: 12px;
  color: #a40033;
  text-transform: uppercase;
}
#recently-viewed-container h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #a40033;
  text-align: left;
  font-weight: bold;
}
#recently-viewed-container #recently-viewed-carousel a {
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
  white-space: nowrap;
  color: #a40033;
}
#recently-viewed-container #recently-viewed-carousel .carousel-control {
  padding-top: 5%;
  width: 5%;
  background-color: transparent;
  background-image: none;
  color: #a40033;
}
#recently-viewed-container #recently-viewed-carousel .carousel-control .glyphicon-chevron-left {
  margin-left: -25px;
}
#recently-viewed-container #recently-viewed-carousel .carousel-control .glyphicon-chevron-right {
  margin-right: -25px;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  /* used to be tt-dropdown-menu in older versions */
  width: 422px;
  margin-top: 4px;
  padding: 10px 0 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor,
.tt-suggestion:hover {
  color: #fff;
  background-color: #1256b9;
  cursor: pointer;
}
.tt-suggestion.tt-cursor a,
.tt-suggestion:hover a {
  color: inherit;
}
.tt-suggestion p {
  margin: 0;
}
#event-details-page .book-link {
  margin: 15px 0px;
}
#event-details-page #slider {
  margin-top: 20px;
}
#faq-page .faq-item .faq-question {
  display: block;
  font-weight: bold;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 5px;
}
#faq-page .faq-item .faq-question:hover {
  background-color: #C0004E;
  color: #fff;
}
#faq-page .faq-item .faq-answer {
  padding: 20px;
}
#shopping-cart-below-minimum-message {
  font-weight: bold;
}
#shopping-cart-below-minimum-message h1,
#shopping-cart-below-minimum-message h2,
#shopping-cart-below-minimum-message h3 {
  font-size: 28px;
}
.delete-shopping-cart-checkbox {
  float: left;
  margin: 20px 10px 0 0 !important;
}
#banner-carousel .item {
  height: 100px;
  line-height: 12px;
}
#banner-carousel .item h1 {
  font-size: 16px;
  font-weight: bold;
}
#banner-carousel .item h2 {
  font-size: 13px;
  font-weight: bold;
}
#bom-optional-products-list li img {
  width: 40px;
  margin-right: 5px;
}
#bom-optional-products-list li .info {
  margin-top: 5px;
}
.home-page-slide {
  color: #fff !important;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.home-page-slide .webpage {
  background-color: transparent !important;
  color: #fff !important;
  font-weight: bold !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home-page-slide .webpage h1,
.home-page-slide .webpage h2,
.home-page-slide .webpage h3,
.home-page-slide .webpage h4,
.home-page-slide .webpage h5,
.home-page-slide .webpage h6 {
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  padding-top: 0px;
  margin-top: 0px;
  text-shadow: 0 0 10px #000000;
}
.home-page-slide .webpage h1 {
  font-size: 70px !important;
}
.home-page-slide .webpage h2 {
  font-size: 50px !important;
}
.home-page-slide .webpage h3 {
  font-size: 30px !important;
}
.home-page-slide .webpage p {
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-shadow: 0 0 4px #000000;
}
#document-category-thumb-list li {
  padding: 10px;
}
#document-category-thumb-list li a {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 150px;
  width: 100%;
  display: block;
}
#download-pattern-container {
  margin-bottom: 100px;
  overflow: auto;
  min-height: 1000px;
}
#download-pattern-container li {
  padding: 10px;
}
#download-pattern-container li a {
  background-color: #ddd;
  padding: 10px;
  overflow: auto;
  width: 100%;
  display: block;
}
#download-pattern-container li a span {
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}