body {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #212529;
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
  letter-spacing: 0.2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212529;
}
/* default font size */
.fa {
  font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
  margin-bottom: 15px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #212529;
  /* color: #23a1d1; */
}
a:hover {
  color: #212529;
  text-decoration: underline;
}
legend {
  font-size: 20px;
  padding: 7px 0px;
}
label {
  font-size: 15px;
  font-weight: normal;
}

:focus {
  outline: none;
}

input[type="password"].form-control:focus,
input[type="tel"].form-control:focus,
input[type="email"].form-control:focus,
input[type="text"].form-control:focus,
.form-control:focus {
  box-shadow: none;
  background-color: #fff;
  color: #3a3a3a;
  border-color: #000;
  -webkit-appearance: none;
  appearance: none;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

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: 14px;
  min-height: 42px;
  padding: 8px 12px;
  font-weight: inherit;
  outline: none;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  color: #3a3a3a;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 100%;
}

.input-group.date button.btn.btn-default,
.input-group.datetime button.btn.btn-default,
.input-group.time button.btn.btn-default {
  border: 2px solid #e7e7e7;
  font-size: 16px;
  border-left: none;
  height: 42px;
  margin-left: 0px;
}

.input-group-btn .btn-default {
  border-color: #e7e7e7;
}

/* Product statuses  */

.outofstock {
  color: orange;
}

.instock {
  color: green;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

#product-product .tab-content {
  margin: 0 auto;
}

#tab-description {
  font-size: 18px;
  line-height: 1.6;
}

.nav-tabs {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  border: none;
}

.nav-tabs > li > a:hover {
  background: transparent;
  transition: all 0.5s;
  color: #000;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  transition: all 0.5s;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
.dropdown-menu > li > a {
  padding: 3px 5px;
}
.dropdown-menu a:hover {
  cursor: pointer;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: underline;
  color: #333;
  background-color: unset;
}

/* top */

#top {
  background-color: rgb(248, 248, 248);
  min-height: 30px;
  font-size: 14px;
}

#top .container > div:first-child button {
  padding-left: 0px;
}

@media (max-width: 768px) {
  #top {
    display: none;
  }
}

#top .container {
  padding: 0 10px;
}

#menu #form-currency {
  margin-right: 15px;
}
#menu #form-currency .dropdown-menu,
#menu #form-language .dropdown-menu {
  margin: 0;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
  display: flex;
  align-items: center;
}

a.language-select img {
  margin-right: 5px;
}

#menu #form-language button {
  display: flex;
  align-items: center;
  padding: 3px 5px;
}

#menu #form-language img {
  margin-right: 5px;
}

#form-currency .dropdown-menu li > a:hover {
  cursor: pointer;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #000;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 9px;
}
#top-links > ul {
  margin-bottom: 0;
}

#top-links a + a {
  margin-left: 15px;
}

/* logo */

#logo a {
  font-size: 32px;
}

.logo-wrapper-center {
  display: flex;
  justify-content: center;
}

#logo a {
  font-weight: bold;
}
#logo h1 {
  margin: unset;
}

@media (max-width: 768px) {
  #logo h1 {
    text-align: center;
  }
}

/* search */

#search {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 460px) {
  #search {
    max-width: 100%;
  }
}

#search-box {
  display: flex;
  width: 75%;
  margin: 20px auto 35px;
}

#search-box input#input-search {
  max-height: 42px;
  border-radius: 30px;
  padding-left: 20px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 20px 0 20px;
  border-radius: 30px;
}
#search-box .input-group-btn,
#search .input-group-btn {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}
#search-box .input-group-btn,
#search .input-group-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

#search-box .input-group-btn button,
#search .input-group-btn button {
  border: none;
  line-height: 16px;
  background: transparent;
}

#search-box .input-group-btn,
#search .input-group-btn {
  width: unset;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 768px) {
  #search-box {
    display: none;
  }
}

/* cart */

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding-right: 0px;
  padding-left: 0px;
}

#cart.open > .btn {
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #fff;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 300px;
}

.header-cart-container #cart > button,
.header-cart-container > div {
  border: none;
}

.hs1 header > .container > .row > div:nth-child(3) #cart {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
}

.hs1 #cart > button {
  width: auto;
  border: none;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0 10px 0;
}

/* menu */

.dropdown-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}

.dropdown-menu {
  border: none;
  min-width: 200px;
  border-radius: 0px;
}

#menu {
  min-height: 40px;
}

#menu .dropdown-toggle:after {
  font-size: 11px;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 12px;
  right: 2px;
}

#menu .nav > li > a {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 18px 10px 18px;
  min-height: 15px;
  font-size: 18px;
  background-color: transparent;
}

@media (min-width: 768px) {
  #menu .nav > li:first-child a {
    /* padding-left: 0px; */
  }
}

#menu .nav > li:last-child a {
  /* padding-right: 0px; */
}

.dropdown-menu {
  padding-bottom: 0;
  padding: 20px;
}

.dropdown-inner {
  display: table;
}
.dropdown-inner ul {
  display: table-cell;
}
.dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 4px 6px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
}
.dropdown-inner li a:hover {
  text-decoration: underline;
}
.see-all {
  display: block;
  margin-top: 0.5em;
  padding: 8px 5px 3px 5px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 14px;
}
.see-all:hover,
#menu .see-all:focus {
  text-decoration: underline;
}
#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
#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 (max-width: 768px) {
  #menu.navbar {
    min-height: 0px;
    margin-bottom: 0px;
    padding: 0 15px;
  }
}

header > .container-full > .row,
header > .container > .row {
  height: 90px;
}

.cfull {
  width: 100%;
}

.container-full {
  padding-right: 15px;
  padding-left: 15px;
}
.menu-full {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 768px) {
  .menu-full {
    padding: 0 30px;
  }
}

header .row > div {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-cart-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-cart-container li {
  list-style: none;
}

.header-cart-container > div {
  min-width: 31px;
  width: auto;
  margin-right: 5px;
}

.header-cart-container .btn-lg {
  padding: 7.5px 12px;
}

.header-cart-container .btn {
  padding: 7.5px;
}

/* header cart icon sizes */

.header-cart-container .fa {
  font-size: 16px;
  font-weight: bold;
}

.header-cart-container a,
.header-cart-container .btn {
  font-size: 16px !important;
}

.header-cart-container .table .btn-danger {
  padding: 4px 8px;
}

.header-cart-container .table > tbody > tr:first-child td {
  border-top: none;
}

#cart .btn-inverse {
  background: transparent;
  color: inherit;
  display: flex;
  align-items: center;
}

#cart-total {
  display: inline-block;
  background: rgb(255, 189, 89);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: black;
  margin-left: 5px;
  line-height: 32px;
}

.cart-buttons {
  display: flex;
  justify-content: space-between;
}
.cart-buttons > a {
  width: 49%;
}

.cart-total {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid;
  display: flex;
  justify-content: space-between;
}
.cart-total span:last-child {
  font-weight: bold;
}

/*Responsive header*/

@media (max-width: 768px) {
  .mob-menu-extra {
    padding-bottom: 20px;
  }

  .mob-menu-extra ::after {
    display: none;
  }
  .mob-menu-extra ul.mob-extra {
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
  }
  .mob-menu-extra ul.mob-extra li,
  .mob-menu-extra .pull-left {
    padding: 4px 0px;
  }
  .mob-extra {
    font-weight: 300;
  }

  .mob-menu-extra,
  .mob-menu-extra i,
  .mob-menu-extra .pull-left button,
  .mob-menu-extra ul li a {
    font-size: 20px;
  }

  .mob-menu-extra i,
  .mob-menu-extra .pull-left button strong {
    margin-right: 5px;
  }

  .mob-menu-extra #form-language .btn-link.dropdown-toggle,
  .mob-menu-extra #form-currency .btn-link.dropdown-toggle {
    display: flex;
    padding: 0;
    align-items: center;
  }
  .mob-menu-extra .caret {
    margin-left: 5px;
  }

  .mob-menu-extra .btn-group,
  .btn-group-vertical {
    position: unset;
  }

  .mob-menu-trigger > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .mob-menu-trigger button > i {
    font-size: 20px;
  }
  .mob-menu-trigger button.btn {
    border: none;
    margin-left: 5px;
  }

  #menu .nav > li {
    padding: 4px 0px;
  }
  #menu .dropdown-toggle:after,
  #menu .nav > li a {
    font-size: 22px;
  }

  #menu .dropdown-inner a {
    line-height: unset;
  }

  .navbar-nav {
    margin: unset;
  }
  #menu .nav > li > a {
    padding: 10px 15px 10px 0px;
  }

  header .container > .row,
  header .container-full > .row {
    display: flex;
    flex-wrap: wrap;
  }

  header .container > .row > div,
  header .container-full > .row > div,
  .mob-menu-trigger > div {
    height: 80px;
  }

  header .container > .row > div:nth-child(1),
  header .container-full > .row > div:nth-child(1) {
    /*Logo*/
    width: 33%;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  header .container > .row > div:nth-child(2),
  header .container-full > .row > div:nth-child(2) {
    /*Menu */
    width: 33%;
    order: 1;
  }

  header .container > .row > div:nth-child(4),
  header .container-full > .row > div:nth-child(4) {
    /*Cart*/
    width: 33%;
    order: 3;
  }

  header .container > .row > div:nth-child(3),
  header .container-full > .row > div:nth-child(3) {
    /*Search*/
    order: 4;
    width: 100%;
  }

  header > .container-full > .row,
  header > .container > .row {
    height: unset;
  }

  /* Header style 4 mobile layout  */

  .hs4 header .container > .row > div:nth-child(1),
  .hs4 header .container-full > .row > div:nth-child(1) {
    order: 4;
    width: 100%;
  }
  .hs4 header .container > .row > div:nth-child(3),
  .hs4 header .container-full > .row > div:nth-child(3) {
    order: 2;
    width: 33%;
  }

  /* Header style 1 mobile layout  */

  .hs2 header .container > .row > div:nth-child(1),
  .hs2 header .container-full > .row > div:nth-child(1) {
    order: 4;
    width: 100%;
  }
  .hs2 header .container > .row > div:nth-child(3),
  .hs2 header .container-full > .row > div:nth-child(3) {
    order: 2;
    width: 33%;
  }
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #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%;
    color: #000;
  }

  #menu .nav .dropdown-menu a {
    font-size: 20px;
    padding: 0;
    font-weight: 300;
  }
  #menu .see-all {
    border-radius: 0;
    color: #000;
  }
  #menu .nav .dropdown-menu {
    padding: 15px 0 15px 15px;
  }
  #menu .navbar-collapse.in {
    padding-bottom: 15px;
  }
}

/*Account page*/

#account-login .breadcrumb,
#account-register .breadcrumb,
#account-return .breadcrumb,
#account-voucher .breadcrumb,
#product-search .breadcrumb,
#information-contact .breadcrumb,
#information-sitemap .breadcrumb,
#common-success .breadcrumb,
#product-manufacturer .breadcrumb {
  display: none;
}

#account-return #content h1:first-child,
#account-return #content > p,
#account-voucher #content h1:first-child,
#account-voucher #content > p,
#product-search #content h2:first-child {
  text-align: center;
}

#information-contact #content > h1,
#information-contact #content > h3 {
  text-align: center;
}
/*Cart page*/

.checkout-cart-total tbody > tr strong,
.checkout-cart-total tbody > tr {
  font-weight: 300;
}

.checkout-cart-total tbody > tr:first-child td {
  border-top: none;
}
.checkout-cart-total tbody > tr:last-child strong,
.checkout-cart-total tbody > tr:last-child {
  font-size: 22px;
  font-weight: bold;
}

.checkout-cart-total tbody > tr:last-child {
  border-top: 2px solid;
}

.checkout-cart-total {
  color: #333;
}

#checkout-cart table .btn {
  line-height: 23px;
}

#account-wishlist table thead,
#checkout-cart table thead {
  font-weight: bold;
}
#checkout-cart table td:last-child {
  font-weight: bold;
}

#account-wishlist td,
#checkout-cart td {
  vertical-align: middle;
}

#checkout-cart #accordion .btn {
  height: 42px;
}

#collapse-checkout-confirm tfoot tr:last-child td {
  /* background: red; */
  font-size: 22px;
  font-weight: bold;
}
#collapse-checkout-confirm tfoot tr:last-child td strong {
  font-weight: bold;
}

#collapse-checkout-confirm table td:last-child {
  font-weight: bold;
}

#collapse-checkout-confirm thead {
  font-weight: bold;
}

/*Contact us page*/

.contact-info > .row {
  display: flex;
  flex-direction: column;
}
.contact-info > .row > .col-sm-3 {
  width: 100%;
}

#information-contact .col-sm-3 > strong {
  font-size: 20px;
}

.contact-info {
  margin-top: 40px;
}

/* content */

#content {
  min-height: 600px;
}

/* footer */

footer {
  margin-top: 30px;
  font-size: 14px;
}

footer a {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: normal;
  color: #000;
}

footer h5 {
  font-size: 18px;
  font-weight: bold;
  color: #212529;
}

.powered {
  border-top: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.powered div:first-child {
  margin-right: auto;
}

.powered .dropdown-menu {
  top: unset;
  bottom: 100%;
}

@media (max-width: 768px) {
  footer .row {
    display: flex;
    flex-wrap: wrap;
  }

  footer .row > .col-sm-3 {
    width: 49%;
  }
  .powered {
    flex-direction: column-reverse;
    margin-bottom: 10px;
    text-align: center;
  }
  .powered div:first-child {
    margin-right: unset;
  }
}

/* alert */

.alert {
  font-size: 17px;
  text-align: center;
  padding: 8px 14px 8px 14px;
  border-radius: 0px;
}

.alert-dismissible .close {
  right: unset;
}

/* breadcrumb */

.breadcrumb {
  margin: 0 0 10px 0;
  padding: 0;
  background: 0 0;
}
.breadcrumb i {
  font-size: 14px;
}
.breadcrumb li a {
  color: #010114;
  background: #eee;
  font-weight: 500;
  font-size: 14px;
}

.breadcrumb > li:last-child:after {
  display: none;
}

.breadcrumb > li:first-of-type {
  padding: 0 10px 0 0;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 10px 0 10px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: -3px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pagination {
  margin: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: rgb(255, 189, 89);
  border-color: rgb(255, 189, 89);
}
.pagination > li > a,
.pagination > li > span {
  color: black;
}

/*Mobile content padding*/

@media (max-width: 768px) {
  /*#account-account,*/
  /*#account-edit,*/
  /*#information-information,*/
  /*#common-home */
  body > .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  footer {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

/* buttons */

.btn.active,
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 10px;
  font-size: 15px;
  border: 2px solid #cccccc;
  border-radius: 0px;
  font-weight: bold;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  letter-spacing: 0.6px;
}

.btn-solid {
  background: none;
  border-color: #000;
  color: #000;
}
.btn-solid:hover {
  color: #fff;
  background: #000;
}

.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 11.4px;
  font-weight: normal;
}
.btn-lg {
  padding: 12px 20px;
  font-size: 16px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 11.4px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-group.btn-group-sm > button {
  border: none;
}
.btn-group.btn-group-sm > button:nth-child(1) {
  padding-left: 2px;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  border-color: #fff;
  color: #000;
  background-color: unset;
}

.btn-default.focus,
.btn-default:focus,
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: transparent;
  border-color: #fff;
  box-shadow: unset;
}

#button-cart {
  max-width: 250px;
}

.btn-round {
  background-color: #f5f5f5;
  border-radius: 50%;
  border: none;
  font-weight: normal;
  line-height: unset;
  width: 39px;
}
.btn-round .fa {
  color: #999;
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #e7e7e7;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

.btn-default:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

.btn-primary {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #fff;
  color: #000;
  border-color: #000;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #da4f49;
  border: 2px solid;
  border-color: #da4f49;
  background: transparent;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #000;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */

.list-group .list-group-child {
  font-size: 16px;
  font-weight: 300;
}

a.list-group-item,
button.list-group-item {
  color: #000;
}

.list-group a {
  border: none;
  padding: 6px 0px;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #333;
  border: none;
  background: #fff;
  /* text-decoration: underline */
}

/* carousel */

.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 Page */

#product > .atc-wrapper {
  display: flex;
  margin-top: 20px;
}

#product .extra-btns > button {
  border: none;
  padding: 7.5px 0px;
  margin-right: 20px;
}

#product .extra-btns > button:hover .fa {
  font-size: 16px;
}

#product .extra-btns .fa {
  margin-right: 5px;
  width: 15px;
  transition: all 0.5s;
  animation-duration: 1.5s;
  animation-direction: alternate;
}

#product-product li.tax {
  color: #999;
}
#product-product h1 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #product-product .review-empty {
    display: flex;
    background: #fafafa;
    flex-direction: column;
    align-items: center;
    padding: 25px 0;
  }
}
.review-empty #review > p {
  display: none;
}

#product .quantity {
  display: flex;
  margin-right: 10px;
  align-items: center;
}

#product h3 {
  font-size: 20px;
}

#product #input-quantity {
  width: 40px;
  text-align: center;
  height: auto;
  border: none;
  font-size: 16px;
  font-weight: bold;
}

#product-tabs {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  padding-right: 0px;
  padding-left: 0px;
}

#tab-specification tbody {
  border-bottom: 10px solid transparent;
}

#product-tabs .nav-tabs {
  font-weight: bold;
  font-size: 22px;
  flex-wrap: wrap;
}

#product-tabs .nav-tabs a {
  color: #b2b2b2;
}
#product-tabs .nav-tabs .active a {
  color: #000;
}
#product-tabs .nav-tabs a:hover {
  color: #000;
}

/* Product review */

#review .fa-stack {
  display: inline-flex;
  align-items: center;
  width: 1em;
  height: 1em;
  margin-bottom: 2px;
}

#review .review-date {
  color: #b2b2b2;
  font-size: 15px;
}

#review .review-author {
  margin-right: 5px;
  font-size: 16px;
}

#review td,
#review table,
#review tr {
  border: none;
  background: none;
}

#review td {
  padding: 0;
}

@media (min-width: 768px) {
  #form-review #review {
    padding-right: 60px;
    width: 55%;
    float: left;
  }
  #form-review #add-review-form {
    border-left: 1px solid #e7e7e7;
    padding-left: 60px;
    padding-bottom: 40px;
    width: 45%;
    float: right;
  }
  #form-review.review-empty #add-review-form {
    width: 60%;
    border: none;
    padding: 0;
  }
}

@media (max-width: 768px) {
  #form-review #add-review-form {
    width: 100%;
    float: unset;
    padding: unset;
    border: unset;
  }
  #form-review #review {
    padding: unset;
    width: 100%;
    float: unset;
  }
}

.product-layout.product-grid > .product-thumb > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
.product-layout.product-grid > .product-thumb > div:nth-child(2) .caption {
  order: 2;
  display: flex;
  flex-direction: column;
}
.product-layout.product-grid > .product-thumb > div:nth-child(2) .button-group {
  order: 1;
}

@media (max-width: 768px) {
  .product-layout.product-grid > .product-thumb .button-group,
  .product-layout .product-thumb > .button-group,
  #product-product .product-thumb .button-group {
    opacity: 1;
  }
}

/* Product thumbnail layout on other pages eg. bestseller, featured etc. */

.product-layout .product-thumb {
  display: flex;
  flex-direction: column;
}

.product-layout .product-thumb > .caption {
  order: 3;
}

@media (max-width: 400px) {
  .caption {
    text-align: center;
  }
  .caption .price-old {
    margin-left: 0px !important;
  }
}
.product-layout .product-thumb > .button-group {
  order: 2;
}

#product-product .product-thumb {
  display: flex;
  flex-direction: column;
}
#product-product .product-thumb .image {
  order: 1;
}
#product-product .product-thumb .button-group {
  order: 2;
}
#product-product .product-thumb .caption {
  order: 3;
}
#product-product h3 {
  margin-bottom: 20px;
}

/* product list */

.product-list .product-thumb {
  display: flex;
  flex-direction: row;
}

.product-list .product-thumb .image {
  max-width: 300px;
}

.product-list .product-thumb > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-list .product-thumb .button-group {
  opacity: 1;
  position: unset;
  margin-bottom: 0px;
}

.product-list .product-thumb .button-group {
  border-left: unset;
  border: 2px solid;
}

.product-thumb {
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 10px;
  min-height: 130px;
}

.product-thumb .caption > p:nth-child(2) {
  display: none;
}

.product-grid .product-thumb .caption > p:nth-child(2) {
  display: none;
}

.product-list .product-thumb .caption > p:nth-child(2) {
  display: block;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 150px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 150px;
  }
}
.product-thumb .rating {
  padding-bottom: 5px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #fc0;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #212529;
  font-weight: bold;
  order: 2;
}
.product-thumb .price-new {
  font-weight: 600;
  color: #f9423a;
}
.product-thumb .price-old {
  color: #212529;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: normal;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  font-weight: normal;
}

.help-block {
  font-size: 15px;
}

.product-thumb .button-group {
  overflow: auto;
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
  position: relative;
  top: -52px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -41px;
  box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.1);
}

.product-list .product-thumb .button-group {
  margin-left: 10px;
}
.product-thumb:hover .button-group {
  opacity: 1;
}

.product-list .product-thumb .button-group {
  min-width: 230px;
  padding: unset;
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  background-color: #fff;
  color: #888;
  height: 42px;
  font-weight: bold;
  text-align: center;
}
.product-list .product-thumb .button-group button {
  color: #000;
  line-height: 36px;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #eee;
}

.product-list .product-thumb .button-group button + button {
  border-left: 2px solid;
}
.product-thumb .button-group button:hover {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

.thumbnail {
  border-radius: 0px;
  border: none;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
}
.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 10px;
}

.thumbnails li:nth-of-type(2) {
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* Category page */

.form-group.input-group > .input-group-addon {
  border: 2px solid #e7e7e7;
  background: #fafafa;
  border-right: none;
  border-radius: 0;
  /* position: absolute;
	display: flex;
	align-items: center; */
}

.input-group .form-control:last-child {
  /* padding-left: 60px; */
  border-radius: 0px;
}
.input-group-addon {
  background: unset;
}

#product-category {
  margin-top: 30px;
}

#product-category h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}

#product-category .sub-categories {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

#product-category .sub-categories a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}

/* fixed colum left + content + right*/

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/*Login Page*/

.login-block {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 20px;
}

.login-block h2 {
  font-weight: bold;
}

.form-divider {
  position: relative;
  width: 100%;
  margin: 14px 0;
  text-align: center;
}

.form-divider span {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 0 19px;
  text-transform: lowercase;
  color: #000;
  background-color: #fff;
}

.form-divider:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* Swiper overrides  */

.swiper-viewport {
  box-shadow: none !important;
  border: none !important;
}

/*Bootstrap overrides*/

.form-group {
  margin-bottom: 20px;
}

.well {
  background: #fff;
  box-shadow: unset;
  border: none;
}

.img-thumbnail {
  border: none;
}
.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}
.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
.panel-title {
  padding: 14px 15px;
}
.padding-title h4 > a {
  display: flex;
  justify-content: space-between;
}
.panel-default > .panel-heading {
  background: #f6f6f6;
  padding: 0px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #eee;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 2px solid #f6f6f6;
}

@media (max-width: 768px) {
  .product-layout.col-xs-12 {
    width: 50%;
  }
  .product-layout.product-list.col-xs-12 {
    width: 100%;
  }
}

/* Addons  */

.full-width {
  width: 100vw !important;
  position: relative !important;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.hstyle {
  position: fixed;
}

.attr-bar {
  display: flex;
}
.attr-bar > div:first-child {
  margin-right: auto;
}
.attr-bar > div:last-child {
  padding-left: 0px;
}

.attr-bar > div {
  /* width: auto; */
}

@media (max-width: 768px) {
  .attr-bar {
    margin-top: 15px;
  }
  .attr-bar > div {
    width: 50%;
  }
  .attr-bar > div:last-child {
    padding-left: 15px;
  }
  .attr-bar .form-group {
    width: 100%;
  }
}

.attr-bar select.form-control {
  min-height: 36px;
}

/* Fixes  */

.product-thumb button:first-child :nth-child(1) {
  margin-right: 5px;
}
