body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  background-color: #bdc3c7;
}
h1 {
  color: #444444;
  font-size: 33px;
}
h2 {
  color: #444444;
  font-size: 27px;
}
h3 {
  color: #444444;
  font-size: 21px;
}
h4 {
  color: #444444;
  font-size: 15px;
}
h5 {
  color: #444444;
  font-size: 12px;
}
h6 {
  color: #444444;
  font-size: 10.2px;
}
ul {
  padding-left: 20px;
}
ol {
  padding-left: 20px;
}
table {
  background-color: #fff;
}
a {
  color: #2980b9;
}
a:hover {
  color: #2573a6;
  text-decoration: none;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control {
  font-size: 12px;
}
textarea.form-control {
  font-size: 12px;
}
input[type="text"].form-control {
  font-size: 12px;
}
input[type="password"].form-control {
  font-size: 12px;
}
input[type="datetime"].form-control {
  font-size: 12px;
}
input[type="datetime-local"].form-control {
  font-size: 12px;
}
input[type="date"].form-control {
  font-size: 12px;
}
input[type="month"].form-control {
  font-size: 12px;
}
input[type="time"].form-control {
  font-size: 12px;
}
input[type="week"].form-control {
  font-size: 12px;
}
input[type="number"].form-control {
  font-size: 12px;
}
input[type="email"].form-control {
  font-size: 12px;
}
input[type="url"].form-control {
  font-size: 12px;
}
input[type="search"].form-control {
  font-size: 12px;
}
input[type="tel"].form-control {
  font-size: 12px;
}
input[type="color"].form-control {
  font-size: 12px;
}
.input-group input {
  font-size: 12px;
}
.input-group select {
  font-size: 12px;
}
.input-group .dropdown-menu {
  font-size: 12px;
}
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}
.input-lg {
  border-radius: 6px;
  font-size: 15px;
  height: 42px;
  padding: 10px;
}
.container {
  background-color: #fafafa;
}
.border-top {
  border-top: 4px solid #2980b9;
}
header {
  padding: 30px 0;
  background-color: #fafafa;
}
.title {
  border-bottom: 3px solid #2980b9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
h1.title {
  margin-top: 0;
}
.well {
  box-shadow: none;
  border-radius: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-heading {
  border-radius: 0;
}
.panel-default > .panel-heading {
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
span.hidden-xs {
  display: inline;
}
span.hidden-sm {
  display: inline;
}
span.hidden-md {
  display: inline;
}
span.hidden-lg {
  display: inline;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #ff0000;
  font-weight: bold;
}
.dropdown-menu {
  border-top: 3px solid #2980b9;
  border-radius: 3px;
  min-width: 200px;
}
.dropdown-menu li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
}
#top {
  min-height: 40px;
  border-bottom: 1px solid #E1E1E1;
  background-color: #ffffff;
  padding: 10px 0;
}
#top #currency .currency-select {
  text-align: left;
}
#top #currency .currency-select:hover {
  text-shadow: none;
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: no-repeat;
}
#top .btn-link {
  text-shadow: none;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444444;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links li {
  text-shadow: none;
  text-decoration: none;
}
#top-links a {
  text-shadow: none;
  text-decoration: none;
}
#top-links a:hover {
  color: #444444;
}
#top-links a + a {
  margin-left: 15px;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #ffffff;
}
#top-links ul {
  margin: 0;
}
#logo {
  margin: 0 0 10px 0;
}
#search {
  margin: 10px 0;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}
#cart {
  margin: 10px 0;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
#cart .dropdown-menu {
  z-index: 1001;
  min-width: 100%;
  border-top: 4px solid #2980b9;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#cart .dropdown-toggle .fa-shopping-cart {
  background-color: #333;
  border-radius: 50%;
  padding: 5px;
}
#cart > button {
  padding: 5.5px 12px;
}
#cart > button:hover {
  background-color: #EBEBEB;
  color: #666666;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
#cart > button:hover .fa-shopping-cart {
  color: #ffffff;
}
#cart > button:focus {
  background-color: #EBEBEB;
  color: #666666;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  border-color: transparent;
}
#cart > button:focus .fa-shopping-cart {
  color: #ffffff;
}
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444444;
}
#menu {
  background-color: #2980b9;
  background-image: none;
  border: none;
  min-height: 40px;
  border-radius: 0;
  margin-bottom: 0;
}
#menu .nav > li > a {
  color: #ffffff;
  text-shadow: none;
  font-size: 15px;
  padding: 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .nav > li.active > a {
  background-color: #333;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  z-index: 1000;
  background-color: #fff;
  border-top: none;
}
#menu .dropdown-inner {
  display: table;
  width: 100%;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 7px 20px;
  clear: both;
  line-height: 20px;
  color: #444444;
  font-size: 13px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: none;
  padding: 5px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
  background-color: #2980b9;
  color: #ffffff;
  white-space: nowrap;
}
#menu .see-all:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #2980b9;
  background-image: none;
  background-repeat: no-repeat;
}
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2980b9;
  background-image: none;
  background-repeat: no-repeat;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #ffffff;
  text-shadow: none;
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #ffffff;
  padding: 2px 18px;
  float: right;
  background-color: #2980b9;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #2980b9;
}
#menu .btn-navbar:hover {
  color: #ffffff;
  background-color: #2573a6;
}
#menu .btn-navbar:focus {
  color: #ffffff;
  background-color: #2573a6;
}
#menu .btn-navbar:active {
  color: #ffffff;
  background-color: #2573a6;
}
#menu .btn-navbar.disabled {
  color: #ffffff;
  background-color: #2573a6;
}
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #2573a6;
}
#menu a.dropdown-toggle::after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 3px;
}
.navbar-header {
  display: none;
  float: none;
}
.navbar-header .fa {
  color: #ffffff;
  font-size: 14px;
}
#category {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
#offcanvasclose {
  display: none;
}
.nav-pills > li.active > a {
  color: #ffffff;
  background-color: #2980b9;
  border-radius: 3px;
}
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2980b9;
  border-radius: 3px;
}
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #2980b9;
  border-radius: 3px;
}
#content {
  min-height: 600px;
}
footer {
  padding-top: 20px;
  background-color: #303030;
  border-top: 1px solid #ddd;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #cccccc;
}
footer a:hover {
  color: #ffffff;
}
footer h3 {
  color: #ffffff;
  margin: 0 0 20px 0;
}
footer .copyright {
  background-color: #fff;
  color: #444444;
  border-top: 4px solid #2980b9;
  padding-top: 15px;
}
footer .copyright a {
  color: #2980b9;
}
.shop-infos {
  padding-bottom: 20px;
}
.shop-infos li {
  border-bottom: 1px solid #444;
  padding: 5px;
}
.alert {
  padding: 8px 14px 8px 14px;
  margin: 15px 0;
  border-radius: 0;
}
.breadcrumb {
  background-color: #E1E1E1;
  margin: 0 -15px 15px;
  padding: 8px 0;
  border: none;
  border-radius: 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: none;
  padding: 0 15px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > li:after {
  content: '/';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: -5px;
  height: 30px;
  font-size: 20px;
  color: #cccccc;
}
.pagination {
  margin: 0;
}
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid transparent !important;
  border-radius: 3px;
  box-shadow: none;
}
.btn-xs {
  font-size: 12px;
  padding: 3px 5px;
}
.btn-sm {
  font-size: 13px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn {
  font-size: 12px;
}
.btn-group > .dropdown-menu {
  font-size: 12px;
}
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 12px;
}
.btn-group > .btn-sm {
  font-size: 13px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  background-color: #333;
  border-color: #333 #333 #000;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  background-repeat: no-repeat;
}
.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #2980b9;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #2980b9;
}
.btn-primary:hover {
  background-color: #2573a6;
  border-color: #2980b9;
}
.btn-primary:active {
  background-color: #2573a6;
  border-color: #2980b9;
}
.btn-primary:focus {
  background-color: #2573a6;
  border-color: #2980b9;
}
.btn-primary.active {
  background-color: #2573a6;
  border-color: #2980b9;
}
.btn-primary.disabled {
  background-color: #2573a6;
  border-color: #2980b9;
}
.btn-primary[disabled] .btn-primary.focus {
  background-color: #2573a6;
  border-color: #2980b9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: none;
  background-color: #faa732;
  background-image: none;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-warning:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-warning.active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-warning.disabled {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: none;
  background-color: #da4f49;
  background-image: none;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger.active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger.disabled {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: none;
  background-color: #5bb75b;
  background-image: none;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success.active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success.disabled {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: none;
  background-color: #df5c39;
  background-image: none;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover {
  background-image: none;
  background-color: #df5c39;
}
.btn-info:active {
  background-image: none;
  background-color: #df5c39;
}
.btn-info.active {
  background-image: none;
  background-color: #df5c39;
}
.btn-info.disabled {
  background-image: none;
  background-color: #df5c39;
}
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #2980b9;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-link:active {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: none;
  background-color: #363636;
  background-image: none;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover {
  background-color: #222222;
  background-image: none;
}
.btn-inverse:active {
  background-color: #222222;
  background-image: none;
}
.btn-inverse.active {
  background-color: #222222;
  background-image: none;
}
.btn-inverse.disabled {
  background-color: #222222;
  background-image: none;
}
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: none;
}
.list-group-item {
  border: 1px solid #EEEEEE;
  color: #666666;
  padding: 8px 12px;
}
.list-group a.active {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #EEEEEE;
  text-shadow: 0 1px 0 #FFF;
}
.list-group a.active:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #EEEEEE;
  text-shadow: 0 1px 0 #FFF;
}
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #EEEEEE;
  text-shadow: 0 1px 0 #FFF;
}
.owl-carousel {
  background-color: transparent !important;
  margin-bottom: 0 !important;
}
.owl-carousel .owl-buttons .owl-prev {
  left: 0 !important;
}
.owl-carousel .owl-buttons .owl-next {
  right: 0 !important;
}
.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;
}
.owl-wrapper-outer {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
  border-color: #F1F1F1 #E7E6E6 #CFCFCF;
  transition: all 0.2s linear 0s;
  position: relative;
}
.product-thumb .image {
  text-align: center;
  position: relative;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
}
.product-thumb .caption .price-new {
  font-weight: 600;
  color: #444444;
  font-size: 14px;
}
.product-thumb .price {
  font-weight: 600;
  color: #444444;
  font-size: 14px;
}
.product-thumb .buttons {
  padding: 0 15px;
}
.product-thumb:hover {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear 0s;
}
.product-thumb:hover .product-description {
  opacity: 0.9;
  z-index: 1;
  transition: all 0.5s linear 0s;
}
.product-grid .product-thumb .image {
  float: none;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
.product-list .product-description {
  background-color: #fff;
  position: relative;
  opacity: 1;
  text-align: left;
  padding: 0;
  z-index: 0 !important;
}
.product-list h4 {
  margin: 20px 0;
  color: #444444;
}
.product-list .sale {
  right: 5px;
}
.rating .fa-stack {
  font-size: 14px;
  width: 10px;
  height: 14px;
}
.rating .fa-star-o {
  color: #999999;
  font-size: 14px;
}
.rating .empty .fa-star {
  color: #999999;
}
.rating .fa-star {
  color: #f39c12;
  font-size: 14px;
  line-height: 14px;
}
.rating .fa-star + .fa-star-o {
  color: #f39c12;
}
.addtocart .rating .fa-stack {
  font-size: 24px;
  width: 22px;
  height: 24px;
}
.addtocart .rating .fa-star {
  font-size: 24px;
  line-height: 24px;
}
td.rating {
  width: 33.333%;
}
h2.price {
  margin: 0;
}
.product-page .price-new {
  font-size: 27px;
  font-weight: normal;
}
.product-page .nav > li > a {
  padding: 8px;
  margin-right: 5px;
  border-radius: 3px;
}
.product-page .nav-pills > li.active > a {
  background-color: #333;
  border-color: #000;
  border-bottom-width: 2px;
}
.product-page .nav-pills > li.active > a:focus {
  background-color: #333;
  border-color: #000;
  border-bottom-width: 2px;
}
.product-page .nav-pills > li.active > a:hover {
  background-color: #333;
  border-color: #000;
  border-bottom-width: 2px;
}
.product-page .tab-content {
  margin-top: 20px;
}
.price-old {
  color: #d9534f;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: normal;
}
.price-tax {
  color: #999999;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.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;
  border: 1px solid #ddd;
}
#main-image {
  margin: 0 auto;
  display: block !important;
}
.main-image::after {
  content: "\f00e";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 30px;
  font-family: fontawesome;
  opacity: 1;
  transition: opacity ease 500ms;
}
.main-image:hover::after {
  opacity: 0;
  transition: opacity ease 500ms;
}
#column-left .product-layout {
  width: 100%;
}
#column-right .product-layout {
  width: 100%;
}
.form-control {
  border-radius: 3px;
}
.product-description {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 45%;
  padding: 15px;
  opacity: 0;
  z-index: 0;
  background-color: #f5f5f5;
  text-align: justify;
}
[id^="carousel"] {
  border-top: 3px solid #2980b9;
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.ccards {
  margin: 0;
}
.ccards > li {
  background-repeat: no-repeat;
  height: 40px;
  width: 60px;
  display: inline-block;
  background-image: url("../image/cards-bg.png");
}
.visai {
  background-position: 0px -120px;
}
.masteri {
  background-position: 0px -160px;
}
.maestroi {
  background-position: 0px -40px;
}
.dinersi {
  background-position: 0px -200px;
}
.amexi {
  background-position: 0px 0px;
}
.paypali {
  background-position: 0px -80px;
}
.sale {
  background-color: #d9534f;
  color: #ffffff;
  padding: 10px 5px;
  position: absolute;
  right: -1px;
  text-shadow: none;
  top: 20%;
  box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#totop-scroller {
  position: fixed;
  right: 0px;
  top: 50%;
  background-color: #FFF;
  box-shadow: 1px 1px 2px #333;
  display: block;
  padding: 10px;
  z-index: 1000;
}
#tab-specification tbody td {
  width: 50%;
}
.noscroll {
  overflow: hidden;
}
.shadow {
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.8);
}
.relative {
  position: relative;
}
.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#product .btn-group-vertical {
  width: 24px;
  margin-left: -10px;
  margin-top: -5px;
}
.border {
  border-color: #F1F1F1 #E7E6E6 #CFCFCF;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 15px;
  background-color: #FFF;
}
.sidebar h3 {
  background-color: #2980b9;
  border: 1px solid #2980b9;
  margin: 0;
  padding: 10px 20px;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
}
.sidebar .border {
  border-radius: 0 0 3px 3px;
}
.sidebar > .nav > li {
  border-top-width: 1px;
  border-top-color: #eee;
  border-top-style: solid;
}
.sidebar > .nav > li.active > a {
  text-decoration: none;
  font-weight: bold;
}
.subcategories > li > a {
  padding-left: 30px;
  font-size: 12px;
  position: relative;
}
.subcategories > li > a::before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  left: 15px;
  font-style: normal;
}
.subcategories > li.active {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
aside .panel-primary.border {
  padding: 0;
}
aside .panel-primary > .panel-heading {
  background-color: #2980b9;
  border-color: #2980b9;
  color: #ffffff;
}
aside .panel-heading {
  margin: -1px -1px 0 -1px;
}
aside .panel-heading h3 {
  color: #ffffff;
  margin: 0;
}
aside .panel-footer {
  border-width: 1px;
}
thead {
  font-weight: bold;
}
#button-confirm {
  padding: 10px 16px;
  font-size: 15px;
}
@media (max-width: 640px) {
  #logo img {
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  #top-links li {
    padding: 0 3px;
  }
}
@media (max-width: 800px) {
  #cart > .btn {
    float: none;
    width: 100%;
  }
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 45px;
    font-size: 13px;
  }
  .navbar-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    padding: 10px 30px;
    background-color: #2980b9;
    float: none;
    z-index: 100;
  }
  #menu {
    background-color: #333;
    border: 1px solid #333;
    border-radius: 0;
    bottom: 0;
    left: -261px;
    position: fixed;
    right: auto;
    top: -2px;
    width: 260px;
    z-index: 100;
    overflow: auto;
    margin: 0;
  }
  #menu .nav > li > a {
    font-size: 14px;
  }
  #menu .nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.5);
  }
  #menu a.dropdown-toggle::after {
    position: absolute;
    right: 15px;
  }
  #menu .dropdown-menu {
    width: 100%;
    float: none;
    position: relative;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #FAFAFA;
  }
  #menu .see-all {
    background-color: #2980b9;
    border-radius: 0;
    border-top: none;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner ul {
    display: block;
  }
  .navbar-nav {
    float: none;
    margin: 0;
  }
  .navbar-nav > li {
    float: none;
    margin: 0;
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInUp 0.2s ease-in;
    transform: translate3d(0px, 0px, 0px);
  }
}
@media (max-width: 767px) {
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #ffffff;
  }
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
@media (max-width: 520px) {
  .copyright * {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 800px) and (min-width: 768px) {
  .addtocart-button > div {
    padding: 0 10px;
  }
}
@media (max-width: 320px) {
  .addtocart-button > div {
    padding: 0 12px;
  }
}

/* Checkout - from default stylesheet.css */
.checkout-wizard {
    margin-top: 50px;
}
.checkout-wizard > .checkout-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: -25px 0;
}
.checkout-wizard > .checkout-step > .progress > .progress-bar {
    width:0px;
    box-shadow: none;
    background: #6AA91E;
}
.checkout-wizard > .checkout-step.text-success > .progress > .progress-bar {
    width:100%;
}
.checkout-wizard > .checkout-step:nth-child(1) > .progress {
    left: 54%;
    width: 100%;
}
.checkout-wizard > .checkout-step:nth-child(2) > .progress {
    left: 54%;
    width: 100%;
}
.checkout-wizard > .checkout-step:nth-child(3) > .progress {
    width: 0;
}
.checkout-pointer {
    cursor: pointer;
}

.checkout-fieldset {
    margin-bottom: 20px;
}
.login-forgotten-link {
    margin-left: 10px;
}
.checkout-spin {
    font-size: 5em !important;
}
.checkout-header-circle {
    font-size: 2em !important;
}
.checkout-header-icon {
    font-size: 1em !important;
}
.panel {border-radius: 0;}
.panel-group .panel {border-radius: 0;}
.panel-np-full {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.panel-np-left {
    padding-left: 0px !important;
    /padding-right: 10px !important;
}
.panel-np-right {
    padding-left: 10px !important;
    padding-right: 0px !important;
}
.panel-heading {
    vertical-align: middle;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}
