/**
* Table of Contents:
* 1.0 - Typography
* 2.0 - Header
* 3.0 - Content
*   3.1 - Custom content
*   3.2 - Shortcode tabs
*   3.3 - Product event
*   3.4 - Get In Touch
*   3.5 - News Blog
*   3.6 - Partners
*   3.7 - Shop
*     3.7.1 - Shop sidebar
*     3.7.2 - Shop Single
*     3.7.4 - Shop Cart
*     3.7.5 - Shop Checkout
*     3.7.6 - Shop Register
*   3.8 - Blog
*     3.8.1 - Single blog
*   3.9 - Contact
*   3.10 - Off canvas
*   3.11 - Revolution
* 4.0 - Footer
* 5.0 - Responsive
* -----------------------------------------------------------------------------
*/
/**
 * 1.0 - Typography
 * -----------------------------------------------------------------------------
 */
body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  background: #ffffff;
}
p {
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #212121;
}
a {
  color: #212121;
}
a:hover,
a:focus
, a.active {
  text-decoration: none;
  color: #f44336 !important;
  outline: none !important;
  outline-color: transparent !important;
}
select:focus,
input:focus,
button:focus {
  outline-color: transparent;
  outline: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
img {
  max-width: 100%;
  height: auto;
}
input {
  height: 40px;
}
.button_class {
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.button_class:hover,
.button_class:focus {
  background: #f44336;
}
.light-blue {
  background: #2196f3;
  color: #2196f3;
}
.orange {
  background: #ff9800;
  color: #ff9800;
}
.blueviolet {
  background: #673ab7;
  color: #673ab7;
}
.orange-dark {
  background: #ff5722;
  color: #ff5722;
}
.steelblue {
  color: #607d8b;
  background: #607d8b;
}
.red-light {
  background: #fd4339;
}
.cyan-dark {
  background: #00bcd4;
}
.border-left {
  border-left: 1px solid #e0e0e0;
}
.section-large-top {
  padding-top: 100px;
  background: #ffffff;
}
.section-medium {
  padding: 90px 0;
}
.section-large {
  background: #ffffff;
}
.bk-white {
  background: #ffffff;
}
.section-small {
  padding: 31px 0;
}
.section-small2 {
  padding: 60px 0 85px;
}
.bk-gray {
  background: #f5f5f5;
}
.parallax {
  background-attachment: fixed !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.parallax:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.parallax > * {
  z-index: 2;
  position: relative;
}
.box-shadow {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.box-shadow:before {
  background-image: url("../images/shadow.png");
  background-position: center bottom;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 20px;
  content: '';
  left: 0;
  top: 100%;
}
.tz-title-black {
  font-size: 30px;
  font-family: 'loveloblack';
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #212121;
  margin: 38px 0;
  padding: 0;
}
.tz-title-black span {
  font-weight: 300;
  font-size: 19px;
  font-family: 'Lato', sans-serif;
  color: #212121;
  line-height: 21px;
  display: inline-block;
  text-transform: none;
  padding-left: 32px;
  -webkit-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.tz-title {
  font-size: 19px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.3px;
}
.style-boxed {
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.style-boxed .tz-site {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}
/**
 * * 2.0 - Header
 * -----------------------------------------------------------------------------
 */
#tz-header {
  position: relative;
  z-index: 999;
}
.header-top {
  position: relative;
  margin: 18px 0;
}
.header-top:after {
  clear: both;
  display: table;
  content: '';
}
.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top ul:after {
  clear: both;
  display: table;
  content: '';
}
.header-top ul li {
  position: relative;
  float: left;
  padding: 0 0 12px;
  z-index: 99;
}
.header-top ul li > a {
  display: block;
  padding: 0 18px;
  border-left: 1px solid #e0e0e0;
  line-height: 16px;
  font-size: 14px;
}
.header-top ul li:first-child a {
  border-left: 0;
}
.header-top ul li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 70%;
  top: 100%;
  min-width: 100px;
  padding: 10px 14px 8px;
  border: 2px solid #e0e0e0;
  background: #ffffff;
  -webkit-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header-top ul li ul li {
  float: none;
  padding: 0;
}
.header-top ul li ul li a {
  -webkit-transition: padding-left 0.4s ease 0s;
  -o-transition: padding-left 0.4s ease 0s;
  transition: padding-left 0.4s ease 0s;
  line-height: 31px;
  padding: 0;
  display: block;
}
.header-top ul li ul li a:hover {
  padding-left: 10px !important;
}
.header-top ul li ul:before {
  position: absolute;
  left: 8px;
  top: -7px;
  border-bottom: 5px solid #e0e0e0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
}
.header-top ul li ul:after {
  position: absolute;
  left: 10px;
  top: -4px;
  border-bottom: 4px solid #ffffff;
  border-left: 3px solid transparent;
  border-right: 4px solid transparent;
  content: '';
}
.header-top ul li:hover > ul.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  left: 0;
  visibility: visible;
}
.header-top ul.pull-left li:first-child a {
  padding-left: 0;
}
.header-top ul.pull-right li:last-child a {
  padding-right: 0;
}
.tz-header-login:hover .tz-login-form, .tz-header-login .tz-login-form.show {
  visibility: visible;
  top: 100%;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tz-login-form {
  position: absolute;
  top: 80px;
  min-width: 310px;
  border: 2px solid #e0e0e0;
  background: #ffffff;
  padding: 2px 18px;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
}
.tz-login-form:before {
  position: absolute;
  right: 8px;
  top: -7px;
  border-bottom: 5px solid #e0e0e0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
}
.tz-login-form:after {
  position: absolute;
  right: 10px;
  top: -4px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: '';
}
.tz-login-form .form-content {
  margin: 15px 0;
  padding: 0;
}
.tz-login-form .form-content label {
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: #212121;
  font-weight: 300;
  margin: 0;
}
.tz-login-form .form-content input {
  width: 100%;
  display: block;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
}
.tz-login-form .form-footer {
  padding: 4px 0;
}
.tz-login-form .form-footer:after {
  clear: both;
  display: table;
  content: '';
}
.tz-login-form .form-footer a {
  display: inline-block;
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  -o-transform: translate(0, 6px);
  transform: translate(0, 6px);
  color: #f44336;
}
.tz-login-form .form-text {
  padding: 21px 0 30px;
}
.tz-login-form .form-text a {
  color: #f44336;
}
.tz-down {
  padding-left: 7px;
}
.header-content {
  padding: 17px 0 50px;
}
.header-content:after {
  clear: both;
  display: table;
  content: '';
}
.tz-logo {
  padding: 0;
  margin: 0;
}
.tz-search {
  position: relative;
  z-index: 7;
}
.tz-search:after {
  clear: both;
  display: table;
  content: '';
}
.tz-search form {
  display: block;
}
.tz-search form:after {
  clear: both;
  display: table;
  content: '';
}
.tz-search .select-arrow {
  display: block;
  float: left;
  position: relative;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.tz-search .select-arrow:after {
  font-family: 'FontAwesome';
  width: 28px;
  content: '\f0d7';
  position: absolute;
  right: 0;
  top: 1px;
  pointer-events: none;
  background: #ffffff;
  line-height: 38px;
  margin-right: 11px;
}
.tz-search select {
  padding: 0 12px;
  min-width: 155px;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-right: 10px;
  height: 40px;
  font-size: 14px;
  -webkit-appearance: none;
}
.tz-search select option {
  padding: 8px;
  font-size: 14px;
  display: block;
}

.tz-search #shop-search-query {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  height: 40px;
  width: 385px;
  padding: 0 15px;
  line-height: 40px;
  float: left;
}
.tz-search #shop-search-query::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.tz-search #shop-search-query:-ms-input-placeholder {
  color: #bdbdbd;
}
.tz-search #shop-search-query::-webkit-input-placeholder {
  color: #bdbdbd;
}

.tz-search #tz-query {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  height: 40px;
  width: 385px;
  padding: 0 15px;
  line-height: 40px;
  float: left;
}
.tz-search #tz-query::-moz-placeholder {
  color: #bdbdbd;
  opacity: 1;
}
.tz-search #tz-query:-ms-input-placeholder {
  color: #bdbdbd;
}
.tz-search #tz-query::-webkit-input-placeholder {
  color: #bdbdbd;
}
.tz-search button[type='submit'] {
  width: 20px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/searchicon.png");
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -11px;
}
.tz-search .live-search {
  display: none;
  position: absolute;
  right: 0;
  width: 385px;
  border: 2px solid #e0e0e0;
  top: 100%;
  padding: 8px 18px 17px;
  margin: 10px 0 0 0;
  background: #ffffff;
}
.tz-search .live-search:before {
  position: absolute;
  left: 40px;
  top: -7px;
  border-bottom: 5px solid #e0e0e0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
}
.tz-search .live-search:after {
  position: absolute;
  left: 40px;
  top: -4px;
  border-bottom: 4px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 4px solid transparent;
  content: '';
}
.tz-search .live-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-search .live-search ul li {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
}
.tz-search .live-search ul li:after {
  clear: both;
  display: table;
  content: '';
}
.tz-search .live-search ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.tz-search .live-search ul li .live-img {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #e0e0e0;
  text-align: center;
  position: relative;
}
.tz-search .live-search ul li .live-img img {
  max-width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tz-search .live-search ul li .live-search-content {
  padding-left: 80px;
}
.tz-search .live-search ul li .live-search-content h6 {
  font-size: 16px;
  font-weight: 300;
}
.tz-search .live-search ul li .live-search-content .live-meta a {
  color: #f44336;
}
.tz-search .live-search ul li .live-search-content .product-color {
  padding-left: 30px;
}
.tz-search .live-search ul li .live-search-content .product-color i {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tz-menu-primary {
  background: #212121;
  position: relative;
}
.tz-menu-primary .container {
  position: relative;
}
.tz-main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-main-menu:after {
  clear: both;
  display: table;
  content: '';
}
.tz-main-menu > li {
  float: left;
  position: relative;
}
.tz-main-menu > li > a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 24px;
  line-height: 60px;
  position: relative;
}
.tz-main-menu > li > a:hover,
.tz-main-menu > li > a:focus {
  color: #f44336;
}
.tz-main-menu > li > a span {
  display: block;
  text-transform: uppercase;
  position: absolute;
  left: 32%;
  top: -10px;
  font-size: 11px;
  font-weight: 400;
  min-width: 70px;
  text-align: center;
  line-height: 21px;
  color: #ffffff;
  z-index: 888;
}
.tz-main-menu > li > a span:before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: -3px;
  border-top: 3px solid #fd4339;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.tz-main-menu > li > a span.cyan-dark:before {
  border-top: 3px solid #00bcd4;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.tz-main-menu > li:first-child a {
  padding-left: 0;
}
.tz-main-menu > li .sub-menu {
  position: absolute;
  left: 0;
  top: 180%;
  background: #ffffff;
  min-width: 200px;
  padding: 10px 20px;
  list-style: none;
  margin: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 888;
}
.tz-main-menu > li .sub-menu:before {
  position: absolute;
  left: 90%;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-main-menu > li .sub-menu li a {
  display: block;
  color: #212121;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-main-menu > li .sub-menu li a:hover,
.tz-main-menu > li .sub-menu li a:focus {
  color: #f44336;
  -webkit-transform: translate(12px, 0);
  -ms-transform: translate(12px, 0);
  -o-transform: translate(12px, 0);
  transform: translate(12px, 0);
}
.tz-main-menu > li:hover > .sub-menu,
.tz-main-menu > li:hover .dropdown-mega {
  visibility: visible;
  top: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tz-main-menu > li:hover > .sub-menu:before {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 20px;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.tz-main-menu > li.no-position {
  position: static;
}
.dropdown-mega {
  position: absolute;
  left: 85px;
  top: 180%;
  width: 1050px;
  padding: 38px 0 46px;
  background: #ffffff;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dropdown-mega:before {
  position: absolute;
  left: 60px;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
}
.dropdown-mega .menu-title {
  font-size: 16px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
  padding: 0 0 8px 0;
}
.dropdown-mega .row {
  margin: 0;
}
.dropdown-mega .megamenu-item {
  border-left: 1px solid #e0e0e0;
  padding: 0 40px;
}
.dropdown-mega .megamenu-item:first-child {
  border-left: 0;
}
.dropdown-mega .megamenu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-mega .megamenu-item ul li a {
  display: block;
  color: #212121;
  font-size: 16px;
  line-height: 36px;
  position: relative;
  text-transform: none;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.dropdown-mega .megamenu-item ul li a:hover,
.dropdown-mega .megamenu-item ul li a:focus {
  color: #f44336;
  -webkit-transform: translate(12px, 0);
  -ms-transform: translate(12px, 0);
  -o-transform: translate(12px, 0);
  transform: translate(12px, 0);
}
.widget-single-product {
  text-align: center;
  margin-top: 13px;
  padding-bottom: 20px;
}
.widget-single-product h4 {
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
}
.widget-single-product span {
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  display: block;
  color: #f44336;
}
.width50 {
  width: 50%;
}
.tz-ecommerce-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-ecommerce-meta:after {
  clear: both;
  display: table;
  content: '';
}
.tz-ecommerce-meta > li {
  float: left;
  padding: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 14px center;
}
.tz-ecommerce-meta > li.tz-mini-cart {
  background-image: url("../images/cart_icon.png");
  padding-right: 0;
}
.tz-ecommerce-meta > li.tz-mini-cart > strong {
  top: 18px;
}
.tz-ecommerce-meta > li.tz-mini-cart:hover .cart-inner, .li-dropdown:hover .dropdown-slide {
  visibility: visible;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}
.tz-ecommerce-meta > li.tz-mini-cart:hover .cart-inner:before, li-dropdown:hover .dropdown-slide:before {
  right: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.tz-ecommerce-meta > li.tz-menu-wishlist {
  background-image: url("../images/wishlisticon.png");
  background-position: 14px 24px;
}
.tz-ecommerce-meta > li > a {
  line-height: 60px;
  min-height: 60px;
  position: relative;
  display: block;
  padding: 0 15px 0 42px;
  color: #ffffff;
  font-size: 16px;
}
.tz-ecommerce-meta > li > a > strong {
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fd4339;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  padding-left: 1px;
}
.tz-ecommerce-meta > li:last-child a {
  padding-right: 0;
}
.cart-inner {
  position: absolute;
  right: 0;
  top: 180%;
  background: #ffffff;
  width: 360px;
  padding: 30px;
  list-style: none;
  margin: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 888;
  line-height: 24px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.cart-inner:before {
  position: absolute;
  right: 90%;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.cart-inner .mini-cart-content {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
}
.cart-inner .mini-cart-content:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-cart-content:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.cart-inner .mini-cart-content .mini-cart-img {
  float: left;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #e0e0e0;
  text-align: center;
  position: relative;
}
.cart-inner .mini-cart-content .mini-cart-img img {
  max-width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-inner .mini-cart-content .mini-cart-ds {
  padding-left: 80px;
}
.cart-inner .mini-cart-content .mini-cart-ds h6 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 6px 0;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta a {
  color: #f44336;
  display: block;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta {
  display: block;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta .mini-color i {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-left: 2px;
}
.cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-qty {
  padding-left: 30px;
}
.cart-inner .mini-cart-content .mini-cart-delete {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  display: block;
}
.cart-inner .mini-cart-content .mini-cart-delete img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.cart-inner .mini-cart-content .mini-cart-delete:hover img {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}
.cart-inner .mini-subtotal {
  margin: 5px 0 0 5px;
  padding: 35px 0 0  0;
}
.cart-inner .mini-subtotal .subtotal-content {
  display: block;
  border: 1px solid #eeeeee;
  background: #fafafa;
  position: relative;
  padding: 20px 20px 25px 15px;
  -o-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -ms-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -webkit-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  font-size: 19px;
}
.cart-inner .mini-subtotal .subtotal-content:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-subtotal .subtotal-content strong {
  font-weight: 700;
  color: #212121;
}
.cart-inner .mini-footer {
  margin: 24px 0 0;
}
.cart-inner .mini-footer:after {
  clear: both;
  display: table;
  content: '';
}
.cart-inner .mini-footer .view-cart {
  background: #bdbdbd;
  color: #ffffff;
  text-transform: none;
  padding: 2px 36px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cart-inner .mini-footer .view-cart:hover,
.cart-inner .mini-footer .view-cart:focus {
  background: #f44336;
}
.cart-inner .mini-footer .check-out {
  background: #f44336;
  color: #ffffff;
  text-transform: none;
  padding: 2px 36px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: right;
}
.cart-inner .mini-footer .check-out:hover,
.cart-inner .mini-footer .check-out:focus {
  background: #212121;
}
.tz_icon_menu {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #fff;
  display: none;
  padding: 0 20px;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.tz_icon_menu i {
  color: #fff;
  font-size: 20px;
}
/**
 * 3.0 - Content
 * -----------------------------------------------------------------------------
 */
/**
 * 3.1 - Custom content
 * -----------------------------------------------------------------------------
 */
.custom-content {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.custom-content h3 {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
}
.custom-content p {
  padding: 9px 0 0 0;
}
.tz-tabs-header:after {
  clear: both;
  display: table;
  content: '';
}
/**
 * 3.2 - Shortcode tabs
 * -----------------------------------------------------------------------------
 */
.tz-tabs-title {
  font-size: 30px;
  line-height: 21px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.tz-nav-tabs {
  border: 0;
}
.tz-nav-tabs li a {
  border: 0;
  display: inline-block;
  font-size: 19px;
  line-height: 21px;
  position: relative;
  padding: 0 20px;
  margin: 0;
}
.tz-nav-tabs li a i {
  font-size: 5px;
  color: #bdbdbd;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.tz-nav-tabs li:focus a,
.tz-nav-tabs li:active a,
.tz-nav-tabs li:hover a,
.tz-nav-tabs li.active a {
  border: 0;
  color: #f44336;
  background: transparent;
}
.tz-nav-tabs li:focus a:focus,
.tz-nav-tabs li:active a:focus,
.tz-nav-tabs li:hover a:focus,
.tz-nav-tabs li.active a:focus,
.tz-nav-tabs li:focus a:hover,
.tz-nav-tabs li:active a:hover,
.tz-nav-tabs li:hover a:hover,
.tz-nav-tabs li.active a:hover {
  border: 0;
  color: #f44336;
  background: transparent;
}
.tz-nav-tabs li:last-child a {
  padding-right: 0;
}
.tz-nav-tabs li:last-child a i {
  display: none;
}
.tab-content {
  padding: 70px 0 36px;
}
.tab-pane .row-item {
  margin-top: 55px;
}
.tab-pane .row-item:first-child {
  margin-top: 0;
}
.product-item {
  text-align: center;
  position: relative;
}
.product-item:hover .product-thubnail .product-meta a,
.product-item:hover .product-thubnail .product-meta .quick-view a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-item:hover .product-thubnail img {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.product-item:hover .product-attr i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-item:hover .product-attr :nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-item:hover .product-attr :nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product-item:hover .product-attr :nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  color: #ffff00 !important;
}
.product-item:hover .product-attr :nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.product-item:hover .product-attr :nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.product-item:hover .product-attr :nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.product-item:hover .product-attr :nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.product-item:hover .product-attr :nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.product-item:hover .product-attr :nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.product-item:hover .product-attr :nth-child(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.product-item:hover .product-attr :nth-child(11) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.product-item:hover .product-attr :nth-child(12) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.product-item:hover .product-attr :nth-child(13) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.product-item:hover .product-attr :nth-child(14) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.product-item:hover .product-attr :nth-child(15) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.product-item:hover .product-attr :nth-child(16) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.product-item .product-thubnail {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-item .product-thubnail img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-item .product-thubnail .product-meta {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
.product-item .product-thubnail .product-meta a {
  background: #212121;
  color: #ffffff !important;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.product-item .product-thubnail .product-meta a:hover,
.product-item .product-thubnail .product-meta a:focus {
  background: #f44336;
}
.product-item .product-thubnail .product-meta span {
  display: block;
}
.product-item .product-thubnail .product-meta .add-to-cart {
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  -o-transform: translate(80px, 0);
  transform: translate(80px, 0);
}
.product-item .product-thubnail .product-meta .quick-view a {
  -webkit-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  -o-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.product-item h4 {
  font-size: 19px;
  font-weight: 300;
  margin-top: 43px;
  margin-bottom: 16px;
  padding: 0 5px;
}
.product-item .product-price {
  display: block;
  color: #f44336;
  font-size: 19px;
  line-height: 21px;
}
.product-item .product-attr {
  display: block;
  margin-top: 15px;
}
.product-item .product-attr i {
  font-size: 15px;
  margin: 0 5px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  background: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
/**
 * 3.3 - Product event
 * -----------------------------------------------------------------------------
 */
.product-event-content {
  padding: 0 0 0 65px;
  margin: 0;
  list-style: none;
}
.product-event-content li {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
  margin-top: 21px;
}
.product-event-content li:after {
  clear: both;
  display: table;
  content: '';
}
.product-event-content li:first-child {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}
.product-event-content li h3 {
  font-size: 25px;
  padding: 2px 0 18px 0;
  margin: 0;
}
.product-event-content li .product-rating {
  display: block;
  padding-bottom: 30px;
}
.product-event-content li .product-rating i {
  font-size: 20px;
}
.product-event-content li .event-price {
  font-size: 30px;
  font-weight: 900;
  line-height: 21px;
  color: #f44336;
  padding-bottom: 15px;
  display: block;
}
.product-event-content li .tz-color {
  font-size: 19px;
  line-height: 21px;
}
.product-event-content li .tz-color i {
  background: none;
  font-size: 18px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 5px;
}
.product-event-content li .tz-color i:first-child {
  margin-left: 25px;
}
.product-event-content li .tz-stock {
  font-size: 19px;
  line-height: 21px;
  padding-left: 100px;
}
.product-event-content .event-footer {
  padding-top: 30px;
}
.product-event-content .event-footer .add-to-cart {
  background-image: url("../images/cart_icon.png");
  background-position: 20px center;
  background-color: #f44336;
  padding: 12px 23px 13px 53px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-event-content .event-footer .add-to-cart:hover,
.product-event-content .event-footer .add-to-cart:focus {
  background-color: #212121;
}
.product-event-content .event-footer .add-to-wishlist {
  background-image: url("../images/wishlist_black.png");
  background-position: 0 center;
  background-color: transparent;
  padding: 12px 0 13px 33px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 40px;
}
.event-thumbail {
  padding-top: 42px;
  text-align: center;
}
.countdown-section {
  min-width: 70px;
  min-height: 70px;
  display: inline-block;
  padding-top: 10px;
  margin-right: 30px;
  margin-bottom: 9px;
  border: 1px solid #212121;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.countdown-section:hover {
  background: #212121;
  color: #ffffff;
}
.countdown-section .countdown-amount {
  display: block;
  font-size: 25px;
  line-height: 27px;
  font-weight: 900;
}
.countdown-section .countdown-period {
  display: block;
  font-size: #212121;
  line-height: 21px;
  font-weight: 300;
}
/**
 * 3.4 - Get In Touch
 * -----------------------------------------------------------------------------
 */
.background-parallax {
  background-image: url("../images/parallax.jpg");
  padding-top: 125px;
  padding-bottom: 125px;
}
.get-in-touch {
  text-align: center;
}
.get-in-touch h3 {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 3px 0 21px;
  margin: 0;
}
.get-in-touch p {
  font-size: 23px;
  line-height: 27px;
  padding: 10px 0;
  margin: 0;
  color: #ffffff;
}
.get-in-touch a {
  background-color: #f44336;
  font-weight: 700;
  line-height: 21px;
  font-size: 15px;
  display: inline-block;
  padding: 12px 29px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 38px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.get-in-touch a:hover {
  background-color: #212121;
}
/**
 * 3.5 - News Blog
 * -----------------------------------------------------------------------------
 */
.tz-new-blog {
  margin: 15px 0;
}
.tz-new-blog:after {
  clear: both;
  display: table;
  content: '';
}
.tz-new-blog .tzthumbnail {
  width: 50%;
  padding-right: 15px;
  float: left;
  position: relative;
}
.tz-new-blog .tz-new-content {
  width: 50%;
  padding-left: 15px;
  float: left;
}
.tz-new-blog .tz-new-content h4 {
  padding: 0 0 16px 0;
  margin: 0;
  font-weight: 900;
  line-height: 24px;
  font-size: 19px;
}
.tz-new-blog .tz-new-content .post-date {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 24px;
}
.tz-new-blog .tz-new-content .continue {
  color: #f44336;
  display: block;
  margin-top: 24px;
}
/**
 * 3.6 - Partners
 * -----------------------------------------------------------------------------
 */
.tz-partners {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: e-resize;
}
.tz-partners li {
  padding: 50px 0;
  text-align: center;
}
/**
 * 3.7 - Shop
 * -----------------------------------------------------------------------------
 */
.tz-shop {
  padding: 50px 0;
}
.tz-shop-content {
  overflow: hidden;
}
.tz-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-breadcrumbs:after {
  clear: both;
  display: table;
  content: '';
}
.tz-breadcrumbs li {
  float: left;
  position: relative;
  padding-right: 20px ;
  padding-left: 5px;
  line-height: 30px;
}
.tz-breadcrumbs li:first-child {
  padding-left: 0;
}
.tz-breadcrumbs li:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "->";
}
.tz-breadcrumbs li:last-child:after {
  display: none;
}
.tz-breadcrumbs li a {
  display: block;
}
.shop-banner {
  margin-top: 14px;
}
.catalog-meta {
  margin: 30px 0 0;
}
.catalog_top {
  margin: 5px 0 0 5px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  -o-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -ms-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  -webkit-box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
  box-shadow: -5px -5px 0px -1px #ffffff, -5px -5px 0 0 #eeeeee;
}
.catalog_top:after {
  clear: both;
  display: table;
  content: '';
}
.catalog_top .style-switch {
  float: left;
}
.catalog_top .style-switch a {
  font-size: 16px;
  border-right: 1px solid #eeeeee;
  display: inline-block;
  line-height: 53px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}
.catalog_top .style-switch a.active {
  color: #f44336;
}
.catalog_top .shop-order {
  float: right;
}
.catalog_top .shop-order select {
  height: 53px;
  color: #9e9e9e;
  border-width: 0 0 0 1px;
  border-color: #eeeeee;
  border-style: solid;
  background: none;
  padding: 0 15px;
}
.catalog_top .shop-order select option {
  padding: 5px  5px 5px 15px;
}
.catalog_top .shop-order .form-arrow {
  margin: 0;
  position: relative;
  font-weight: 300;
}
.catalog_top .shop-order .form-arrow:after {
  background: #fafafa;
  content: '\f0d7';
  font-family: "FontAwesome";
  line-height: 53px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.tz-product {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.tz-product:after {
  clear: both;
  display: table;
  content: '';
}
.tz-product .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tz-product .product-item .item {
  position: relative;
  min-height: 340px;
  border: 1px solid #eeeeee;
}
.tz-product .product-item .item .product-item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 360px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product .product-item .item .product-item-inner .product-thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product .product-item .item .product-item-inner .p-vote {
  display: none;
}
.tz-product .product-item .item .product-item-inner p {
  display: none;
  padding-right: 10px;
}
.tz-product .product-item .item .product-item-inner .product-info {
  position: static;
}
.tz-product .product-item .item .product-item-inner .product-info h4 {
  margin: 8px 0 0 0;
  padding: 0;
}
.tz-product .product-item .item .product-item-inner .product-info .p-meta {
  display: block;
  margin: 16px 0 12px;
}
.tz-product .product-item .item .product-item-inner .product-info .p-meta .p-price {
  color: #f44336;
  font-size: 19px;
}
.tz-product .product-item .item .product-item-inner .product-info .p-color {
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  margin: 0;
}
.tz-product .product-item .item .product-item-inner .product-info .p-color i {
  font-size: 16px;
  margin: 0 4px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  transform: translate(0, -200px);
  background: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 25%;
  left: 0;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist {
  display: none;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a {
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 5px;
  -webkit-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a:hover,
.tz-product .product-item .item .product-item-inner .product-info .p-mask a:focus {
  background: #f44336;
  color: #fff !important
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a.add-to-cart {
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  -o-transform: translate(80px, 0);
  transform: translate(80px, 0);
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask a i {
  display: none;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask .quick-view {
  display: block;
  text-align: center;
}
.tz-product .product-item .item .product-item-inner .product-info .p-mask .quick-view a {
  -webkit-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  -o-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
}
.tz-product.grid-eff .product-item .item:hover {
  border-color: transparent;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner {
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-thumb img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .p-mask .add-to-cart {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .p-mask .quick-view a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  color: #ffff00 !important;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(11) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(12) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(13) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(14) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(15) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(16) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.list-view .product-item {
  text-align: left;
  width: auto;
  display: block;
}
.list-view .product-item .item {
  height: auto;
  min-height: 280px;
}
.list-view .product-item .item .product-item-inner {
  position: relative;
  top: auto;
  left: auto;
  min-height: inherit;
}
.list-view .product-item .item .product-item-inner:after {
  clear: both;
  display: table;
  content: '';
}
.list-view .product-item .item .product-item-inner .product-thumb {
  float: left;
  width: 33%;
  overflow: hidden;
}
.list-view .product-item .item .product-item-inner .product-thumb img {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.list-view .product-item .item .product-item-inner .product-info {
  width: 67%;
  position: relative;
  float: left;
}
.list-view .product-item .item .product-item-inner .product-info h4 {
  margin: 25px 0 0 0;
}
.list-view .product-item .item .product-item-inner .product-info .p-meta {
  margin: 10px 0;
  display: inline-block;
}
.list-view .product-item .item .product-item-inner .product-info .p-meta:after {
  clear: both;
  display: table;
  content: '';
}
.list-view .product-item .item .product-item-inner .product-info .p-meta .p-price {
  float: left;
  line-height: 27px;
}
.list-view .product-item .item .product-item-inner .product-info .p-meta .p-vote {
  margin-left: 40px;
  display: inline-block;
  font-size: 13px;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask {
  position: relative;
  text-align: left;
  width: auto;
  top: auto;
  left: auto;
  display: block;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask a i {
  margin-right: 10px;
  display: inline-block;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask a .add-to-cart {
  margin-left: 0;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist {
  display: inline-block;
  background: none;
  border: none;
  color: #9e9e9e;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist:hover,
.list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist:focus {
  background: none !important;
  color: #f44336;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view {
  display: inline-block;
  text-align: left;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view a {
  background: none;
  border: none;
  color: #9e9e9e;
}
.list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view a:hover {
  background: none !important;
  color: #f44336;
}
.list-view .product-item .item .product-item-inner .product-info .p-color {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-view .product-item .item .product-item-inner .product-info .p-color i {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.list-view .product-item .item .product-item-inner .product-info p {
  display: block;
  line-height: 24px;
}
.list-view .product-item:hover .product-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.pagination {
  display: block;
  margin: 27px 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.pagination:after {
  clear: both;
  display: table;
  content: '';
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul:after {
  clear: both;
  display: table;
  content: '';
}
.pagination ul li {
  float: left;
}
.pagination ul li a,
.pagination ul li span {
  padding: 10px;
}
.pagination ul li a.current,
.pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li span:hover {
  color: #f44336;
}
/**
 * 3.7.1 - Shop sidebar
 * -----------------------------------------------------------------------------
 */
.widget-title {
  font-size: 16px;
  line-height: 32px;
  color: #f44336;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.tz-shop-sidebar .widget-title {
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 18px;
}
.tz-shop-sidebar .widget {
  margin-bottom: 48px;
}
.product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-categories > li {
  position: relative;
}
.product-categories > li:after {
  position: absolute;
  right: 0;
  top: 3px;
  content: "\f105";
  font-family: 'FontAwesome';
}
.product-categories > li.cat-parent:after {
  content: "\f107";
}
.product-categories > li:hover:after {
  color: #f44336;
}
.product-categories > li a {
  line-height: 36px;
  text-transform: uppercase;
}
.product-categories > li a span {
  color: #9e9e9e;
  display: inline-block;
  padding-left: 3px;
}
.product-categories > li ul {
  margin: 0;
  padding: 10px 10px 10px 20px;
  list-style: none;
}
.product-categories > li ul li a {
  text-transform: none;
  line-height: 32px;
}
.product-catlog .widget_price_filter,
.product-catlog .widget_color_filter,
.product-catlog .widget-size-filter {
  padding-left: 20px;
}
.widget-title-children {
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
  padding: 0 0 10px;
  margin: 0;
  position: relative;
}
.widget-title-children:after {
  position: absolute;
  right: 0;
  top: 1px;
  content: "\f107";
  font-family: 'FontAwesome';
}
.widget_price_filter form {
  margin-top: 9px;
}
.price_label {
  margin-top: 25px;
}
.price_label:after {
  clear: both;
  display: table;
  content: '';
}
.price_label button {
  border: 0;
  background: transparent;
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.price_label .value-price {
  display: block;
  float: right;
  font-size: 14px;
  font-style: italic;
}
.ui-slider {
  position: relative;
  text-align: left;
  height: 5px;
}
.ui-widget-content {
  background: #eeeeee;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  cursor: pointer;
}
.ui-widget-header {
  background: #212121;
  height: 100%;
}
.ui-state-default {
  background: #212121;
  font-weight: normal;
  color: #fff;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(0, -7.5px);
  -ms-transform: translate(0, -7.5px);
  -o-transform: translate(0, -7.5px);
  transform: translate(0, -7.5px);
  cursor: pointer;
}
.ui-state-default:hover,
.ui-state-default:focus {
  outline: none;
  outline-color: transparent;
}
.ui-state-default:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-3px, -4px);
  -ms-transform: translate(-3px, -4px);
  -o-transform: translate(-3px, -4px);
  transform: translate(-3px, -4px);
  content: '';
  width: 5px;
  height: 5px;
  background: url("../images/bar.png") no-repeat center center;
}
.widget_color_filter {
  margin-top: 20px;
}
.widget_color_filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_color_filter ul:after {
  clear: both;
  display: table;
  content: '';
}
.widget_color_filter ul li {
  float: left;
}
.widget_color_filter ul li a {
  margin-right: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.widget-size-filter {
  margin-top: 20px;
}
.widget-size-filter .widget-title-children {
  padding-bottom: 5px;
}
.widget-size-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-size-filter ul li a {
  line-height: 36px;
}
.widget-size-filter ul li a span {
  color: #9e9e9e;
  padding-left: 5px;
}
.widget_product ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
}
.widget_product ul li {
  margin-top: 20px;
}
.widget_product ul li:after {
  clear: both;
  display: table;
  content: '';
}
.widget_product ul li a {
  display: block;
}
.widget_product ul li a:after {
  clear: both;
  display: table;
  content: '';
}
.widget_product ul li img {
  float: left;
  max-width: 80px;
  border: 1px solid #eeeeee;
}
.widget_product ul li .item-info {
  padding-left: 100px;
}
.widget_product ul li .item-info h5 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.widget_product ul li .item-info .p-vote {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #212121;
}
.widget_product ul li .item-info .price {
  margin-top: 3px;
  color: #f44336;
}
/**
 * 3.7.2 - Shop Single
 * -----------------------------------------------------------------------------
 */
.tz-shop-single {
  padding: 30px 0 0;
}
.single-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-gallery .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 3px solid #e0e0e0;
  margin: 10px 5px;
}
.single-gallery .owl-controls .owl-page:hover span,
.single-gallery .owl-controls .owl-page.active span,
.single-gallery .owl-controls .owl-page:focus span {
  background: transparent;
  border-color: #f44336;
}
.product-social {
  margin-top: 40px;
}
.product-social a {
  display: inline-block;
  font-size: 25px;
  padding: 0 22px;
  border-left: 2px solid #e0e0e0;
  line-height: 28px;
}
.product-social a:first-child {
  padding-left: 0;
  border-left: 0;
}
.entry-summary h1 {
  font-size: 25px;
  line-height: 24px;
  padding: 0;
  margin: 48px 0 22px 0;
  font-weight: 900;
}
.entry-summary .product-price {
  margin: 15px 0;
}
.entry-summary .product-price:after {
  clear: both;
  display: table;
  content: '';
}
.entry-summary .product-price .price {
  font-weight: 900;
  color: #f44336;
  font-size: 30px;
  display: inline-block;
}
.entry-summary .product-price .stock {
  padding-left: 80px;
}
.entry-summary .product-price .stock span {
  color: #f44336;
}
.entry-summary p {
  line-height: 25px;
}
.entry-summary .tz_variations_form {
  margin-top: 23px;
}
.entry-summary .tz_variations_form .form-attr {
  margin: 0 0 30px 0;
}
.entry-summary .tz_variations_form label {
  font-weight: 300;
  margin-right: 15px;
  font-size: 19px;
}
.entry-summary .tz_variations_form select,
.entry-summary .tz_variations_form input {
  border: 1px solid #e0e0e0;
  height: 45px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  padding: 0 10px;
}
.entry-summary .tz_variations_form .tzqty {
  margin-left: 47px;
}
.entry-summary .tz_variations_form .qty {
  width: 90px;
  padding: 0;
}
.single_add_to_cart_button {
  background-image: url("../images/cart_icon.png");
  background-position: 20px center;
  background-color: #f44336;
  padding: 12px 23px 12px 53px;
  background-repeat: no-repeat;
  border: 0;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
  background-color: #212121;
}
.single_add_to_wishlist {
  background-image: url("../images/wishlist_black.png");
  background-position: 0 center;
  background-color: transparent;
  padding: 12px 0 13px 33px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 40px;
  border: 0;
}
.tz-shop-tabs {
  background: #fafafa;
  margin: 70px 0 100px;
  padding: 52px 0 45px;
}
.tz-shop-tabs .tab-content {
  padding: 10px 0;
}
.tz-shop-tabs .tab-content p {
  line-height: 30px;
  padding: 8px 0;
}
.tab-head {
  text-align: center;
}
.tab-head .nav-tabs {
  display: inline-block;
  border: 0;
}
.tab-head .nav-tabs:after {
  clear: both;
  display: table;
  content: '';
}
.tab-head .nav-tabs li a {
  border: 0;
  background: transparent;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
.tab-head .nav-tabs li.active a,
.tab-head .nav-tabs li:focus a,
.tab-head .nav-tabs li:hover a {
  border: 0;
  color: #f44336;
  background: transparent;
}
/**
 * 3.7.4 - Shop Cart
 * -----------------------------------------------------------------------------
 */
.shop-cart {
  margin: 28px 0 120px;
  border: 0;
  border-color: transparent;
}
.page-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: #212121;
  padding: 0;
  margin: 63px 0 38px;
  text-transform: uppercase;
}
.shop_table {
  width: 100%;
  margin: 0 0 50px 0;
}
.shop_table thead tr {
  border-bottom: 2px solid #eeeeee;
}
.shop_table tr {
  border-bottom: 1px solid #eeeeee;
}
.shop_table tr th {
  font-size: 19px;
  font-weight: 700;
  padding: 15px 0;
}
.shop_table tr td {
  padding: 20px 0;
}
.shop_table tbody tr:last-child {
  border: 0;
}
.shop_table .product-remove {
  width: 6%;
  text-align: center;
}
.shop_table .product-remove .remove {
  background: url("../images/delete.png") center center no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.shop_table .product-remove .remove:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.shop_table .product-thumbnail {
  width: 100px;
}
.shop_table .product-thumbnail a {
  display: block;
  max-width: 80px;
  border: 1px solid #eeeeee;
}
.shop_table .product-price {
  width: 16%;
}
.shop_table .product-price span {
  color: #f44336;
  font-weight: 400;
}
.shop_table .product-quantity {
  width: 16%;
}
.shop_table .product-quantity input {
  border: 1px solid #e0e0e0;
  height: 45px;
  width: 80px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
}
.shop_table .product-subtotal {
  width: 167px;
}
.shop_table .product-subtotal span {
  color: #f44336;
  font-weight: 400;
}
.shop_table .product-name .color {
  display: block;
  margin-top: 15px;
}
.shop_table .product-name .color i {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -o-transform: translate(0, 2px);
  transform: translate(0, 2px);
  margin-left: 5px;
}
.actions .back-shop {
  line-height: 36px;
  font-weight: 400;
}
.actions .back-shop i {
  padding-right: 10px;
}
.actions .update-cart {
  float: right;
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 30px 5px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.actions .update-cart:hover,
.actions .update-cart:focus {
  background: #f44336;
}
.coupon h3 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0;
}
.coupon .input-text {
  height: 50px;
  border: 1px solid #e0e0e0;
  width: 95%;
  padding: 10px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: 15px;
}
.coupon .input-text::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.coupon .input-text:-ms-input-placeholder {
  color: #212121;
}
.coupon .input-text::-webkit-input-placeholder {
  color: #212121;
}
.coupon .button {
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 30px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  height: auto;
  margin-top: 20px;
}
.coupon .button:hover,
.coupon .button:focus {
  background: #f44336;
}
.cart_totals {
  background: #f5f5f5;
  padding: 32px 70px 35px;
}
.cart_totals .cart_totals_inner table {
  width: 100%;
  border: 0;
}
.cart_totals .cart_totals_inner table tr {
  border-bottom: 1px solid #dcdcdc;
}
.cart_totals .cart_totals_inner table tr th {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
  width: 50%;
  padding: 15px 0;
}
.cart_totals .cart_totals_inner table tr:last-child {
  border: 0;
}
.cart_totals .cart_totals_inner table tr td {
  padding: 15px 0;
}
.cart_totals .cart_totals_inner table .order-total th {
  font-weight: 700;
  font-size: 20px;
  padding: 19px 0;
}
.cart_totals .cart_totals_inner table .order-total td {
  text-align: right;
  padding: 19px 0;
}
.cart_totals .cart_totals_inner table .order-total td .amount {
  color: #f44336;
  font-size: 20px;
  font-weight: 700;
}
.cart_totals .cart_totals_inner table .cart-subtotal td {
  text-align: right;
}
.cart_totals .cart_totals_inner table .cart-subtotal td .amount {
  font-weight: 900;
}
.cart_totals .cart_totals_inner table .shipping th {
  vertical-align: top;
  padding-top: 16px;
}
.cart_totals .cart_totals_inner table .shipping td {
  padding-top: 52px;
}
.cart_totals .cart_totals_inner table .shipping .form-r {
  padding: 6px 0;
}
.cart_totals .cart_totals_inner table .shipping .form-r:after {
  clear: both;
  display: table;
  content: '';
}
.cart_totals .cart_totals_inner table .shipping .form-r input {
  float: left;
}
.cart_totals .cart_totals_inner table .shipping .form-r > span {
  display: block;
  margin: 0 22px 0;
  line-height: 24px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.cart_totals .cart_totals_inner table .shipping .form-r > span .price {
  display: block;
  color: #f44336;
}
/**
 * 3.7.5 - Shop Checkout
 * -----------------------------------------------------------------------------
 */
.shop-checkout {
  margin: 28px 0 105px;
  border: 0;
  border-color: transparent;
}
.checkout-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #212121;
  margin-bottom: 24px;
  text-decoration: none;
}
.checkout-back-link:hover {
  color: #f44336;
}
.checkout-layout {
  margin-top: 10px;
}
.checkout-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.checkout-login-btn {
  padding: 10px 24px;
  font-size: 13px;
  text-transform: uppercase;
}
.checkout-section-title {
  font-size: 20px;
  line-height: 36px;
  color: #212121;
  margin: 0 0 16px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
}
.checkout-phone-group {
  padding: 8px 0;
}
.checkout-phone-group > label {
  font-weight: 700;
  display: block;
  line-height: 40px;
  margin-bottom: 1px;
}
.checkout-phone-row {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
.checkout-phone-row .checkout-country-field {
  flex: 0 0 35%;
  min-width: 130px;
  max-width: 180px;
}
.checkout-phone-row .checkout-phone-field {
  flex: 1 1 auto;
  min-width: 0;
}
.checkout-phone-row select,
.checkout-phone-row .input-text {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.checkout-phone-row .select2-container {
  width: 100% !important;
}
.checkout-address-input-wrap {
  position: relative;
  display: block;
}
.checkout-address-input-wrap .input-text {
  padding-right: 90px;
}
.checkout-address-input-wrap:has(.checkout-address-edit--icon-only) .input-text {
  padding-right: 40px;
}
.checkout-address-edit {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #f44336;
  font-size: 13px;
  text-decoration: none;
}
.checkout-address-edit--icon-only {
  font-size: 16px;
  line-height: 1;
  padding: 4px;
}
.password-field-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.password-field-wrap .password-input {
  width: 100%;
  box-sizing: border-box;
  padding-right: 40px;
}
.password-field-wrap .eye-icon-password {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #757575;
  line-height: 1;
  z-index: 2;
}
.password-field-wrap .eye-icon-password:hover {
  color: #212121;
}
.checkout-divider {
  border: 0;
  border-top: 1px solid #dcdcdc;
  margin: 28px 0;
}
.checkout-secure-note {
  margin: 0 0 20px;
  color: #757575;
}
.checkout-coupon-hint {
  margin: -4px 0 12px;
  color: #757575;
  font-size: 14px;
}
.checkout-coupon-btn {
  min-width: 140px;
}
.checkout-summary-col #order_review,
.checkout-order-summary {
  margin-top: 0;
}
.checkout-submit-col {
  margin-top: 8px;
}
.checkout-place-order-btn {
  width: 100%;
  text-align: center;
  padding: 14px 24px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .checkout-summary-col {
    margin-top: 40px;
  }
  .checkout-submit-col {
    margin-top: 24px;
  }
}
.shop-info {
  margin-bottom: 50px;
}
.shop-info p {
  padding: 0;
}
.shop-info p:first-child {
  margin-bottom: 15px;
}
.shop-info a {
  color: #f44336;
}
.shop-billing-fields h3 {
  font-size: 20px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.form-row {
  padding: 8px 0;
}
.form-row label {
  font-weight: 700;
  display: block;
  line-height: 40px;
  margin-bottom: 1px;
}
.form-row label span {
  color: #f44336;
}
.form-row input[type='text'],
.form-row input[type='email'],
.form-row input[type='password'],
.form-row select {
  width: 100%;
  height: 40px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 40px;
}
.form-row input[type='text']::-moz-placeholder,
.form-row input[type='email']::-moz-placeholder,
.form-row select::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.form-row input[type='text']:-ms-input-placeholder,
.form-row input[type='email']:-ms-input-placeholder,
.form-row select:-ms-input-placeholder {
  color: #212121;
}
.form-row input[type='text']::-webkit-input-placeholder,
.form-row input[type='email']::-webkit-input-placeholder,
.form-row select::-webkit-input-placeholder {
  color: #212121;
}
.form-row textarea {
  width: 100%;
  height: 190px;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 40px;
}
.form-row textarea::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.form-row textarea:-ms-input-placeholder {
  color: #212121;
}
.form-row textarea::-webkit-input-placeholder {
  color: #212121;
}
.form-row textarea:focus {
  outline: none;
  outline-color: transparent;
}
.form-row-first {
  width: 47%;
  float: left;
}
.form-row-last {
  float: right;
  width: 47%;
}
.clear {
  clear: both;
}
.create-account {
  padding: 0;
  margin: 25px 0 0 0;
}
.create-account:after {
  clear: both;
  display: table;
  content: '';
}
.create-account label {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0 20px;
}
.create-account input {
  margin: 0;
  float: left;
}
.ship-to-different-address-checkbox {
  margin: 0 0 35px  0;
  padding: 0;
}
.ship-to-different-address-checkbox:after {
  clear: both;
  display: table;
  content: '';
}
.ship-to-different-address-checkbox label {
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 0 20px;
}
.ship-to-different-address-checkbox input {
  margin: 0;
  float: left;
}
#order_review {
  background: #f5f5f5;
  padding: 45px 70px;
  margin-top: 62px;
}
#order_review h3 {
  font-size: 20px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.5px;
}
#order_review table {
  margin: 15px 0 40px 0;
}
#order_review table th {
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 9px 0;
}
#order_review table tr {
  border-bottom: 1px solid #dcdcdc;
}
#order_review table .product-total {
  text-align: right;
}
#order_review table tbody tr {
  border: 0;
}
#order_review table tbody tr td {
  padding: 8px 0;
}
#order_review table tbody tr td strong {
  font-weight: 300;
  color: #9e9e9e;
  padding-left: 20px;
}
#order_review table tbody tr:first-child td {
  padding-top: 27px;
}
#order_review table tbody tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#order_review table tbody tr:last-child td {
  padding-bottom: 30px;
}
#order_review table .cart-subtotal {
  border: 0;
}
#order_review table .cart-subtotal th {
  padding: 13px 0 4px;
}
#order_review table .cart-subtotal td {
  padding: 12px 0 0 0;
  text-align: right;
  font-weight: 900;
}
#order_review table .shipping th {
  vertical-align: top;
  padding: 0;
}
#order_review table .shipping td {
  padding-top: 32px;
}
#order_review table .shipping .form-r {
  padding: 6px 0;
}
#order_review table .shipping .form-r:after {
  clear: both;
  display: table;
  content: '';
}
#order_review table .shipping .form-r input {
  float: left;
}
#order_review table .shipping .form-r > span {
  display: block;
  margin: 0 22px 0;
  line-height: 24px;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
#order_review table .shipping .form-r > span .price {
  display: block;
  color: #f44336;
}
#order_review table .order-total {
  border-bottom: 2px solid #dcdcdc;
}
#order_review table .order-total th {
  font-weight: 700;
  font-size: 20px;
  padding: 19px 0;
}
#order_review table .order-total td {
  text-align: right;
  padding: 19px 0;
}
#order_review table .order-total td .amount {
  color: #f44336;
  font-size: 20px;
  font-weight: 700;
}
.payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment_methods li {
  margin-bottom: 15px;
}
.payment_methods li input[type='radio'] {
  margin: 0;
  float: left;
  height: 26px;
}
.payment_methods li label {
  margin: 0 0 0 20px;
  display: inline-block;
  font-weight: 900;
}
.payment_methods li .payment_method_bacs {
  padding-left: 32px;
}
.checkout-payment .card-details {
  display: none;
  clear: both;
  padding: 12px 0 12px 32px;
}
.checkout-payment #payment-element {
  min-height: 220px;
}
/**
 * 3.7.6 - Shop Register
 * -----------------------------------------------------------------------------
 */
.default-page {
  padding: 80px 0;
}
.tz-register {
  margin: 41px 0;
}
.tz-register h2 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.tz-register form {
  width: 570px;
  margin: 47px auto 0;
}
.tz-register form .form-row {
  padding: 9px 0;
}
.tz-register form .form-row:after {
  clear: both;
  display: table;
  content: '';
}
.tz-register form .form-row label {
  text-transform: uppercase;
}
.tz-register form .form-row input[type='text'],
.tz-register form .form-row input[type='password'] {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  line-height: 40px;
}
.tz-register form .form-row input[type='text']::-moz-placeholder,
.tz-register form .form-row input[type='password']::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.tz-register form .form-row input[type='text']:-ms-input-placeholder,
.tz-register form .form-row input[type='password']:-ms-input-placeholder {
  color: #212121;
}
.tz-register form .form-row input[type='text']::-webkit-input-placeholder,
.tz-register form .form-row input[type='password']::-webkit-input-placeholder {
  color: #212121;
}
.tz-register form .form-row input[type='submit'] {
  background: #212121;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 35px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  float: right;
  height: 50px;
  margin-top: 1px;
}
.tz-register form .form-row input[type='submit']:hover,
.tz-register form .form-row input[type='submit']:focus {
  background: #f44336;
}
/**
 * 3.8 - Blog
 * -----------------------------------------------------------------------------
 */
.blog {
  background: #f2f2f2;
  padding: 28px 0 110px;
}
.blog-container {
  padding: 50px 30px 42px;
  background: #ffffff;
  margin-top: 31px;
}
.blog-item {
  margin-bottom: 30px;
  border-bottom: 1px dotted #9e9e9e;
  padding-bottom: 34px;
}
.blog-item .blog-info h3 {
  font-size: 19px;
  color: #212121;
  font-weight: 900;
  line-height: 25px;
  padding: 19px 0 7px 0;
  margin: 0;
}
.blog-item .blog-info .entry-meta {
  font-size: 14px;
  line-height: 25px;
  display: block;
  color: #9e9e9e;
}
.blog-item .blog-info p {
  line-height: 25px;
  padding: 8px 0;
}
.blog-item .blog-info .continue {
  margin-top: 12px;
  color: #f44336;
  display: block;
}
.blog-item .thumb {
  overflow: hidden;
}
.blog-item .thumb img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-item:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-heading {
  background: #f9f9f9;
  border-bottom: 0;
  padding-bottom: 29px;
}
.blog-heading .blog-info {
  padding: 0 30px;
}
.blog-heading .blog-info h3 {
  padding: 27px 0 7px 0;
}
.blog-container .pagination {
  margin: 0;
}
.blog-sidebar {
  background: #f2f2f2;
  padding: 40px 30px;
}
.blog-sidebar .widget-title {
  font-size: 19px;
  line-height: 36px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: normal;
  border-bottom: 2px solid #212121;
  padding: 0 0 5px 0;
  margin-bottom: 14px;
}
.blog-sidebar .widget {
  margin-bottom: 38px;
}
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_categories ul li a {
  line-height: 40px;
}
.widget_categories ul li a span {
  color: #9e9e9e;
  padding-left: 10px;
}
.widget_search .tz-search-form {
  position: relative;
  padding-right: 50px;
}
.widget_search .tz-search-form input[type='text'] {
  height: 50px;
  width: 100%;
  border: 2px solid #e0e0e0;
  padding: 0 10px;
}
.widget_search .tz-search-form input[type='text']::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.widget_search .tz-search-form input[type='text']:-ms-input-placeholder {
  color: #212121;
}
.widget_search .tz-search-form input[type='text']::-webkit-input-placeholder {
  color: #212121;
}
.widget_search .tz-search-form .tz-submit {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  display: block;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: url("../images/search-w.png") no-repeat center center #212121;
}
.widget_search .tz-search-form .tz-submit:hover {
  background-color: #f44336;
}
.widget_search .tz-search-form .tz-submit:hover:after {
  border-right: 7px solid #f44336;
}
.widget_search .tz-search-form .tz-submit:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -8px;
  border-right: 7px solid #212121;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.widget_recent_posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_posts ul li {
  margin-top: 25px;
}
.widget_recent_posts ul li:after {
  clear: both;
  display: table;
  content: '';
}
.widget_recent_posts ul li:first-child {
  margin-top: 30px;
}
.widget_recent_posts ul li img {
  max-width: 70px;
  float: left;
}
.widget_recent_posts ul li .recent-info {
  padding-left: 90px;
}
.widget_recent_posts ul li .recent-info h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 6px 0;
  line-height: 21px;
}
.widget_recent_posts ul li .recent-info .date {
  font-size: 14px;
  color: #9e9e9e;
}
.widget_instagram .img-instagram {
  margin: 25px -5px 0;
}
.widget_instagram .img-instagram:after {
  clear: both;
  display: table;
  content: '';
}
.widget_instagram .img-instagram img {
  padding: 5px;
  float: left;
  width: 33.33%;
}
/**
 * 3.8.1 - Single blog
 * -----------------------------------------------------------------------------
 */
.single-blog h1 {
  font-size: 19px;
  font-weight: 900;
  padding: 0;
  margin: 30px 0 13px;
}
.single-blog .date {
  font-size: 14px;
  line-height: 25px;
  display: block;
  color: #9e9e9e;
}
.single-blog .single-content {
  margin: 3px 0;
}
.single-blog .single-content p {
  padding: 7px 0;
  line-height: 30px;
}
.content-detail-table-wrap {
  overflow-x: auto;
  margin: 0;
}
.content-detail-block--table {
  margin: 30px 0;
}
.content-detail-block--intro + .content-detail-block--table {
  margin-top: 20px;
}
.content-detail-block--table + .content-detail-block--outro {
  margin-top: 30px;
}
.content-promo-box {
  margin-top: 40px;
  text-align: center;
}
.content-promo-box__media {
  margin-bottom: 28px;
}
.content-promo-box__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.content-promo-box__body {
  max-width: 820px;
  margin: 0 auto;
}
.content-promo-box__title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #b5121b;
}
.content-promo-box__text {
  margin: 0 auto 26px;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.65;
  color: #222;
}
.content-promo-box__btn {
  display: inline-block;
  padding: 14px 42px;
  border-radius: 999px;
  background-color: #b5121b;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.content-promo-box__btn:hover {
  background-color: #8f0e15;
  color: #fff !important;
  text-decoration: none;
}
@media (max-width: 767px) {
  .content-promo-box__title {
    font-size: 22px;
  }
  .content-promo-box__text {
    font-size: 15px;
  }
}
.content-detail-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  min-width: 480px;
}
.content-detail-table thead tr {
  border-bottom: 2px solid #333;
}
.content-detail-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.content-detail-table th {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 18px;
  text-align: left;
  background: #f5f5f5;
  color: #222;
  white-space: nowrap;
}
.content-detail-table td {
  font-size: 15px;
  padding: 16px 18px;
  line-height: 1.5;
  vertical-align: top;
  color: #444;
}
.content-detail-table-label {
  font-weight: 600;
  color: #222;
}
.content-detail-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.content-detail-table tbody tr:hover {
  background: #f3f3f3;
}
.content-detail-table tbody tr:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .content-detail-table {
    min-width: 100%;
  }
  .content-detail-table th,
  .content-detail-table td {
    padding: 12px 14px;
    font-size: 14px;
  }
}
.single-blog .entry-blog-meta {
  padding: 23px 0;
  margin-top: 49px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.single-blog .entry-blog-meta span {
  margin-right: 46px;
}
.single-blog .entry-blog-meta span a {
  color: #9e9e9e;
}
.single-blog .entry-social {
  text-align: center;
  padding: 32px 0;
  border-bottom: 1px solid #e0e0e0;
}
.single-blog .entry-social a {
  display: inline-block;
  font-size: 25px;
  margin: 0 45px;
}
.single-blog .post-navigation {
  margin: 30px 0 0 0;
}
.single-blog .post-navigation:after {
  clear: both;
  display: table;
  content: '';
}
.single-blog .post-navigation a {
  display: block;
  width: 48%;
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 4px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-align: center;
  letter-spacing: 1px;
}
.single-blog .post-navigation a:hover,
.single-blog .post-navigation a:focus {
  background: #f44336;
}
.single-blog .post-navigation .post-navigation-disabled {
  display: inline-block;
  width: 48%;
  background: #bdbdbd;
  color: #ffffff;
  text-transform: none;
  padding: 4px 25px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  cursor: default;
}
blockquote {
  border-left-color: #212121;
  background: #f9f9f9;
  padding: 18px 25px;
  margin: 30px 0 30px 30px;
  font-size: 16px;
}
.single-comment {
  margin-top: 60px;
  margin-bottom: 27px;
}
#comments h2 {
  line-height: 36px;
  font-size: 19px;
  font-weight: 900;
  padding: 0 0 3px 0;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
}
#comments h2 span {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
  padding-left: 25px;
}
.comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-list > li {
  border-bottom: 1px dotted #e0e0e0;
  padding: 30px 0;
}
.comments-list > li .comment-body:after {
  clear: both;
  display: table;
  content: '';
}
.comments-list > li ol {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 70px;
}
.comments-list > li ol li {
  border-top: 1px dotted #e0e0e0;
  padding: 30px 0;
}
.comments-list > li ol li:last-child {
  padding-bottom: 0;
}
.comment-avatar {
  float: left;
  max-width: 70px;
}
.comment-block {
  padding-left: 90px;
}
.comment-header .vcard {
  font-weight: 700;
  font-style: normal;
  margin-right: 12px;
}
.comment-header .comment-meta {
  color: #9e9e9e;
}
.comment-header .comment-meta .time {
  font-size: 14px;
  color: #9e9e9e;
  margin: 0 12px;
}
.comment-header .comment-meta .reply {
  margin-left: 12px;
  font-size: 14px;
  color: #f44336;
}
.comment-content p {
  padding: 8px 0;
  line-height: 25px;
}
.comment-content p:last-child {
  padding-bottom: 0;
}
#reply-title {
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 67px 0 26px;
  padding: 0;
  letter-spacing: 0.3;
}
#commentform:after {
  clear: both;
  display: table;
  content: '';
}
#commentform p {
  padding: 0;
  margin: 0;
  position: relative;
}
#commentform p i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #dcdcdc;
}
#commentform input[type='text'],
#commentform input[type='email'],
#commentform input[type='url'],
#commentform textarea {
  background: transparent;
  padding: 5px 15px;
  height: 50px;
  display: block;
  border: 0;
  position: relative;
  width: 100%;
}
#commentform input[type='text']::-moz-placeholder,
#commentform input[type='email']::-moz-placeholder,
#commentform input[type='url']::-moz-placeholder,
#commentform textarea::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
#commentform input[type='text']:-ms-input-placeholder,
#commentform input[type='email']:-ms-input-placeholder,
#commentform input[type='url']:-ms-input-placeholder,
#commentform textarea:-ms-input-placeholder {
  color: #212121;
}
#commentform input[type='text']::-webkit-input-placeholder,
#commentform input[type='email']::-webkit-input-placeholder,
#commentform input[type='url']::-webkit-input-placeholder,
#commentform textarea::-webkit-input-placeholder {
  color: #212121;
}
#commentform .comment-for-author,
#commentform .comment-for-email {
  width: 50%;
  float: left;
}
#commentform .comment-for-url,
#commentform .comment-for-submit,
#commentform .comment-for-content {
  width: 100%;
  float: left;
}
#commentform .comment-for-email:after {
  clear: both;
  display: table;
  content: '';
}
#commentform input.author {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#commentform input.email {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#commentform input.url {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#commentform textarea {
  height: 150px;
  width: 100%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
}
#commentform textarea:focus {
  outline-color: transparent;
  outline: none;
}
#commentform input[type='submit'] {
  background: #212121;
  color: #ffffff;
  text-transform: none;
  padding: 2px 25px;
  display: inline-block;
  border: 0;
  font-size: 16px;
  line-height: 36px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  letter-spacing: 3px;
  width: 100%;
  height: 45px;
  margin-top: 20px;
}
#commentform input[type='submit']:hover,
#commentform input[type='submit']:focus {
  background: #f44336;
}
/**
 * 3.9 - Contact
 * -----------------------------------------------------------------------------
 */
.large-ttle {
  font-size: 40px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 22px 0;
  border-bottom: 2px solid #212121;
}
.map-iframe {
  margin: 18px 0 30px;
}
.map-iframe iframe {
  border: 0;
  width: 100%;
  height: 350px;
}
.bidex-embed {
  margin: 28px 0 10px;
}
.bidex-embed iframe {
  border: 0;
  width: 100%;
  min-height: 720px;
  height: 85vh;
  display: block;
}
.blog-sidebar .contact-info .widget-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-sidebar .contact-info p {
  padding-top: 0;
}
.blog-sidebar .contact-info ul {
  margin-top: 12px;
}
#contact-form {
  margin: 39px 0 38px;
}
#contact-form .contact-form-7 {
  margin-top: 19px;
}
/**
 * 3.10 - Off canvas
 * -----------------------------------------------------------------------------
 */
#off-canvas-nav {
  display: none;
}
@media (max-width: 991px) {
  .tz-main-menu > li .sub-menu {
    position: relative;
    background: #3A3A3A;
    left: auto;
    top: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    min-width: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
  }
  .tz-main-menu > li .sub-menu:before {
    display: none;
  }
  .tz_icon_menu {
    display: block;
  }
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    left: 0;
    /* -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); */
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .off-canvas #plazart-mainnav .nav-collapse,
  .off-canvas #ja-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    background: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    background: none repeat scroll 0 0 #333;
    height: auto;
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li {
    float: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
  }
  .tz-site, body .tz-main-menu {transition: all 500ms ease-in-out !important;}
  /* .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  } */
  .off-canvas-enabled body .tz-main-menu {left: 0px;}
  .off-canvas-enabled #plazart-mainnav {
    display: block;
  }
  .nav-collapse {
    height: 0;
    overflow: hidden;
  }
}
/**
 * 3.11 - Revolution
 * -----------------------------------------------------------------------------
 */
.tp-caption.mediumlightwhite2,
.mediumlightwhite2 {
  font-size: 27px;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  font-style: italic;
  border: 0;
}
.tp-caption.slider-title,
.slider-title {
  font-size: 60px;
  line-height: 60px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  letter-spacing: 2;
  border: 0;
}
.buttom_bike {
  background: #f44336;
  border: 0;
  text-transform: uppercase;
  padding: 0 30px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.buttom_bike:hover,
.buttom_bike:focus {
  background: #212121;
  color: #ffffff;
}
.tp-leftarrow.default {
  border: 2px solid #ffffff;
  background-color: transparent;
  background-image: url('../images/arrow_left.png');
  background-position: 10px center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 50% !important;
  margin-top: -20px !important;
}
.tp-leftarrow.default:hover {
  background-color: #f44336;
  border-color: #f44336;
}
.tp-rightarrow.default {
  border: 2px solid #ffffff;
  background-color: transparent;
  background-image: url('../images/arrow_right.png');
  background-position: 10px center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  top: 50% !important;
  margin-top: -20px !important;
}
.tp-rightarrow.default:hover {
  background-color: #f44336;
  border-color: #f44336;
}
/**
 * 4.0 - Footer
 * -----------------------------------------------------------------------------
 */
.footer-widget {
  background: #f5f5f5;
  padding: 55px 0 27px;
}
.footer-widget .widget-title {
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 900;
  padding: 0 0 16px;
}
.footer-left {
  width: 41%;
  float: left;
  padding-right: 50px;
}
.footer-right {
  width: 59%;
  float: left;
  border-left: 1px solid #e0e0e0;
  padding-left: 50px;
}
.widget {
  margin-bottom: 30px;
}
.contact-info .widget-title {
  padding-bottom: 12px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info ul li {
  font-size: 16px;
  line-height: 27px;
  padding: 9px 0 7px;
}
.contact-info ul li:after {
  clear: both;
  display: table;
  content: '';
}
.contact-info ul li span {
  float: left;
  display: block;
  min-width: 70px;
  color: #f44336;
}
.contact-info ul li address {
  margin: 0;
  line-height: 27px;
  padding-left: 70px;
}
.tz-subcribe {
  position: relative;
  padding: 24px 0 0 0;
  margin: 0;
}
.tz-subcribe:after {
  clear: both;
  display: table;
  content: '';
}
.tz-subcribe input[type='text'] {
  width: 270px;
  height: 45px;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  float: left;
}
.tz-subcribe input[type='text']::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.tz-subcribe input[type='text']:-ms-input-placeholder {
  color: #9e9e9e;
}
.tz-subcribe input[type='text']::-webkit-input-placeholder {
  color: #9e9e9e;
}
.tz-subcribe input[type='submit'] {
  height: 45px;
  background: #212121;
  color: #ffffff;
  border: 0;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-subcribe input[type='submit']:hover,
.tz-subcribe input[type='submit']:focus {
  background: #f44336;
}
.tz-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-social:after {
  clear: both;
  display: table;
  content: '';
}
.tz-social li {
  float: left;
  padding: 3px 0;
}
.tz-social li a {
  color: #9e9e9e;
  font-size: 20px;
  line-height: 27px;
  padding-right: 27px;
  display: block;
}
.tz-social li a:hover {
  color: #f44336;
}
.tz-widget-clients .widget-title {
  padding-bottom: 22px;
}
.tz-widget-say {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 44px;
}
.tz-widget-say:after {
  clear: both;
  display: table;
  content: '';
}
.tz-widget-say img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  float: left;
  margin-top: 9px;
}
.tz-widget-say .entry-say {
  padding-left: 120px;
}
.tz-widget-say .entry-say span {
  color: #f44336;
  display: block;
  padding-top: 8px;
}
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu ul li a {
  line-height: 36px;
}
.tz-copyright {
  background: #212121;
  padding: 27px 0;
}
.tz-copyright p {
  color: #bdbdbd;
}
.tz-copyright p a {
  color: #f44336;
}
.payments-method {
  padding: 12px 0;
  display: block;
}
.payments-method a {
  display: inline-block;
  padding-left: 7px;
}
/**
* 5.0 - Responsive
* -----------------------------------------------------------------------------
*/
@media (max-width: 1199px) {
  .dropdown-mega {
    width: 100%;
    left: 0;
  }
  .list-view .product-item .item .product-item-inner .product-info .p-mask a {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .tz-subcribe input[type='text'] {
    width: 100%;
    border-width: 2px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .tz-logo {
    padding: 0;
    margin: 5px 0 0 0;
  }
  .tz-logo img {
    height: 22px;
    max-width: 250px;
  }
  .tz-search .select-arrow {
    display: none;
  }
  .dropdown-mega .menu-title {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
  }
  .header-top {
    display: none;
  }
  .header-content {
    padding: 30px 0;
  }
  .parallax {
    background-position: 50% 0 !important;
  }
  .cart-inner {
    display: none;
  }
  .section-large-top {
    padding-top: 60px;
  }
  .section-medium {
    padding: 60px 0;
  }
  .section-small2 {
    padding: 30px 0;
  }
  .border-left {
    border-left: 0;
  }
  .tz-tabs-title {
    font-size: 24px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    float: none !important;
  }
  .tz-nav-tabs {
    margin-top: 30px;
    float: none !important;
  }
  .tz-nav-tabs li:first-child a {
    padding-left: 0;
  }
  .tz-new-blog .tzthumbnail {
    width: 100%;
    float: none;
  }
  .tz-new-blog .tzthumbnail img {
    width: 100%;
  }
  .tz-new-blog .tz-new-content {
    width: 100%;
    float: none;
    padding: 20px 0;
  }
  .tz-new-blog .tz-new-content .continue {
    margin-top: 0;
  }
  .tz-title-black {
    font-size: 24px;
    font-family: 'loveloblack';
    font-weight: normal;
    line-height: 30px;
    text-transform: uppercase;
    color: #212121;
    margin: 20px 0;
    padding: 0;
  }
  .tz-title-black span {
    font-weight: 300;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    color: #212121;
    line-height: 21px;
    display: inline-block;
    text-transform: none;
    padding-left: 32px;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
  .tz-partners li {
    padding: 25px 0;
  }
  .event-thumbail {
    text-align: left;
    padding: 0;
  }
  .product-event-content {
    padding: 35px 0 0 0;
  }
  .cart_totals {
    padding: 25px;
  }
  .cart_totals .cart_totals_inner table tr th {
    line-height: 25px;
  }
  .cart_totals .cart_totals_inner table .shipping td {
    padding-top: 0;
  }
  .blog {
    padding: 28px 0 70px;
  }
  .blog-sidebar {
    margin-bottom: 50px;
  }
  .blog-right-sidebar {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .blog-item .thumb img {
    width: 100%;
  }
  .tz-shop-tabs {
    margin: 50px 0;
  }
  .dropdown-mega {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 5px 0;
    padding: 15px 0;
    background: #3A3A3A;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .dropdown-mega:before {
    display: none;
  }
  .dropdown-mega .megamenu-item {
    border: 0;
    padding: 0 20px;
  }
  .dropdown-mega .menu-title {
    color: #ffffff;
  }
  .dropdown-mega .width50 {
    width: 100%;
    float: none !important;
  }
  .entry-summary .tz_variations_form .tzqty {
    margin: 0 0 0 10px;
  }
  .single_add_to_wishlist {
    margin: 25px 0 0 0;
    display: block;
  }
  .single-blog .entry-social a {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .header-content {
    padding: 25px 0;
  }
  .tz-search {
    display: none;
  }
  .product-item {
    margin-bottom: 30px;
  }
  .product-item:after {
    clear: both;
    display: table;
    content: '';
  }
  .product-item .product-thubnail {
    width: 45%;
    float: left;
  }
  .product-item .product-infomation {
    width: 55%;
    float: left;
    text-align: left;
    padding-left: 30px;
  }
  .product-item .product-attr i {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .tz-new-blog {
    margin-bottom: 30px;
  }
  .tz-new-blog .tzthumbnail {
    width: 45%;
    float: left;
  }
  .tz-new-blog .tzthumbnail img {
    width: 100%;
  }
  .tz-new-blog .tz-new-content {
    width: 55%;
    float: left;
    padding: 0 25px;
  }
  .tz-new-blog .tz-new-content .continue {
    margin-top: 0;
  }
  .footer-left,
  .footer-right {
    width: 100%;
    float: none;
    border: 0;
    padding: 0;
  }
  .tz-product .product-item .item {
    border: 0;
  }
  .tz-product .product-item .item .product-item-inner {
    background: #ffffff;
    border: 1px solid #eeeeee;
  }
  .tz-product .product-item .item .product-item-inner:after {
    clear: both;
    display: table;
    content: '';
  }
  .tz-product .product-info .p-color {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .tz-product .product-info .p-color i {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
  }
  .tz-product.list-view .product-item {
    width: auto;
  }
  .tz-product.list-view .product-item .item .product-item-inner .product-info .p-mask a {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-thumbnail {
    display: none;
  }
  .product-remove {
    display: none;
  }
  .shop_table {
    margin-bottom: 30p;
  }
  .shop_table tr th {
    padding: 15px;
  }
  .coupon {
    margin: 0 0 30px;
  }
  #order_review {
    padding: 25px;
    margin-top: 30px;
  }
  .shop-cart {
    margin: 28px 0 50px;
  }
  .page-title {
    margin: 40px 0 30px;
  }
  .single-blog .entry-blog-meta span {
    display: block;
    margin: 0 0 15px 0;
  }
  .list-view .product-item {
    margin-bottom: 0;
  }
  .single-blog .entry-social {
    padding: 15px 0;
  }
  .single-blog .entry-social a {
    margin: 20px;
  }
  .tz-register form {
    width: 430px;
  }
}
@media (max-width: 479px) {
  .blog-container {
    padding: 15px;
  }
  .blog-sidebar {
    background: #f2f2f2;
    padding: 30px 15px;
  }
  .single-blog .entry-social a {
    margin: 10px;
    font-size: 20px;
  }
  .single-blog .post-navigation a {
    font-size: 12px;
  }
  blockquote {
    margin: 15px;
    padding: 10px 20px;
  }
  #comments h2 span {
    padding: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .comment-avatar {
    max-width: 30px;
  }
  .comment-block {
    padding-left: 40px;
  }
  .tz-new-blog {
    margin-bottom: 30px;
  }
  .tz-new-blog .tzthumbnail {
    width: 100%;
    float: none;
  }
  .tz-new-blog .tzthumbnail img {
    width: 100%;
  }
  .tz-new-blog .tz-new-content {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .tz-new-blog .tz-new-content .continue {
    margin-top: 0;
  }
  .tz-title-black span {
    padding-left: 0;
  }
  .product-item .product-thubnail {
    width: 100%;
    float: none;
  }
  .product-item .product-infomation {
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 0;
  }
  .tz-nav-tabs li a {
    padding: 5px 26px 0 0;
  }
  .tz-nav-tabs li a i {
    display: none;
  }
  .countdown-section {
    margin-top: 30px;
  }
  .product-event-content li .tz-stock {
    padding-left: 0;
    display: block;
    padding-top: 10px;
  }
  .product-event-content .event-footer .add-to-wishlist {
    margin-left: 0;
    margin-top: 10px;
  }
  .list-view .product-item {
    margin: 0;
  }
  .list-view .product-item .item .product-item-inner .product-info {
    width: 100%;
    position: relative;
    float: none;
    padding: 0 30px;
  }
  .list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist,
  .list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view {
    padding-left: 0;
    display: block;
  }
  .list-view .product-item .item .product-item-inner .product-thumb {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .catalog_top .style-switch {
    float: none;
  }
  .catalog_top .shop-order {
    float: none;
  }
  .entry-summary .tz_variations_form .tzqty {
    margin: 25px 0 0 0;
    display: block;
  }
  .entry-summary .product-price .stock {
    padding: 25px 0 0 0;
    display: block;
  }
  .tab-head .nav-tabs li a {
    font-size: 20px;
    margin: 0;
    padding: 0 15px 0 0;
    text-align: left;
  }
  .tz-shop-tabs {
    padding: 35px 0;
    margin: 35px 0;
  }
  .shop_table .product-subtotal {
    width: 100px;
  }
  .shop_table tr th {
    padding: 0;
  }
  .shop_table .product-price {
    padding: 15px;
  }
  .shop_table .product-quantity {
    display: none;
  }
  .actions .update-cart {
    background: #212121;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 20px 5px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .actions .update-cart:hover,
  .actions .update-cart:focus {
    background: #f44336;
  }
  .blog-heading .blog-info {
    padding: 0 15px;
  }
  .large-ttle {
    font-size: 28px;
    padding: 0 0 15px 0;
  }
  .tz-register {
    margin: 0;
  }
  .tz-register form {
    width: auto;
    margin: 10px auto 0;
  }
  .tz-register h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 320px) {
  .actions .update-cart {
    float: none;
    margin-top: 15px;
    display: block;
  }
  .shop-checkout {
    margin: 28px 0 35px;
  }
  .cart_totals .cart_totals_inner table .order-total th {
    font-size: 15px;
  }
  .page-title {
    margin: 30px 0;
    font-size: 30px;
    line-height: 30px;
  }
  .single-blog .post-navigation a {
    font-size: 15px;
    width: 100%;
    float: none;
  }
  .single-blog .post-navigation .post-navigation-disabled {
    font-size: 15px;
    width: 100%;
    float: none;
  }
  .single-blog .post-navigation a.prev {
    margin-bottom: 10px;
  }
  .single-blog .post-navigation span.prev.post-navigation-disabled {
    margin-bottom: 10px;
  }
  .comment-avatar {
    display: none;
  }
  .comment-block {
    padding-left: 0;
  }
  .comments-list > li ol {
    margin-left: 20px;
  }
  #commentform .comment-for-author,
  #commentform .comment-for-email {
    width: 100%;
  }
  #commentform input.author {
    border-width: 1px 1px 0 1px;
  }
  #reply-title {
    margin-top: 30px;
  }
}

/* Bidex / Sport2000-inspired shop & product */
.tz-shop-sidebar.bidex-shop-sidebar .widget-title {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #222;
}
.tz-shop-sidebar.bidex-shop-sidebar .widget {
  margin-bottom: 20px;
}
.bidex-shop-sidebar .shop-category-widget,
.bidex-shop-sidebar .shop-filter-widget {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}
.bidex-shop-sidebar .widget-title,
.bidex-shop-sidebar .shop-filter-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 1.35;
  margin: 0 0 12px;
  padding: 0;
  border-bottom: 0;
  color: #222;
  display: flex;
  align-items: center;
  gap: 7px;
}
.bidex-shop-sidebar .shop-category-widget .widget-title {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}
.bidex-shop-sidebar .widget-title .fa,
.bidex-shop-sidebar .shop-filter-heading .fa {
  font-size: 12px;
  color: #555;
  width: 14px;
  text-align: center;
}
.bidex-shop-sidebar .shop-category-widget {
  font-size: 13px;
  line-height: 1.35;
  color: #333;
}
.bidex-shop-sidebar .shop-filter-widget {
  padding: 14px 16px 16px;
  font-size: 13px;
  line-height: 1.35;
  color: #333;
}
.bidex-shop-sidebar .shop-filter-widget .shop-offer-group {
  padding-top: 0;
}
.bidex-shop-sidebar .shop-filter-group {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #ececec;
}
.bidex-shop-sidebar .shop-filter-group:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.bidex-shop-sidebar .shop-options-list {
  margin: 0;
  padding: 0;
}
.bidex-shop-sidebar .shop-option-item {
  margin: 0;
  padding: 0;
}
.bidex-shop-sidebar .shop-filter-option,
.bidex-shop-sidebar .shop-offer-filter {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.25;
  color: #333;
}
.bidex-shop-sidebar .shop-offer-filter {
  padding: 2px 0 4px;
  font-size: 13px;
}
.bidex-shop-sidebar .shop-filter-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.bidex-shop-sidebar .check-box-custom {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  flex-shrink: 0;
  position: relative;
  background: #fff;
}
.bidex-shop-sidebar .shop-filter-checkbox:checked + .check-box-custom {
  background: #b5121b;
  border-color: #b5121b;
}
.bidex-shop-sidebar .shop-filter-checkbox:checked + .check-box-custom::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.bidex-shop-sidebar .shop-option-label {
  flex: 1;
  min-width: 0;
  font-size: 13px;
}
.bidex-shop-sidebar .option-count {
  color: #888;
  font-size: 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
.bidex-shop-sidebar .shop-color-swatch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
.bidex-shop-sidebar .shop-color-option .shop-option-label {
  flex: 0 1 auto;
}
.bidex-shop-sidebar .shop-price-slider {
  padding-top: 2px;
}
.bidex-shop-sidebar .shop-price-slider .ui-slider {
  position: relative;
  height: 4px;
  background: #e5e5e5;
  border: 0;
  border-radius: 2px;
  margin: 8px 6px 0;
}
.bidex-shop-sidebar .shop-price-slider .ui-slider .ui-slider-range,
.bidex-shop-sidebar .shop-price-slider .ui-widget-header {
  background: #b5121b;
  height: 100%;
  border-radius: 2px;
}
.bidex-shop-sidebar .shop-price-slider .ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  top: -5px;
  margin-left: -7px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #b5121b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.bidex-shop-sidebar .shop-price-slider .ui-state-default,
.bidex-shop-sidebar .shop-price-slider .ui-widget-content .ui-state-default {
  background: #fff;
  border-color: #b5121b;
}
.bidex-shop-sidebar .shop-price-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  float: none;
}
.bidex-shop-sidebar .shop-price-footer:after {
  display: none;
}
.bidex-shop-sidebar .shop-price-apply {
  border: 0;
  background: transparent;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
  color: #333;
}
.bidex-shop-sidebar .shop-price-apply:hover {
  color: #b5121b;
}
.bidex-shop-sidebar .shop-price-range {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  float: none;
  font-size: 12px;
  font-style: normal;
  color: #555;
  white-space: nowrap;
}
.bidex-shop-sidebar .shop-price-sep {
  color: #999;
}
.bidex-shop-sidebar .option-name {
  flex: 1;
  line-height: 1.35;
}
.bidex-shop-sidebar .color-bolid {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: middle;
  margin-right: 6px;
}

/* Category accordion */
.bidex-shop-sidebar .shop-cat-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bidex-shop-sidebar .shop-cat-root {
  border-bottom: 1px solid #ececec;
}
.bidex-shop-sidebar .shop-cat-root:last-child {
  border-bottom: 0;
}
.bidex-shop-sidebar .shop-cat-root-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 16px;
  color: #333;
  background: #f7f7f7;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.bidex-shop-sidebar .shop-cat-root-link:hover {
  color: #333;
  background: #efefef;
}
.bidex-shop-sidebar .shop-cat-root.is-active-root > .shop-cat-root-link,
.bidex-shop-sidebar .shop-cat-root.is-open > .shop-cat-root-link {
  background: #b5121b;
  color: #fff;
  font-weight: 700;
}
.bidex-shop-sidebar .shop-cat-root.is-active-root > .shop-cat-root-link:hover,
.bidex-shop-sidebar .shop-cat-root.is-open > .shop-cat-root-link:hover {
  background: #9e0f17;
  color: #fff;
}
.bidex-shop-sidebar .shop-cat-root-label {
  flex: 1;
  font-size: 13px;
}
.bidex-shop-sidebar .shop-cat-root-label .shop-cat-count {
  margin-left: 4px;
}
.bidex-shop-sidebar .shop-cat-chevron,
.bidex-shop-sidebar .shop-cat-sub-chevron {
  font-size: 10px;
  opacity: 0.85;
  flex-shrink: 0;
}
.bidex-shop-sidebar .shop-cat-count {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.bidex-shop-sidebar .shop-cat-root.is-active-root > .shop-cat-root-link .shop-cat-count,
.bidex-shop-sidebar .shop-cat-root.is-open > .shop-cat-root-link .shop-cat-count {
  color: rgba(255, 255, 255, 0.85);
}
.bidex-shop-sidebar .shop-cat-subs {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.bidex-shop-sidebar .shop-cat-sub {
  border-top: 1px solid #f0f0f0;
}
.bidex-shop-sidebar .shop-cat-sub-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px 8px 20px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  background: #fff;
}
.bidex-shop-sidebar .shop-cat-sub-link:hover {
  background: #fafafa;
  color: #b5121b;
}
.bidex-shop-sidebar .shop-cat-sub.is-selected .shop-cat-sub-link,
.bidex-shop-sidebar .shop-cat-sub-link.is-active {
  color: #b5121b;
  font-weight: 600;
}
.bidex-shop-sidebar .shop-cat-sub-label {
  font-size: 13px;
}
.bidex-shop-sidebar .shop-cat-sub-label .shop-cat-count {
  color: #888;
  font-weight: 400;
  font-size: 12px;
}
.bidex-shop-sidebar .shop-cat-subs .shop-cat-subs {
  background: #fafafa;
}
.bidex-shop-sidebar .shop-cat-sub[data-depth="2"] > .shop-cat-sub-link {
  padding-left: 28px;
}
.bidex-shop-sidebar .shop-cat-sub[data-depth="3"] > .shop-cat-sub-link {
  padding-left: 36px;
}
.bidex-shop-sidebar .shop-cat-sub[data-depth="4"] > .shop-cat-sub-link {
  padding-left: 44px;
}
.bidex-shop-sidebar .shop-cat-sub.is-open > .shop-cat-sub-link.has-children {
  color: #b5121b;
  font-weight: 600;
}

.bidex-shop-sidebar .shop-category-tree {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bidex-shop-sidebar .shop-category-tree > li > a,
.bidex-shop-sidebar .shop-category-tree .children > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 4px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  line-height: 1.35;
}
.bidex-shop-sidebar .shop-category-tree a.is-active,
.bidex-shop-sidebar .shop-category-tree li.active > a {
  color: #b5121b;
  font-weight: 700;
}
.bidex-shop-sidebar .shop-category-tree .cat-count,
.bidex-shop-sidebar .option-count {
  color: #888;
  font-size: 12px;
  white-space: nowrap;
}
.bidex-shop-sidebar .shop-category-tree .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
}
.bidex-shop-sidebar .shop-clear-filters {
  display: block;
  margin-top: 16px;
  padding: 10px 12px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  background: #fafafa;
}
.bidex-shop-sidebar .shop-clear-filters:hover {
  background: #b5121b;
  border-color: #b5121b;
  color: #fff;
}
.shop-category-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.shop-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fafafa;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  transition: all 0.2s ease;
}
.shop-category-chip:hover,
.shop-category-chip.active {
  background: #f44336;
  border-color: #f44336;
  color: #fff;
}
.shop-category-chip .chip-count {
  opacity: 0.85;
  font-size: 12px;
}
.shop-sub-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #666;
}
.bidex-product-page .product-purchase-row {
  align-items: flex-start;
}
.bidex-product-top {
  margin-bottom: 10px;
}
.bidex-image-box {
  position: relative;
  background: #fff;
  margin-bottom: 24px;
}
.bidex-image-box__brand {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  max-width: 120px;
  max-height: 90px;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
}
.bidex-image-box .bidex-gallery {
  position: relative;
}
.bidex-image-box__social {
  margin-top: 12px;
}
.bidex-product-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.25;
  color: #212529;
}
.bidex-product-rating {
  display: inline-block;
  margin-bottom: 16px;
}
.bidex-price-box {
  margin-bottom: 20px;
}
.bidex-price-box__rrp {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}
.bidex-price-box__main {
  line-height: 1;
  margin-bottom: 8px;
}
.bidex-price-box__from {
  font-size: 14px;
  color: #333;
  margin-right: 4px;
}
.bidex-price-box__value {
  font-size: 36px;
  font-weight: 700;
  color: #212529;
}
.bidex-price-box__cents {
  font-size: 22px;
  font-weight: 700;
  color: #212529;
  vertical-align: top;
}
.bidex-price-box__currency {
  font-size: 18px;
  font-weight: 600;
  color: #212529;
  margin-left: 2px;
}
.bidex-price-box__stock {
  font-size: 13px;
  color: #555;
}
.bidex-in-stock {
  color: #198754;
  font-weight: 600;
}
.bidex-out-of-stock {
  color: #b5121b;
  font-weight: 600;
}
.bidex-variant-box {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 14px 16px;
  margin-bottom: 20px;
  background: #fff;
}
.bidex-variant-box__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #212529;
}
.bidex-reservation-box {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
  background: #fff;
}
.bidex-reservation-box__head {
  margin-bottom: 8px;
}
.bidex-reservation-box__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #212529;
}
.bidex-reservation-box__title .fa {
  margin-right: 8px;
  color: #6c757d;
}
.bidex-reservation-box__intro {
  font-size: 13px;
  color: #555;
  margin: 0 0 14px;
}
.bidex-reservation-variants {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bidex-reservation-variant {
  display: block;
  margin: 0;
  cursor: pointer;
}
.bidex-reservation-variant__badge {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  margin-bottom: 6px;
  border-radius: 2px;
  background: #d4edda;
  color: #155724;
}
.bidex-reservation-variant__option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 12px 14px;
  background: #fff;
  transition: border-color 0.15s ease;
}
.bidex-reservation-variant input[type="radio"] {
  margin: 3px 0 0;
  accent-color: #6f42c1;
  flex-shrink: 0;
}
.bidex-reservation-variant__label {
  font-size: 14px;
  line-height: 1.4;
  color: #212529;
}
.bidex-reservation-variant:has(input:checked) .bidex-reservation-variant__option {
  border-color: #6f42c1;
}
.bidex-variant-selects {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 18px;
}
.bidex-variant-field--full {
  width: 100%;
}
.bidex-variant-field__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
}
.bidex-variant-select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
}
.bidex-size-select--full {
  width: 100%;
  max-width: 100%;
}
.bidex-variant-row--qty {
  display: flex;
  align-items: flex-end;
}
.bidex-variant-field--qty {
  width: 100%;
  max-width: 120px;
}
.bidex-variant-field--qty .bidex-variant-select {
  max-width: 100%;
}
.bidex-color-select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bidex-color-swatches {
  width: 100%;
}
.bidex-color-swatches__list {
  display: flex;
  flex-wrap: wrap;
}
.bidex-color-swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 56px;
  max-width: 88px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
}
.bidex-color-swatch:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.bidex-color-swatch__circle {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  background: #ddd;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bidex-color-swatch:hover:not(:disabled) .bidex-color-swatch__circle {
  transform: scale(1.05);
}
.bidex-color-swatch.is-selected .bidex-color-swatch__circle {
  border-color: #212121;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #212121;
}
.bidex-color-swatch__name {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  color: #555;
  word-break: break-word;
}
.bidex-color-swatch.is-selected .bidex-color-swatch__name {
  color: #212121;
  font-weight: 600;
}
.bidex-color-dropdown {
  position: relative;
  width: 100%;
}
.bidex-color-dropdown__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.bidex-color-dropdown__toggle:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.bidex-color-dropdown__swatch {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ddd;
  flex-shrink: 0;
}
.bidex-color-dropdown__label {
  flex: 1;
  font-size: 14px;
  color: #333;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bidex-color-dropdown__icon {
  font-size: 12px;
  color: #888;
  flex-shrink: 0;
}
.bidex-color-dropdown__menu {
  display: none;
  position: absolute;
  z-index: 30;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-height: 240px;
  overflow-y: auto;
}
.bidex-color-dropdown__menu.is-open {
  display: block;
}
.bidex-color-dropdown__option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.bidex-color-dropdown__option:hover,
.bidex-color-dropdown__option.is-selected {
  background: #f5f5f5;
}
.bidex-color-dropdown__option.is-selected {
  font-weight: 600;
}
.bidex-color-dropdown__name {
  flex: 1;
  min-width: 0;
}
.bidex-color-box {
  margin-bottom: 20px;
}
.bidex-color-variant .bidex-reservation-variant__option {
  align-items: center;
}
.bidex-color-variant__swatch {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ddd;
  flex-shrink: 0;
}
.bidex-color-variant:has(input:checked) .bidex-color-variant__swatch {
  outline: 2px solid #6f42c1;
  outline-offset: 2px;
}
.bidex-size-variant.is-hidden {
  display: none !important;
}
.bidex-product-summary .product-brand {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.bidex-product-summary .product-short-desc {
  margin-bottom: 20px;
  color: #555;
}
.bidex-summary-brand-logo {
  max-height: 28px;
  max-width: 120px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
}

/* Product detail — Bidex-style lower area */
.bidex-detail-lower {
  background: #fff;
  border-top: 1px solid #dee2e6;
  padding: 24px 0 70px;
  margin-top: 10px;
}
.bidex-detail-container {
  max-width: 1200px;
}
.bidex-partner-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
  clear: both;
  align-items: stretch;
}
.bidex-partner-col {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  align-self: stretch;
}
.bidex-partner-col > .bidex-partner-box {
  flex: 1 1 auto;
  width: 100%;
}
.bidex-partner-box,
.bidex-partner-row .insurance-section {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  position: relative;
  width: 100%;
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.bidex-partner-box h5 {
  margin: 0;
  padding: 0;
}
.bidex-partner-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  padding: 0 12px;
  background: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
  box-sizing: border-box;
}
.bidex-partner-box__title {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background: transparent;
  line-height: 1.3;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bidex-partner-box__title .fa {
  margin-right: 8px;
  color: #333;
  font-size: 13px;
}
.bidex-partner-box__nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.bidex-partner-box__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  cursor: pointer;
  line-height: 1;
}
.bidex-partner-box__nav-btn:hover {
  color: #000;
}
.bidex-partner-box__nav-btn .fa {
  font-size: 18px;
  line-height: 1;
}
.bidex-partner-box__body {
  padding: 0;
  height: 236px;
  min-height: 236px;
  max-height: 236px;
  flex: 1 1 236px;
  display: block;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.bidex-partner-slider {
  width: 100%;
  height: 236px;
  overflow: hidden;
  position: relative;
}
.bidex-partner-slider__track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease;
  will-change: transform;
}
.bidex-partner-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  height: 236px;
  min-height: 236px;
  max-height: 236px;
}
.bidex-partner-slide {
  height: 236px;
  box-sizing: border-box;
  overflow: hidden;
}
.bidex-partner-slide--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.bidex-partner-slide__logo {
  max-width: 300px;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.bidex-partner-slide--insurance {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 10px 16px 8px;
  text-align: center;
}

.bidex-partner-slide__products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 6px;
  background: #f1f3f5;
  border: 1px solid #e9ecef;
  border-radius: 2px;
  overflow: hidden;
}

.bidex-partner-slide__products--cols-3 .bidex-partner-slide__product {
  flex: 1 1 33.333%;
  border-right: 1px solid #e9ecef;
}

.bidex-partner-slide__products--cols-3 .bidex-partner-slide__product:last-child {
  border-right: 0;
}

.bidex-partner-slide__product {
  flex: 1 1 100%;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #212529;
}

.bidex-partner-slide__product-price {
  display: block;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.bidex-partner-slide--insurance .bidex-partner-slide__logo-slot img {
  max-width: 180px;
  max-height: 58px;
}

.bidex-partner-slide__tagline {
  height: auto;
  line-height: 1.3;
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #212529;
  text-align: left;
  flex-shrink: 0;
}
.bidex-partner-slide__logo-slot {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  flex-shrink: 0;
}
.bidex-partner-slide__logo-slot img {
  max-width: 190px;
  max-height: 58px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.bidex-partner-slide__logo-slot--large img {
  max-width: 220px;
  max-height: 95px;
}
.bidex-partner-slide__footer-link {
  margin: 8px 0 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  flex-shrink: 0;
  line-height: 1.4;
}
.bidex-partner-slide__footer-link a {
  color: #212529;
  text-decoration: none;
}
.bidex-partner-slide__footer-link a:hover {
  color: #b5121b;
}

.bidex-detail-desc--standalone {
  font-size: 14px;
  line-height: 1.65;
  color: #444;
  text-align: left;
  margin: 0 0 32px;
  max-width: 100%;
}

.bidex-detail-tabs {
  margin-top: 0;
}
.bidex-detail-tab-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  min-height: 53px;
}
.bidex-detail-tab-nav li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-right: 1px solid #dee2e6;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin: 0;
  line-height: 1.3;
}
.bidex-detail-tab-nav li:last-child {
  border-right: 0;
}
.bidex-detail-tab-nav li .fa {
  font-size: 13px;
  color: #555;
}
.bidex-detail-tab-nav li.active {
  background: #fff;
  font-weight: 600;
  color: #212529;
  box-shadow: inset 0 -3px 0 #b5121b;
}
.bidex-detail-tab-content {
  border: 1px solid #dee2e6;
  border-top: 0;
  background: #fff;
  padding: 28px 20px 24px;
}
.bidex-detail-tab-content .tab-pane {
  display: none;
}
.bidex-detail-tab-content .tab-pane.active {
  display: block;
}
.bidex-leasing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 12px;
  align-items: stretch;
  margin: 0;
  padding: 4px 0 8px;
}
.bidex-leasing-grid__item {
  display: flex;
  min-width: 0;
}
.bidex-leasing-card {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  padding: 18px 12px 12px;
  min-height: 158px;
  box-sizing: border-box;
}
.bidex-leasing-card__logo {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 72px;
  margin: 0 0 14px;
}
.bidex-leasing-card__logo img {
  max-width: 100%;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.bidex-leasing-card__btn {
  display: block;
  width: 100%;
  padding: 9px 10px;
  background: #b5121b;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  flex-shrink: 0;
}
.bidex-leasing-card__btn:hover {
  background: #9e0f17;
  color: #fff !important;
}
.bidex-details-pane {
  padding-top: 0;
}
.bidex-detail-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #444;
}
.bidex-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}
.bidex-spec-col {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}
.bidex-spec-box {
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-sizing: border-box;
}
.bidex-spec-box__title {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.04em;
  background: #f8f9fa;
  color: #212529;
  padding: 7px 10px;
  line-height: 1.3;
  flex-shrink: 0;
}
.bidex-spec-box__body {
  flex: 1 1 auto;
  padding-bottom: 8px;
}
.bidex-spec-box__icon {
  position: absolute;
  top: 34px;
  right: 8px;
  width: 34px;
  height: 34px;
  object-fit: contain;
  opacity: 0.9;
  pointer-events: none;
}
.bidex-spec-box__icon.bidex {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #9e9e9e;
}
.bidex-spec-box__row {
  display: block;
  padding: 7px 42px 7px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #212529;
}
.bidex-spec-box__label {
  font-weight: 700;
  color: #333;
  margin-right: 4px;
}
.bidex-spec-box__value {
  color: #212529;
  word-break: break-word;
}
.bidex-tab-pane .contact-respond {
  max-width: 720px;
}
.bidex-tab-pane .contact-form-7 input,
.bidex-tab-pane .contact-form-7 textarea {
  font-size: 14px;
}

@media (max-width: 991px) {
  .bidex-product-title {
    font-size: 22px;
  }
  .bidex-price-box__value {
    font-size: 30px;
  }
  .bidex-partner-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bidex-partner-col {
    margin-bottom: 0;
  }
  .bidex-detail-tab-nav li {
    padding: 12px 12px;
    font-size: 12px;
  }
  .bidex-spec-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bidex-leasing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bidex-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }
  .bidex-leasing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 10px;
  }
}

.bidex-variations-form .form-attr {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.bidex-variations-form .form-attr > span {
  flex: 1 1 140px;
}
.bidex-variations-form select,
.bidex-variations-form input.qty {
  width: 100%;
  min-height: 42px;
  border: 1px solid #ddd;
  padding: 8px 12px;
}
.product-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-action-buttons .single_add_to_cart_button,
.product-action-buttons .single_add_to_wishlist {
  min-height: 44px;
}
.add-to-wishlist.is-in-wishlist,
.single_add_to_wishlist.is-in-wishlist {
  background-image: url("../images/wishlist_red.png");
}
.wishlist-btn--icon {
  background-image: none !important;
  padding-left: 0 !important;
  margin-left: 0;
}
.wishlist-btn--icon .fa {
  margin-right: 8px;
}
.wishlist-btn--icon.is-in-wishlist .fa-heart {
  color: #e74c3c;
}
.wishlist-btn--icon:not(.is-in-wishlist) .fa-heart-o {
  color: #333;
}
.bidex-product-tabs .tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.bidex-product-tabs .tab-nav li {
  padding: 11px 16px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  font-weight: 600;
  font-size: 13px;
  color: #555;
}
.bidex-product-tabs .tab-nav li.active {
  color: #b5121b;
  border-bottom-color: #b5121b;
}
.product-spec-card {
  height: 100%;
  border: 1px solid #e8e8e8;
  margin-bottom: 16px;
}
.product-spec-card .panel-heading {
  background: #f7f7f7;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}
.product-spec-card .spec-group-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.product-spec-card .panel-body {
  padding: 12px;
}
.product-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 8px;
  min-height: 18px;
}
.product-color-swatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ddd;
}
.product-color-swatch--selectable {
  position: relative;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin: 0;
}
.product-color-swatch__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.product-color-swatch__dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #ddd;
}
.product-color-swatch__input:checked + .product-color-swatch__dot {
  outline: 2px solid #212121;
  outline-offset: 2px;
}
.product-card-desc {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

/* Bidex shop catalog — toolbar + product cards */
.bidex-shop-catalog {
  font-size: 14px;
  color: #222;
}
.bidex-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 20px 0 16px;
  position: relative;
  z-index: 8;
}
.bidex-shop-search {
  flex: 1 1 280px;
  display: flex;
  align-items: stretch;
  min-height: 44px;
  border: 1px solid #ddd;
  background: #fff;
}
.bidex-shop-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  flex-shrink: 0;
  background: #f3f3f3;
  border-right: 1px solid #ddd;
  color: #666;
  font-size: 15px;
}
.bidex-shop-search-input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  min-width: 0;
  outline: none;
}
.bidex-shop-search-input::placeholder {
  color: #999;
}
.bidex-shop-sort {
  flex: 0 1 240px;
  min-width: 200px;
}
.bidex-shop-sort-label {
  display: block;
  margin: 0;
  position: relative;
}
.bidex-shop-sort-label:after {
  font-family: 'FontAwesome';
  content: '\f0d7';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 12px;
}
.bidex-shop-sort-select {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0 32px 0 14px;
  font-size: 14px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}
.bidex-shop-catalog .bidex-live-search {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  width: min(100%, 520px);
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 20;
}
.bidex-shop-catalog .bidex-live-search ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 360px;
  overflow-y: auto;
}
.bidex-shop-catalog .bidex-live-search ul li {
  display: flex;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.bidex-shop-catalog .bidex-live-search ul li:last-child {
  border-bottom: 0;
}
.bidex-shop-catalog .bidex-live-search .live-img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.bidex-shop-catalog .bidex-live-search .live-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bidex-shop-meta {
  margin-bottom: 18px;
}
.bidex-shop-results {
  font-size: 13px;
  color: #777;
}
.bidex-product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.shop-infinite-sentinel {
  width: 100%;
  height: 1px;
  clear: both;
}
.shop-infinite-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 24px 0 8px;
  color: #777;
  font-size: 14px;
  clear: both;
}
.shop-infinite-loader .fa-spinner {
  color: #b5121b;
}
.bidex-product-col {
  display: flex;
  float: none;
  padding: 0 10px 20px;
}
.bidex-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 360px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.bidex-product-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.bidex-product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.bidex-product-card__link:hover {
  color: inherit;
  text-decoration: none;
}
.bidex-product-card__media {
  position: relative;
  flex: 0 0 220px;
  height: 220px;
  padding: 24px 20px 16px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.bidex-product-card__media img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
.bidex-product-card__brand-mark {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #333;
  max-width: 45%;
  text-align: right;
  line-height: 1.2;
}
.bidex-product-card__brand-mark--logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 50%;
  max-height: 28px;
}
.bidex-product-card__brand-mark--logo img {
  max-width: 100%;
  max-height: 28px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: right center;
}
.bidex-product-card__stock {
  position: absolute;
  left: 14px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #2e7d32;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.2;
}
.bidex-product-card__stock .fa {
  font-size: 10px;
}
.bidex-product-card__info {
  flex: 0 0 102px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px 10px;
  box-sizing: border-box;
  text-align: center;
}
.bidex-product-card__names {
  flex: 1;
  min-width: 0;
  min-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bidex-product-card__brand {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  line-height: 1.3;
  margin-bottom: 2px;
  min-height: 17px;
}
.bidex-product-card__model {
  font-size: 13px;
  font-weight: 400;
  color: #222;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 18px;
}
.bidex-product-card__price-wrap {
  flex: 0 0 auto;
  text-align: right;
  line-height: 1;
  align-self: flex-end;
  margin-bottom: 2px;
}
.bidex-product-card__price {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.bidex-product-card__currency {
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  margin-left: 1px;
}
.bidex-product-card__offer-box {
  flex: 0 0 102px;
  width: 102px;
  border: 1px solid #b5121b;
  background: #fff;
  text-align: center;
  overflow: hidden;
  align-self: flex-end;
  margin-bottom: 0;
}
.bidex-product-card__offer-rrp {
  padding: 5px 4px 3px;
  font-size: 9px;
  line-height: 1.2;
  color: #888;
  white-space: nowrap;
}
.bidex-product-card__offer-price {
  padding: 0 4px 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #b5121b;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.bidex-product-card__offer-label {
  background: #b5121b;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 3px;
  line-height: 1.2;
}
.bidex-product-card__footer {
  flex: 0 0 38px;
  height: 38px;
  margin-top: 0;
  padding: 0 16px;
  background: #f5f5f5;
  border-top: 1px solid #ececec;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.bidex-product-card__footer:empty {
  display: flex;
}
.bidex-product-card__footer .product-color-swatches {
  margin: 0;
  min-height: 14px;
  gap: 8px;
}
.bidex-product-card__footer .product-color-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .bidex-shop-toolbar {
    flex-direction: column;
  }
  .bidex-shop-sort {
    flex: 1 1 auto;
    width: 100%;
  }
  .bidex-product-card__info {
    flex: 0 0 auto;
    height: auto;
    min-height: 102px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }
  .bidex-product-card__names {
    width: 100%;
    margin-bottom: 10px;
  }
  .bidex-product-card__price-wrap,
  .bidex-product-card__offer-box {
    align-self: center;
  }
  .bidex-product-card__offer-box {
    width: min(200px, 100%);
  }
  .bidex-product-card__price-wrap {
    text-align: center;
  }
  .bidex-product-card__price {
    font-size: 22px;
  }
}
/*# sourceMappingURL=custom.css.map */