/**
* 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: 'Roboto', 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 {
  text-decoration: none;
  color: #d70826;
  outline: none !important;
  outline-color: transparent !important;
}
select:focus,
input:focus,
button:focus {
  outline-color: transparent;
  outline: none;
}
#exzoom {
    width: 550px;
}
@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: #d70826;
}
.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 {
  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: #d70826;
}
.tz-login-form .form-text {
  padding: 21px 0 30px;
}
.tz-login-form .form-text a {
  color: #d70826;
}
.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;
  padding-bottom:10px;
}

.main-logo {
    padding-bottom: 10px;
    border-right: 1px solid #d0cece;
    height: 60px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}
.main-logo img {
    height: 60px;
}
    .sd-logo {  
    display: inline-block;
    height: 60px;
}
.sd-logo img {
    height: 40px; 
    margin-top: 15px;
}

.searchContent i{
    font-size: 12pt;
    padding-top: 10px;
    padding-left: 12px;
}

.searchContent {
    width: 100%;
    margin-top: 0;
    position: absolute;
    display: block;
    top: 17px;
    right: 0;
    z-index: 1;
    margin: auto;
    border: 1px solid #dddcdc;
    border-radius: 0;
    border-radius: 10px;
    height: 38px;
    background: #fff;
    z-index: 200;
}
#txtbxArama {
    float: left;
    width: 100%;
    height: 34px;
    border-radius: 0;
    color: #999999;
    padding-right: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    bordeR: 0 !important;
    padding-left: 12px;
    border-radius: 0;
    line-height: 8px !important;
}
#btnKelimeAra {
    background: #d70826;
    border-radius: 0;
    width: 38px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 9;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: block;
    height: 36px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0px;
    font-family: linearicons-free;
}

 
.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 #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: #d70826;
}
.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;*/
    background: #b6b7b7;
    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;
        border-right: 1px solid #999999;
    }
.tz-main-menu > li > a {
  color: #484747;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 24px;
    line-height: 40px;
    position: relative;
    font-weight: 400; 
}
 
.tz-main-menu > li > a span.cyan-dark:before {
  border-top: 3px solid #00bcd4;
  border-left: 3p}
    .tz-main-menu > li > a:hover,
    .tz-main-menu > li > a:focus {
        color: #d70826;
        /*color: #555555;
        background: #fff;*/
 
    }
.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: #d70826;
  -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: #d70826;
  -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: #d70826;
}
.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 {
  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 {
  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: 40px;
        min-height: 40px;
        position: relative;
        display: block;
        padding: 0 15px 0 22px;
        color: #333;
        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: #d70826;
  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: #d70826;
}
.cart-inner .mini-footer .check-out {
  background: #d70826;
  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: 40px;
  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: #d70826;
  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: #d70826;
  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: 10px 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;
  background-color:#fff;
  border:1px solid #e7e7e7;
}
.product-infomation {
    padding-bottom: 10px;
}
.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;
  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: #d70826;
}
.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: 20px;
        margin-bottom: 16px;
        padding: 0 5px;
        line-height: 19px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px;
    }

.product-item .product-price {
  display: block;
  color: #d70826;
  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: #d70826;
  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: #d70826;
  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: #d70826;
  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: #d70826;
  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: #d70826;
}
.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: 310px;
  border: 1px solid #eeeeee;
}
.tz-product .product-item .item .product-item-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 312px;
  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: #d70826;
  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: #d70826;
}
.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: #d70826;
}
.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: #d70826;
}
.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: #d70826;
}
/**
 * 3.7.1 - Shop sidebar
 * -----------------------------------------------------------------------------
 */
.widget-title {
  font-size: 16px;
  line-height: 32px;
  color: #d70826;
  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: #d70826;
}
.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: #d70826;
}
/**
 * 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: #d70826;
}
.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: #d70826;
  font-size: 30px;
  display: inline-block;
}
.entry-summary .product-price .stock {
  padding-left: 80px;
}
.entry-summary .product-price .stock span {
  color: #d70826;
}
.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: #d70826;
  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: #d70826;
  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: #d70826;
  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: #d70826;
  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: #d70826;
}
.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: #d70826;
}
.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: #d70826;
  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: #d70826;
}
/**
 * 3.7.5 - Shop Checkout
 * -----------------------------------------------------------------------------
 */
.shop-checkout {
  margin: 28px 0 105px;
  border: 0;
  border-color: transparent;
}
.shop-info {
  margin-bottom: 50px;
}
.shop-info p {
  padding: 0;
}
.shop-info p:first-child {
  margin-bottom: 15px;
}
.shop-info a {
  color: #d70826;
}
.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: #d70826;
}
.form-row input[type='text'],
.form-row input[type='email'],
.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: #d70826;
}
#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: #d70826;
  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;
}
/**
 * 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: #d70826;
}
/**
 * 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: #d70826;
  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: #d70826;
}
.widget_search .tz-search-form .tz-submit:hover:after {
  border-right: 7px solid #d70826;
}
.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;
}
.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: #d70826;
}
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: #d70826;
}
.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: 0 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: #d70826;
}
/**
 * 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;
}
.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;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .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: #d70826;
  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: #d70826;
  border-color: #d70826;
}
.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: #d70826;
  border-color: #d70826;
}
/**
 * 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: #d70826;
}
.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: #d70826;
}
.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: #d70826;
}
.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: #d70826;
  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: #d70826;
}
.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) {
    .main-logo {  
        height: 40px;
    }
   .tz-logo {
    padding: 0;
    margin: 5px 0 0 0;
  }
  .tz-logo img {
    height: 28px;
    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) {
    #exzoom {
        width: 450px;
    }
  .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) {
    #exzoom {
        width: 400px;
    }
  .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: #d70826;
  }
  .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) {
    #exzoom {
        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 a.prev {
    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;
  }
}

s.s-oldprice {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

#owl-dis .item, #owl-one .item {
 margin-right:20px;
}

.owl-pagination {
    display: none;
}
#owl-dis, #owl-one {
 position:relative;
}
    #owl-dis .owl-buttons, #owl-one .owl-buttons {
        position: absolute;
        top: -43px;
        right: 0;
        background-color: #f2f2f2;
        padding-left: 20px;
    }
    #owl-dis .owl-buttons, #owl-one .owl-buttons {
        position: absolute;
        top: -68px;
        right: 20px;
        background-color: #f2f2f2;
        padding-left: 20px;
    }
.owl-prev, .owl-next {
    width: 18px;
    height: 30px;
    display: block;
    float: left;
    text-indent: -9999px;
    background-image: url(https://www.mu.edu.tr/asset/images/arrs.png);
    background-repeat: none;
}

#owl-dis .owl-next, #owl-one .owl-next {
    background-position: 20px 0px;
}

#owl-dis .owl-prev {
    /*background-position: 0px 28px;*/
}
/*# sourceMappingURL=custom.css.map */

.txt-result {
    float: left;
    line-height: 53px;
    padding-left: 10px;
