/*!
 * Less Theme
 * Copyright 2015 panforest.net
 * Opencart Commercial licence
 */
/* ======== Green Freedom Defaulet  theme ======= */
/** twitter bootrap nav bacgrund turn of*/
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}

.inline-block {
   display:inline-block;
}

body {
  width: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #14AABB;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3A3A3A;
}
/* default font size */
.fa {
  font-size: 12px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 34px;
}
h2 {
  font-size: 31px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h1,
h4 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: normal;
}
a {
  color: #14AABB;
}
a:hover {
  text-decoration: none;
}
legend {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 21px;
}
.btn-primary {
  color: #fff;
  text-transform: uppercase;
  background-color: #14AABB;
  border-color: #14AABB;
  border-radius: 4px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #14AABB;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #33B8B8;
  border-color: #33B8B8;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #212121;
  border-color: #0f0f0f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #14AABB;
  border-color: #14AABB;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #14AABB;
  border-color: #2d2d2d;
}
.btn-primary .badge {
  color: #14AABB;
  background-color: #fff;
}
.btn-primary:hover {
  background-color: #33B8B8;
  border: 1px solid #33B8B8;
}
.btn-group button {
  background: #EF6970;
}
.btn-group button .fa {
  color: #fff;
}
.btn-group button:hover {
  background: #EF6970;
}
.btn-group button:hover .fa {
  color: #fff;
}
.btn-group1 button {
  background: #14AABB;
}
.btn-group1 button .fa {
  color: #fff;
}
.btn-group1 button:hover {
  background: #33B8B8;
}
.btn-group1 button:hover .fa {
  color: #fff;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #EF6970;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #EF6970;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #14AABB;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.nav-tabs {
  margin-bottom: 20px;
}
.required .control-label:before {
  font-weight: bold;
  color: #c9302c;
  content: '* ';
}
/** header */
.header {
  background-color: #fff;
/*  border-bottom: 3px solid black;*/
border-bottom: 1px solid #14AABB;
}
/** top */
.top {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #EF6970;
}
.top .currency .btn {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1;
}
.top .currency .fa.fa-caret-down {
  margin-left: 2px;
  font-size: 12px;
  color: #b3b0b0;
  vertical-align: middle;
}
.top .currency .btn-link {
  margin-top: 0;
  color: #fff;
}
.top .currency .currency-select {
  text-align: left;
}
.top .currency .currency-select:hover {
  color: #fff;
  text-shadow: none;
}
.top .btn-link {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.top .btn-link:hover {
  color: #fff;
}
.top .btn-link strong {
  font-size: 12px;
}
.top .btn-link .fa.fa-caret-down {
  margin-left: 2px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.top li {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.top li:hover {
  color: #ccc;
}
.top li strong {
  font-size: 12px;
}
.top li .fa.fa-caret-down {
  margin-left: 2px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.top li a {
  font-size: 12px;
  color: #b3b0b0;
  text-decoration: none;
}
.top li a:hover {
  color: #ccc;
}
.top li a strong {
  font-size: 12px;
}
.top li a .fa.fa-caret-down {
  margin-left: 2px;
  font-size: 12px;
  color: #b3b0b0;
  vertical-align: middle;
}
.top-links {
  padding-top: 5px;
}
.top-links .list-inline {
  margin-bottom: 0;
}
.top-links li {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.top-links li:hover {
  color: #ccc;
}
.top-links li strong {
  font-size: 12px;
}
.top-links li .fa.fa-caret-down {
  margin-left: 2px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.top-links li a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.top-links li a:hover {
  color: #ccc;
}
.top-links li a strong {
  font-size: 12px;
}
.top-links li a .fa.fa-caret-down {
  margin-left: 2px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}
.top-links .dropdown-menu a {
  color: #fff;
  text-shadow: none;
}
.top-links .dropdown-menu a:hover {
  color: #ccc;
  background-color: transparent;
}
/* logo */
.logo {
  position: relative;
  z-index: 99;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.logo img {
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}
/* search */
.search input {
  height: 25px;
  padding: 0 12px;
  color: #fff;
  background-color: #EF6970;
}
.search .btn {
  padding-right: 36px;
  padding-left: 36px;
  color: #EF6970;
  background-color: #EF6970;
}
.search .form-control,
.search .btn-default {
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.search .btn-default {
  height: 25px;
  color: #fff;
  border-radius: 0;
}
.search .btn-default :hover {
  color: #fff;
}
/* cart */
.cart {
  margin-right: 20px;
}
.cart .btn {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
}
.cart .btn :hover {
  color: #fff;
}
.cart.open .btn {
  color: #fff;
  text-shadow: none;
  background-color: #EF6970;
  border: 1px solid #EF6970;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart.open .dropdown-menu {
  z-index: 1000;
  
  background: #fff;
  border: 1px solid #fff;
}
.cart.open .dropdown-menu::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../theme/less-theme/image/placeholder-shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: .1;
}
@media (max-width: 478px) {
  .cart.open .dropdown-menu {
    width: 100%;
  }
}
.cart.open .dropdown-menu a {
  color: #14AABB;
}
.cart.open .dropdown-menu table {
	
  margin-bottom: 10px;
  color: #14AABB;
}
.cart.open .dropdown-menu li div {

  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  .cart.open .dropdown-menu li div {
    min-width: 100%;
  }
}
.cart.open .dropdown-menu li p {
  margin: 20px 0;
  color: black;
}
.cart.open .img-thumbnail {
  padding: 0;
  background: transparent;
  border-radius: 0;
}
/* menu */
.menu {
  z-index: 99;
  min-height: 40px;
  margin-bottom: 0;
}
.menu .nav > li > a {
  font-size: 15px;
  font-weight: normal;
  color: #14AABB;
  text-transform: uppercase;
  background-color: transparent;
}
@media (max-width: 768px) {
  .menu .nav > li > a {
    padding: 10px 8px;
    font-size: 14px;
  }
}
.menu .nav > li > a:hover {
  color: #3a3a3a;
  text-shadow: none;
  background: rgba(0, 0, 0, 0);
}
.menu .navbar-nav {
  float: none;
  margin: 0;
  text-align: center;
}
.menu .navbar-nav > li {
  display: inline-block;
  float: none;
}
.menu .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .menu .navbar-nav > li {
    display: block;
  }
}
.menu .dropdown-menu {
  padding-bottom: 0;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .menu .dropdown-menu {
    padding-bottom: 10px;
    margin-left: 0 !important;
  }
}
.menu .dropdown-inner {
  display: table;
}
.menu .dropdown-inner ul {
  display: table-cell;
}
.menu .dropdown-inner a {
  display: block;
  min-width: 159px;
  padding: 5px 10px;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
@media (max-width: 767px) {
  .menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
}
.menu .dropdown-inner li a:hover {
  background-color: #D7F7FB;
}
@media (max-width: 767px) {
  .menu .dropdown-inner {
    display: block;
  }
  .menu .dropdown-inner > .list-unstyled {
    display: block;
  }
}
.menu .see-all {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  color: #14AABB;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.menu .see-all:hover {
  color: #fff;
  text-decoration: none;
  background-color: #14aabb;
}
@media (max-width: 767px) {
  .menu .see-all {
    margin-top: 0;
    color: #fff;
    border: none;
    border-radius: 0;
  }
}
.menu .category {
  float: left;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  color: #049372;
  text-shadow: 0 1px 0 #fff;
}
.menu .btn-navbar {
  float: right;
  padding: 1px 16px;
  font-size: 20px;
  color: #fff;
  background-color: #14AABB;
  /*.background-image-linear-gradient(@brand-primary);*/
  /*border-color: @brand-primary darken(@brand-primary,10%) darken(@brand-primary,20%);*/
}
.menu .btn-navbar:hover {
  color: #fff;
  background-color: #33B8B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33B8B8), to(#33B8B8));
  background-image: -webkit-linear-gradient(top, #33B8B8, #33B8B8);
  background-image:      -o-linear-gradient(top, #33B8B8, #33B8B8);
  background-image:         linear-gradient(to bottom, #33B8B8, #33B8B8);
  background-repeat: repeat-x;
}
@media (min-width: 768px) {
  .menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .menu {
    border-radius: 4px;
  }
}
.menu .navbar-header > span {
  float: left;
  margin-top: 15px;
  font-weight: bold;
  color: #3a3a3a;
  text-transform: uppercase;
}
/* module*/
#headermodule {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #14AABB;
}
#headermodule h3 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 5px;
  color: #14AABB;
  text-align: center;
  text-transform: uppercase;
}
#headermodule h3 span {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}
/* content */
.content {
  min-height: 705.88235294px;
}
/* footer */
footer {
  padding-top: 30px;
  margin-top: 40px;
/*  background-color: #11151d;*/
  background-color: #EF6970;
}
footer hr {
  border-top: none;
 /* border-bottom: 1px solid #ddd; */
}
footer a {
  font-size: 13px;
  color: #fff;
}
footer a:hover {
  color: #ccc;
}
footer h5 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
footer p {
  color: #888;
}
/* alert */
.alert {
  padding: 15px;
}
/* breadcrumb */
.breadcrumb {
  padding: 8px 0;
  margin-top: 10px;
  background-color: transparent;
  border: none;
}
.breadcrumb a {
  color: #14AABB;
}
.breadcrumb i {
  font-size: 18px;
}
.breadcrumb > li {
  position: relative;
  padding: 0 20px;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  padding: 0;
  content: '';
}
.breadcrumb > li:after {
  position: absolute;
  top: 6px;
  right: -5px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-right: 1px solid #14AABB;
  border-bottom: 1px solid #14AABB;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination {
  margin: 0;
}
/* list group */
.list-group a {
  padding: 6px 12px;
  color: #3a3a3a;
  background: #fff;
  border: 1px solid #14AABB;
  
}
.list-group a.active,
.list-group a.active:hover,
.list-group a :hover {
  color: #fff;
  background: #14aabb;
  border: 1px solid #14AABB;
}
.list-group-item:first-child {
  border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
}
a.list-group-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #f1f1f1;
}
.badge {
  font-weight: normal;
}
/* product list */
@media only screen and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
  .product-layout.col-xs-12 {
    width: 50%;
  }
}
.product-thumb {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: transparent;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.product-thumb .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: transparent;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image img {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
       -o-transition: all 1s ease;
  /* Opera */
          transition: all 1s ease;
}
.product-thumb .image:hover img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  /* Firefox */
      -ms-transform: scale(1.25);
  /* IE 9 */
       -o-transform: scale(1.25);
  /* Opera */
          transform: scale(1.25);
}
.product-thumb h4 {
  padding: 5px 10px 5px 10px;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: normal;
  height: 60px;
}
.product-thumb h4 a {
  font-size: 16px;
  color: #6F6969;
}
.product-thumb h4 a:hover {
  color: #14AABB;
}
.product-thumb h3 {
  margin: 0;
}
.product-thumb .caption {
  height: 100%;
  padding: 0 10px;
  text-align: center;
}
.product-thumb .caption p {
  display: none;
}
.product-thumb .caption p.price {
  display: block;
  font-size: 15px;
  color: radial-gradient(1% 1%, circle cover, #fff, #4daf7c);
  text-shadow: none;
}
.product-thumb .caption .rating {
  display: none;
}
.product-thumb .price {
  font-size: 12px;
  font-weight: normal;
}
.product-thumb .price-new {
  display: inline-block;
  font-size: 15px;
}
.product-thumb .price-old {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  padding-left: 16px;
  color: #fff;
  text-decoration: line-through;
  background-color: #14aabb;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.product-thumb .price-tax {
  display: block;
  display: none;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: darknes(#11151d, 25%);
}
.product-thumb .button-group {
  position: relative;
  top: -2px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  overflow: auto;
  text-align: center;
  background: transparent;
  border: none;
}
.product-thumb .button-group button {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #777;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, .7);
  background-color: rgba(10, 0, 0, .56);
  border: none;
  border-radius: 25px;
  outline: 0;
}
.product-thumb .button-group button + button {
  margin-left: 10px;
}
.product-thumb .button-group button:hover {
  color: #14aabb;
  text-decoration: none;
  cursor: pointer;
  background: #14AABB;
}
.product-thumb .button-group .fa {
  font-size: 20px;
  color: #fff;
}
.product-thumb .button-group span {
  display: none;
}
.product-thumb:hover {
  border: 1px solid #14AABB;
}
.product-grid .product-thumb .image {
  float: none;
}
.product-grid .button-group {
  position: relative;
  top: 0;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-list .button-group {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .product-list .product-thumb {
    position: relative;
    text-align: center;
  }
  .product-list .product-thumb .image {
    float: left;
    height: inherit;
    background-color: white;
  }
  .product-list .product-thumb .caption {
    overflow: hidden;
    text-align: center;
  }
  .product-list .product-thumb .caption p {
    display: block;
  }
  .product-list .product-thumb .caption p.price,
  .product-list .product-thumb .caption p .price-new,
  .product-list .product-thumb .caption p .price-old,
  .product-list .product-thumb .caption p .price-tax {
    position: inherit;
    display: inline-block;
    display: block;
    padding: 6px 0;
    font-weight: 600;
    text-align: center;
    background: transparent;
  }
  .product-list .product-thumb .button-group {
    width: inherit;
    border: none;
  }
  .product-list .product-thumb .rating {
    position: relative;
    display: block;
    text-align: center;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    padding: 0 10px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-list .product-thumb .rating {
  color: #ffce54;
}
.thumbnails {
  padding: 0;
  margin: 0;
  margin-left: -20px;
  overflow: auto;
  clear: both;
  list-style: none;
}
.thumbnails > li {
  float: left;
  margin-left: 20px;
}
.thumbnails > img {
  width: 100%;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
.thumbnail {
  background: #fff;
  border-radius: 0;
}
.image-additional {
  max-width: 78px;
}
.image-additional a {
  display: block;
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.form-control {
  border-radius: 0;
  color: #14aabb;
}
.rating p .fa {
  color: #ffce54;
}
#column-left .product-thumb,
#column-right .product-thumb {
  border: none;
  border-bottom: 1px solid #ddd;
}
#column-left .product-thumb .image,
#column-right .product-thumb .image {
  float: left;
  width: 35%;
}
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
  display: none;
}
#column-left .product-thumb:hover,
#column-right .product-thumb:hover {
  background: #f7f7f7;
}
/** Owl carousel */
.owl-carousel {
  background-color: #fff;
}
.owl-wrapper-outer {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-controls .owl-page {
  display: none;
}
.owl-carousel .owl-buttons div {
  color: #656d78;
  text-shadow: none;
}
/** Tooltip*/
.tooltip {
  background: none;
}
.full-width-slide {
  /*position: relative;
  top: -148px;
  margin-bottom: -130px !important;*/
}
@media (max-width: 767px) {
  .full-width-slide {
    position: relative;
    top: 0;
    margin-bottom: 20px !important;
  }
}
.advanced-carousel .owl-item {
	alignment-adjust:middle;
  position: relative;
  overflow: hidden;
}
.advanced-carousel .owl-item .item {
  display: inline-block;
  height: 100%;
  margin: 0 7px;
  overflow: hidden;
}
.advanced-carousel .owl-item .item img {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
       -o-transition: all 1s ease;
  /* Opera */
          transition: all 1s ease;
}
.advanced-carousel .owl-item .item img:hover {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  /* Firefox */
      -ms-transform: scale(1.25);
  /* IE 9 */
       -o-transform: scale(1.25);
  /* Opera */
          transform: scale(1.25);
}
/* overwrite column width to show 1, 2, or 3 columns*/
#column-left .col-lg-3,
#column-right .col-lg-3 {
  width: 100%;
}
#column-left .rating,
#column-right .rating {
  display: none;
}
/** Layout column */
.content.col-sm-9 .col-lg-3 {
  width: 33.33%;
}
.content.col-sm-6 .col-lg-3 {
  width: 50%;
}
@media (max-width: 767px) {
  .content.col-sm-6 .col-lg-3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content.col-sm-9 .col-lg-3 {
    width: 100%;
  }
}
/*# sourceMappingURL=stylesheet.css.map */
