﻿@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXBi8Jow.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jow.ttf) format('truetype');
}
body {
  background-color: #F2F2F2;
  background-image: none;
  background-position: top center !important;
  background-repeat: repeat !important;
  background-attachment: scroll !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  height: 100%;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
a {
  text-decoration: none;
}
form {
  margin-bottom: 0;
}
.address-form .row {
  margin-left: 0;
  margin-right: 0;
}
.boxed-layout {
  background-color: #F2F2F2;
}
.boxed-layout .topmenu-container {
  padding-left: 0;
  padding-right: 0;
}
.boxed-layout .logo-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.boxed-layout .logo-wrapper .container .row {
  margin-right: 0;
  margin-left: 0;
}
.wide-layout {
  width: 100%;
}
/** Hackathon */
.boxed-layout,
.wide-layout {
  display: table;
  height: 100%;
}
.header-wrapper {
  display: table-row;
  height: 1px;
  margin-bottom: 10px;
}
.title-wrapper {
  display: table-row;
  height: 1px;
}
.body-wrapper {
  display: table-row;
  height: auto;
}
.body-inner {
  margin-bottom: 20px;
}
.footer-wrapper {
  display: table-row;
  height: 1px;
  background-color: #3c3d41;
  color: #ffffff;
}
.footer-wrapper .gadgetzone {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-wrapper .gadgetzone .row > div {
  vertical-align: top;
}
.footer-wrapper .gadgetzone a {
  color: white;
}
.poweredby {
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  background-color: #b6d2e1;
  padding: 5px;
  background: linear-gradient(to right, #ffffff, #b6d2e1, #ffffff);
  font-weight: 200;
  font-size: 14px;
}
.poweredby a {
  color: #333;
  font-weight: 500;
}
.container {
  max-width: 1170px;
}
.container:before,
.container:after {
  content: none;
}
.pagination > li {
  margin: 1px;
  display: inline-block;
}
.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border: none;
  border-radius: 0;
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-size: 14px;
  padding: 6px 12px;
}
.pagination > li.active > a {
  background-color: black;
  color: white;
}
#filter {
  background-color: #F5F6F6;
  margin-bottom: 20px;
  padding: 10px 10px;
}
#filter .form-group,
#filter .input-group {
  padding-right: 10px;
  padding-left: 10px;
}
#filter .input-group-addon {
  border-radius: 0;
}
#filter input,
#filter button,
#filter select {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #d8d8d8;
}
#filter .input-group-text {
  border-radius: 0;
}
.topmenu li a.active,
.topmenu li a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}
.topmenu .navbar-nav .nav-link {
  color: inherit !important;
}
.topmenu li > .submenu {
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.topmenu li i {
  line-height: 22px;
}
.topmenu li.pull-right {
  float: none !important;
}
.topmenu .submenu li {
  float: none;
}
.topmenu .submenu li a {
  display: block;
  padding-bottom: 8px;
  padding-top: 8px;
  color: inherit;
}
.topmenu .submenu .specialcategory {
  display: block;
}
.topmenu .submenu .specialcategory .navbar-nav {
  flex-direction: column;
}
.topmenu .submenu li.specialcategory > a,
.topmenu .submenu li.specialcategory > a:hover {
  background-color: inherit;
  cursor: default;
  color: inherit;
}
.topmenu .submenu .navbar-nav {
  margin: 0;
}
.topmenu .submenu ul > li > a.active,
.topmenu .submenu ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}
.topmenu .submenu-tree .navbar-nav {
  margin: 0;
  flex-direction: column;
}
.topmenu .submenu-tree ul.navbar-nav.children li a {
  padding-left: 35px;
  color: inherit;
}
.topmenu .submenu-tree .specialcategory > a:before {
  content: "+";
  margin-right: 6px;
}
.topmenu .submenu-tree .specialcategory > ul.children {
  display: none;
}
.topmenu .submenu-tree .specialcategory .navbar-nav {
  flex-direction: column;
}
.topmenu .submenu-tree .specialcategory a {
  color: inherit;
}
.topmenu .submenu-tree .specialcategory.expanded > a:before {
  content: "−";
  margin-right: 6px;
}
.topmenu .submenu-tree .specialcategory.expanded > ul.children {
  display: block;
}
.navbar-toggler {
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  color: inherit !important;
  border-color: inherit !important;
}
ul.navbar-nav.children {
  width: 100%;
}
ul.navbar-nav.children li {
  float: none;
}
ul.navbar-nav.children li a {
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.gadget-type-paymentlogos.gadget-right,
.gadget-type-logo.gadget-right {
  text-align: right;
}
.gadget-type-paymentlogos.gadget-center,
.gadget-type-logo.gadget-center {
  text-align: center;
}
.gadgetzone {
  padding-bottom: 10px;
}
.gadgetzone .row > div {
  vertical-align: middle;
}
.gadget-search .btn {
  background-color: black;
  border-radius: 0;
}
.gadget-search input {
  border-radius: 0;
}
.gadget-padding {
  display: inline;
}
.payment-logo {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-default {
  border: none;
  background-color: #f5f6f7;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a {
  /*padding-left: 15px;*/
}
.navbar {
  border-radius: 0;
  padding: 0;
}
.navbar li.active > a {
  background-color: rgba(0, 0, 0, 0.06);
}
h2 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-size: 18px;
}
.product-list.product-viewtype-thumbnails ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-list.product-viewtype-thumbnails li {
  list-style: none;
  width: 265px;
  float: left;
  margin-right: 20px;
}
.product-list.product-viewtype-thumbnails .product-small {
  text-align: center;
}
.product-list.product-viewtype-thumbnails .product-small img {
  width: 265px;
  height: 265px;
}
.product-list.product-viewtype-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-list.product-viewtype-list li {
  list-style: none;
  width: 265px;
  float: left;
  margin-right: 20px;
}
.product-list.product-viewtype-list .product-small {
  text-align: center;
}
.product-list.product-viewtype-list .product-small img {
  width: 265px;
  height: 265px;
}
.product-list.product-viewtype-list .product-small .product-small-description {
  display: none;
}
.product-list.product-viewtype-list .product-small .buy-button {
  display: none;
}
.product-list.product-viewtype-smallthumbnails ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-list.product-viewtype-smallthumbnails h2 {
  font-size: 13px !important;
}
.product-list.product-viewtype-smallthumbnails li {
  list-style: none;
  width: 183px;
  float: left;
  margin-right: 7px;
}
.product-list.product-viewtype-smallthumbnails .product-small {
  text-align: center;
  margin-bottom: 10px;
}
.product-list.product-viewtype-smallthumbnails .product-small img {
  width: 180px;
  height: 180px;
}
.primary-image {
  margin-top: 20px;
}
.product-small {
  color: black;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.product-small h2 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-small .pricetag {
  font-size: 20px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.product-small .oldprice {
  text-decoration: line-through;
  color: #9A9A9A;
  white-space: nowrap;
}
.product-small a {
  text-decoration: none;
  color: black;
  display: block;
}
.product-small a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-small img {
  margin: 0 auto;
}
.pricetag {
  color: black;
  font-size: 24px;
}
.oldprice {
  text-decoration: line-through;
  color: #9A9A9A;
}
.productinfo-detail {
  margin-bottom: 10px;
  color: #9A9A9A;
}
.productinfo-thumb {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 5px;
  margin: 10px 10px 0 0;
}
#variant {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-size: 14px;
  border: 1px solid black;
  width: 200px;
  margin: 10px 0;
  padding: 5px;
}
.buy-button {
  display: inline-block;
  border-radius: 4px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-size: 20px;
  padding: 10px 25px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  min-width: 200px;
  border: none;
}
.buy-button:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}
.mediumcart {
  border: 1px solid #ebebeb;
  width: 220px;
  padding: 8px;
  text-align: right;
  margin-top: 5px;
  position: relative;
}
.mediumcart .mediumcart-icon {
  position: absolute;
  right: 160px;
  top: 15px;
}
.mediumcart .mediumcart-items div {
  padding: 3px 0;
}
.mediumcart a {
  margin-top: 15px;
  width: 200px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
}
.gadget-left .mediumcart {
  float: left;
}
.gadget-right .mediumcart {
  float: right;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  50%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  30%,
  70% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
.small-cart .noitems {
  background-color: #40b839;
  padding: 0 4px;
  color: #fff;
  margin-left: 3px;
  border-radius: 2px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-size: inherit;
  line-height: normal;
}
ul.dropdown-cart {
  min-width: 400px;
  padding: 10px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
}
ul.dropdown-cart .thumb {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
ul.dropdown-cart table {
  width: 100%;
}
ul.dropdown-cart table th {
  color: #7f7f7f;
}
ul.dropdown-cart table td {
  padding-top: 5px;
  font-size: 14px;
  color: #000;
}
ul.dropdown-cart .total {
  color: #7f7f7f;
  font-size: 18px;
  text-align: center;
}
ul.dropdown-cart .totalprice {
  font-size: 24px;
  text-align: center;
  color: #000000;
}
ul.dropdown-cart a {
  padding: 10px 25px;
}
.gallery {
  padding-left: 0;
}
.gallery li {
  float: left;
  list-style: none;
  width: 285px;
}
.panel {
  background-color: #fff;
  padding: 20px 40px;
  position: relative;
  box-shadow: 0 0 1px #ddd;
  font-size: 13px;
  color: #666;
  border-radius: 0 0 3px 3px;
}
.options {
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #f1f4f4;
  color: #858d90;
  margin-bottom: 13px;
  cursor: pointer;
  border: 1px solid #f1f4f4;
  -webkit-tap-highlight-color: transparent;
}
.logo-center img {
  margin: 0 auto;
  display: block;
}
/* CHECKOUT */
.checkout-items {
  border: 1px solid rgba(0, 0, 1, 0.08);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 1, 0.08);
  display: block;
  padding: 0;
  min-height: 62px;
  background: white;
}
.checkout-items li {
  background-color: #F6F6F6;
  float: none;
  clear: both;
  margin: 0;
  list-style: none;
}
.checkout-items li a {
  text-align: left;
  white-space: inherit;
  color: gray;
  display: block;
  text-decoration: none;
  padding: 6px 12px;
  font-weight: normal;
}
.checkout-items li a .title {
  font-weight: bold;
}
.checkout-items li a .item-price {
  float: right;
  width: 70px;
}
.checkout-items li a .item-logo {
  display: none;
  float: left;
  width: 90px;
  padding: 5px;
  text-align: center;
}
.checkout-items li a .item-content {
  margin-left: 0;
}
.checkout-items li a input {
  display: none;
}
.checkout-items li a:hover {
  text-decoration: none;
}
.checkout-items li a.active,
.checkout-items li a:active {
  display: block;
  background-color: white;
  box-shadow: none;
  color: black;
}
.klarna-checkout-container {
  border: 1px solid rgba(0, 0, 1, 0.08);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 1, 0.08);
}
#couponcode {
  border: 1px dotted #c5c5c5;
  padding: 10px;
  max-width: 280px;
}
#couponcode label {
  display: block;
}
.group-inputs {
  margin-bottom: 10px;
}
.group-inputs .group {
  margin: 0;
  padding: 0;
}
.group-inputs .group input {
  width: 100%;
  padding: 8px 8px 8px 28px;
  color: #7f7f7f;
  border: 1px solid gray;
}
.group-inputs .group textarea {
  width: 100%;
  padding: 8px 8px 8px 10px;
  color: #7f7f7f;
  border: 1px solid gray;
}
.group-inputs .group input.noicon {
  padding-left: 10px;
}
.group-inputs .group .fa {
  z-index: 100;
  margin-top: -27px;
  margin-left: 7px;
  color: #7f7f7f;
}
.group-inputs .group input.input-validation-error {
  border-color: red;
  background-color: #FFDFDF;
}
.field-validation-error {
  color: red;
}
.submit-area {
  text-align: center;
}
.checkout {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
  font-size: 14px;
}
.checkout-submit {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 3px;
  background: #30ac63;
  cursor: pointer;
  -webkit-transition: background 0.5s cubic-bezier(0.23, 1.25, 0.32, 1);
  width: 100%;
  margin-top: 20px;
}
.checkout-submit .fa {
  display: none;
}
.checkout-submit.loading .fa {
  display: inline-block;
}
.checkout-submit:hover {
  color: #fff;
  background: #2a9858;
}
#termstext {
  border: 1px solid #B7B7B7;
  background-color: #F7F7F7;
  padding: 10px;
  text-align: left;
}
.checkout-products {
  width: 100%;
  font-size: 14px;
}
.checkout-products td {
  padding: 10px 2px;
}
.checkout-products th {
  padding: 10px 2px;
}
.checkout-products .right {
  text-align: right;
}
.checkout-products tbody tr {
  border-top: 1px dotted #e3e3e3;
}
.checkout-products tfoot {
  border-top: 1px solid #e3e3e3;
}
.checkout-products tfoot tr {
  background-color: #f4f4f4;
  border-bottom: 1px dotted #e3e3e3;
}
.checkout-products tfoot tr th {
  font-weight: normal;
}
.checkout-products .price {
  white-space: nowrap;
}
.checkout-products .topay {
  font-size: 16px;
  font-weight: bold;
}
.sidemenu {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 15px 5px;
}
.sidemenu ul {
  list-style: none;
  padding: 0;
}
.sidemenu ul li a {
  padding: 3px 0;
  color: #777;
  display: block;
  text-decoration: none;
  font-weight: normal;
}
.sidemenu ul li a .plus {
  display: inline-block;
}
.sidemenu ul li a .minus {
  display: none;
}
.sidemenu ul li > ul {
  padding-left: 20px;
  display: none;
}
.sidemenu ul li.expanded a .plus {
  display: none;
}
.sidemenu ul li.expanded a .minus {
  display: inline-block;
}
.sidemenu ul li.expanded > ul {
  display: block;
}
.form-signin {
  max-width: 400px;
  padding: 19px 29px 29px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* CUSTOM STYLES */
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
  content: "\f1b3";
  font: normal normal normal 11px/1 'Elusive-Icons';
  padding: 3px;
}
input[type="checkbox"].styled:checked label:after,
input[type="radio"].styled:checked label:after,
.checkbox label:after {
  padding-left: 1px;
  padding-top: 3px;
  font-size: 9px;
}
.primarybtn_color,
.dropdown-menu > li > a.primarybtn_color {
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out;
  background: black;
  color: white;
  text-transform: uppercase;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.primarybtn_color:hover {
  opacity: 0.8;
  color: white;
  text-decoration: none;
}
div#watermark {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
}
div#watermark span {
  position: absolute;
  right: 0;
  top: 120px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'open sans';
  transform: rotate(45deg);
  text-shadow: #e0e0e0 1px 1px 0;
  color: #fdfdfd;
  background-color: rgba(112, 209, 236, 0.39);
  text-align: center;
  padding: 0 60px;
  margin: -40px -80px;
  overflow: hidden;
}
.highlight {
  box-shadow: 0px 0px 31px 0px #08a300;
}
.small-checkout {
  color: #888;
  padding-left: 13px;
  padding-right: 13px;
  float: right;
}
.small-checkout i.fa {
  font-size: medium;
}
.dropdown-menu {
  color: inherit;
  background-color: inherit;
  border: none;
}
.dropdown-menu > li {
  margin-left: 15px;
}
.dropdown-menu-rightside {
  right: 0;
  left: auto;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
#share {
  text-align: center;
  margin: 20px 0;
}
ul.share-buttons {
  list-style: none;
  padding: 0;
}
ul.share-buttons li {
  display: inline;
}
ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
ul.share-buttons img {
  width: 32px;
}
@media (min-width: 768px) {
  .checkout-products td {
    padding: 10px 15px;
  }
  .checkout-products th {
    padding: 10px 15px;
  }
  .submit-area {
    width: 60%;
    margin: 30px auto;
  }
  .checkout-submit {
    padding: 16px 48px;
  }
  .product-list.product-viewtype-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-list.product-viewtype-list li {
    list-style: none;
    float: none;
    width: inherit;
    margin-right: 0;
  }
  .product-list.product-viewtype-list .product-small {
    text-align: left;
    position: relative;
  }
  .product-list.product-viewtype-list .product-small a {
    height: 150px;
    overflow: hidden;
  }
  .product-list.product-viewtype-list .product-small a img {
    width: inherit;
    height: inherit;
  }
  .product-list.product-viewtype-list .product-small a .product-thumb-image-bg {
    position: absolute;
    width: 150px;
  }
  .product-list.product-viewtype-list .product-small a .product-thumb-text {
    margin-left: 180px;
    margin-right: 180px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-list.product-viewtype-list .product-small a .product-thumb-other {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 180px;
    height: 60px;
    text-align: center;
  }
  .product-list.product-viewtype-list .product-small a .product-thumb-other .buy-button {
    font-size: 16px;
    padding: 6px 15px;
    min-width: 150px;
    display: inline-block;
  }
  .product-list.product-viewtype-list .product-small a .product-small-description {
    display: block;
  }
}
@media (min-width: 992px) {
  #navbar > ul > li > a {
    min-height: 50px;
    padding: 15px;
  }
  #filter-search {
    width: 400px;
  }
  .topmenu li.pull-right {
    float: right !important;
  }
  .topmenu .submenu {
    background-color: #F3F3F3;
  }
  .topmenu .submenu li {
    background-color: #F3F3F3;
    float: left;
  }
  .topmenu .submenu li.specialcategory > a,
  .topmenu .submenu li.specialcategory > a:hover {
    background-color: #ececec;
    color: black;
  }
  .topmenu .submenu ul > li > a {
    display: block;
    padding: 15px;
    color: #555;
  }
  .small-cart .noitems {
    float: right;
  }
  .checkout-items li a .item-logo {
    display: block;
  }
  .checkout-items li a .item-content {
    margin-left: 100px;
  }
  .topmenu .submenu-tree .navbar-nav > li > a,
  .topmenu .submenu-tree .navbar-nav > li > a:hover {
    color: #000000;
    display: block;
  }
  .boxed-layout #navbar {
    padding: 0;
  }
  .nav-link {
    min-width: 50px;
    text-align: center;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu.submenu-tree {
    left: inherit;
    right: inherit;
  }
  .submenu-tree {
    padding: 15px;
  }
  .submenu-tree li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .submenu-tree .navbar-nav > li {
    float: none;
    clear: both;
  }
  .submenu-tree .nav {
    position: static;
  }
  .submenu-tree .navbar-nav {
    margin: 7.5px -15px;
  }
  .gadget-padding {
    display: inline-block;
  }
  .dropdown-menu {
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .dropdown-menu > li {
    margin-left: inherit;
  }
  .navbar-default .navbar-nav > .active > a {
    font-weight: normal;
    /*padding-left: 0;*/
  }
  .navbar-nav {
    flex-wrap: wrap;
  }
}