﻿.box {
  background: #fff;
  margin: 30px 0 30px;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.box .box-header {
  background: #f7f7f7;
  margin: -20px -20px 20px;
  padding: 20px;
  border-bottom: solid 1px #eeeeee;
}
.box .box-header:before,
.box .box-header:after {
  content: " ";
  display: table;
}
.box .box-header:after {
  clear: both;
}
.box .box-footer {
  background: #f7f7f7;
  margin: 30px -20px -20px;
  padding: 20px;
  border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box .box-footer:after {
  content: " ";
  display: table;
}
.box .box-footer:after {
  clear: both;
}
@media (max-width: 991px) {
  .box .box-footer .btn {
    margin-bottom: 20px;
  }
}
.box.slideshow {
  padding: 20px 0 0 0;
  text-align: center;
}
.box.slideshow h3 {
  text-transform: uppercase;
  font-weight: 700;
}

#mainImage {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}



.ribbon {
  position: absolute;
  top: 50px;
  padding-left: 51px;
  z-index: 20;
  font-size:12px
}
.ribbon .ribbon-background {
  position: absolute;
  top: 0;
  right: 0;
}
.ribbon .theribbon {
  position: relative;
  width: 80px;
  padding: 6px 20px 6px 20px;
  margin: 30px 10px 10px -71px;
  color: #fff;
  background-color: #4fbfa8;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon .theribbon:before,
.ribbon .theribbon:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.ribbon .theribbon:after {
  left: 0px;
  top: 100%;
  border-width: 5px 10px;
  border-style: solid;
  border-color: #2d7b6b #2d7b6b transparent transparent;
}
.ribbon.sale {
  top: 0;
}
.ribbon.new {
  top: 50px;
}
.ribbon.new .theribbon {
  background-color: #5bc0de;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.new .theribbon:after {
  border-color: #2390b0 #2390b0 transparent transparent;
}
.ribbon.gift {
  top: 100px;
}
.ribbon.gift .theribbon {
  background-color: #5cb85c;
  text-shadow: 0px 1px 2px #bbb;
}
.ribbon.gift .theribbon:after {
  border-color: #357935 #357935 transparent transparent;
}

.container .product .flip-container,
.container .product .front,
.container .product .back {
  width: 100%;
}
.container .product .flipper {
 
  position: relative;
}
.container .product .front,
.container .product .back {
  
  position: absolute;
  top: 0;
  left: 0;
}
.container .product .invisible {
  visibility: hidden;
}

.container .product {
  background: #fff;
  border: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  /* entire container, keeps perspective */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /*  UPDATED! front pane, placed above back */
  /* back, initially hidden pane */
}

@media (max-width: 767px) {
  .container .product .invisible img.img-responsive {
    min-width: 100%;
  }
}
.container .product .text {
  padding: 10px 10px 0;
}
.container .product .text h3 {
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.container .product .text h3 a {
  color: #555555;
}
.container .product .text p.price {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
.container .product .text p.price del {
  color: #999999;
  font-size:14px;
}
.container .product .text .buttons {
  clear: both;
  text-align: center;
}
    .container .product .text .buttons .btn {
        margin-bottom: 10px;
    }



    .container .panel.sidebar-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.container .panel.sidebar-menu .panel-heading .btn.btn-danger {
  color: #fff;
}
.container .panel.sidebar-menu .panel-body span.colour {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #555555;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
}
.container .panel.sidebar-menu .panel-body span.colour.white {
  background: #fff;
}
.container .panel.sidebar-menu .panel-body span.colour.red {
  background: red;
}
.container .panel.sidebar-menu .panel-body span.colour.green {
  background: green;
}
.container .panel.sidebar-menu .panel-body span.colour.blue {
  background: blue;
}
.container .panel.sidebar-menu .panel-body span.colour.yellow {
  background: yellow;
}
.container .panel.sidebar-menu .panel-body label {
  color: #999999;
  font-size: 12px;
}
.container .panel.sidebar-menu .panel-body label:hover {
  color: #555555;
}
.container .panel.sidebar-menu h3 {
  padding: 5px 0;
  margin: 0;
}
.container .panel.sidebar-menu ul.nav.category-menu {
  margin-bottom: 20px;
}
.container .panel.sidebar-menu ul.nav.category-menu li a {
  text-transform: uppercase;
  font-weight: bold;
}
.container .panel.sidebar-menu ul.nav ul {
  list-style: none;
  padding-left: 0;
}
.container .panel.sidebar-menu ul.nav ul li {
  display: block;
}
.container .panel.sidebar-menu ul.nav ul li a {
  position: relative;
  font-weight: normal;
  text-transform: none !important;
  display: block;
  padding: 10px 15px;
  padding-left: 30px;
  font-size: 12px;
  color: #999999;
}
.container .panel.sidebar-menu ul.nav ul li a:hover,
.container .panel.sidebar-menu ul.nav ul li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.container .info-bar {
  line-height: 32px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .container .info-bar .products-showing {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .container .info-bar .products-number-sort {
    text-align: center;
    margin-top: 10px;
  }
}
.container .info-bar .products-number strong {
  margin-right: 10px;
}
.container .info-bar .products-sort-by select {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .container .info-bar .products-sort-by {
    margin: 10px 0 0;
  }
  .container .info-bar .products-sort-by select {
    margin: 0;
  }
}

/* dropdowns */
.dropdown-menu > li > a {
  padding: 5px 20px;
}
/* forms.less */
label {
  font-weight: normal;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group {
  margin-bottom: 20px;
}

.container .panel.sidebar-menu .panel-body label {
  color: #999999;
  font-size: 12px;
}

.cart{border: 1px solid rgb(228, 228, 228);
padding: 10px 15px;}


.container #checkout .nav {
  margin-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
}


h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.btn {
  font-weight: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
}



.container #order-summary table {
  margin-top: 20px;
}
.container #order-summary table td {
  color: #999999;
}
.container #order-summary table tr.total td,
.container #order-summary table tr.total th {
  font-size: 18px;
  color: #555555;
  font-weight: 700;
}
.container #checkout .table tbody tr td,
.container #basket .table tbody tr td,
.container #customer-order .table tbody tr td {
  vertical-align: middle;
}
.container #checkout .table tbody tr td input,
.container #basket .table tbody tr td input,
.container #customer-order .table tbody tr td input {
  width: 50px;
  text-align: right;
}
.container #checkout .table tbody tr td img,
.container #basket .table tbody tr td img,
.container #customer-order .table tbody tr td img {
  width: 50px;
}
.container #checkout .table tfoot,
.container #basket .table tfoot,
.container #customer-order .table tfoot {
  font-size: 18px;
}




.fa
{
    letter-spacing: 2px !important;
}