@charset "UTF-8";
body {
  font-family: Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #232323;
}
.h1 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.h2 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.h3 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.h4 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.h5 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
.h6 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
}
h1 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 36px;
  margin-top: 0;
}
h2 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 30px;
}
h3 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 24px;
}
h4 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 18px;
}
h5 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 16px;
}
h6 {
  font-family: Verdana, sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 14.2px;
}
a {
  color: #545454;
  text-decoration: none;
}
.tab-content a:not(a.btn) {
  color: #232323;
  text-decoration: underline;
}
.panel-heading h4 {
  font-family: Verdana, sans-serif;
}
[data-toggle&~=collapse] {
  cursor: pointer;
}
.fa {
  font-size: 16px;
}
ul {
  margin-bottom: 5px;
}
hr {
  border-top: 2px solid #5bc0de;
}
#common-home {
  width: 100%;
  padding: 0;
}
#common-home > .row {
  margin: 0;
}
#common-home #content {
  padding: 0;
}
.category-bar {
  margin: 0;
  max-width: 100%;
  text-align: center;
}
.category-bar a {
  display: inline-block;
}
.category-bar h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 30px 0 20px 0;
}
.cat-box {
  width: 33.33%;
  display: inline-block;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 480px;
}
.cat-box img {
  width: 50%;
  height: auto;
  transition: 0.5s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.cat-box a:hover img {
  transform: scale(1.1);
}
.cat-box h2 {
  display: inherit !important;
  position: relative;
  z-index: 2;
}
.cat-box h2 a {
  color: #312829;
  text-decoration: none;
}
h2.cat-box + a {
  position: relative;
  z-index: 2;
}
.cat-box:nth-child(even) {
  background-color: #f5f4f4;
  color: #141212 !important;
}
.cat-box:nth-child(even) h2 a:focus {
  color: #141212;
  text-decoration: none;
}
.cat-box:nth-child(even) h2 a:hover {
  color: #141212;
  text-decoration: none;
}
.cat-box:nth-child(odd) {
  background-color: #ce9864;
  color: #f5f4f4 !important;
}
.cat-box:nth-child(odd) h2 a:focus {
  color: #FFF;
  text-decoration: none;
}
.cat-box:nth-child(odd) h2 a:hover {
  color: #FFF;
  text-decoration: none;
}
span.hidden-lg {
  display: inline;
  float: right;
  padding-left: 5px;
}
span.hidden-md {
  display: inline;
  float: right;
  padding-left: 5px;
}
span.hidden-sm {
  display: inline;
  float: right;
  padding-left: 5px;
}
span.hidden-xs {
  display: inline;
  float: right;
  padding-left: 5px;
}
.nav span.hidden-lg {
  float: inherit;
  padding-left: 0;
}
.nav span.hidden-md {
  float: inherit;
  padding-left: 0;
}
.nav span.hidden-sm {
  float: inherit;
  padding-left: 0;
}
.nav span.hidden-xs {
  float: inherit;
  padding-left: 0;
}
.nav > li > a:focus {
  border-color: #FFF;
  background-color: #FFF;
  color: #232323;
}
.nav > li > a:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #232323;
}
.big-hero {
  padding: 14px 0 20px 0;
  position: relative;
}
.big-hero .container {
  padding: 25px 25px 0 25px;
  content: "";
  background-image: url(../image/splash.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.big-hero h1 {
  color: #232323;
  font-weight: 700;
}
.big-hero div {
  color: #232323;
  margin-top: 0;
}
.big-hero p {
  color: #232323;
}
.big-hero a {
  color: #232323;
}
@media (min-width: 980px) {
  .big-hero .container {
    top: -25px;
  }
}
.splash-layout {
  padding: 0 30px 0 0;
  margin: auto;
  text-align: center;
}
.splash-layout .panel {
  border-radius: 10px;
  border: 1px solid #74A4EF;
  background-color: #FFF;
  -webkit-box-shadow: 5px 5px 0px 5px #5bc0de;
  box-shadow: 5px 5px 0px 5px #5bc0de;
}
.splash-layout img {
  margin: auto;
  border-radius: 5px;
}
.splash-layout a {
  color: #232323;
  text-decoration: none;
}
.splash-layout a:hover {
  color: #f4f5f6;
}
.splash-cards {
  margin: 50px 10px 0 10px;
}
.splash-cards.splash-layout:last-child {
  padding-right: 0 !important;
}
#feature-products {
  margin-top: 0;
}
#feature-products img {
  margin: auto;
}
#feature-products a {
  color: #232323;
  text-decoration: none;
}
#feature-products a:hover {
  color: #f4f5f6;
}
#feature-products .feature-dark {
  background-color: #232323;
}
#feature-products .feature-light {
  background-color: #FFF;
}
#feature-products .panel {
  margin-top: 30px;
  padding: 0 15px 30px 15px;
  border-color: #5bc0de;
  border-radius: 25px;
  text-align: center;
}
#feature-products .panel h2 {
  margin-top: 0;
}
.ciproduct_carousel .tabs_here {
  margin: auto !important;
  width: 100% !important;
  padding: 40px 0 20px 0;
}
.ciproduct_carousel .owl-carousel .owl-wrapper-outer {
  border-radius: 10px !important;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  -webkit-box-shadow: 2px 2px 0px 2px #5bc0de !important;
  box-shadow: 2px 2px 0px 2px #5bc0de !important;
}
.ciproduct_carousel .ci_tab {
  text-align: center;
  border-left: 1px solid #ddd !important;
}
.ciproduct_carousel .ci_tab.active {
  background-color: #232323 !important;
}
.ciproduct_carousel .nav-tabs {
  padding: 0 !important;
}
.ciproduct_carousel .nav-tabs .active a {
  color: #232323 !important;
  font-weight: 700 !important;
}
.ciproduct_carousel .nav-tabs a:before {
  background: none !important;
}
.ciproduct_carousel .nav-tabs a {
  font-family: Verdana, sans-serif !important;
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 700 !important;
  padding-top: 10px !important;
}
.ciproduct_carousel .tab-content > .tab-pane {
  border: none !important;
}
.ciproduct_carousel .owl-controls {
  display: none !important;
}
.ciproduct_carousel .product-thumb {
  border-radius: 10px !important;
  border: 2px solid #232323 !important;
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.ciproduct_carousel .product-thumb .caption {
  min-height: 0 !important;
}
.ciproduct_carousel .product-thumb .caption h4, .ciproduct_carousel .product-thumb .caption p {
  font-size: initial !important;
}
.m-menu-wrap {
  margin-bottom: 0 !important;
}
.m-menu-wrap div.container {
  padding: 0 !important;
}
.m-navbar, #m-menu > ul > li > a {
  font-size: 16px !important;
}
.m-navbar a.mobile-click-menu {
  font-size: 1.3em !important;
}
.mobilemenu-none {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#m-menu > ul > li:last-child {
  background-color: #232323;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  border-bottom: 2px solid #5bc0de;
}
label {
  font-size: 14px;
  font-weight: 400;
}
input[type=color].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=date].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=datetime-local].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=datetime].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=email].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=month].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=number].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=password].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=search].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=tel].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=text].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=time].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=url].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
input[type=week].form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
select.form-control {
  font-size: 14px;
  border-radius: 10px;
  box-shadow: none;
  height: 40px;
}
textarea.form-control {
  height: 80px;
}
.input-group.date button.btn.btn-default {
  font-size: 16px;
  border-left: none;
  height: 40px;
}
.input-group.date input {
  border-right: none;
}
.input-group.datetime button.btn.btn-default {
  font-size: 16px;
  border-left: none;
  height: 40px;
}
.input-group.datetime input {
  border-right: none;
}
.input-group.time button.btn.btn-default {
  font-size: 16px;
  border-left: none;
  height: 40px;
}
.input-group.time input {
  border-right: none;
}
.input-group .dropdown-menu {
  font-size: 12px;
}
.input-group .popover {
  font-size: 12px;
}
.input-group input {
  font-size: 12px;
}
.input-group select {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}
.img-thumbnail {
  border: none;
  border-radius: 10px;
}
.tab-content > .tab-pane {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-width: 0 2px 2px 2px;
  padding: 15px;
  margin-bottom: 15px;
}
.tab-pane table {
  background-color: #FFF;
}
.control-label {
  font-weight: 700;
}
.dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.13) !important;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.13) !important;
  border-radius: 10px;
}
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #232323 !important;
  background-color: #FFF;
}
#product {
  margin-top: 10px;
}
#product-product div.collapse[aria-expanded="false"] {
  display: block;
  height: 240px !important;
  overflow: hidden;
}
#product-product div.collapsing[aria-expanded="false"] {
  height: 240px !important;
}
#top {
  background-color: #232323;
  padding: 0;
  margin: 0;
  min-height: 36px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select {
  text-align: left;
  color: #FFF;
  font-size: 13px;
  padding: 6px 16px;
}
#top #form-currency .currency-select:hover {
  text-shadow: none;
  text-decoration: none;
  color: #f4f5f6;
}
#top #form-language .language-select {
  text-align: left;
  color: #FFF;
  font-size: 13px;
  padding: 6px 16px;
}
#top #form-language .language-select:hover {
  text-shadow: none;
  text-decoration: none;
  color: #f4f5f6;
}
#top .btn-group > .btn-link {
  color: #FFF;
  background: 0 0;
  text-decoration: none;
  font-weight: 400;
}
#top .btn-group > .btn-link:hover {
  color: #f4f5f6;
}
#top .btn-link strong {
  font-size: 13px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links > ul > li {
  color: #FFF;
  background: 0 0;
  text-decoration: none;
  font-weight: 400;
}
#top-links > ul > li > a {
  color: #FFF;
  background: 0 0;
  text-decoration: none;
  font-weight: 400;
}
#top-links > ul > li > a:hover {
  color: #f4f5f6;
}
#top-links .dropdown-menu a {
  text-shadow: none;
  font-size: 13px;
  color: #000;
  padding: 6px 20px;
}
a#top-links + a {
  margin-left: 15px;
}
#reset-location {
  padding-top: 6px;
  color: #f5f4f4;
}
form#form-currency {
  margin-top: 3px;
}
header .container > .row {
  background-color: #000;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
header .container > .row .col-sm-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
header span.hidden-lg {
  float: none;
}
header span.hidden-md {
  float: none;
}
header span.hidden-sm {
  float: none;
}
header span.hidden-xs {
  float: none;
}
.main-link {
  color: #232323;
  font-size: 18px;
  font-family: Verdana, sans-serif;
  margin: 0 5px 0 5px;
}
.main-link-container {
  text-align: center;
  padding-bottom: 15px;
}
#logo {
  margin: 15px 10px 20px 0;
}
#logo a {
  font-size: 50px;
  color: #f5f4f4;
  text-decoration: none;
}
#search, #accountheaderbtn {
  margin: 15px;
  color: #FFF;
}
#search .input-lg, #accountheaderbtn .input-lg {
  height: 40px;
  width: auto;
  line-height: 20px;
  padding: 0 10px;
  box-shadow: none;
  border-right: none;
}
#search .btn-lg, #accountheaderbtn .btn-lg {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 15px;
  text-shadow: none;
  box-shadow: none;
  border-left: none;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  min-width: 40%;
  border-radius: 5px;
  padding-top: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.card img {
  margin: auto;
}
.card:hover {
  cursor: pointer;
  box-shadow: 0 8px 16px 0 #000;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 #000;
}
.card-description {
  min-height: 40px;
  margin: 5px 10px;
}
.card-footer {
  background-color: #4c9c5d;
  color: #FFF;
  padding: 10px;
  font-weight: 700;
  border-radius: 0 0 5px 5px;
}
.card-footer a {
  color: #f5f4f4;
  text-decoration: none;
}
.card-footer a:focus {
  color: #f5f4f4;
  text-decoration: none;
}
.card-footer a:hover {
  color: #f5f4f4;
  text-decoration: none;
}
.card-footer a:visited {
  color: #f5f4f4;
  text-decoration: none;
}
#product-search #content .row > .col-md-3.col-sm-6 a#compare-total {
  display: none;
}
#product-search #content .row > .col-md-4.col-xs-6 .form-group.input-group.input-group-sm {
  display: none;
}
#product-search #content .row > .col-md-3.col-xs-6 {
  float: right;
  display: flex;
  justify-content: flex-end;
}
#product-product .product-thumb.transition button:nth-child(1) {
  width: unset;
}
.btn-group .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#cart {
  color: #FFF;
  margin-bottom: 15px;
}
#cart > .btn {
  font-size: 16px;
  line-height: 24px;
  color: #232323;
  background: 0 0;
  border: none;
  text-shadow: none;
  box-shadow: none;
}
#cart > .btn .fa {
  font-size: 22px;
}
#cart .dropdown-menu {
  color: #232323;
  z-index: 1001;
  min-width: 350px;
}
#cart .dropdown-menu .btn {
  margin-bottom: 10px;
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu table tr td small {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 175px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
#cart .dropdown-menu .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFF;
}
#cart .dropdown-menu .table > tbody > tr > td {
  border-top: none;
}
#cart td.text-right {
  white-space: nowrap;
}
#cart ul.dropdown-menu.pull-right p.text-right {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}
#cart ul.dropdown-menu.pull-right p.text-right a:first-child {
  width: 100%;
  border: 2px solid #ddd;
  padding: 6px 12px;
  transition: all 0.2s;
}
#cart ul.dropdown-menu.pull-right p.text-right a:first-child:hover {
  background: #fff;
  color: #232323;
  border: 2px solid #232323;
}
#cart ul.dropdown-menu.pull-right p.text-right a:last-child {
  width: 100%;
  border: 2px solid #232323;
  background: #232323;
  color: #FFF;
  padding: 6px 12px;
  transition: all 0.2s;
}
#cart ul.dropdown-menu.pull-right p.text-right a:last-child:hover {
  background: #232323;
  color: #FFF;
  border: 2px solid #232323;
}
#cart .table-bordered > tbody > tr > td.text-right {
  white-space: normal;
}
#cart #cart-total {
  vertical-align: top;
  margin-left: -10px;
}
#cart .badge-warning {
  background-color: #FFBC46;
}
#cart.open > .btn {
  background-image: none;
  color: #ddd;
}
#cart.open > .btn:hover {
  color: #ddd;
}
ul.dropdown-menu.pull-right .table-bordered {
  border: none;
}
ul.dropdown-menu.pull-right .table-bordered > tbody > tr > td {
  border-bottom: 2px solid #f3f3f3;
  border-right: none;
  border-left: none;
  border-top: none;
}
ul.dropdown-menu.pull-right .table-bordered > tbody > tr:last-child td {
  border-bottom: none;
}
.table-bordered {
  border: 2px solid #eee;
}
.table-bordered > tbody > tr:last-child td {
  border-bottom: none;
}
.table-bordered > tbody > tr > td {
  border: 2px solid #eee;
  vertical-align: middle;
}
.table-bordered > tbody > tr > th {
  border: 2px solid #eee;
}
.table-bordered > tbody > tr > td.text-right {
  white-space: nowrap;
}
.table-bordered > tfoot > tr > td {
  border: 2px solid #eee;
}
.table-bordered > tfoot > tr > th {
  border: 2px solid #eee;
}
.table-bordered > thead > tr > td {
  border: 2px solid #eee;
}
.table-bordered > thead > tr > th {
  border: 2px solid #eee;
}
.menu {
  background-color: #f4f5f6;
}
#menu {
  line-height: 20px;
  border: 0 solid #e0e0e0;
  border-top: 2px solid #f2f2f2;
  border-bottom: 0 solid #f2f2f2;
  letter-spacing: 0.03em;
}
#menu .navbar-collapse {
  padding: 0;
}
#menu .nav > li > a {
  color: #232323;
  min-height: 15px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
#menu .nav > li:hover > a {
  color: #232323;
  border-radius: 1px;
}
#menu .nav > li.open > a {
  color: #232323;
  border-radius: 1px;
}
#menu .dropdown-toggle:after {
  font-size: 11px;
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 15px;
  right: 4px;
}
#menu .dropdown-menu {
  padding: 10px 5px;
  margin-bottom: 15px;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner a {
  min-width: 220px;
  display: block;
  padding: 5px 20px;
  clear: both;
  line-height: 20px;
  font-size: 12px;
}
#menu .dropdown-inner li a:hover {
  color: #232323;
}
#menu .see-all {
  display: none;
}
#menu .see-all:focus {
  text-decoration: none;
  color: #FFF;
  background-color: #f4f5f6;
}
#menu .see-all:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #f4f5f6;
}
#menu #category {
  float: left;
  font-size: 16px;
  line-height: 40px;
  color: #232323;
  margin-left: 15px;
}
#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #232323;
}
#menu .btn-navbar:active {
  color: #FFF;
  background-color: #000;
}
#menu .btn-navbar:focus {
  color: #FFF;
  background-color: #000;
}
#menu .btn-navbar:hover {
  color: #FFF;
  background-color: #000;
}
#menu .btn-navbar.disabled {
  color: #FFF;
  background-color: #000;
}
#menu .btn-navbar[disabled] {
  color: #FFF;
  background-color: #000;
}
.navbar {
  margin-bottom: 0;
  min-height: 0;
}
.nav-tabs {
  border-bottom: 2px solid #FFF;
  font-weight: 700;
}
.nav-tabs > li.active {
  margin-bottom: -2px;
}
.nav-tabs > li.active > a {
  border: 2px solid transparent;
  border-bottom-color: #FFF;
}
.nav-tabs > li.active > a:focus {
  border: 2px solid transparent;
  border-bottom-color: #FFF;
}
.nav-tabs > li.active > a:hover {
  border: 2px solid transparent;
  border-bottom-color: #FFF;
}
.nav-tabs > li > a {
  font-weight: 700;
  color: #232323;
  font-size: 16px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: #FFF;
}
#product-category .col-sm-9 hr {
  display: none;
}
#product-category .col-sm-9 .row > .col-md-3.col-sm-6 {
  display: none;
}
#product-category .col-sm-9 .row > .col-md-3.col-xs-6 {
  display: none;
}
#product-category .col-sm-9 .row > .col-md-4.col-xs-6 {
  float: right;
  display: flex;
  justify-content: flex-end;
}
#product-category .col-sm-9 h2 {
  margin-top: 0;
}
.btn-group > .btn {
  font-size: 12px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.btn-group > .dropdown-menu {
  font-size: 12px;
}
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.col-sm-4 .btn-group {
  margin-bottom: 10px;
}
.col-sm-4 .btn-group button:nth-child(1) {
  border-radius: 30px !important;
  margin-right: 5px;
  padding: 9px 11px;
}
.col-sm-4 .btn-group button:nth-child(2) {
  border-radius: 30px !important;
  margin-right: 5px;
  padding: 9px 11px;
}
.product-grid .product-thumb button:nth-child(1) {
  line-height: 38px;
  background: #fff;
  margin: auto;
}
.product-grid .product-thumb button:nth-child(1):hover {
  color: #232323 !important;
}
.product-grid .product-thumb button:focus:nth-child(1) {
  outline: 0;
}
.product-grid .product-thumb button:nth-child(2) {
  padding: 5px 10px;
  border-radius: 30px;
  width: auto;
  background: #fff;
}
.product-grid .product-thumb button:nth-child(3) {
  background: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  width: auto;
}
.product-grid .product-thumb:hover button:nth-child(1) {
  background: 0 0;
  color: #232323;
  margin: auto;
}
.product-grid .product-thumb:hover button:nth-child(3) {
  padding: 5px 10px;
  border-radius: 30px;
  width: auto;
  color: #232323;
  background: #fff;
}
.product-grid .product-thumb:hover button:nth-child(3):hover {
  color: #FFF;
  background: #232323;
}
.product-grid .product-thumb .image {
  float: none;
}
.product-grid:hover .p-grid-over {
  opacity: 0.25;
}
.product-thumb.transition button:nth-child(1) {
  line-height: 38px;
  background: #fff;
  margin-right: auto;
  text-align: left;
  margin-left: 5px;
}
.product-thumb.transition button:nth-child(1):hover {
  color: #232323 !important;
}
.product-thumb.transition button:focus:nth-child(1) {
  outline: 0;
}
.product-thumb.transition button:nth-child(2) {
  padding: 5px 10px;
  border-radius: 30px;
  width: auto;
  background: #fff;
}
.product-thumb.transition button:nth-child(3) {
  background: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  width: auto;
}
.product-thumb.transition:hover button:nth-child(1) {
  background: 0 0;
  color: #232323;
  margin-right: auto;
}
.product-thumb.transition:hover button:nth-child(3) {
  padding: 5px 10px;
  border-radius: 30px;
  width: auto;
  color: #232323;
  background: #fff;
}
.product-thumb.transition:hover button:nth-child(3):hover {
  color: #FFF;
  background: #232323;
}
#checkout-cart h1:first-child {
  margin-bottom: 15px;
}
#checkout-checkout .panel-group .panel {
  border-width: 0;
}
#checkout-checkout .panel-default .panel-title {
  display: block;
}
#content {
  min-height: 600px;
}
div#content.col-sm-9 .row {
  margin-bottom: 5px;
}
div#content.col-sm-9 .row .col-sm-3 {
  width: 100%;
}
div#content.col-sm-9 .row ul {
  list-style: none;
  padding-left: 0;
}
div#content.col-sm-9 .row ul li a {
  color: #888;
  margin-right: 10px;
  font-size: 12px;
  padding: 5px 12px;
}
div#content.col-sm-9 .row ul li a:hover {
  color: #232323;
}
div#content.col-sm-12 .col-sm-4 .btn-group button:last-child {
  display: none;
}
.panel-default > .panel-heading {
  border-color: #f4f5f6;
}
> .panel-heading.panel-default + .panel-collapse > .panel-body {
  border-top-color: #f4f5f6;
}
.panel-group .panel {
  border-radius: 10px;
}
.panel {
  border: 2px solid #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer {
  color: #FFF;
  margin-top: 25px;
}
footer div.container {
  padding: 25px;
  background: #232323;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
footer p {
  color: #FFF;
  margin-bottom: 20px !important;
  font-size: 15px;
}
footer p a {
  font-weight: 700;
  margin: 0 6px;
  text-decoration: none;
}
footer p a:hover {
  color: #f4f5f6;
}
footer img {
  margin-top: 15px;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  color: #f4f5f6;
}
footer li {
  margin: 15px 0;
  font-weight: 700;
}
footer li a {
  position: relative;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}
footer li a:hover {
  color: #f4f5f6;
}
footer address {
  color: #FFF;
  margin-top: 15px;
}
footer .img-stamp {
  max-width: 100%;
  height: auto;
  padding: 2px;
  background-color: #FFF;
  border: 1px solid #5bc0de;
  border-radius: 4px;
  margin-bottom: 15px;
}
.footer-phone {
  color: #FFF;
  margin-top: 15px;
}
.footer-phone a {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}
.footer-phone a:hover {
  color: #f4f5f6;
}
.footer-phone i {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
}
.alert {
  padding: 8px 14px 8px 14px;
  border-radius: 10px;
  border: none;
}
.alert-dismissable .close {
  position: relative;
  top: 1px;
  right: -3px;
  color: inherit;
}
.alert-dismissible .close {
  position: relative;
  top: 1px;
  right: -3px;
  color: inherit;
}
.alert-success {
  background-color: #4CAF50;
  color: #FFF;
}
.alert-success a {
  color: #FFF !important;
}
.details {
  padding: 15px 0;
}
.breadcrumb {
  margin: 10px 0 20px 0;
  padding: 0;
  background: 0 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li:first-child {
  padding-left: 2px;
}
.breadcrumb > li a {
  color: #888;
}
.breadcrumb > li a:hover {
  color: #232323;
}
.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  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);
}
> li.breadcrumb + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
.pagination > .active > a {
  background-color: #232323;
  border-color: #232323;
}
.pagination > .active > a:focus {
  background-color: #232323;
  border-color: #232323;
}
.pagination > .active > a:hover {
  background-color: #232323;
  border-color: #232323;
}
.pagination > .active > span {
  background-color: #232323;
  border-color: #232323;
}
.pagination > .active > span:focus {
  background-color: #232323;
  border-color: #232323;
}
.pagination > .active > span:hover {
  background-color: #232323;
  border-color: #232323;
}
.pagination > li:first-child > a {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > li:last-child > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination > li > a {
  line-height: 24px;
  padding: 6px 12px !important;
  margin-right: 0 !important;
}
.pagination > li > span {
  line-height: 24px;
  padding: 6px 12px !important;
  margin-right: 0 !important;
}
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7px 16px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
}
.btn:active.focus {
  outline: 0;
}
.btn:active {
  box-shadow: unset !important;
}
.btn:active:focus {
  outline: 0;
}
.btn:focus {
  outline: 0;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-xl {
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 700;
  text-shadow: none !important;
}
.btn-default {
  transition: all 0.2s;
  background-color: #f4f5f6;
  line-height: 25px;
}
.btn-default:active {
  background-color: #ddd;
}
.btn-default:active:focus {
  background-color: #ddd;
}
.btn-default:active:hover {
  background-color: #ddd;
}
.btn-default:active.focus {
  background-color: #ddd;
}
.btn-default:hover {
  background-color: #ddd;
}
.open > .dropdown-toggle.btn-default.focus {
  background-color: transparent;
}
.open > .dropdown-toggle.btn-default:focus {
  background-color: transparent;
}
.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
}
.btn.active.focus {
  outline: 0;
}
.btn.active {
  box-shadow: unset !important;
}
.btn.active:focus {
  outline: 0;
}
.btn.focus {
  outline: 0;
}
.btn-primary {
  line-height: 26px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning {
  line-height: 26px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-warning:active:focus {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-warning:focus {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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.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 {
  line-height: 26px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:active:focus {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger:focus {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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.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 {
  line-height: 26px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:active {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success:active:focus {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success:focus {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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.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 {
  line-height: 26px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:active {
  background-image: none;
}
.btn-info:active:focus {
  background-image: none;
}
.btn-info:focus {
  background-image: none;
}
.btn-info:hover {
  background-image: none;
}
.btn-info.active {
  background-image: none;
}
.btn-info.disabled {
  background-image: none;
}
.btn-info[disabled] {
  background-image: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #ddd;
  border-radius: 10px;
  background-color: #000;
  background-image: none;
  box-shadow: none;
}
.btn-link:active {
  background-color: #000;
  background-image: none;
  box-shadow: none;
}
.btn-link[disabled] {
  background-color: #000;
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #f5f4f4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #141212;
}
.btn-inverse:active {
  background-color: #232323;
}
.btn-inverse:hover {
  background-color: #232323;
}
.btn-inverse.active {
  background-color: #232323;
}
.btn-inverse.disabled {
  background-color: #232323;
}
.btn-inverse[disabled] {
  background-color: #232323;
}
#button-confirm {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4c9c5d;
  padding: 10px 15px;
}
#button-confirm:hover {
  background-color: #448b53;
}
.list-group {
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 15px;
}
.list-group a {
  border: none;
  padding: 8px 12px;
}
.list-group a:hover {
  color: #232323;
  background: #fff;
}
.list-group a.active {
  color: #232323;
  background: #fff;
}
.list-group a.active:hover {
  color: #232323;
  background: #fff;
}
.list-group-item:first-child {
  border-radius: 10px;
}
.list-group-item:last-child {
  border-radius: 10px;
}
.carousel-caption {
  color: #FFF;
  text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
  content: "";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "";
  font-family: FontAwesome;
}
#carousel0 {
  margin-top: 20px;
}
#carousel0 img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: inline-block;
}
.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb h4 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.5;
  transition: 0.6s ease;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .caption {
  text-align: center;
}
.product-thumb .caption > p {
  display: none;
}
.product-thumb .caption > p.price {
  display: block;
  margin-bottom: 0;
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.product-thumb .price {
  color: #232323;
}
.product-thumb .price-new {
  font-weight: 700;
  color: #5cb85c;
  font-size: 1.25em !important;
}
.product-thumb .price-old {
  color: #c81318;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #3f3f3f;
  font-size: 12px;
  display: none;
}
.product-thumb .button-group {
  overflow: auto;
  visibility: visible;
  position: relative;
  width: 95%;
  bottom: 72px;
  opacity: 0;
  transition: bottom 0.5s ease 0s, opacity 0.5s;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 242px;
  margin: 5px auto 15px;
}
.product-thumb .button-group button {
  border: none;
  color: #232323;
  font-weight: 700;
}
.product-thumb .button-group button:hover {
  color: #c81318;
  text-decoration: none;
  cursor: pointer;
}
button.product-thumb .button-group + button {
  width: 20%;
}
.product-thumb:hover .button-group {
  transition: bottom 0.5s ease 0s, opacity 0.5s;
  bottom: 109px;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  visibility: visible;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #3f3f3f;
  font-size: 15px;
}
.rating .fa-star {
  color: #ddd;
  font-size: 15px;
}
.fa-star.rating + .fa-star-o {
  color: #ddd;
}
h2.price {
  margin: 0;
}
span.mptnew-price {
  font-weight: 700;
  color: #5cb85c;
}
span.mptold-price, span.option-old-price {
  font-size: 1em;
  font-weight: 400;
  color: #c81318 !important;
}
.you-save {
  font-weight: 700;
  color: #c24447;
  font-size: 1.25em !important;
}
.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: 0;
  display: block;
  border: none;
}
.thumbnail {
  padding: 0;
  border: none;
}
.well {
  background-color: #f4f5f6;
  border: 2px solid #f4f5f6;
  border-radius: 10px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.well > h2 {
  margin-top: 0;
}
#column-left .product-layout {
  width: 100%;
}
#column-right .product-layout {
  width: 100%;
}
.side-col {
  float: left;
  clear: both;
  display: block;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  margin: 1rem 0 1.5rem;
  background-color: #f4f5f6;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
  min-height: 250px;
}
.side-col .button a {
  margin: 1rem auto 0.4rem;
  background: #f4f5f6;
  color: #555;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}
.nopad {
  padding: 0;
}
.infobox {
  padding: 15px;
  background: #fff;
}
.infobox .alignleft {
  font-size: 21px;
  margin: 6px 10px 30px 0;
}
.infobox h4 {
  padding: 0 0 5px;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
.msidebar {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding: 1em;
  margin-top: 6px;
  text-align: center;
}
.alignleft {
  float: left;
  margin: 6px 20px 6px 0;
  display: inline;
  border: 0;
  background: 0 0;
  padding: 0;
  display: block;
}
img.alignleft {
  float: left;
  margin: 6px 20px 6px 0;
  display: inline;
  border: 0;
  background: 0 0;
  padding: 0;
  display: block;
}
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}
.banner-1 {
  background: #25211e;
  font-size: 12px;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 26px;
  padding: 12px 0;
}
.banner-1 a {
  text-decoration: underline;
  color: #FFF;
}
.banner-1 p {
  margin: 0;
}
.banner-2 {
  position: relative;
  margin: 0 -15px 95px;
  background: url(../image/banner2.jpg) center/cover;
  text-align: center;
  padding: 100px 0;
}
.banner-2 .text-content {
  font-size: 16px;
  color: #FFF;
}
.banner-2 .text-content a {
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #FFF;
  margin: 0;
}
.banner-2 .text-content a:hover {
  background: rgba(189, 176, 147, 0.7);
}
.banner-2 .text-content p {
  font-size: 100.1%;
  line-height: 28px;
  margin: 0 0 50px;
}
.banner-2 .text-content h1 {
  font-size: 225%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 0 35px;
}
.banner-3 {
  margin: 0 -15px -30px;
  background: #232323;
  font-size: 12px;
  font-weight: 900;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 26px;
  padding: 12px 0;
}
.banner-3 a {
  text-decoration: underline;
  color: #FFF;
}
.banner-3 p {
  margin: 0;
}
.item:hover .p-grid-over {
  opacity: 0.25;
}
.ntcd-textual {
  background-color: #f4f5f6;
  border-color: #ddd;
  color: #232323;
  padding: 10px;
  text-align: center;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 10px;
}
.swiper-viewport {
  box-shadow: unset !important;
}
.form-group.input-group.input-group-sm .input-group-addon {
  background: 0 0;
  border: none;
  font-size: 15px;
  font-weight: 700;
}
.input-group-sm > .form-control {
  border-radius: 10px !important;
  height: 40px !important;
}
#grid-view {
  border: none;
}
#grid-view .fa {
  font-size: 18px;
}
#list-view {
  border: none;
}
#list-view .fa {
  font-size: 18px;
}
#input-limit {
  border-width: 2px;
  font-size: 15px;
  border: none;
}
#input-sort {
  border-width: 2px;
  font-size: 15px;
  border: none;
}
select#input-sort {
  width: auto;
}
select#input-sort:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select#input-limit {
  width: auto;
}
select#input-limit:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button:first-child .hidden-md {
    display: unset !important;
  }
  .product-thumb .button-group button:first-child .hidden-sm {
    display: unset !important;
  }
  .product-thumb .button-group button:first-child .hidden-xs {
    display: unset !important;
  }
  .product-thumb.transition button:nth-child(1) {
    width: auto;
  }
  .product-grid .product-thumb .button-group button:first-child .hidden-md {
    display: unset !important;
  }
  .product-grid .product-thumb .button-group button:first-child .hidden-sm {
    display: unset !important;
  }
  .product-grid .product-thumb .button-group button:first-child .hidden-xs {
    display: unset !important;
  }
  .product-grid .product-thumb.transition button:nth-child(1) {
    width: 45% !important;
  }
}
@media (max-width: 1199px) {
  .cat-box {
    min-height: 388px;
  }
}
@media (max-width: 992px) {
  .col-sm-3 .list-group {
    padding: 10px;
  }
  .col-sm-3 .list-group a {
    padding: 5px 10px;
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .cat-box {
    min-height: 310px;
  }
}
@media (max-width: 768px) {
  .product-thumb .button-group button:first-child .hidden-xs {
    display: unset !important;
  }
  .product-thumb.transition button:nth-child(1) {
    width: 45%;
  }
  .product-grid .product-thumb button:nth-child(1) {
    width: 90%;
    text-align: left;
    margin-left: 5px;
  }
  .big-hero {
    min-height: 300px;
  }
  .big-hero::before {
    left: 0px;
  }
}
@media (max-width: 767px) {
  > div#content + div {
    padding: 0;
  }
  .cat-box {
    min-height: 240px;
  }
  #cart {
    float: none;
    text-align: right;
    display: block;
  }
  #cart > .btn {
    float: none;
    padding: 0;
  }
  #logo {
    text-align: center;
  }
  #logo img {
    display: inline-block;
  }
  #menu {
    border-radius: 1px;
  }
  #menu .navbar-nav {
    margin: 0;
  }
  #menu .in {
    border-top: 1px dotted #bbb;
  }
  #menu div.dropdown-inner > ul.list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: #FFF;
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #232323;
  }
  #menu .dropdown-menu a:hover {
    background-color: #f4f5f6;
  }
  #menu .dropdown-menu ul li a:hover {
    background-color: #f4f5f6;
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 10px;
    color: #232323;
  }
  #menu .see-all:hover {
    color: #ddd;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
  .product-grid .product-thumb .button-group {
    opacity: 1 !important;
    position: unset !important;
    border: 1px solid;
  }
  .product-thumb .button-group button {
    width: 60%;
  }
  button.product-thumb .button-group + button {
    width: 60%;
  }
  .product-thumb.transition .button-group {
    opacity: 1 !important;
    position: unset !important;
    border: 1px solid;
  }
}
@media (max-width: 600px) {
  .product-grid .product-thumb:hover button:nth-child(1) .hidden-xs {
    display: block;
  }
  .big-hero {
    min-height: 300px;
  }
  .big-hero .container {
    padding-top: 2px;
  }
  .big-hero h1 {
    font-size: 35px;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cat-box {
    width: 100%;
    min-height: 400px;
  }
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    min-width: 100%;
  }
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
  #cart .dropdown-menu .table-striped > tbody > tr > td:first-child {
    display: none;
  }
}
@media (max-width: 420px) {
  #product-product .col-xs-6.col-sm-3 {
    width: 100%;
  }
  .big-hero {
    min-height: 320px;
  }
  .big-hero .container {
    padding-top: 0;
  }
  .big-hero h1 {
    font-size: 29px;
  }
  .big-hero::before {
    left: -60px;
  }
}
@media (max-width: 767px) {
  .nav-tabs {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .footer-phone {
    margin: 15px 0 0 0;
  }
  footer address {
    margin: 15px 0 0 0;
  }
  header h3 {
    margin: 30px auto auto 20px;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-nav {
    float: none;
    margin: 25px auto 0 auto;
    display: table;
    table-layout: fixed;
  }
  #cart {
    margin-top: 25px;
  }
  #cart > .btn {
    text-align: right;
  }
  .product-thumb .button-group {
    margin: 15px 5px 15px 5px;
  }
  #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%;
  }
  .footer-phone a {
    font-size: 16px;
  }
  .footer-phone i {
    font-size: 16px;
  }
  footer h2 {
    font-size: 20px;
  }
  #feature-products {
    margin-top: 30px;
  }
  #feature-products .panel {
    text-align: left;
  }
  #feature-products .panel h2 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n#content .col-sm-2+1) {
    clear: left;
  }
  #content .col-sm-3:nth-child(4n#content .col-sm-3+1) {
    clear: left;
  }
  #content .col-sm-4:nth-child(3n#content .col-sm-4+1) {
    clear: left;
  }
  #content .col-sm-6:nth-child(2n#content .col-sm-6+1) {
    clear: left;
  }
  .big-hero {
    min-height: 380px;
  }
  .big-hero div {
    margin-top: 15px;
  }
  .splash-layout {
    padding: 0 20px 0 0;
    margin: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n#content .col-md-2+1) {
    clear: left;
  }
  #content .col-md-3:nth-child(4n#content .col-md-3+1) {
    clear: left;
  }
  #content .col-md-4:nth-child(3n#content .col-md-4+1) {
    clear: left;
  }
  #content .col-md-6:nth-child(2n#content .col-md-6+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  #how-it-works .step .step-icon {
    margin: 14px 14px 0 0;
  }
  .main-link {
    margin-top: 18px;
    font-size: 24px;
    margin: 10px;
  }
  .main-link-container {
    text-align: center;
    padding-top: 33px;
  }
  .big-hero {
    min-height: 600px;
  }
  .big-hero h1 {
    font-size: 60px;
    margin-top: 20px;
  }
  .big-hero div {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  header h3 {
    margin: 30px auto auto 20px;
    display: inline-block;
  }
  #content .col-lg-2:nth-child(6n#content .col-lg-2+1) {
    clear: left;
  }
  #content .col-lg-3:nth-child(4n#content .col-lg-3+1) {
    clear: left;
  }
  #content .col-lg-4:nth-child(3n#content .col-lg-4+1) {
    clear: left;
  }
  #content .col-lg-6:nth-child(2n#content .col-lg-6+1) {
    clear: left;
  }
  .footer-phone a {
    font-size: 25px;
  }
  .footer-phone i {
    font-size: 25px;
  }
  footer h2 {
    font-size: 22px;
  }
  .splash-layout {
    padding: 0 30px 0 0;
    margin: -65px auto auto auto;
  }
  #product-product .thumbnail a > img, #product-product .thumbnail > img {
    margin-left: 0;
  }
}
