/*
Theme Name: XClean
Theme URI: https://www.8theme.com/shop/wordpress/wooclean/
Author: 8theme
Author URI: http://8theme.com/
Description: Clean WooCommerce theme for WordPress
Version: 1.2
Tags: grid-layout, footer-widgets, blog, e-commerce, education, entertainment, food-and-drink, holiday, news, photography, portfolio
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: xclean
*/
/*===================================
=           Style Reset            =
===================================*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
strong,
dt {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
html,
body {
  margin: 0;
  padding: 0;
  height: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
/*=====  End of Style Reset  ======*/
/*====================================
=           Style Global            =
====================================*/
body {
  font-family: 'Roboto Condensed', sans-serif !important;
}
h2 {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}
p {
  font-size: 16px;
  color: #999;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
a {
  text-decoration: none;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  color: #050505;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.map {
  margin-bottom: 55px;
}
address {
  color: #000;
}
address h6 {
  font-size: 16px;
  padding-bottom: 15px;
  padding-top: 25px;
}
address ul {
  margin: 0 !important;
}
address ul li {
  font-size: 16px;
  color: #999;
  padding-bottom: 10px;
  font-weight: 300;
  list-style: none;
}
address a {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  color: #222;
}
address p {
  margin-bottom: 5px;
}
address .icon {
  margin-top: 15px !important;
}
address .icon li {
  display: inline-block;
  padding-right: 15px;
  list-style: none;
}
address .icon li a {
  color: #999;
}
address .icon li a:hover {
  color: #222;
}
blockquote {
  font-size: 23px;
  color: #4c4c4c;
  border-left: 5px solid #e6e6e6;
  padding-left: 25px;
  margin: 45px 0;
}
blockquote p {
  font-style: italic;
  line-height: 38px !important;
  font-size: 23px;
  color: #4c4c4c;
  font-weight: 400;
}
cite,
q,
var {
  font-style: italic;
}
.contact7 {
  margin-bottom: 60px;
}
.wpcf7 h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.wpcf7-form .text p {
  margin-bottom: 45px;
}
.wpcf7-form .your-name input {
  margin-right: 30px;
}
.wpcf7-form .your-email input,
.wpcf7-form .your-name input {
  margin-bottom: 35px;
}
.wpcf7-form .your-subject input {
  margin-bottom: 35px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  background: transparent;
  color: #b2b2b2;
  font-size: 16px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border: none;
  border-bottom: 1px solid #000;
}
.wpcf7-form textarea {
  height: 130px;
  margin-bottom: 25px;
}
.wpcf7-form .wpcf7-submit {
  width: auto;
  background: #000;
  border: none;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  height: 35px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.wpcf7-form .wpcf7-submit:hover {
  background: #666;
  border-color: #666;
}
.entry-content > ol,
.entry-content > ul {
  margin: 0 0 20px 45px;
  font-size: 16px;
  line-height: 1.5;
}
.entry-content h2 {
  font-size: 24px !important;
}
.entry-content > table {
  margin: 20px 0;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.entry-content > table th,
.entry-content > table td {
  padding: 8px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
  line-height: 18px;
}
.entry-content dd {
  margin-left: 10px;
}
.entry-content ol,
.entry-content ul {
  margin: 0 0 10px 25px;
}
/*=====  End of Style Global  ======*/
/*=======================================
=            Global Variable            =
=======================================*/
/*=====  End of Global Variable  ======*/
/*==============================
=            Mixins            =
==============================*/
/*=====  End of Mixins  ======*/
/*====================================
=           Style Header            =
====================================*/
.header .header-nav .menu-item-has-children ul li:hover > ul {
  opacity: 1;
  left: 170px;
  top: 0;
}
.header .header-nav .menu-item-has-children ul li > ul {
  opacity: 0;
  left: 170px;
  top: 0;
}
.header .navbar-collapse.collapse {
  right: 90px;
  position: relative;
  float: right;
}
.header {
  padding: 62px 0;
  background-color: #fff;
}
.header .site-logo img {
  margin-top: 10px;
}
.header-nav {
  float: left;
}
.header-nav li {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header-nav li a {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.header-nav li a:hover {
  text-decoration: underline;
  color: #000000;
}
.header-nav li:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header-nav li .sub-menu {
  padding: 30px 0 30px 20px;
  position: absolute;
  top: 46px;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 190px;
  z-index: 1;
  background-color: #353535;
}
.header-nav li .sub-menu li {
  background-color: transparent;
  width: 100%;
  padding: 0 0 20px 0;
}
.header-nav li .sub-menu li:last-child {
  padding-bottom: 0;
}
.header-nav li .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  color: #fff;
  font-family: FontAwesome;
  float: right;
  padding-right: 15px;
}
.header-nav li .sub-menu li a {
  font-size: 14px;
  color: #999;
  text-transform: none;
}
.header-nav li .sub-menu li a:hover {
  color: #fff;
  text-decoration: none;
}
.header-nav li .sub-menu li a:hover:before {
  opacity: 1;
  font-size: 14px;
  margin-right: 23px;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.header-nav li .sub-menu li a:before {
  font-family: FontAwesome;
  content: "\f178";
  color: #fff;
  font-size: 14px;
  opacity: 0;
  display: inline-block;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}
.header-cart {
  margin-top: 11px;
  position: absolute;
  right: 70px;
  top: 0px;
}
.header-cart > a {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.header-cart > a:before {
  content: "";
  background-image: url(img/cart.png);
  width: 18px;
  height: 20px;
  display: block;
}
.header-cart > a .cart-count {
  position: absolute;
  top: -9px;
  background: #bfbfbf;
  left: 9px;
  line-height: 9px;
  color: #fff;
  padding: 4px 6px;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  font-weight: bold;
}
.header-cart:hover .dropdown {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 41px;
}
.header-cart .dropdown {
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  background-color: #353535;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 27px 25px 30px;
  width: 260px;
  position: absolute;
  top: 65px;
  right: 0;
}
.header-cart .dropdown h5 {
  font-size: 13px;
  color: #fff;
  border-width: 2px;
  border-color: #494949;
  padding-bottom: 16px;
}
.header-cart .widget_shopping_cart {
  margin-bottom: 0;
}
.header-cart .widget_shopping_cart ul {
  margin-top: 0;
}
.header-cart .widget_shopping_cart ul li {
  border-bottom: 1px solid #4e4e4e;
  padding-bottom: 20px;
  margin-bottom: 0px !important;
  padding-top: 20px;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.header-cart .widget_shopping_cart ul li .wp-post-image {
  width: 40px;
  margin-right: 0;
  float: right;
}
.header-cart .widget_shopping_cart ul li .quantity {
  color: #999;
  font-size: 14px;
}
.header-cart .widget_shopping_cart ul li a {
  color: #fff;
  margin-bottom: 5px;
}
.header-cart .widget_shopping_cart ul li a.remove {
  font-size: 0;
  top: 7px;
  left: 0;
}
.header-cart .widget_shopping_cart ul li a.remove:before {
  content: "";
  display: block;
  background: url(img/close.png) center center no-repeat;
  width: 10px;
  height: 10px;
  font-size: 16px;
}
.header-cart .widget_shopping_cart ul li:last-child {
  margin-bottom: 20px !important;
}
.header-cart .widget_shopping_cart ul li.empty {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}
.header-cart .widget_shopping_cart .total {
  border-top: none;
  border-bottom: 1px solid #4e4e4e;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  letter-spacing: 1px;
}
.header-cart .widget_shopping_cart .total .amount {
  font-size: 20px;
  color: #fff;
}
.header-cart .widget_shopping_cart .buttons a {
  display: inline-block;
  background-color: #454545;
  letter-spacing: 1px;
  padding: 6px 19px 6px 30px;
}
.header-cart .widget_shopping_cart .buttons a.checkout {
  margin-left: 0;
  margin-top: 8px;
}
.header-cart .widget_shopping_cart .buttons a:hover:after {
  padding-left: 10px;
}
.header-cart .variation {
  padding: 0;
}
.header-cart .variation dt {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.header-cart .variation dd p {
  margin-bottom: 5px;
  font-size: 13px;
}
.site-content {
  margin-bottom: 70px;
  margin-top: 170px;
}
.header-search {
  display: inline-block;
  position: absolute;
  right: -4px;
  top: 4px;
  cursor: pointer;
}
.header-search img {
  display: inline-block;
  float: right;
  padding: 7px 20px 20px 20px;
}
.header-search:hover form {
  bottom: 0;
  visibility: visible;
  opacity: 1;
  left: -210px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-search .search-inside {
  width: 5px;
  height: 5px;
}
.header-search .screen-reader-text {
  display: none;
}
.header-search form {
  display: inline-block;
  position: relative;
  width: 260px;
  bottom: -30px;
  left: -210px;
  padding: 33px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background-color: #333;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-search form input[type="text"] {
  width: 174px;
  border: none;
  background-color: transparent;
  border: 1px solid #454545;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  height: 35px;
  float: left;
  margin-right: -4px;
}
.header-search form input[type="submit"] {
  background: url(img/icon-search.png) center center no-repeat;
  font-size: 0;
  width: auto;
  border: none;
  height: 35px;
  width: 35px;
  padding: 0;
  background-color: #454545;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.header-search form input[type="submit"]:hover {
  background-color: rgba(107, 107, 107, 0.61);
}
.home .star-rating {
  display: none;
}
.home .wooproduct {
  margin-bottom: 75px;
}
.home .wooproduct .products {
  margin: 0;
}
.site-content .big-title h4 {
  font-size: 85px;
  font-weight: 300;
  color: #fff;
  border-bottom: 5px solid #fff;
  padding-top: 0;
  display: inline-block;
}
.site-content .big-title .vertical-middle {
  top: 40% !important;
}
/**
 *
 * Fixed header
 *
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 170px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.header.fixed-header {
  height: 100px;
  padding: 30px 0;
  box-shadow: 0 1px 3px 0 #cecece;
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/*=====  End of Style Header  ======*/
/*==================================
=           Style Shop            =
==================================*/
.page-head {
  border-top: 1px solid #ebebeb;
  padding: 60px 0;
}
.page-head h1 {
  font-size: 36px;
  color: #090909;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.page-head .woocommerce-breadcrumb,
.page-head .breadcrumbs {
  font-size: 14px;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-head .woocommerce-breadcrumb a,
.page-head .breadcrumbs a {
  font-size: 14px;
  color: #b2b2b2;
}
.page-head .woocommerce-breadcrumb span,
.page-head .breadcrumbs span {
  padding: 0 10px;
}
.page-head .breadcrumbs span {
  padding: 0;
}
.page-head .return-block {
  text-align: right;
  text-decoration: underline;
  text-transform: uppercase;
  padding-top: 10px;
}
.page-head .return-block a {
  font-size: 14px;
  color: #4c4c4c;
  letter-spacing: 2px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.page-head .return-block a:hover {
  color: #929292;
}
.filter-wrap {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #ededed;
}
.filter-wrap:before{
  display: table;
  content: " ";
}
.filter-wrap:after{
  display: table;
  content: " ";
  clear: both;
}
.post-type-archive-product .star-rating {
  display: none;
}
.products {
  margin: 0 -15px !important;
}
.products li {
  vertical-align: top;
  display: inline-block;
  width: 32.9%;
  margin-bottom: 10px;
  position: relative;
  padding: 0 15px;
  text-align: center;
  color: #999999;
}
.products li:hover a .second-image {
  opacity: 1;
}
.products li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.products li a img {
  opacity: 1;
}
.products li a img.second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.products li a h2 {
  margin-top: 20px;
}
.products li .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 65px;
  font-family: "FontAwesome";
  display: none;
}
.products li .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #a1b1bc;
}
.products li .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.products li .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}
.products li img {
  float: left;
  display: inline-block;
}
.products li h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 10px;
  padding: 0 10px 0;
  margin-top: 20px;
  display: inline-block;
}
.products li .price {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.products li .price del {
  margin-right: 10px;
  text-decoration: line-through;
  color: #bfbfbf;
  font-weight: 300;
}
.products li .price del .amount {
  color: #bfbfbf;
  font-size: 20px;
}
.products li .price ins {
  text-decoration: none;
}
.products li .price .amount {
  color: #1a1a1a;
}
.products li .added_to_cart {
  display: none !important;
}
.products li .add_to_cart_button,
.products li .added_to_cart,
.products li .product_type_simple,
.products li .product_type_grouped,
.products li .product_type_external {
  display: inline-block;
  opacity: 0;
  color: #f8f8f8;
  font-size: 18px;
  border-radius: 4px;
  letter-spacing: 0;
  margin-top: 15px;
}
.products li .add_to_cart_button:hover,
.products li .added_to_cart:hover,
.products li .product_type_simple:hover,
.products li .product_type_grouped:hover,
.products li .product_type_external:hover {
  text-decoration: underline;
}
.products li .add_to_cart_button.added {
  display: block;
}
.products li .loading::before {
  content: '\f110';
  color: #000;
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 4px;
  animation: spin 0.4s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.products li .onsale {
  color: #fff;
  top: 15px;
  right: 15px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  text-align: center;
  background-color: #bfbfbf;
  letter-spacing: 1px;
}
.products li .product-img-link {
  margin-bottom: 22px;
}
ul li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  color: #ffd700;
  margin-bottom: 15px;
}
.woocommerce-pagination {
  display: inline-block;
  text-align: right;
  font-family: 'FontAwesome';
  float: right;
}
.woocommerce-pagination ul li {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: inline-block;
  padding: 12px 15px;
  border-radius: 0;
  color: #666;
}
.woocommerce-pagination ul li span {
  background-color: #b3b3b3;
  color: #fff;
  border-color: #b3b3b3;
}
.woocommerce-pagination ul li a:hover {
  background-color: #b3b3b3;
  color: #fff;
  text-decoration: none;
}
.woocommerce-pagination ul li a:hover:before {
  color: #fff !important;
}
.woocommerce-pagination ul li a.next,
.woocommerce-pagination ul li a.prev {
  font-size: 0;
  padding: 13px 16px 14.5px 16px;
  margin-top: -1px;
}
.woocommerce-pagination ul li a.next:before,
.woocommerce-pagination ul li a.prev:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  color: #666;
  height: 10px;
  position: relative;
  top: -2px;
}
.woocommerce-pagination ul li a.prev:before {
  content: "\f104";
}
.woocommerce-pagination ul li a.next:before {
  content: "\f105";
}
/*sorting*/
.woocommerce-ordering {
  color: #7c7c7c;
  font-size: 14px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.woocommerce-ordering select {
  text-transform: capitalize;
  border: 1px solid #ebebeb;
  width: 150px;
  height: 35px;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  padding-left: 10px;
}
.woocommerce-ordering:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  height: 100%;
  right: 0;
  border-left: 1px solid #ebebeb;
  padding: 10px 12px;
  z-index: -1;
}
.variations {
  margin-bottom: 15px;
}
.woocommerce-result-count {
  display: inline-block;
  margin-right: 20px;
  margin-left: 17px;
  color: #343434;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
/*related product widget*/
.widget_top_rated_products .product_list_widget li {
  display: inline-block;
  border-bottom: 1px solid #ecf0f1;
  padding: 20px 0;
  width: 100%;
}
.widget_top_rated_products .product_list_widget li del .amount {
  margin-right: 5px;
  color: #bfbfbf;
  font-size: 14px;
  font-weight: 300;
}
.widget_top_rated_products .product_list_widget li ins,
.widget_top_rated_products .product_list_widget li .amount {
  color: #cd0000;
}
.widget_top_rated_products .product_list_widget .product-title {
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  color: #2c3e50;
  margin-bottom: 15px;
}
.widget_top_rated_products .product_list_widget .product-title:hover {
  color: #1abc9c;
}
/**
 *
 * Sidebar
 *
 */
.sidebar .woocommerce h5 {
  font-size: 18px;
  color: #1a1a1a;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  letter-spacing: 3px;
}
.sidebar .woocommerce:first-child {
  border-top: 1px solid #ebebeb;
  padding-top: 27px;
}
.widget_product_categories {
  margin-bottom: 65px;
}
.widget_product_categories .product-categories li {
  border-bottom: 1px solid #ebebeb;
}
.widget_product_categories .product-categories li a {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 0;
  display: block;
}
.widget_product_categories .product-categories .children {
  margin: 0;
}
.widget_product_categories .product-categories .children li {
  padding-left: 15px;
  border-bottom: none;
  border-top: 1px solid #ebebeb;
}
.widget_price_filter {
  margin-bottom: 65px;
}
.widget_price_filter h5 {
  margin-bottom: 30px;
}
.widget_price_filter form {
  padding-right: 9px;
}
.widget_price_filter .price_slider.ui-corner-all {
  height: 3px;
  margin-top: -1px;
  position: relative;
  background-color: #808080;
  top: 0;
  box-sizing: border-box;
}
.widget_price_filter .price_slider .ui-slider-handle {
  border: none;
  background-color: #1a1a1a;
  cursor: pointer;
  height: 10px;
  outline: none;
  position: absolute;
  top: -3px;
  margin-left: -1px;
  width: 10px;
  z-index: 2;
}
.widget_price_filter .price_slider_amount {
  margin-top: 20px;
}
.widget_price_filter .price_slider_amount button {
  float: right;
  padding: 8px 10px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  background-color: #ccc;
  border: 1px solid transparent;
  margin-right: -10px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.widget_price_filter .price_slider_amount button:hover {
  color: #fff;
  background-color: #000;
}
.widget_price_filter .price_slider_amount .price_label {
  line-height: 31px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}
.widget_price_filter .price_slider_amount .price_label span {
  font-weight: bold;
  color: #1a1a1a;
}
.widget_products .product_list_widget li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.widget_products .product_list_widget li a {
  display: block;
  margin-bottom: 5px;
}
.widget_products .product_list_widget li a span {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
}
.widget_products .product_list_widget li a span:hover {
  text-decoration: underline;
}
.widget_products .product_list_widget li a img {
  float: left;
  margin-left: 0;
  width: 70px;
  height: auto;
  margin-right: 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.widget_products .product_list_widget li a img:hover {
  opacity: 0.6;
}
.widget_products .product_list_widget li span {
  letter-spacing: 1px;
}
.widget_products .product_list_widget li span.amount {
  font-size: 15px;
  color: #1a1a1a;
}
.widget_products .widget-list-category {
  margin-bottom: 10px;
}
.widget_products .widget-list-category a {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.widget_products .widget-list-category a:first-child,
.widget_products .widget-list-category a:last-child {
  display: inline;
}
.products li .add_to_cart_button,
.products li .added_to_cart,
.products li .product_type_simple,
.products li .product_type_grouped,
.products li .product_type_external {
  color: #1a1a1a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate(-20px, -36px);
  -moz-transform: translate(-20px, -36px);
  -ms-transform: translate(-20px, -36px);
  -o-transform: translate(-20px, -36px);
  transform: translate(-20px, -36px);
}
.products li:hover .price {
  opacity: 0;
}
.products li:hover .add_to_cart_button,
.products li:hover .product_type_simple,
.products li:hover .product_type_grouped,
.products li:hover .product_type_external {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  -webkit-transform: translate(0px, -36px);
  -moz-transform: translate(0px, -36px);
  -ms-transform: translate(0px, -36px);
  -o-transform: translate(0px, -36px);
  transform: translate(0px, -36px);
}
.star-rating {
  display: none;
}
.columns-4 .products li {
  width: 25%;
  float: left;
}
/*======categories products======*/
.products-cats a {
  display: inline-block !important;
}
/*=====  End of Style Shop  ======*/
/*============================================
=           Style Single Product            =
============================================*/
.single-product .product {
  position: relative;
}
.single-product .product > .onsale {
  color: #fff;
  top: 20px;
  left: 20px;
  padding: 5px 5px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  text-align: center;
  background-color: #bfbfbf;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 100;
}
.single-product .related h2 {
  font-size: 24px;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 55px;
}
.single-product .related .star-rating {
  display: none;
}
.single-product .owl-carousel {
  position: relative;
}
.single-product .owl-carousel .owl-controls .owl-prev {
  left: -52px;
}
.single-product .owl-carousel .owl-controls .owl-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 18px;
}
.single-product .owl-carousel .owl-controls .owl-next {
  right: -52px;
}
.single-product .owl-carousel .owl-controls .owl-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
}
.single-product .owl-carousel .owl-controls .owl-next,
.single-product .owl-carousel .owl-controls .owl-prev {
  position: absolute;
  top: 30%;
  border-radius: 0;
  opacity: 1;
  font-size: 0;
  color: #343434;
  width: 40px;
  padding: 11px;
  background-color: #f2f2f2;
  font-size: 0px;
  opacity: 0.6;
}
.single-product .owl-carousel .owl-controls .owl-next:hover,
.single-product .owl-carousel .owl-controls .owl-prev:hover {
  opacity: 1 !important;
}
.single-product .entry-content h1 {
  font-size: 36px;
  color: #090909;
  margin-bottom: 15px;
  font-weight: 300;
  text-transform: capitalize;
}
.single-product .shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.single-product .shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  line-height: 1.5;
  border-left: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-top: 0;
  margin: 0;
  vertical-align: inherit;
}
.single-product .shop_attributes td {
  font-style: italic;
  padding: 0;
  line-height: 1.5;
  border-left: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  border-top: 0;
  margin: 0;
  vertical-align: inherit;
}
.single-product .flex-control-nav {
  padding-top: 1em;
  margin: 0 -10px;
  list-style: none;
}
.single-product .flex-control-nav li {
  padding: 0 10px;
  cursor: pointer;
}
.single-product .flex-control-nav .grabbing li {
  cursor: grabbing;
}
.single-product .flex-control-nav:before {
  content: " ";
  display: table;
}
.single-product .flex-control-nav:after {
  content: " ";
  display: table;
  clear: both;
}
.single-product .variations {
  color: #2C3E50;
}
.single-product .variations .label {
  font-size: 15px;
  padding: 0;
  padding-right: 10px;
  color: #2C3E50;
}
.single-product .variations #pa_color {
  outline: none;
  box-shadow: none;
}
.single-product .variations select {
  background: url(img/right_arr_2.png) no-repeat 95% center;
}
.single-product .woocommerce-review-link {
  display: inline-block;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-product .product_meta {
  font-size: 16px;
  color: #2C3E50;
  font-weight: 600;
  margin-top: 100px;
}
.single-product .product_meta a {
  font-size: 14px;
  padding: 0 5px 0;
  color: #77A464;
}
.single-product .woocommerce-noreviews {
  padding-bottom: 10px;
}
.single-product .images {
  float: left;
  width: 48%;
  margin-bottom: 50px;
}
.single-product .images img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: none;
}
.single-product .summary {
  float: right;
  width: 48%;
  color: #b2b2b2;
}
.single-product .summary p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  font-weight: 300;
  margin-top: 25px;
}
.single-product .summary p.out-of-stock {
  background: #f7f7f7;
  color: #b3b3b3;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.single-product .summary a {
  font-size: 14px;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-product .summary .woocommerce-product-rating {
  line-height: 2;
  display: block;
  margin-top: 24px;
}
.single-product .summary .price {
  margin-bottom: 30px;
  font-size: 36px;
  color: #1a1a1a;
  margin-top: 40px;
}
.single-product .summary .price del {
  font-size: 26px;
  color: #ccc;
}
.single-product .summary .price ins {
  text-decoration: none;
  background: inherit;
  font-weight: 300;
}
.single-product .summary .cart {
  margin-bottom: 2em;
}
.single-product .summary .cart .quantity {
  float: left;
  border-bottom: 2px solid #e6e6e6;
  margin-right: 15px;
  margin-top: -4px;
}
.single-product .summary .cart .quantity.buttons_added {
  margin-top: 6px;
}
.single-product .summary .cart .quantity input {
  text-align: center;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
.single-product .summary .cart .quantity input.minus {
  position: absolute;
  left: -5px;
  top: -2%;
  color: #ccc;
  font-size: 28px;
  font-weight: 100;
}
.single-product .summary .cart .quantity input.plus {
  position: absolute;
  right: 0;
  top: 10%;
  color: #ccc;
  font-size: 20px;
  font-weight: 100;
}
.single-product .summary .cart .quantity input.qty {
  display: block;
  margin-left: 17px;
  color: #1a1a1a;
}
.single-product .summary .cart .single_add_to_cart_button {
  vertical-align: middle;
  float: left;
  color: #fff;
  font-size: 14px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  overflow: visible;
  padding: 10px 21px;
  z-index: 1;
  font-weight: 400;
  border-radius: 0;
  left: auto;
  background-color: #000;
  border: 1px solid #000;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  outline: none;
}
.single-product .summary .cart .single_add_to_cart_button:hover {
  background: #666;
  border-color: #666;
}
.single-product .summary .cart:before {
  display: table;
  content: " ";
}
.single-product .summary .cart:after {
  display: table;
  content: " ";
  clear: both;
}
.single-product .summary .cart table {
  margin-bottom: 15px;
}
.single-product .woocommerce-tabs {
  clear: both;
  margin-bottom: 85px;
}
.single-product .woocommerce-tabs .tabs {
  list-style: none;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
  margin-bottom: 28px;
}
.single-product .woocommerce-tabs .tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.single-product .woocommerce-tabs .tabs li.active a {
  color: #000;
  text-decoration: underline;
}
.single-product .woocommerce-tabs .tabs li.focus {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.single-product .woocommerce-tabs .tabs li a {
  cursor: pointer;
}
.single-product .woocommerce-tabs .tabs li {
  border: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  padding: 0 1em;
}
.single-product .woocommerce-tabs .tabs li:first-child {
  padding-left: 0;
}
.single-product .woocommerce-tabs .tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-size: 20px;
  color: #b6b6b6;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-product .woocommerce-tabs .tabs:after {
  content: " ";
  display: table;
  clear: both;
}
.single-product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
  border: none;
  box-shadow: none;
}
.single-product .woocommerce-tabs .panel p {
  width: 100%;
  padding-bottom: 10px;
  line-height: 28px;
  text-align: justify;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  word-break: break-all;
}
.single-product .woocommerce-tabs .panel p.meta {
  font-size: 15px;
}
.single-product .woocommerce-tabs .panel p input {
  width: 35%;
  display: block;
  height: 40px;
  border-color: #D5D5D5;
  box-shadow: none;
  border-width: 1px;
  outline: none;
  padding-left: 10px;
}
.single-product .woocommerce-tabs .panel h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.single-product .woocommerce-tabs .panel .comment-form-email {
  padding-left: 0;
}
.single-product .related {
  display: inline-block;
  margin: 0 !important;
}
.single-product .related .products {
  margin: 0 0 1em !important;
  padding: 0;
  list-style: none;
  clear: both;
}
.single-product .related .products .product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
}
.single-product .related .products .product img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.single-product .related .products .product h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 20px;
}
.single-product .related .products .product.last {
  margin-right: 0;
}
.single-product .related .products:before {
  content: " ";
  display: table;
}
.single-product .related .products:after {
  content: " ";
  display: table;
  clear: both;
}
.single-product .group_table .price {
  font-size: 32px;
  font-weight: 100;
  padding-left: 10px;
}
.single-product .group_table .label {
  text-align: left;
  position: relative;
  top: -5px;
}
.woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
}
.woocommerce .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1em;
  width: 5.4em;
  font-family: "FontAwesome";
  display: block;
}
.woocommerce .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  letter-spacing: inherit !important;
}
.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  color: #666666;
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  width: 3.4em;
}
.product_meta .sku_wrapper {
  font-size: 13px;
  color: #b2b2b2;
  font-weight: 400;
}
.product_meta .posted_in,
.product_meta .tagged_as {
  font-size: 13px;
  color: #b2b2b2;
  text-transform: uppercase;
  font-weight: 400;
}
.product_meta .posted_in a,
.product_meta .tagged_as a {
  color: #1a1a1a;
}
.product_meta .posted_in a:first-child,
.product_meta .tagged_as a:first-child {
  padding: 0;
}
.product_meta > span {
  display: inline-block;
  width: 100%;
  letter-spacing: 2px;
  margin: 5px 0;
}
#comments .commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 35px;
  margin-bottom: 45px;
}
#comments .commentlist li {
  padding: 50px 40px 40px 40px;
  margin-bottom: 30px;
  background: 0;
  border: 1px solid #e6e6e6;
}
#comments .commentlist li:before {
  content: " ";
  display: table;
}
#comments .commentlist li:after {
  content: " ";
  display: table;
  clear: both;
}
#comments .commentlist li .comment_container img {
  float: left;
  width: 80px;
  height: auto;
  margin: 0;
  box-shadow: none;
}
#comments .commentlist li .comment_container .comment-text {
  padding-left: 25px;
  display: table;
}
#comments .commentlist li .comment_container .comment-text p strong {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
#comments .commentlist li .comment_container .comment-text time {
  font-weight: 400;
}
#comments .commentlist li .comment_container .comment-text:before {
  content: " ";
  display: table;
}
#comments .commentlist li .comment_container .comment-text .star-rating {
  float: right;
}
#comments .commentlist li .comment_container .comment-text .star-rating span {
  color: #FFD700;
}
#comments .commentlist:before {
  content: " ";
  display: table;
}
#reviews h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 34px;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 32px;
}
#reviews .form-submit .submit {
  width: auto;
  padding: 8px 20px;
  height: auto;
}
#reviews .comment-respond h3 {
  margin-bottom: 20px;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 28px 0;
  margin-bottom: 50px;
}
#reviews .comment-respond:before {
  content: " ";
  display: table;
}
#reviews .comment-respond:after {
  content: " ";
  display: table;
  clear: both;
}
#reviews .comment-respond form textarea {
  height: 75px;
  width: 35%;
  display: block;
  padding-left: 10px;
}
#reviews .comment-form-rating {
  margin: 0 0 10px;
}
#reviews .comment-form-rating label {
  margin-bottom: 10px;
  display: block;
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  float: left;
  width: auto;
  margin-right: 15px;
}
#reviews .comment-form-rating a {
  display: inline-block;
  font-weight: 700;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0!important;
  outline: 0;
  border-right: 1px solid #ccc;
}
#reviews .comment-form-rating a.active:before {
  opacity: 1;
}
#reviews .comment-form-rating a:before {
  opacity: 0;
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}
#reviews .comment-form-rating a:after {
  font-family: FontAwesome;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}
#reviews .comment-form-rating .star-1 {
  width: 2em;
}
#reviews .comment-form-rating .star-1:after {
  content: "\f006";
}
#reviews .comment-form-rating .star-1:before {
  content: "\f005";
}
#reviews .comment-form-rating .star-2 {
  width: 3em;
}
#reviews .comment-form-rating .star-2:after {
  content: "\f006\f006";
}
#reviews .comment-form-rating .star-2:before {
  content: "\f005\f005";
}
#reviews .comment-form-rating .star-3 {
  width: 4em;
}
#reviews .comment-form-rating .star-3:after {
  content: "\f006\f006\f006";
}
#reviews .comment-form-rating .star-3:before {
  content: "\f005\f005\f005";
}
#reviews .comment-form-rating .star-4 {
  width: 5em;
}
#reviews .comment-form-rating .star-4:after {
  content: "\f006\f006\f006\f006";
}
#reviews .comment-form-rating .star-4:before {
  content: "\f005\f005\f005\f005";
}
#reviews .comment-form-rating .star-5 {
  width: 6em;
  border: none;
}
#reviews .comment-form-rating .star-5:after {
  content: "\f006\f006\f006\f006\f006";
}
#reviews .comment-form-rating .star-5:before {
  content: "\f005\f005\f005\f005\f005";
}
.product .product-social {
  border: none;
  margin-left: 0;
}
.product .product-social li {
  float: left;
  margin-left: 0;
}
.product .product-social li:first-child {
  display: none;
}
.product .product-social li a {
  background-color: transparent;
  font-size: 16px;
  padding: 8px 7px;
}
.product .product-social li a:hover {
  background-color: transparent;
  color: #222;
}
.columns-4 .products li:nth-child(4n+1) {
  clear: both;
}
/*=====  End of Style Single Product  ======*/
/*=============================================
=              Style Woocomerce Cart              =
=============================================*/
.cart-empty {
  font-size: 20px;
  line-height: 25px;
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}
.woocommerce-cart .shop_table {
  margin-bottom: 40px;
}
.woocommerce-cart .shop_table .product-name {
  width: 540px;
}
.woocommerce-cart .shop_table td {
  border-bottom: 1px solid #e6e6e6;
}
.return-to-shop {
  text-align: center;
  margin-bottom: 30px;
}
.return-to-shop a {
  display: inline-block;
  font-size: 18px;
  padding: 10px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.return-to-shop a:hover {
  background: #999;
  color: #fff;
  text-decoration: none;
}
.shop_table {
  color: #000;
  text-align: left;
  width: 100%;
}
.shop_table td {
  border-top: 1px solid #e6e6e6;
  padding: 36px 12px;
  vertical-align: middle;
}
.shop_table thead th {
  font-size: 14px;
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 12px;
  vertical-align: middle;
}
.shop_table thead th.product-thumbnail {
  display: none;
}
.shop_table thead th.product-price,
.shop_table thead th.product-quantity {
  text-align: center;
}
.shop_table .product-remove {
  width: 35px;
  padding-left: 0;
}
.shop_table .product-remove a {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: left;
  line-height: 20px;
  text-decoration: none;
  border: 0;
  color: #b3b3b3;
  font-weight: 100;
}
.shop_table .product-thumbnail {
  width: 78px;
}
.shop_table .product-thumbnail img {
  width: 54px;
  box-shadow: none;
}
.shop_table .product-name {
  width: 160px;
}
.shop_table .product-name a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
}
.shop_table .product-price span,
.shop_table .product-subtotal span {
  font-size: 18px;
}
.shop_table .product-price,
.shop_table .product-quantity {
  text-align: center;
}
.shop_table .product-quantity .qty {
  width: 58px;
  text-align: center;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 5px;
  background: transparent;
}
.shop_table .product-subtotal {
  text-align: right;
  padding-right: 0;
}
.shop_table .actions {
  text-align: right;
  padding: 31px 0;
}
.shop_table .actions .button {
  padding: 11px 20px;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.shop_table .actions .button:hover {
  opacity: 0.6;
}
.shop_table thead tr {
  border-top: 1px solid  #e6e6e6;
}
.shop_table .quantity {
  border-bottom: 2px solid #e6e6e6;
  padding-right: 0;
}
.shop_table .quantity .minus {
  width: 19px;
  height: 19px;
  bottom: 5px;
  right: 45px;
  top: 2px;
  border: none;
  color: #ccc;
  font-size: 26px;
  font-weight: 100;
}
.shop_table .quantity .minus,
.shop_table .quantity .plus {
  background: transparent;
}
.shop_table .quantity .minus:hover,
.shop_table .quantity .plus:hover {
  background: transparent;
}
.shop_table .quantity input.qty {
  border: none;
  background: transparent;
  width: 4.4em;
  color: #1a1a1a;
}
.shop_table .quantity .plus {
  top: 4px;
  border: none;
  right: -6px;
  color: #ccc;
  font-size: 20px;
  font-weight: 100;
}
.shop_table .shipping th {
  border-top: 1px solid #e6e6e6;
  padding: 9px 12px;
}
.shop_table #shipping_method li {
  list-style: none;
}
.shop_table #shipping_method input {
  width: auto;
  float: left;
  height: auto;
}
.shop_table #shipping_method label {
  width: auto;
  font-size: 12px;
  margin-left: 5px;
  padding-top: 5px;
}
.coupon h2 {
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.coupon a {
  font-size: 15px;
  color: #1a1a1a;
  text-decoration: underline;
  padding-left: 10px;
}
.coupon .input-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid;
  font-size: 16px;
  color: #b2b2b2;
  letter-spacing: 1px;
  font-weight: 100;
  width: 425px;
  display: inline-block;
  background: transparent;
  margin-right: 20px;
}
.coupon input.button {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  padding: 11px 10px;
  height: auto;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coupon input.button:hover {
  background: #666;
  border-color: #666;
}
.cart_totals {
  border: 3px solid #4d4d4d;
  padding: 40px;
}
.cart_totals h2 {
  font-size: 20px;
  margin-bottom: 35px;
  color: #000;
  text-transform: uppercase;
}
.cart_totals table {
  width: 100%;
  margin-bottom: 25px;
}
.cart_totals table th {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 0 !important;
  vertical-align: middle;
  line-height: 20px;
  text-align: left;
  font-size: 15px;
  color: #1a1a1a;
}
.cart_totals table .cart-subtotal {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.cart_totals table .cart-subtotal td {
  text-align: right;
}
.cart_totals table .cart-subtotal td .amount {
  color: #b2b2b2;
  font-size: 15px;
}
.cart_totals table .order-total {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.cart_totals table .order-total td {
  text-align: right;
}
.cart_totals table .shipping td {
  text-align: right;
}
.cart_totals table .shipping td a {
  font-size: 15px;
  color: #b2b2b2;
}
.cart_totals table td {
  vertical-align: middle;
  padding: 8px 0;
  line-height: 2em;
}
.cart_totals table span {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.cart_totals .cart-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
  color: #b2b2b2;
}
.cart_totals table label,
.cart_totals table input {
  width: auto;
}
.cart_totals table input {
  float: right !important;
  margin-left: 15px;
  margin-top: 13px;
}
.wc-proceed-to-checkout a {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  padding: 11px 0;
  text-align: center;
  background-color: #000;
  color: white;
  text-transform: uppercase;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.wc-proceed-to-checkout a:hover {
  background: #666;
  border-color: #666;
  text-decoration: none;
  color: #fff;
}
.shipping-calculator-form button {
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
}
.shipping-calculator-form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  height: 38px;
  padding: 8px 10px;
  background: #F7F8F9;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #a1b1bc;
  -webkit-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  border: 1px solid #D5D5D5;
  background-image: url(img/select-arrow.jpg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  margin: 5px 0;
}
.shipping-calculator-form input {
  margin-bottom: 5px;
  padding-left: 5px;
  width: 100%;
}
.checkout_coupon input.button {
  font-size: 16px;
  padding: 5px 15px;
}
.update-cart {
  margin-bottom: 40px;
  width: 100%;
  text-align: right;
}
.update-cart .button {
  font-weight: 300;
  padding: 0 15px;
  background-color: #b3b3b3;
  font-size: 14px;
}
.update-cart .button:hover {
  background-color: #000;
}
.login p {
  color: #999;
}
.login .button {
  font-size: 16px;
  padding: 0 15px;
}
.login label {
  margin-top: 10px;
}
.login label input#rememberme {
  width: auto;
  height: auto;
}
.variation {
  font-weight: 600;
  padding: 10px 0 10px;
}
.variation dd {
  display: table;
}
.variation dd p {
  font-weight: 400;
  margin-left: 5px;
  color: #cecece;
}
.variation dt {
  float: left;
}
.addresses address {
  line-height: 24px;
  margin-bottom: 15px;
}
.addresses h3 {
  margin-bottom: 15px !important;
}
.cart_totals .shipping-calculator-form input,
.cart_totals .shipping-calculator-form button {
  float: none !important;
  margin-left: 0;
  width: 100%;
}
.cart_totals .shipping-calculator-form button {
  background: #000;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.cart_totals .shipping-calculator-form button:hover {
  background: #666;
  border-color: #666;
}
.coupon-link {
  display: block;
  color: #1a1a1a;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: underline;
}
/*=====  End of Style Woocomerce Cart  ======*/
/*======================================
=            Style Error404            =
======================================*/
.error404 {
  text-align: center;
}
.error404 .error-404 {
  padding: 180px 0;
}
.error404 .not-found .page-header {
  border: none;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 65px;
}
.error404 .not-found .page-header h2 {
  font-size: 250px;
  line-height: 200px;
}
.error404 .not-found .page-header h3.page-title {
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.error404 .not-found .page-header p {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.error404 .not-found .page-content form {
  margin-bottom: 30px;
}
.error404 .not-found .page-content form .screen-reader-text {
  display: none;
}
.error404 .not-found .page-content form input#s {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #b2b2b2;
  font-size: 16px;
  width: 370px;
  height: 35px;
}
.error404 .not-found .page-content form input#searchsubmit {
  border-radius: 0;
  background-color: #000;
  border-color: #000;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  padding: 9px 15px;
  width: auto;
}
.error404 .not-found .page-content a {
  font-size: 14px;
  color: #1a1a1a;
  text-transform: uppercase;
  text-decoration: underline;
}
/*=====  End of Style Error404  ======*/
/*=================================
=           Style Blog            =
==================================*/
article.post {
  margin-bottom: 80px;
  text-align: center;
}
article.post .entry-header {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.post .entry-header:hover {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.post .entry-header:hover .entry-inside {
  opacity: 1;
  z-index: 2;
}
article.post .entry-header:hover:before {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0.6;
  z-index: 1;
}
article.post .entry-header:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
article.post .entry-header figure,
article.post .entry-header .post-img {
  margin-bottom: 25px;
}
article.post .entry-description h2 {
  font-size: 20px !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}
article.post .entry-description h2 a {
  color: #000;
}
article.post .entry-description .entry-meta {
  margin-bottom: 15px;
}
article.post .entry-description .entry-meta .meta-categories,
article.post .entry-description .entry-meta .meta-comment {
  display: none;
}
article.post .entry-description .entry-meta .meta-author,
article.post .entry-description .entry-meta .meta-date {
  font-size: 12px;
  color: rgba(153, 153, 153, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
}
article.post .entry-description .entry-meta .meta-author a,
article.post .entry-description .entry-meta .meta-date a {
  color: rgba(153, 153, 153, 0.8);
}
article.post .entry-content {
  font-size: 16px;
  color: #999;
  line-height: 25px;
}
article.post .entry-content p {
  line-height: 27px;
}
article.post .entry-inside {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
article.post .entry-inside a {
  font-size: 20px;
  color: #1a1a1a;
  text-decoration: underline;
  text-transform: uppercase;
}
.pagination-block {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 29px 0;
}
.pagination-block p.coutn-posts {
  font-size: 13px;
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: left;
  margin-bottom: 0;
}
.pagination-block p.coutn-posts span {
  color: #a6a6a6;
}
.blog-post:nth-child(3n+1) {
  clear: both;
}
.gallery img {
  border: none !important;
  padding: 5px;
}
.gallery .gallery-item {
  margin-top: -7px !important;
}
.format-gallery .entry-header:hover .entry-thumbnail .owl-controls .owl-prev,
.format-gallery .entry-header:hover .entry-thumbnail .owl-controls .owl-next {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.format-gallery .owl-theme .owl-controls {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 9;
}
.format-gallery .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  background-color: #fcfcfc;
  font-size: 0;
  border-radius: 0;
  padding: 11px 15px;
  border: 1px solid #e3e3e3;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.format-gallery .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
.format-gallery .owl-theme .owl-controls .owl-buttons div:hover:before {
  color: #fff;
}
.format-gallery .owl-theme .owl-controls .owl-buttons .owl-next,
.format-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.format-gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  transform: translateX(-40px);
}
.format-gallery .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 12px;
  color: #666;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.format-gallery .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  transform: translateX(40px);
}
.format-gallery .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 12px;
  color: #666;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
/*=====  End of Style Blog  ======*/
/*======================================
=           Style Carousel            =
======================================*/
/*
 *  Copyright (c) 2013 Bartosz Wojciechowski
 *  http://www.owlgraphic.com/owlcarousel/
 *
 *  Licensed under MIT
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
  cursor: url(img/grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*=====  End of Style Carousel  ======*/
/*=============================================
=           Style Carousel Theme            =
=============================================*/
/*
 *  Copyright (c) 2013 Bartosz Wojciechowski
 *  http://www.owlgraphic.com/owlcarousel/
 *
 *  Licensed under MIT
 * 	Owl Carousel Owl Demo Theme 
 *	v1.3.3
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
/*=====  End of Style Carousel Theme    ======*/
/*=====================================
=           Style Widgets            =
=====================================*/
.PI_SimpleTwitterTweets {
  font-weight: 300;
  font-size: 14px;
  color: #a1b1bc;
  line-height: 24px;
}
.PI_SimpleTwitterTweets img {
  border-radius: 4px;
}
.PI_SimpleTwitterTweets a {
  margin-bottom: 6px;
  font-size: 14px;
  color: #1abc9c;
  margin-right: 10px;
}
.PI_SimpleTwitterTweets a:hover {
  color: #1abc9c;
}
.PI_SimpleTwitterTweets em a {
  font-weight: 300;
  font-size: 14px;
  color: #a1b1bc;
  line-height: 24px;
}
.PI_SimpleTwitterTweets ul li {
  border-bottom: 1px solid #dee5e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar ul {
  margin-left: 0;
}
.sidebar ul li {
  list-style: none;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  line-height: 15px;
  font-size: 13px !important;
  margin: 0 7px 11px 0;
  padding: 6px 12px;
  border: 1px solid #cecece;
}
.widget_tag_cloud .tagcloud a:hover {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.widget_archive .widget-title,
.widget_pages .widget-title,
.widget_meta .widget-title {
  margin-bottom: 8px;
}
.widget_archive li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.sidebar .widget_recent_entries ul li,
.widget_nav_menu ul li {
  color: #a1b1bc;
  font-size: 14px;
  font-weight: 400;
  padding: 18px 0;
  border-bottom: 1px solid #dee5e9;
}
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.sidebar .widget_recent_entries ul li a,
.widget_nav_menu ul li a {
  padding: 15px 0;
}
.widget_archive ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.sidebar .widget_recent_entries ul li:last-child,
.widget_nav_menu ul li:last-child {
  border: none;
}
.tab-widget-style h3 {
  margin-bottom: 32px;
}
.sidebar-tab-widget .nav-tabs {
  border: none;
}
.sidebar-tab-widget ul li {
  width: 50%;
  text-align: center;
}
.sidebar-tab-widget ul li .swt {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  color: white;
  background-color: #a1b1bc;
  margin: 0;
  border-radius: 0;
  border: none;
}
.nav-tabs  > li.active  > .swt,
.nav-tabs  > li.active  > .swt:focus,
.nav-tabs  > li.active  > .swt:hover {
  font-size: 14px;
  line-height: 24px;
  color: white;
  background-color: #2c3e50;
  margin: 0;
  border-radius: 0;
  border: none;
  margin-top: -5px;
  border-top: 5px solid #1abc9c;
}
.single-widget-tab {
  display: inline-block;
  border-bottom: 1px solid #dee5e9;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.single-widget-tab .single-widget-tab-content p:first-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
  color: #a1b1bc;
  margin-bottom: 6px;
}
.single-widget-tab .single-widget-tab-content p:first-child span {
  float: right;
}
.single-widget-tab .single-widget-tab-content p:first-child span i {
  font-size: 14px;
}
.single-widget-tab .single-widget-tab-content p:last-child {
  font-size: 14px;
  line-height: 24px;
  color: #2c3e50;
}
.single-widget-tab .single-widget-tab-content p:last-child:hover {
  color: #1abc9c;
}
.single-widget-tab-img {
  padding-right: 16px;
  float: left;
}
.single-widget-tab:first-child {
  padding-top: 32px;
}
.single-widget-tab:last-child {
  border: none;
  margin-bottom: 0;
}
.testimonial-widget .testimonial-carousel-item {
  border: 1px solid #ecf0f1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #a1b1bc;
  padding: 13px 13px 17px 21px;
  width: 270px;
}
.testimonial-widget h3 {
  margin-bottom: 24px;
}
.testimonial-widget .widget-carousel:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 24px;
  bottom: -6px;
  z-index: 1;
}
.testimonial-widget .widget-carousel:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 10.5px 0 10.5px;
  border-color: #ecf0f1 transparent transparent transparent;
  position: absolute;
  left: 24px;
  bottom: -8px;
  z-index: 0;
}
.testimonial-widget .owl-theme .owl-controls {
  top: auto;
  bottom: -39px;
  position: absolute;
  right: 2px;
}
.testimonial-widget .owl-theme .owl-controls .owl-pagination .owl-page span {
  border: 1px solid #cbd4da;
  background-color: #ecf0f1;
  margin: 0 3px 0 3px;
  width: 7px;
  height: 7px;
}
.testimonial-widget .owl-theme .owl-controls .owl-pagination .active span {
  background-color: #1abc9c;
  border: none;
}
.testimonial-widget-botton {
  margin-left: 1px;
}
.testimonial-widget-botton h4 {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  color: #2c3e50;
}
.testimonial-widget-botton h4 a:hover {
  color: #f15;
}
.testimonial-widget-botton p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #a1b1bc;
}
.testimonial-widget-botton p a:hover {
  color: #f15;
}
.widget-carousel {
  position: relative;
  margin-bottom: 22px;
}
.widget-title {
  font-size: 18px;
  color: #1a1a1a;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
  letter-spacing: 3px;
}
.widget_rss .widget-title:before {
  content: none;
}
.widget_rss ul li {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e9e9ea;
  color: #a1b1bc;
  line-height: 24px;
}
.widget_rss ul li a {
  display: inline-block;
  padding-bottom: 5px;
  line-height: 20px;
  color: #2c3e50;
}
.widget_rss .rss-date {
  display: block;
  font-weight: 500;
  line-height: 10px;
  padding-bottom: 14px;
}
.widget_rss .rssSummary {
  font-weight: 400;
  margin-bottom: 5px;
}
.widget_text {
  color: #a1b1bc;
  line-height: 24px;
}
.widget_text img {
  height: auto;
}
.widget_text p {
  margin-bottom: 10px;
}
.widget_text p img {
  width: 100%;
}
.widget_text form select {
  width: 100%;
  outline: none;
  height: 35px;
  color: #a1b1bc;
  border: 1px solid #a1b1bc;
  margin-top: 30px;
}
.widget_text .alignnone {
  margin-bottom: 10px;
  display: inline-block;
}
.widget_text .alignnone img {
  float: left;
  margin-right: 10px;
}
.widget_text strong {
  line-height: 20px;
  color: #2c3e50;
  display: inline-block;
  margin-bottom: 10px;
}
.widget_text .textwidget {
  margin-top: 20px;
  word-wrap: break-word;
}
.widget_recent_comments .comment-author-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  color: #a1b1bc;
  padding-bottom: 14px;
}
.widget_recent_comments ul li {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #a1b1bc;
  line-height: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ecf0f1;
  margin-bottom: 19px;
  padding: 15px 0;
}
.content-widget-single-comment a {
  line-height: 20px;
  color: #2c3e50;
}
#calendar_wrap #wp-calendar {
  width: 100%;
}
#calendar_wrap #wp-calendar caption {
  padding-bottom: 10px;
}
#calendar_wrap #wp-calendar thead {
  color: #2c3e50;
}
.widget_archive label {
  display: none;
}
.widget_archive select {
  width: 100%;
  outline: none;
  height: 35px;
  color: #a1b1bc;
  border: 1px solid #a1b1bc;
  margin-top: 30px;
  margin-bottom: 40px;
}
.widget_calendar {
  margin-bottom: 30px;
}
.widget_calendar h5 {
  margin-bottom: 30px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  padding-bottom: 10px;
}
.widget_calendar #wp-calendar thead {
  font-weight: 700;
  color: #2c3e50;
}
a {
  color: #999;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
a:hover {
  color: #000;
}
.widget_categories li {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e9e9ea;
  font-size: 14px;
  line-height: 19px;
}
.widget_categories label {
  display: none;
}
.widget_categories select {
  width: 100%;
  outline: none;
  height: 35px;
  color: #a1b1bc;
  border: 1px solid #a1b1bc;
  margin-top: 30px;
}
.widget_tag_cloud {
  margin: 30px 0 40px 0;
}
.widget_tag_cloud .tagcloud {
  margin-top: 20px;
}
.widget_search {
  margin-bottom: 40px;
}
.widget_search form {
  margin-top: 20px;
}
.widget_search form input {
  width: auto;
  height: 35px;
}
.widget_search form input#s {
  width: 202px;
  padding: 0 5px;
}
.widget_search form input#searchsubmit {
  background: #000;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.widget_search form input#searchsubmit:hover {
  background: #666;
  border-color: #666;
}
.widget_search .screen-reader-text {
  display: none;
}
.widget_recent_entries,
.widget_recent_comments,
.widget_meta,
.widget_pages,
.widget_rss,
.widget_text,
.widget_archive,
.widget_categories {
  margin: 30px 0 40px 0;
}
/**
 *
 * Woocommerce_widgets
 *
 */
.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}
.widget_shopping_cart .product_list_widget li {
  position: relative;
  padding-top: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 14px 0;
}
.widget_shopping_cart .product_list_widget li .wp-post-image {
  margin-left: 0;
  width: 45px;
  height: auto;
  margin-right: 20px;
  float: left;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.widget_shopping_cart .product_list_widget li .wp-post-image:hover {
  opacity: 0.6;
}
.widget_shopping_cart .product_list_widget li a {
  display: block;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
  color: #000;
  padding-right: 10px;
}
.widget_shopping_cart .product_list_widget li a.remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #999 !important;
  text-decoration: none;
  border: 0;
}
.widget_shopping_cart .product_list_widget li a.remove:before {
  content: "";
  display: block;
  background: url(img/close.png) center center no-repeat;
  width: 10px;
  height: 10px;
  font-size: 16px;
  top: 18px;
  position: relative;
}
.widget_shopping_cart .product_list_widget li .quantity {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  padding-right: 1.1em;
  display: inline-block;
  color: #999;
}
.widget_shopping_cart .product_list_widget .variation {
  padding: 0;
}
.widget_shopping_cart .product_list_widget .variation p {
  margin-bottom: 0;
}
.widget_shopping_cart .total {
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  padding: 16px 0;
}
.widget_shopping_cart .total strong {
  font-weight: 400;
}
.widget_shopping_cart .total .amount {
  color: #2c2c2c;
  font-size: 20px;
}
.widget_shopping_cart .buttons .button {
  width: 100%;
  text-align: center;
  background-color: #ccc;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 19px 10px 30px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.widget_shopping_cart .buttons .button.checkout {
  margin-left: 5px;
}
.widget_shopping_cart .buttons .button:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.widget_shopping_cart .buttons .button:hover:after {
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
  opacity: 1;
  padding-left: 5px;
}
.widget_shopping_cart .buttons .button:after {
  font-family: FontAwesome;
  content: "\f178";
  color: #fff;
  opacity: 0;
  display: inline-block;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -ms-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.widget_shopping_cart .checkout {
  margin-left: 10px;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
  clear: both;
}
.widget_product_search h5 {
  margin-bottom: 20px;
}
.widget_product_search .screen-reader-text {
  display: none;
}
.widget_product_search .search-field {
  border: 1px solid #cecece;
  padding: 4px 7px;
}
.widget_product_search input[type="submit"] {
  padding: 7px 10px;
  background-color: #ccc;
  border: none;
  color: #fff;
}
.widget_top_rated_products li a img {
  float: left;
  width: 100px;
  margin-right: 15px;
}
.widget_top_rated_products li a span {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 5px;
}
.widget_top_rated_products li .widget-list-category {
  margin-bottom: 10px;
}
.widget_price_filter,
.widget_top_rated_products,
.widget_product_search,
.widget_layered_nav,
.widget_products,
.widget_product_tag_cloud,
.widget_product_tag_cloud,
.widget_recent_reviews,
.widget_shopping_cart {
  margin-bottom: 70px;
}
.widget_layered_nav h5 {
  margin-bottom: 20px;
}
.widget_layered_nav li {
  margin-bottom: 5px;
}
.widget_product_tag_cloud h5 {
  margin-bottom: 20px;
}
.widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  line-height: 15px;
  font-size: 13px !important;
  margin: 0 7px 11px 0;
  padding: 6px 12px;
  border: 1px solid #cecece;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.widget_product_tag_cloud .tagcloud a:hover {
  color: #000;
  border-color: #000;
  text-decoration: none;
}
.widget_recent_reviews h5 {
  margin-bottom: 20px;
}
.widget_recent_reviews li a {
  display: block;
  font-weight: 400;
}
.widget_recent_reviews li img {
  float: right;
  margin-left: 4px;
  width: 50px;
  height: auto;
  box-shadow: none;
}
.widget_recent_reviews li .star-rating {
  display: block;
  float: none;
  margin-bottom: 5px !important;
  font-size: 13px;
}
.widget_recent_reviews li .reviewer {
  margin-bottom: 20px;
  display: block;
}
.widget_nav_menu .sub-menu li a {
  margin-left: 15px;
}
.widget_product_categories select {
  width: 100%;
}
.social-widget .widget-title {
  margin-bottom: 20px;
}
.social-widget ul li {
  display: inline-block;
  margin-left: 28px;
}
.social-widget ul li:first-child {
  margin-left: 0;
}
.social-widget ul li a {
  color: #666666;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.social-widget ul li a:hover {
  color: #000;
}
/*=====  End of Style Widgets  ======*/
/*======================================
=            Style Checkout            =
======================================*/
.woocommerce-checkout {
  color: #2c3e50;
}
.woocommerce-checkout .login {
  padding-left: 10px;
}
.woocommerce-checkout .checkout_coupon {
  width: 100%;
  display: inline-block;
  border: 1px solid #d3ced2;
  padding: 20px;
  margin-bottom: 2em;
  text-align: left;
  border-radius: 5px;
}
.woocommerce-checkout .checkout_coupon p {
  padding: 3px;
  margin: 0;
}
.woocommerce-checkout .checkout_coupon p:after {
  clear: both;
}
.woocommerce-checkout h3 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}
.woocommerce-checkout .col2-set {
  width: 66%;
  float: left;
}
.woocommerce-checkout #order_review {
  width: 34%;
  float: right;
  border: 3px solid #4d4d4d;
  padding: 45px 35px;
}
.woocommerce-checkout .woocommerce-billing-fields {
  padding-right: 20px;
}
.woocommerce-checkout .form-row {
  width: 100%;
  margin-bottom: 40px;
}
.woocommerce-checkout .form-row.form-row-first {
  width: 48%;
  float: left;
}
.woocommerce-checkout .form-row.form-row-last {
  width: 48%;
  float: right;
}
.woocommerce-checkout .form-row .required {
  border: none;
  color: #cecece;
}
.woocommerce-checkout .form-row .country_to_state a {
  padding: 10px;
}
.woocommerce-checkout .form-row .select2-choice {
  padding: 10px;
}
.woocommerce-checkout #order_review_heading {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  color: #000;
}
.woocommerce-checkout .woocommerce-checkout-payment ul {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li {
  line-height: 25px;
  text-align: left;
  margin: 0;
  font-weight: 100;
  font-size: 14px;
  color: #b2b2b2;
  letter-spacing: 0.5px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li input {
  width: auto;
  height: auto;
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce-checkout-payment ul li label {
  width: auto;
}
.woocommerce-checkout .woocommerce-checkout-payment .form-row {
  margin-top: 30px;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .form-row .button {
  width: 100%;
  text-align: center;
}
.woocommerce-checkout .terms .checkbox {
  width: auto;
  font-size: 14px;
  display: inline-block;
  margin-top: 0;
}
.woocommerce-checkout .terms input {
  width: auto;
  height: auto;
  margin-left: 10px;
}
.woocommerce-checkout .checkbox {
  width: auto;
  display: inline-block;
}
.woocommerce-checkout .input-checkbox {
  width: auto;
  display: inline-block;
  height: auto;
  float: left;
  margin: 12px 10px 0 0;
}
.woocommerce-checkout .checkbox input[type=checkbox] {
  margin-left: 0;
  margin-top: 3px;
  width: auto !important;
}
.woocommerce-shipping-fields {
  display: inline-block;
  width: 100%;
}
.woocommerce-shipping-fields .checkbox span {
  margin-left: 25px;
  text-transform: none;
  display: inline-block;
}
.woocommerce-checkout-review-order table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce-checkout-review-order table .product-total {
  text-align: right;
}
.woocommerce-checkout-review-order table .product-name,
.woocommerce-checkout-review-order table .product-total {
  padding: 18px 12px;
  color: #252525;
  font-size: 15px;
  border-bottom: none !important;
}
.woocommerce-checkout-review-order table .product-name .amount,
.woocommerce-checkout-review-order table .product-total .amount {
  color: #b2b2b2;
}
.woocommerce-checkout-review-order table .cart_item .product-name,
.woocommerce-checkout-review-order table .cart_item .product-total {
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 12px;
  vertical-align: middle;
}
.woocommerce-checkout-review-order table .cart_item .product-name {
  text-align: left;
}
.woocommerce-checkout-review-order table .cart_item .product-total {
  text-align: right;
}
.woocommerce-checkout-review-order table .cart-subtotal th,
.woocommerce-checkout-review-order table .order-total th,
.woocommerce-checkout-review-order table .cart-subtotal td,
.woocommerce-checkout-review-order table .order-total td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
}
.woocommerce-checkout-review-order table thead {
  text-transform: uppercase;
}
.woocommerce-checkout-review-order .cart-subtotal td,
.woocommerce-checkout-review-order .order-total td {
  text-align: right;
}
.includes_tax {
  display: block;
  padding-top: 10px;
  color: #b2b2b2;
  font-size: 15px;
}
.cart_totals table .includes_tax span {
  color: #b2b2b2;
}
#shipping_method {
  margin: 0;
}
.create-account .input-checkbox {
  width: auto !important;
  float: left;
  height: auto !important;
  margin: 15px 10px 0 0;
}
.create-account p {
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 20px;
}
.create-account .woocommerce-form__label span{
    margin-left: 25px;
}
.clear {
  clear: both;
}
label {
  font-size: 16px;
  width: 100%;
  color: #b2b2b2;
  margin-bottom: 10px;
  font-weight: 100;
  letter-spacing: 1px;
}
input,
textarea {
  border: 1px solid #e6e6e6;
  color: #a1b1bc;
  font-size: 14px;
  padding-left: 10px;
  width: 100%;
  box-shadow: none;
  height: 40px;
  outline: 0;
  background-color: #F7F8F9;
  letter-spacing: 1px;
  font-weight: 100;
}
input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #000;
}
textarea {
  padding-top: 10px;
  height: 80px;
}
.woocommerce-error {
  padding: 46px 30px 46px 46px;
  margin: 0 0 2em !important;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #b81c23;
  list-style: none;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-error li {
  margin-bottom: 5px;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-error li strong {
  color: #1a1a1a;
}
.woocommerce-error:before {
  content: "\f06a";
  color: #b81c23;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  left: 1.5em;
}
.woocommerce-error:after {
  clear: both;
}
.woocommerce-message {
  padding: 46px 30px 46px 46px;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  width: auto;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.woocommerce-message:before {
  content: "\f05a";
  color: #8fae1b;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  left: 20px;
  line-height: 16px;
}
.woocommerce-message a {
  position: absolute;
  right: 20px;
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 10px 15px;
  font-size: 16px;
  top: 35px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.woocommerce-message a:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}
.woocommerce-message:after {
  clear: both;
}
.woocommerce-info {
  padding: 46px 30px;
  margin: 0 0 2em;
  background-color: #f7f6f7;
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  list-style: none;
  width: auto;
  word-wrap: break-word;
  letter-spacing: 1px;
}
.woocommerce-info:after {
  clear: both;
}
.woocommerce-info a {
  color: #1a1a1a;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 5px;
}
input.button {
  font-size: 18px;
  text-align: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
input.button:hover {
  background: #666;
  border-color: #666;
}
/*=====  End of Style Checkout  ======*/
/*=========================================
=           Style Single Post            =
=========================================*/
.single-post article {
  text-align: left;
  margin-bottom: 40px;
}
.single-post article .entry-header {
  margin-bottom: 45px;
}
.single-post article .entry-header:hover:before {
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
}
.single-post article .entry-header:before {
  position: static;
}
.single-post article figure {
  margin-bottom: 40px;
}
.single-post article .entry-description h2 {
  font-size: 36px !important;
  color: #090909;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: none;
}
.single-post article .entry-meta {
  margin-bottom: 30px !important;
}
.single-post article .entry-meta .meta-author,
.single-post article .entry-meta .meta-categories {
  display: none;
}
.single-post article .entry-meta .meta-date,
.single-post article .entry-meta .meta-comment {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-post article .entry-meta .meta-date {
  color: #b2b2b2;
}
.single-post article .entry-meta .meta-comment a {
  color: #1a1a1a;
  text-decoration: underline;
}
.single-post article .entry-content {
  font-size: 17px;
  color: #999;
  font-weight: 100;
}
.single-post article .entry-content p {
  margin-bottom: 15px;
  line-height: 28px;
}
.single-post .format-gallery .owl-controls .owl-buttons div {
  padding: 16px 20px;
}
.single-post .format-gallery .item img {
  width: 100%;
}
.single-post .pagination {
  margin: 20px 0;
  float: none;
}
.bypostauthor {
  font-weight: 400;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.aligncenter {
  text-align: center;
}
.wp-caption-text {
  color: #222;
}
.wp-caption {
  background: transparent;
  max-width: 100%;
}
.sticky {
  color: #999;
}
.gallery-caption {
  color: #222;
}
.single-tags {
  margin-bottom: 120px;
}
.single-tags a {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 12px;
  font-size: 13px;
  line-height: 29px;
  height: 30px;
  text-transform: uppercase;
  color: #999;
  margin: 5px 8px 5px 0;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.single-tags a:hover {
  background-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
}
.alignleft {
  margin: 25px 50px 25px 0;
  float: left;
}
.alignright {
  margin: 25px 50px 25px 0;
  float: right;
}
.post-social {
  clear: both;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
  margin-bottom: 65px;
}
.post-social li {
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.post-social li:first-child {
  float: left;
  font-size: 18px;
  color: #090909;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 7px;
}
.post-social li a {
  color: #999;
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 8px 9px;
  width: 30px;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.post-social li a:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.post-by {
  margin-bottom: 55px;
  display: inline-block;
  width: 100%;
}
.post-by .user-avatar {
  float: left;
  margin-right: 40px;
}
.post-by .post-by-content {
  font-weight: 300;
}
.post-by .post-by-content h5 {
  margin-bottom: 15px;
}
.post-by .post-by-content h5 a {
  font-size: 30px;
  color: #090909;
  font-weight: 300;
  text-transform: capitalize;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.post-by .post-by-content h5 a:hover {
  border-bottom: 2px solid #222;
  text-decoration: none;
}
.post-by .post-by-content p {
  font-size: 17px;
  color: #999;
  line-height: 28px;
}
.comments-area .comment-heading {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 33px 0;
  margin-bottom: 10px;
}
.comments-area .comment-heading h2 {
  font-size: 18px;
  font-weight: 300;
  color: #090909;
  text-transform: uppercase;
  margin-bottom: 0;
}
.comments-area .comments ul.children {
  border-bottom: 1px solid #ebebeb;
}
.comments-area .comments ul.children li {
  padding-left: 30px;
  list-style: none;
}
.comments-area .comments ul.children li .comment-body {
  border: none;
}
.comments-area .comments li {
  list-style: none;
}
.comments-area .comments li .comment-body {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 65px;
  padding-top: 60px;
}
.comments-area .comments li .comment-author {
  padding-bottom: 10px;
}
.comments-area .comments li .comment-author img {
  float: left;
  margin-right: 30px;
  clear: both;
}
.comments-area .comments li .comment-author .fn {
  font-size: 24px;
  color: #090909;
  font-weight: 300;
  text-transform: capitalize;
  font-style: normal;
}
.comments-area .comments li .comment-meta {
  padding-bottom: 10px;
}
.comments-area .comments li .comment-meta a {
  font-size: 17px;
  color: #999;
  font-weight: 300;
}
.comments-area .comments li p {
  font-size: 17px;
  color: #999;
  font-weight: 300;
  display: table;
  line-height: 28px;
  margin-bottom: 20px;
  word-break: break-all;
}
.comments-area .reply {
  padding-left: 108px;
}
.comments-area .reply a {
  font-size: 17px;
  color: #1a1a1a;
  text-decoration: underline;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.comments-area .reply a:hover {
  text-decoration: none;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
  color: #090909;
  font-weight: 300;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  padding: 35px 0;
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
}
.comment-respond .comment-notes {
  display: none;
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit input {
  width: auto;
  height: 35px;
  line-height: 14px;
}
.comment-respond input,
.comment-respond textarea {
  background-color: #F7F8F9;
}
.comment-respond input:focus,
.comment-respond textarea:focus {
  background-color: #fff;
  border: 1px solid #000 !important;
}
.comment-respond label,
.comment-respond input {
  width: 100%;
  font-size: 16px;
  color: #b2b2b2;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
  float: left;
  margin-bottom: 25px;
  width: 284px;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
  border: 1px solid #e6e6e6;
  height: 40px;
  padding-left: 5px;
}
.comment-respond .comment-form-url {
  margin-right: 0;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  margin-right: 14px;
}
.comment-respond .comment-form-comment {
  margin-bottom: 40px;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  font-size: 16px;
  color: #b2b2b2;
  font-weight: 100;
  letter-spacing: 1px;
  padding-top: 5px;
  height: 150px;
}
.comment-respond .form-submit input {
  font-size: 14px;
  text-align: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 11px 13px;
  height: auto;
  line-height: 18px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.comment-respond .form-submit input:hover {
  opacity: 0.6;
}
select {
  text-transform: capitalize;
  border: 1px solid #ebebeb;
  width: 150px;
  height: 35px;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding-left: 10px;
  color: #7c7c7c;
  font-size: 14px;
}
select:before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  height: 100%;
  right: 0;
  border-left: 1px solid #ebebeb;
  padding: 10px 12px;
  z-index: -1;
}
.variations select {
  margin-bottom: 10px;
}
.variations .reset_variations {
  margin-left: 10px;
}
.sku_wrapper span {
  color: #1a1a1a;
}
.without-sidebar .comment-form-author,
.without-sidebar .comment-form-email,
.without-sidebar .comment-form-url {
  width: 380px;
}
.without-sidebar .entry-thumbnail img {
  width: 100%;
}
.pagination {
  float: right;
  margin: 0;
}
.pagination .page-numbers {
  font-size: 12px;
  color: #666;
  padding: 11px 15px;
  border: 1px solid #e3e3e3;
}
.pagination .page-numbers.current {
  background-color: #b3b3b3;
  color: #fff;
  border: 1px solid transparent;
}
.pagination .page-numbers i {
  display: inline;
}
.pagination a.page-numbers:hover {
  background-color: #b3b3b3;
  color: #fff;
  text-decoration: none;
  border: 1px solid transparent;
}
.pagination a.page-numbers.next {
  padding: 11px 16px;
}
/*=====  End of Style Single Post  ======*/
/*==================================
=           Style My Account            =
==================================*/
.register label,
.login label {
  margin-top: 0;
}
.register .inline,
.login .inline {
  margin-top: 10px;
}
.register input.button,
.login input.button {
  margin-top: 15px;
  font-size: 16px;
}
.register p,
.login p {
  margin-bottom: 15px;
}
.register input.button {
  padding: 0 17px;
}
.woocommerce-account .col-1,
.woocommerce-account .col-2 {
  width: 50%;
  float: left;
}
.woocommerce-account .col-1 {
  padding-right: 10px;
}
.woocommerce-account .col-2 {
  padding-left: 10px;
}
.woocommerce-account .login input {
  width: 50%;
}
.woocommerce-account .login input.button {
  width: auto;
  padding: 0 15px;
}
input {
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
.woocommerce-lost-password input.button {
  font-size: 16px;
  padding: 0 15px;
}
/*=====  End of Style My Account  ======*/
/*=========================================
=            Style Track Order            =
=========================================*/
.track_order input {
  width: 350px;
}
.track_order input.button {
  width: auto;
  font-size: 16px;
  padding: 0 15px;
}
/*=====  End of Style Track Order  ======*/
/*=====================================
=            Order Details            =
=====================================*/
.order_details {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px !important;
  margin-left: 0 !important;
}
.order_details .product-name {
  width: auto;
}
.order_details tr th {
  padding: 36px 12px;
  border-top: 1px solid #e6e6e6;
}
.order_details li {
  list-style: none;
  margin-bottom: 6px;
}
.order_details li:last-child {
  margin-bottom: 40px;
}
.woocommerce-view-order .customer_details {
  margin-top: 40px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.woocommerce-view-order th {
  padding: 36px 200px 36px 12px;
  border-top: 1px solid #e6e6e6;
}
.woocommerce-view-order address {
  line-height: 24px;
}
.customer_details {
  margin-bottom: 40px;
}
.customer_details th {
  border-top: 1px solid #e6e6e6;
  padding: 36px 12px;
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
}
.customer_details td {
  border-bottom: 1px solid #e6e6e6;
}
/*=====  End of Order Details  ======*/
/*====================================
=           Style Slider            =
====================================*/
.wooslider .metaslider {
  margin-bottom: 40px;
}
.wooslider .metaslider .caption-wrap {
  opacity: 1;
  background: transparent;
  width: auto;
  position: initial;
}
.wooslider .metaslider .caption-wrap h5 {
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.wooslider .metaslider .caption-wrap h2 {
  color: #090909;
  font-size: 42px !important;
  font-weight: 300;
  line-height: 44px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.wooslider .metaslider .caption-wrap a {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wooslider .metaslider .caption-wrap a:hover {
  text-decoration: none;
}
.wooslider .metaslider .flex-control-nav {
  display: none;
}
.wooslider .metaslider .right {
  position: absolute;
  top: 45%;
  left: 50%;
}
.wooslider .metaslider .left {
  position: absolute;
  top: 45%;
  left: 8%;
}
.wooslider .metaslider .flex-prev {
  background-image: url(img/left-slider.png);
  width: 46px;
  height: 46px;
}
.wooslider .metaslider .flex-next {
  background-image: url(img/right-slider.png);
  width: 46px;
  height: 46px;
}
/*=====  End of Style Slider  ======*/
/*====================================
=           Style Footer            =
====================================*/
.result_hover {
  background-color: #f10;
}
.footer {
  background-color: #262626;
}
.footer .footer-main {
  padding: 32px 0px;
}
.footer .footer-main .footer-widget .textwidget img {
  float: left;
  margin-right: 15px;
}
.footer .footer-main .footer-widget .textwidget p {
  float: left;
  font-size: 14px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}
.footer .widget-title {
  color: #cecece;
  border: none;
  text-align: center;
  padding-bottom: 15px;
}
.default-copyright {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.default-copyright a {
  color: #b2b2b2;
  text-decoration: underline;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.default-copyright a:hover {
  color: #fff;
}
.footer-copyright {
  padding-bottom: 31px;
}
.footer-copyright > .container:before {
  border-top: 1px solid #383838;
  display: inline-block;
  width: 100%;
  padding-top: 31px;
}
.footer-copyright .social-widget {
  float: right;
}
.footer-copyright .social-widget ul li a:hover {
  color: #fff;
}
.footer-copyright .copyright-widget.widget_text p {
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
.footer-copyright .copyright-widget.widget_text p a {
  color: #b2b2b2;
  text-decoration: underline;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
.footer-copyright .copyright-widget.widget_text p a:hover {
  color: #fff;
}
.footer-widget {
  margin: 0;
}
.footer-widget .textwidget {
  display: inline-block;
  margin-top: 18px;
}
.footer-widget.widget_nav_menu ul {
  margin-top: 3px;
  float: right;
}
.footer-widget.widget_nav_menu ul li {
  display: inline-block;
  padding-right: 35px;
  border-bottom: none;
}
.footer-widget.widget_nav_menu ul li:last-child {
  padding-right: 0;
}
.footer-widget.widget_nav_menu ul li a {
  color: #999999;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  text-transform: uppercase;
}
.footer-widget.widget_nav_menu ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-widget.widget_nav_menu ul li .sub-menu {
  display: none;
}
.defoult-logo {
  display: inline-block;
  padding-top: 18px;
}
.defoult-logo a {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.defoult-logo p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
/*=====  End of Style Footer  ======*/
/*==================================
=            Fixed IE 9            =
==================================*/
.no-flexbox .woocommerce-ordering:before {
  content: "";
  border: none;
}
.no-flexbox .wooslider .metaslider .caption-wrap {
  width: 100%;
}
.no-flexbox .wooslider .metaslider .left {
  top: -350px;
  left: 50px;
}
.no-flexbox .wooslider .metaslider .right {
  top: -350px;
  left: 700px;
}
/*=====  End of Fixed IE 9  ======*/
