body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #444444;
  font-size: 14px;
  line-height: 1.42857143;
  overflow: inherit!important;
}
*:focus {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}
h5 {
  text-transform: uppercase;
}
.fa {
  font-size: 14px;
}
a {
  color: #444;
  cursor: pointer;
}
a:hover {
  color: #444;
  text-decoration: underline;
}
input {
  border-radius: 3px;
  border: 1px solid #CCC;
}
input:focus {
  border: 1px solid #229ac8;
  box-shadow: none;
  outline: none;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.error,
.error-label {
  color: #c92809;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
  outline: none;
  box-shadow: none;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #ff0000;
  font-weight: bold;
}
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#logo {
  text-align: center;
  margin: 20px 0 10px 0;
}
#logo .text_logo {
  display: block;
  margin-top: 55px;
  font-size: 60px;
  color: #000000;
  font-weight: 300;
}
#logo .text_logo:hover {
  text-decoration: none;
}
#logo img {
  max-height: 400px;
}
#search {
  color: #C3C3C3;
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 14px;
  z-index: 25;
}
#search .search-button {
  display: none;
  position: absolute;
  width: 16px;
  top: 7px;
  left: 170px;
  z-index: 2;
  transform: rotate(180deg);
  cursor: pointer;
}
#search .search-input {
  display: none;
  position: absolute;
  width: 200px;
  top: 0px;
}
#search_input {
  position: relative;
}
.search-page-heading {
  margin-top: 50px;
}
.search-page-nothing {
  text-align: center;
  margin-top: 100px;
}
#cart {
  font-family: 'Open Sans', sans-serif !important;
  position: fixed;
  font-weight: normal !important;
  font-size: 13px !important;
  color: #444444 !important;
  left: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #F9F9F9;
  transition: all 300ms cubic-bezier(0.6, 0, 0.3, 1);
}
#cart .continue-shopping {
  padding: 15px;
  background: #F9F9F9;
  color: #777;
  cursor: pointer;
  height: 50px;
}
#cart .continue-shopping img {
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
}
#cart .continue-shopping:hover {
  color: #000;
}
#cart .continue-shopping:hover img {
  transform: translateX(-5px);
}
#cart .cart-title {
  border-bottom: 1px solid #CCC;
  color: #000000;
  height: 50px;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
}
#cart .cart-product-list {
  overflow: auto;
  max-height: calc(100vh - 350px);
}
#cart .total-list {
  text-align: right;
  padding: 15px 0px 10px 0px;
  width: 88%;
}
#cart .cart-product {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
  background: #FFFFFF;
}
#cart .cart-product .cart-product-thumb {
  width: 22%;
}
#cart .cart-product .cart-product-name {
  margin-bottom: 10px;
  padding-left: 0;
}
#cart .cart-product .cart-product-qty-column {
  padding-left: 0;
}
#cart .cart-product .cart-product-qty {
  width: 32px;
  text-align: center;
}
#cart .cart-product .cart-price-column {
  padding-right: 5px;
  text-align: right;
  overflow: auto;
}
#cart .cart-product .cart-price {
  padding-top: 2px;
  color: #666666;
}
#cart .cart-product .cart-remove {
  padding-top: 17px;
}
#cart .cart-product .product-small-text {
  font-size: 11px;
  color: #C5C5C5;
  margin-bottom: 3px;
  text-transform: uppercase;
}
#cart .cart-totals {
  bottom: 0;
  height: 200px;
  text-align: center;
}
#cart .cart-totals .total-number {
  font-size: 28px;
}
#cart .cart-totals .total-title {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 11px;
  color: #A7A7A7;
}
#cart .cart-button {
  margin-top: 15px;
  text-align: center;
}
#cart .empty {
  padding-top: 200px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #cart {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1224px) {
  #cart {
    width: 50%;
  }
}
@media only screen and (min-width: 1225px) {
  #cart {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  #cart.cart-active {
    left: 10%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1224px) {
  #cart.cart-active {
    left: 50%;
  }
}
@media only screen and (min-width: 1225px) {
  #cart.cart-active {
    left: 70%;
  }
}
#cart-handle {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal !important;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 0px;
  z-index: 21;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  padding: 10px 20px;
}
#cart-handle .cart-handle-text {
  display: none;
  vertical-align: middle;
}
#cart-handle h4 {
  color: #7C7C7C;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
#cart-handle h4 img {
  max-width: 23px;
  max-height: 23px;
  margin-right: 10px;
  opacity: 0.5;
}
#cart-handle.cart-has-products {
  position: fixed;
  background: #A7D830;
}
#cart-handle.cart-has-products .cart-handle-text {
  display: inline-block;
}
#cart-handle.cart-has-products h4 {
  color: #4d4d4d;
}
#cart-handle.cart-has-products h4 img {
  max-width: 17px;
  opacity: 0.7;
}
#curtain {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
#curtain.curtain-active {
  opacity: 0.4;
  cursor: pointer;
  bottom: 0;
  right: 0;
  z-index: 25;
}
#localisation {
  position: absolute;
  top: 20px;
  left: 54px;
  z-index: 21;
}
#language {
  display: inline-block;
}
#language a {
  text-transform: uppercase;
  padding-right: 5px;
  color: #888;
}
#currency {
  display: inline-block;
}
#currency a {
  padding: 0 5px;
  color: #888;
}
#category_select_chosen {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 200px;
}
#category_select_chosen .chosen-single {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#menu {
  font-size: 14px;
  min-height: 40px;
  border-radius: 0px;
}
#menu .navbar-nav {
  float: none;
  display: inline-block;
}
#menu #mobile_menu_header {
  display: none;
}
#menu .main_menu_links {
  text-align: center;
}
#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}
@media only screen and (min-width: 768px) {
  #menu ul.nav li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  color: #0d9dc8;
}
#menu .nav > li > a {
  color: #000;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  font-size: 16px;
  background-color: transparent;
}
#menu .dropdown-menu {
  padding: 0;
}
#menu .dropdown-toggle .caret {
  color: #BBBBBB;
  margin-left: 5px;
  opacity: 0.8;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 180px;
  display: block;
  padding: 9px 14px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
}
#menu .dropdown-inner a:hover {
  background-image: none;
  background-color: transparent;
  color: #333333;
}
#menu .dropdown-inner li:hover {
  background-color: #ededf0;
}
#menu .dropdown-inner li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#menu .navbar-title {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #ffffff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
}
#home-container,
#content {
  min-height: 75vh;
}
.banner {
  display: inline-block;
  padding: 0;
}
.banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
footer {
  margin-top: 30px;
  padding: 120px 0;
  background-color: #303030;
  color: #e2e2e2;
  position: relative;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666666;
}
footer a:hover {
  text-decoration: underline;
}
footer h5 {
  font-size: 13px;
  color: #888888;
  text-transform: uppercase;
}
footer ul li {
  padding: 4px 0;
}
.alert {
  padding: 8px 14px 8px 14px;
}
.breadcrumb {
  display: none;
  margin: 0 0 20px 0;
  padding: 0px 15px;
  background: transparent;
  font-size: 13px;
}
.breadcrumb > li {
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li a {
  color: #888888;
}
.breadcrumb > li a:hover {
  color: #2e2e2e;
}
.pagination {
  margin: 0;
}
.button {
  background: #229ac8;
  line-height: normal;
  color: #fff;
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  padding: 15px 20px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
.button.button-disabled {
  background-color: #888888;
}
.button.button-disabled:hover {
  opacity: 1;
}
.button:hover {
  opacity: 0.9;
}
.button.success {
  background: #4FAB37 !important;
  border-color: #4FAB37 !important;
}
.button-small {
  font-size: 13px;
  padding: 8px 25px;
}
.remove-button {
  cursor: pointer;
  font-size: 14px;
  padding: 5px;
}
.remove-button:hover {
  color: red;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}
#product_wrapper {
  position: relative;
}
.product-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.product-thumb .image {
  position: relative;
}
.product-thumb .image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.product-thumb .image figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.product-thumb .image img {
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product-thumb .image:hover {
  opacity: 0.8;
}
.product-thumb h4 {
  text-align: center;
}
.product-thumb .caption {
  padding: 0 20px;
  height: 70px;
}
.product-thumb .price {
  color: #666666;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
.product-thumb .price-new {
  font-weight: 600;
  color: #d64225;
}
.product-thumb .price-old {
  color: #999999;
  text-decoration: line-through;
  margin-right: 5px;
}
.product-thumb .price-tax {
  color: #999999;
  font-size: 12px;
  display: block;
}
.sale-sticker {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #d64225;
  padding: 4px 14px;
  border-radius: 12px;
  color: white;
}
.product-grid .product-thumb .image {
  float: none;
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails > img {
  width: 100%;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
.image-additional {
  max-width: 78px;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
}
.subcategories ul {
  margin: 0 0 20px 0;
  padding: 0;
  background: transparent;
  font-size: 14px;
  list-style: none;
  display: inline-block;
}
.subcategories ul > li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.subcategories ul > li:before {
  color: #ccc;
  padding: 0 5px;
  content: "/\00a0";
}
.subcategories ul > li:first-child:before {
  content: "";
}
.subcategories ul > li a {
  color: #333;
}
.subcategories ul > li a:hover {
  color: #000;
}
.subcategories .subcategories-title {
  display: inline-block;
  color: #888;
}
.subcategories .img_arrow {
  transform: rotateY(180deg);
  padding-right: 5px;
}
#input_sort_chosen {
  margin-top: 10px;
}
.pagination_links {
  display: inline-block;
  width: 100%;
  padding-top: 6px;
  text-align: center;
}
.pagination_links .links {
  padding-top: 6px;
}
.pagination_links .links a {
  padding: 4px 10px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
}
.pagination_links .links a:hover {
  background-color: #e9e9e9;
}
.pagination_links .links b {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  background: #229ac8;
}
.pagination_links .results {
  display: none;
}
.product-info .price {
  margin: 20px 0px;
  font-size: 25px;
}
.product-info .price .price-old {
  text-decoration: line-through;
  color: #A7A7A7;
  font-size: 16px;
}
.product-info .price .price-new {
  color: #d64225;
}
.product-info .select-option,
.product-info .chosen-container {
  margin-bottom: 10px;
}
#button-cart {
  margin-bottom: 20px;
}
.featured-products-heading {
  border-bottom: 1px solid #CCC;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.module_container {
  padding: 0;
}
.module_container .module-block {
  overflow: hidden;
}
.image-block {
  position: relative;
  padding: 2px;
}
.image-block img {
  margin: 0 auto;
}
.social-links li {
  display: inline-block;
  font-size: 34px;
  padding: 0 10px;
}
.social-links ul {
  text-align: center;
}
.info-links li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.info-links ul {
  text-align: center;
}
.contact-form {
  background: #F9F9F9;
  padding: 30px;
}
.newsletter-form {
  background: #F9F9F9;
  padding: 30px;
}
.navigation-block {
  overflow: visible !important;
}
#wrapper {
  position: relative;
  min-height: 100vh;
}
#powered_by_shopiteka {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 57px);
  opacity: 0.5;
}
#till_free_shipping {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #cart .continue-shopping {
    border-bottom: 1px solid #CCC;
  }
  #cart .cart-title {
    display: none;
  }
  #cart .cart-product-list {
    max-height: calc(100vh - 350px);
  }
  #cart-handle {
    padding: 10px;
    background: none;
    top: 9px;
  }
  #cart-handle h4 img {
    max-width: 26px;
    max-height: 26px;
  }
  #header-top {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 57px;
  }
  #menu {
    position: absolute;
    width: 100%;
    top: 0;
  }
  #menu #mobile_menu_header {
    display: block;
  }
  #menu.active-menu .main_menu_links {
    right: 20%;
  }
  #menu .main_menu_links {
    position: fixed;
    font-size: 13px;
    right: 100%;
    height: 100%;
    padding-left: 20px;
    top: 0;
    z-index: 26;
    background: #F9F9F9;
    text-align: left;
    transition: all 300ms cubic-bezier(0.6, 0, 0.3, 1);
    width: 80%;
    overflow-y: auto;
    padding-top: 60px;
  }
  #menu .navbar-nav {
    width: 110%;
  }
  #menu .dropdown-menu {
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 1000;
    display: none;
    float: inherit;
    min-width: inherit;
    padding: inherit;
    margin: inherit;
    font-size: inherit;
    text-align: inherit;
    list-style: inherit;
    background-color: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
  }
  #menu .dropdown-inner {
    width: 100%;
    padding-left: 20px;
  }
  #menu .navbar-header {
    background: #F9F9F9;
    text-align: center;
    cursor: pointer;
    padding: 18px 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #7C7C7C;
    font-weight: bold;
    margin: 0 -15px;
  }
  #menu .navbar-header i {
    padding-left: 10px;
  }
  #wrapper {
    padding-top: 60px;
  }
  #logo img {
    max-height: 150px;
  }
}
