@charset "UTF-8";
/*
Theme Name: Ecom
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: ecom
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
  font-family: "gc-ecom";
  src: url("fonts/gc-ecom.eot");
  src: url("fonts/gc-ecom.eot?#iefix") format("embedded-opentype"), url("fonts/gc-ecom.woff") format("woff"), url("fonts/gc-ecom.ttf") format("truetype"), url("fonts/gc-ecom.svg#gc-ecom") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "gc-ecom" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "gc-ecom" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\61";
}

.icon-search-1:before {
  content: "\63";
}

.icon-arrow-right:before {
  content: "\62";
}

.icon-quote:before {
  content: "\64";
}

.icon-location:before {
  content: "\65";
}

.icon-phone:before {
  content: "\66";
}

.icon-email-mail-streamline:before {
  content: "\67";
}

.icon-facebook:before {
  content: "\68";
}

.icon-twitter:before {
  content: "\69";
}

.icon-google-plus:before {
  content: "\6a";
}

.icon-pinterest-p:before {
  content: "\6b";
}

.icon-cart:before {
  content: url(images/icon-cart.svg);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  color: #272727;
  background: #FFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 14px/20px "montserrat", sans-serif;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  font-weight: 700;
}

h6 {
  font-size: 12px;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

ul {
  margin: 0;
  padding: 0;
}

section {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, h6, p,
a, section, span, li, div {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="search"],
select,
textarea {
  font-size: 12px;
  font-weight: 400;
  border-radius: 0;
  width: 100% !important;
  border: 1px solid #9B9B9C;
  padding: 5px 10px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type="text"]:hover, input[type="text"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

.clear {
  clear: both;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.mx-auto {
  margin: 0 auto;
}

.btn {
  border: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  background: #cd2122;
  padding: 10px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.btn-black {
  background: #272727;
}

.btn:hover, .btn:focus {
  outline: 0;
  color: #FFF;
  background: #272727;
}

.btn:hover.btn-black, .btn:focus.btn-black {
  background: #cd2122;
}

.section-title {
  margin: 0 0 40px;
}

.section-title .title {
  margin: 0 0 10px;
  font-weight: 700;
  color: #272727;
}

.section-title p {
  font-size: 16px;
  color: #9b9b9c;
  line-height: 24px;
}

.section-title.separator .title {
  margin: 0;
  padding: 0 15px;
  position: relative;
  display: inline-block;
}

.section-title.separator .title:before, .section-title.separator .title:after {
  top: 48%;
  content: '';
  width: 30px;
  height: 4px;
  background: #cd2122;
  position: absolute;
  border-radius: 4px;
}

.section-title.separator .title:before {
  left: -30px;
}

.section-title.separator .title:after {
  right: -30px;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/***********************************
HEADER STYLES
***********************************/
.top-bar {
  background: #272727;
}

.top-bar .top-bar-nav li, .top-bar .top-bar-right li {
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

.top-bar .top-bar-nav li a, .top-bar .top-bar-right li a {
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
}

.top-bar .top-bar-nav li a:hover, .top-bar .top-bar-nav li a:focus, .top-bar .top-bar-right li a:hover, .top-bar .top-bar-right li a:focus {
  color: #cd2122;
}

.top-bar .top-bar-nav li + li a {
  line-height: 28px;
  letter-spacing: 3px;
}

.top-bar .top-bar-nav li + li a:before {
  content: "|";
  color: #FFF;
  padding-right: 10px;
}

.top-bar .top-bar-right {
  margin-bottom: 0;
}

.top-bar .top-bar-right .select-wrap {
  position: relative;
}

.top-bar .top-bar-right .select-wrap:before {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  content: "\61";
  position: absolute;
  text-transform: none;
  pointer-events: none;
  vertical-align: middle;
  font-family: "gc-ecom" !important;
}

.top-bar .top-bar-right select {
  border: 0;
  outline: 0;
  color: #FFF;
  font-size: 12px;
  background: transparent;
  border-color: transparent;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 16px 0 0 !important;
}

.top-bar .top-bar-right select option {
  color: #272727;
}

.search-bar {
  position: relative;
}

.search-bar .search-icon {
  border: 0;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #9B9B9C !important;
  font-size: 23px !important;
  background: transparent;
}

.search-bar .search-box {
  top: 55px;
  right: 0;
  width: 300px;
  padding: 10px 15px;
  position: absolute;
  background: #F4F5F6;
  border-top: 4px solid #cd2122;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none;
}

.search-bar .search-box::before {
  content: "";
  top: -30px;
  right: 15px;
  position: absolute;
  border: 12px solid transparent;
  border-bottom: 14px solid #cd2122;
}

.search-bar .dgwt-wcas-search-wrapp {
  min-width: 100%;
}

.search-bar .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 10px 15px 10px 40px !important;
}

.shopping_cart .ajaxify_cart {
  padding-top: 10px;
  padding-bottom: 10px;
}

.shopping_cart .ajaxify_cart .mini_cart {
  display: inline-block;
  position: relative;
}

.shopping_cart .ajaxify_cart .mini_cart .cart_quantity {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  color: #FFF;
  background: #cd2122;
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shopping_cart .header_shopping_cart_content {
  right: 0;
  top: 80px;
  opacity: 0;
  z-index: 111;
  padding: 10px;
  width: 230px;
  position: absolute;
  visibility: hidden;
  background: #F8F8F8;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.3);
  -moz-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.3);
  -ms-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.3);
  box-shadow: 0 2px 3px 0 rgba(1, 1, 1, 0.3);
}

.shopping_cart .header_shopping_cart_content .woocommerce-mini-cart__empty-message {
  margin: 0;
}

.shopping_cart .header_shopping_cart_content ul {
  list-style: none;
}

.shopping_cart .header_shopping_cart_content ul li {
  padding: 10px 0;
  text-align: right;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}

.shopping_cart .header_shopping_cart_content ul li a {
  font-weight: 700;
  font-size: 12px;
  margin-right: 20px;
  color: #272727;
}

.shopping_cart .header_shopping_cart_content ul li a img {
  width: 55px !important;
  height: auto !important;
  float: left !important;
}

.shopping_cart .header_shopping_cart_content ul li .remove {
  right: -5px;
  border: 0 !important;
  top: 15px !important;
  margin: 0 !important;
  left: auto !important;
  width: 20px !important;
  color: #cd2122 !important;
  height: 20px !important;
  font-size: 22px !important;
  line-height: 20px !important;
  text-align: center !important;
  position: absolute !important;
}

.shopping_cart .header_shopping_cart_content ul li .remove:hover {
  color: #FFF !important;
  background: #cd2122 !important;
}

.shopping_cart .header_shopping_cart_content ul li span.quantity {
  font-size: 12px;
  margin-right: 20px;
  display: block;
}

.shopping_cart .header_shopping_cart_content .total {
  margin: 15px 0;
  overflow: hidden;
}

.shopping_cart .header_shopping_cart_content .total strong {
  float: left;
}

.shopping_cart .header_shopping_cart_content .total .amount {
  float: right;
  font-weight: 700;
}

.shopping_cart .header_shopping_cart_content .buttons {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shopping_cart .header_shopping_cart_content .buttons .button {
  color: #FFF;
  font-size: 12px;
  border-radius: 0;
  text-align: center;
  padding: 10px 15px;
  background: #272727;
  text-transform: uppercase;
}

.shopping_cart .header_shopping_cart_content .buttons .button.checkout {
  background: #cd2122 !important;
}

.shopping_cart .header_shopping_cart_content .buttons .button:hover, .shopping_cart .header_shopping_cart_content .buttons .button:focus {
  color: #FFF;
  background: #cd2122 !important;
}

.shopping_cart .header_shopping_cart_content .buttons .button:hover.checkout, .shopping_cart .header_shopping_cart_content .buttons .button:focus.checkout {
  background: #272727 !important;
}

.shopping_cart:hover .header_shopping_cart_content, .shopping_cart:focus .header_shopping_cart_content {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 769px) and (max-width: 991px) {
  .header_shopping_cart_content {
    left: inherit;
    right: -100%;
  }
}

@media (max-width: 776px) {
  .header_shopping_cart_content {
    display: none;
  }
}

.header {
  top: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
}

.header .navbar {
  padding: 37px 0;
  border-radius: 0;
  border: none !important;
  min-height: auto !important;
  margin-bottom: 0 !important;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-header {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-header .logo .navbar-brand {
  padding: 0;
  margin: 0;
  height: initial;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-header .logo .navbar-brand img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) {
  margin-right: 0;
  margin-left: 50px;
}

.header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li {
  padding: 0 20px;
}

.header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li > a {
  color: #000;
  position: relative;
  text-transform: uppercase;
  font: 400 14px/20px "montserrat", sans-serif;
  padding: 10px 0 !important;
  letter-spacing: 1.4px;
}

.header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li > a:before {
  left: 0;
  bottom: 0;
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  background: #cd2122;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li.active a, .header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li:hover a, .header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li:focus a {
  color: #cd2122;
  background-color: transparent;
}

.header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li.active a:before, .header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li:hover a:before, .header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li:focus a:before {
  width: 30px;
}

.header .navbar .navbar-collapse .navbar-right {
  margin-right: 0;
}

.header.stop {
  background-color: #FFF;
  -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.4);
}

.header.stop .top-bar {
  margin: -30px 0 0;
}

.header.stop .navbar {
  padding: 25px 0;
}

.header.stop .navbar .navbar-header .logo .navbar-brand img {
  max-width: 90%;
}

.header_gutter {
  height: 150px;
}

/***********************************
BANNER STYLES
***********************************/
.entry-header {
  height: 105px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: 1;
  position: relative;
}

.entry-header:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/***********************************
BREADCRUMB STYLES
***********************************/
.woocommerce-breadcrumb {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 !important;
  color: #FFF !important;
  letter-spacing: -0.35px;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb span {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #FFF !important;
  letter-spacing: -0.35px;
}

.woocommerce-breadcrumb span {
  font-size: 10px;
  padding: 0 10px;
}

/***********************************
HOME Page STYLES
***********************************/
.banner {
  padding: 0;
  overflow: hidden;
}

.banner:hover .slick-prev, .banner:hover .slick-next, .banner:focus .slick-prev, .banner:focus .slick-next {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner:hover .slick-prev, .banner:focus .slick-prev {
  left: 30px;
}

.banner:hover .slick-next, .banner:focus .slick-next {
  right: 30px;
}

.banner .slick-slide {
  height: 510px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.banner .slick-slide .content span, .banner .slick-slide .content .hero, .banner .slick-slide .content h4 {
  color: #FFF;
  text-transform: uppercase;
}

.banner .slick-slide .content span {
  font-size: 48px;
  line-height: normal;
  letter-spacing: 30px;
  font-family: 'Century';
}

.banner .slick-slide .content .hero {
  font-size: 72px;
  line-height: 100px;
  font-family: 'Century';
  margin: 0 0 13px -10px;
}

.banner .slick-slide .content h4 {
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0.45px;
}

.banner .slick-slide .content .btn {
  width: 100%;
  max-width: 200px;
  font-size: 18px;
  margin: 25px 0 0;
  line-height: 30px;
  letter-spacing: -0.45px;
}

.banner .slick-slide .media img {
  padding: 15px 0;
}

.home-categories {
  padding: 40px 0 0;
}

.home-categories .cat {
  display: block;
  margin: 0 0 30px;
}

.home-categories .cat img {
  width: 100%;
  height: auto;
}

.recent-products {
  padding-top: 20px;
  padding-bottom: 0;
}

.home-featured {
  padding-top: 50px;
  padding-bottom: 0;
}

.home-featured .box-item {
  margin: 0 0 30px;
  position: relative;
}

.home-featured .box-item img {
  width: 100%;
  height: auto;
}

.home-featured .box-item .content {
  bottom: 20px;
  color: #FFF;
  padding: 15px 25px;
  max-width: 232px;
  position: absolute;
  background: rgba(0, 0, 0, 0.78);
}

.home-featured .box-item .content .title {
  line-height: 36px;
  margin: 0 0 10px;
}

.home-featured .box-item .content p {
  margin: 0;
}

.featured-products {
  padding-bottom: 55px;
}

.testimonials {
  padding: 63px 0;
  z-index: 1;
  position: relative;
}

.testimonials:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials .section-title {
  margin: 0 0 60px;
}

.testimonials .section-title .hero-title {
  color: #FFF;
  font-size: 60px;
  letter-spacing: 3px;
}

.testimonial-slider .slick-slide .media {
  width: 98px;
  height: 98px;
  margin-right: 34px;
  border-radius: 500px;
  background: #E7E7E7;
}

.testimonial-slider .slick-slide .quote {
  overflow: hidden;
}

.testimonial-slider .slick-slide .quote .name {
  color: #FFF;
  margin: 0 0 15px;
  padding: 0 0 10px;
  line-height: 24px;
  position: relative;
  letter-spacing: 0.45px;
}

.testimonial-slider .slick-slide .quote .name:after {
  right: 0;
  color: #9b9b9c;
  content: "\64";
  font-size: 24px;
  margin-left: 10px;
  position: absolute;
  font-family: "gc-ecom" !important;
}

.testimonial-slider .slick-slide .quote .name:before {
  left: 0;
  bottom: 0;
  content: '';
  width: 68px;
  height: 3px;
  position: absolute;
  background: #cd2122;
}

.testimonial-slider .slick-slide .quote .name span {
  color: #959696;
}

.testimonial-slider .slick-slide .quote p {
  color: #d7d7d7;
  font-size: 15px;
  max-width: 400px;
  line-height: 21px;
  letter-spacing: 0.375px;
}

/***********************************
CONTACT STYLES
***********************************/
#gmap {
  height: 530px;
  background: #F4F5F6;
  border-top-image: url(images/border-top-map.png);
}

#gmap:before {
  top: 0;
  left: 0;
  z-index: 1;
  height: 5px;
  width: 100%;
  content: '';
  position: absolute;
  background: url(images/border-top-map.png) repeat-x;
}

.contact-us {
  padding-bottom: 65px;
}

.contact-us .section-title p {
  max-width: 1100px;
}

.contact-us .content ul {
  padding: 0 !important;
}

.contact-us .content ul li {
  padding-left: 0 !important;
}

.contact-us .content ul li:before {
  content: none !important;
}

.contact-us .widget_address .widget-title {
  color: #000;
  margin: 0 0 25px;
  font-weight: 400;
}

.contact-us .widget_address ul li {
  margin: 0 0 10px;
}

.contact-us .widget_address ul li .icon {
  color: #A9A9A9;
  font-size: 20px;
  margin-right: 10px;
}

.contact-us .widget_address ul li .content {
  overflow: hidden;
}

.contact-us .widget_address ul li .content a {
  color: #7c7c7c;
  font-size: 18px;
  line-height: 24px;
}

.contact-us .widget_address ul li.address .content a {
  letter-spacing: 0.9px;
}

.contact-us .widget_address ul li.email .content a {
  color: #cd2122;
}

.gform_confirmation_message {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}

.gform_confirmation_message:before {
  content: '✔';
  font-size: 23px;
  padding-right: 10px;
  color: green;
}

.gform_wrapper {
  margin: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
  margin-top: 30px;
}

.gform_wrapper form .gform_body .gform_fields .gfield.google_recpatcha {
  margin-top: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield:first-child {
  margin-top: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield label, .gform_wrapper form .gform_body .gform_fields .gfield label.gfield_label, .gform_wrapper form .gform_body .gform_fields .gfield .gfield_required {
  display: none !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select {
  position: relative;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before {
  content: "\70";
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  color: #FFF;
  font-size: 20px;
  position: absolute;
  pointer-events: none;
  background-color: transparent;
  font-family: "empire-tattoo" !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description {
  padding: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_contains_required .validation_message, .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error .validation_message {
  margin: 0 !important;
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.gform_wrapper form .gform_footer {
  padding: 0 !important;
  margin: 30px 0 0 !important;
}

.gform_wrapper form .gform_footer input[type="submit"] {
  width: 100%;
  border: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 125px;
  background: #cd2122;
  padding: 10px 15px;
  border-radius: 0;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gform_wrapper form .gform_footer input[type="submit"]:hover, .gform_wrapper form .gform_footer input[type="submit"]:focus {
  outline: 0;
  background: #272727;
  color: #FFF !important;
}

/***********************************
PAGE-CONTENT STYLES
***********************************/
.content-area {
  background: url(images/content-bg.png);
}

.content-area .page-content .content.white {
  overflow: hidden;
  padding: 30px 15px;
  background: #FFF;
}

.content-area .page-content .content h4 {
  margin: 0 0 15px;
  line-height: 24px;
  text-transform: uppercase;
}

.content-area .page-content .content ul {
  margin: 0 0 30px;
  list-style: none;
  padding-left: 30px;
}

.content-area .page-content .content ul li {
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}

.content-area .page-content .content ul li:before {
  left: 0;
  content: '•';
  color: #cd2122;
  font-size: 38px;
  line-height: 25px;
  position: absolute;
}

.content-area .page-content .content .no-content {
  padding: 60px 0;
}

.privacy-policy .section-title, .about .section-title {
  margin: 0 0 25px;
}

.about .media img {
  width: 100%;
  height: auto;
}

.about .right-content h1 {
  max-width: 650px;
  margin: 0 0 10px;
  line-height: 36px;
}

.about .right-content p {
  margin: 0 0 15px;
}

/***********************************
WOOCOMMERCE STYLES
***********************************/
.woocommerce-content .page-title {
  font-size: 42px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.woocommerce-page .page-content .section-title {
  margin: 0 0 20px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
}

/* Shop Page before filter */
.wrap_filter_items {
  padding: 15px;
  width: 100%;
  overflow: hidden;
  background: #272727;
  margin-bottom: 25px;
}

.wrap_filter_items .woocommerce-ordering {
  float: left;
  margin: 0 !important;
}

.wrap_filter_items .woocommerce-ordering select {
  background: #F3F3F3;
  border: 1px solid #131313;
  height: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #272727;
  padding: 5px 5px !important;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  -ms-appearance: menulist;
  -o-appearance: menulist;
  appearance: menulist;
}

.wrap_filter_items .pagination_result_count {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap_filter_items .woocommerce-result-count {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px 0 0;
  line-height: 20px;
}

.wrap_filter_items .woocommerce-pagination {
  float: right;
}

.wrap_filter_items .woocommerce-pagination ul {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

.wrap_filter_items .woocommerce-pagination ul li {
  border: 0 !important;
  margin-left: 4px !important;
}

.wrap_filter_items .woocommerce-pagination ul li a:hover {
  background: #cd2122;
}

.wrap_filter_items .woocommerce-pagination ul li span, .wrap_filter_items .woocommerce-pagination ul li a {
  width: 30px;
  height: 30px;
  font-size: 12px !important;
  color: #373737 !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  background: #EAEAEA !important;
}

.wrap_filter_items .woocommerce-pagination ul li span.current {
  color: #FFF !important;
  background: #cd2122 !important;
}

/* Product loop */
.product_wrapper {
  margin: 0 0 30px;
  background: #FFF;
  border: 1px solid #E9E9E9;
}

.product_wrapper:hover .product_image, .product_wrapper:focus .product_image {
  padding: 50px 15px;
}

.product_wrapper:hover .product_image img, .product_wrapper:focus .product_image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product_wrapper .product_image {
  overflow: hidden;
  position: relative;
  padding: 50px 15px;
}

.product_wrapper .product_image img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product_wrapper .product_info {
  margin: 0 0 22px;
}

.product_wrapper .product_info .product_name h2 {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 15px 10px;
}

.product_wrapper .product_info .product_price .price {
  color: #949494;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}

.product_wrapper .product_info .product_link a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0;
  line-height: 20px;
  background: #cd2122;
  padding: 10px 24px;
}

.product_wrapper .product_info .product_link a:hover, .product_wrapper .product_info .product_link a:focus {
  background: #272727;
}

.product_wrapper .product_info .product_link a.added {
  display: none;
}

.product_wrapper .product_info .product_link a.loading:after {
  right: 3px !important;
}

.product_wrapper .product_info .product_link a.woocommerce-LoopProduct-link {
  display: none;
}

.woocommerce .return-to-shop .button {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  background: #cd2122;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: uppercase;
}

.woocommerce .return-to-shop .button:hover, .woocommerce .return-to-shop .button:focus {
  color: #FFF;
  background: #272727;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  border-top: 0 !important;
  border-left: 8px solid #cd2122;
  background-color: #272727;
}

.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
  color: #cd2122;
}

.woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a {
  color: #FFF;
  font-weight: 400;
}

.woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-info a:focus, .woocommerce .woocommerce-message a:hover, .woocommerce .woocommerce-message a:focus {
  color: #cd2122;
}

.woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  background: #cd2122;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: uppercase;
}

.woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-info .button:focus, .woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-message .button:focus {
  color: #FFF;
  background: #a11a1b;
}

.woocommerce form .form-row .input-checkbox {
  position: inherit;
}

.woocommerce #account_password {
  padding: 4px 10px;
}

.woocommerce .woocommerce-message {
  line-height: 2;
}

.woocommerce span.onsale {
  top: 15px !important;
  right: 0;
  z-index: 1;
  left: inherit !important;
  min-width: inherit !important;
  min-height: inherit !important;
  padding: 5px 10px !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  background: #cd2122 !important;
}

.woocommerce a.remove {
  padding: 1.4px;
  color: #cd2122 !important;
  width: 17px !important;
  height: 17px !important;
  top: 25px !important;
  left: 20px !important;
  font-size: 18px !important;
  line-height: 12px !important;
  text-align: center !important;
  border: 2px solid #cd2122 !important;
}

.woocommerce a.remove:hover, .woocommerce a.remove:focus {
  color: #FFF !important;
  background-color: #cd2122 !important;
}

/* Cart page */
.woocommerce-cart .page-content .content.white {
  padding-left: 30px;
  padding-right: 30px;
}

.woocommerce-cart .woocommerce table.shop_table {
  background: #FFF;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.woocommerce-cart .woocommerce table.shop_table th {
  color: #272727;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 50px 20px;
}

.woocommerce-cart .woocommerce table.shop_table tbody img {
  width: 105px;
}

.woocommerce-cart .woocommerce table.shop_table tbody td {
  padding: 25px 40px;
  border-top: 1px solid #EBEBEB;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.product-name a {
  color: #cd2122;
  font-size: 14px;
  font-weight: 700;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.product-price {
  color: #9b9b9c;
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.product-price span.woocommerce-Price-currencySymbol {
  padding-right: 5px;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.product-quantity .quantity input {
  border: 0;
  color: #9b9b9c;
  font-size: 14px;
  font-weight: 700;
  background: #ebebeb;
  width: 50px !important;
  padding: 8.5px 10px !important;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.product-subtotal {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.product-subtotal span.woocommerce-Price-currencySymbol {
  padding-right: 5px;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon #coupon_code {
  border: 0;
  width: 100%;
  color: #909090;
  min-width: 169px;
  font-size: 12px;
  font-weight: 400;
  background: #eeeff0;
  padding: 10px 15px !important;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon .button {
  background: #272727 !important;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.actions .button {
  width: 100%;
  max-width: 173px;
  color: #FFF !important;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 10px 25px !important;
  border-radius: 0 !important;
  margin-left: -3px !important;
}

.woocommerce-cart .woocommerce table.shop_table tbody td.actions .button:hover {
  background: #272727 !important;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce-cart .woocommerce table.shop_table tbody td.actions input[type="submit"] {
  background: #cd2122 !important;
}

.woocommerce-cart .woocommerce .cart-collaterals {
  padding: 30px 0 0;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: 0;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) {
  background: #F7F7F7 !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) th {
  background: #EEEEEE;
  font-weight: 400;
  color: #272727;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) td {
  padding: 25px 15px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr:not(.order-total) td .woocommerce-Price-amount {
  color: #9b9b9c;
  font-weight: 700;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.shipping td {
  color: #9b9b9c;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total th {
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total td {
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-amount {
  color: #cd2122;
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  float: right;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  max-width: 215px;
  color: #FFF !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 10px 15px !important;
  border-radius: 0 !important;
  margin-left: -3px !important;
  text-transform: uppercase;
  background: #272727 !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
  background: #cd2122 !important;
}

/* Checkout */
.woocommerce-checkout .content-area .page-content .content.white {
  padding-left: 30px;
  padding-right: 30px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login {
  border-radius: 0;
  margin: 0 0 50px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login p:first-child {
  margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .input-text {
  padding: 6.5px 10px !important;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .button {
  margin-right: 10px;
  padding: 10px 20px;
  color: #FFF !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #cd2122 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .button:hover, .woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .button:focus {
  color: #FFF !important;
  background: #272727 !important;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password {
  margin: 0;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a {
  color: #cd2122;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a:hover, .woocommerce-checkout .woocommerce .woocommerce-form-login .lost_password a:focus {
  color: #9b9b9c;
}

.woocommerce-checkout .woocommerce .checkout_coupon {
  border-radius: 0;
  margin: 0 0 50px;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row {
  padding: 10px 0;
  margin: 0;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row .input-text {
  padding: 11.5px 10px !important;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row .button {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  background: #cd2122;
  border-radius: 0;
  padding: 13px 25px;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row .button:hover, .woocommerce-checkout .woocommerce .checkout_coupon .form-row .button:focus {
  color: #FFF;
  background: #272727;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout {
  overflow: hidden;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout h3 {
  color: #272727;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row {
  padding: 0;
  width: 100%;
  margin: 0 0 28px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection {
  border: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection__rendered {
  font-size: 12px;
  border-radius: 0;
  color: #9b9b9c;
  padding: 6.5px 10px !important;
  background: transparent;
  border: 1px solid #9B9B9C;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text:focus, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection__rendered:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text::-webkit-input-placeholder, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection__rendered::-webkit-input-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text::-moz-placeholder, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection__rendered::-moz-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text:-ms-input-placeholder, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection__rendered:-ms-input-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row input.input-text:-moz-placeholder, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection__rendered:-moz-placeholder {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row .select2-selection__rendered {
  padding: 0 10px !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-billing-fields .form-row textarea {
  height: 90px;
  color: #9b9b9c;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .col2-set {
  width: 48%;
  float: left;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .woocommerce form.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 48%;
  float: right;
  padding: 30px;
  border: 1px solid #DEDEDE;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order h3 {
  margin-top: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
  border: 0;
  margin: 0 0px 40px 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table thead tr th {
  border-bottom: 4px double #DEDEDE;
  text-transform: uppercase;
  font-size: 14px;
  color: #272727;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tr.cart_item td {
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #DEDEDE;
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9c;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th.product-name, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td.product-name {
  text-align: left;
  padding-left: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th.product-total, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td.product-total {
  text-align: right;
  padding-right: 0 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr td, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th {
  border: 0;
  padding: 20px 0;
  font-size: 14px;
  color: #9b9b9c;
  text-transform: uppercase;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal td, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal th {
  padding-top: 30px !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping th {
  padding-bottom: 30px !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal td, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal th, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping th {
  padding: 5px 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total th {
  font-size: 18px;
  color: #272727;
  border-top: 4px double #DEDEDE;
  border-bottom: 4px double #DEDEDE;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td {
  color: #cd2122;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th {
  text-align: left;
  padding-left: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td {
  text-align: right;
  padding-right: 0 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background: transparent !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods {
  border: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li {
  padding-left: 0;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li input[type="radio"] {
  display: none;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li label:before, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li label:after {
  left: 0;
  z-index: 2;
  content: '';
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 10px);
  border: 2px solid #182342;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li label:after {
  z-index: 1;
  border: 5px solid transparent;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li input:checked ~ label:after {
  background: #cd2122;
  border-color: #FFF;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .payment_box {
  padding: 0 !important;
  margin: 15px 0 25px !important;
  background-color: transparent !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .payment_box.payment_method_paypal {
  display: block !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .payment_box:before {
  content: none !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .payment_box p {
  color: #9b9b9c;
  font-size: 12px;
  line-height: 20px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .icon img {
  margin: 0 15px 0 0 !important;
  max-height: inherit !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .icon a {
  color: #9b9b9c;
  font-size: 12px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .icon a:hover, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods li .icon a:focus {
  color: #cd2122;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box {
  background: #F8F8F8 !important;
  color: #9b9b9c !important;
  font-size: 12px !important;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_box:before {
  border-bottom-color: #F8F8F8 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order {
  margin: 0;
  padding: 30px 0 0 !important;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions {
  margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions label a {
  color: #cd2122;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions label:before, .woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions label:after {
  left: 0;
  top: 0;
  z-index: 2;
  content: '';
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  position: absolute;
  border: 2px solid #182342;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions label:after {
  z-index: 1;
  border: 5px solid transparent;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions input:checked ~ label:after {
  background: #cd2122;
  border-color: #FFF;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order .wc-terms-and-conditions input[type="checkbox"] {
  display: none;
}

.woocommerce-checkout .woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order .place-order #place_order {
  font-size: 14px;
  border-radius: 0;
  padding: 10px 40px;
  text-transform: uppercase;
  font-weight: 400 !important;
  background: #272727 !important;
}

.woocommerce-checkout .woocommerce .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce .woocommerce-additional-fields {
  display: none;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice--success {
  position: relative;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice--success:before {
  content: '✔';
  font-size: 15px;
  padding-right: 10px;
  color: green;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details {
  margin: 0;
  padding: 30px 0 0;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table {
  border-radius: 0;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tr td a {
  color: #cd2122;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tr td a:hover, .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details table.shop_table tr td a:focus {
  color: #9b9b9c;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details {
  margin: 0;
  padding-bottom: 0;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  padding: 0;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details address {
  border-radius: 0;
  line-height: 25px;
  border-bottom-width: 5px;
  border-right-width: 1px;
}

@media (min-width: 769px) and (max-width: 991px) {
  .col2-set {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce-checkout-review-order {
    width: 100% !important;
    float: none !important;
  }
}

@media (max-width: 776px) {
  .col2-set {
    width: 100% !important;
    float: none !important;
  }
  .woocommerce-checkout-review-order {
    width: 100% !important;
    float: none !important;
  }
}

/* My account */
.woocommerce-account .content-area .page-content .content.white {
  padding-left: 30px;
  padding-right: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  background: #F0F0F0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) a {
  border-bottom: 1px solid #E9E9E9;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
  color: #272727;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #FFF;
  background: #cd2122;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:after {
  content: "\62";
  right: 15px;
  position: absolute;
  text-transform: none;
  font-family: "gc-ecom" !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #FFF;
  background: #cd2122;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:not(.button) {
  color: #cd2122;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content a:not(.button):hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content a:not(.button):focus {
  color: #272727;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
  padding: 10px 20px;
  color: #FFF !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #cd2122 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:focus {
  color: #FFF !important;
  background: #272727 !important;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields form .form-row {
  padding: 0;
  margin: 0 0 10px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content button[type="submit"] {
  margin: 10px 0 0;
}

@media (min-width: 776px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
  }
}

/* Login register page */
.woocommerce-page .woocommerce .woocommerce-error:before {
  top: 0;
  left: 5px;
  line-height: 30px;
}

.woocommerce-page .woocommerce .woocommerce-error li {
  padding-left: 25px !important;
}

.woocommerce-page .woocommerce .col2-set h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.woocommerce-page .woocommerce .col2-set .register {
  padding-bottom: 34px;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login, .woocommerce-page .woocommerce .col2-set .register {
  margin: 20px 0 0;
  border-radius: 0;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login .form-row label, .woocommerce-page .woocommerce .col2-set .register .form-row label {
  font-weight: 400;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login input.input-text, .woocommerce-page .woocommerce .col2-set .register input.input-text {
  padding: 6px 15px !important;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login .lost_password, .woocommerce-page .woocommerce .col2-set .register .lost_password {
  margin: 0;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login .lost_password a, .woocommerce-page .woocommerce .col2-set .register .lost_password a {
  color: #cd2122;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login .lost_password a:hover, .woocommerce-page .woocommerce .col2-set .woocommerce-form-login .lost_password a:focus, .woocommerce-page .woocommerce .col2-set .register .lost_password a:hover, .woocommerce-page .woocommerce .col2-set .register .lost_password a:focus {
  color: #9b9b9c;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login .button, .woocommerce-page .woocommerce .col2-set .register .button {
  margin-right: 10px;
  padding: 10px 20px;
  color: #FFF !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #cd2122 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}

.woocommerce-page .woocommerce .col2-set .woocommerce-form-login .button:hover, .woocommerce-page .woocommerce .col2-set .woocommerce-form-login .button:focus, .woocommerce-page .woocommerce .col2-set .register .button:hover, .woocommerce-page .woocommerce .col2-set .register .button:focus {
  color: #FFF !important;
  background: #272727 !important;
}

/* Single product  */
.single-product .content-area .page-content {
  padding-bottom: 30px;
}

.single-product .product .woocommerce-product-gallery {
  height: 100%;
  padding: 30px 15px;
  background: #FFF;
  width: 100% !important;
  border: 1px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product .product .summary {
  padding: 25px 15px;
  width: 100% !important;
}

.single-product .product .summary .product_title {
  margin: 0 0 15px;
}

.single-product .product .summary .price {
  color: #cd2122;
  font-size: 28px;
  font-weight: 700;
}

.single-product .product .summary .available_in_stock label {
  color: #9b9b9c;
  font-weight: 400;
}

.single-product .product .summary .woocommerce-product-details__short-description {
  margin: 30px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #EEEEEE;
}

.single-product .product .summary .woocommerce-product-details__short-description p {
  color: #9b9b9c;
  font-weight: 300;
  line-height: 24px;
}

.single-product .product .summary .cart {
  margin: 0;
}

.single-product .product .summary .cart .quantity {
  margin: 0;
  float: none;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-product .product .summary .cart .quantity label {
  width: auto;
  color: #9b9b9c;
  font-size: 14px;
  font-weight: 400;
  overflow: initial;
  margin-right: 15px;
  text-transform: uppercase;
  position: initial !important;
}

.single-product .product .summary .cart .quantity .btn-qty {
  width: 35px;
  height: 35px;
  font-size: 30px;
  cursor: pointer;
  font-weight: 700;
  background: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-product .product .summary .cart .quantity .btn-qty:not(.qty) {
  color: #9b9b9c;
}

.single-product .product .summary .cart .quantity .btn-qty:hover:not(.qty), .single-product .product .summary .cart .quantity .btn-qty:focus:not(.qty) {
  color: #FFF;
  background: #cd2122;
}

.single-product .product .summary .cart .quantity .btn-qty:hover:not(.qty) svg path, .single-product .product .summary .cart .quantity .btn-qty:focus:not(.qty) svg path {
  fill: #FFF;
}

.single-product .product .summary .cart .quantity .qty {
  font-size: 18px;
  font-weight: 700;
  border: 0 !important;
  padding: 0 !important;
  width: 40px !important;
  margin: 0 25px !important;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.single-product .product .summary .cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}

.single-product .product .summary .cart .variations {
  margin: 0;
  width: auto;
}

.single-product .product .summary .cart .variations td {
  width: 100%;
  display: block;
}

.single-product .product .summary .cart .variations td.label {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
  color: #272727;
}

.single-product .product .summary .cart .variations td.value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product .product .summary .cart .variations td.value select {
  border: 0;
  margin: 0;
  width: 100%;
  color: #909090;
  display: block;
  min-width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single-product .product .summary .cart .variations td.value .reset_variations {
  color: #cd2122;
  font-size: 12px;
}

.single-product .product .summary .cart .variations_button .button {
  margin-top: 20px;
}

.single-product .product .summary .cart .button {
  width: 100%;
  max-width: 200px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  padding: 6px 20px;
  background: #cd2122;
  white-space: nowrap;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product .product .summary .cart .button:before {
  margin-right: 15px;
  content: url(images/cart-white.svg);
}

.single-product .product .summary .cart .button:hover, .single-product .product .summary .cart .button:focus {
  color: #FFF;
  background: #272727;
}

.woocommerce-tabs.wc-tabs-wrapper {
  background: #FFF;
  padding: 50px 40px;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  padding: 0 0 0 30px !important;
  margin: 0 0 30px !important;
  border-bottom: 1px solid #EBEBEB !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  margin: 0 40px 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:before, .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:after {
  content: '';
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
  color: #9b9b9c !important;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  padding: 10px 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #272727 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active:before {
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 3px solid #cd2122 !important;
  border-radius: 0;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper .panel {
  color: #9b9b9c;
  font-size: 14px;
  line-height: 24px;
  padding: 0 30px !important;
  margin: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper .panel ul {
  margin-left: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper .panel .comment-form .comment-form-rating .stars a {
  margin: 0 3px;
  color: #cd2122;
}

.woocommerce-tabs.wc-tabs-wrapper .panel .comment-form .form-submit .submit {
  color: #FFF !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background: #cd2122 !important;
  padding: 10px 20px !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
}

.woocommerce-tabs.wc-tabs-wrapper .panel .comment-form .form-submit .submit:hover, .woocommerce-tabs.wc-tabs-wrapper .panel .comment-form .form-submit .submit:focus {
  color: #FFF !important;
  background: #272727 !important;
}

.related.products {
  padding-bottom: 0;
}

.related.products h2:not(.woocommerce-loop-product__title) {
  padding: 0 0 20px;
}

.product_meta a {
  color: #cd2122;
}

/***************** Sidebar *****************/
.sidebar_wrapper ul {
  list-style: none;
}

.sidebar_wrapper .widget {
  background: #FFF;
  padding: 0 0 15px;
  margin-bottom: 35px;
}

.sidebar_wrapper .widget .widget-title, .sidebar_wrapper .widget .widgettitle {
  font-size: 14px;
  padding: 12px 20px;
  color: #272727;
  text-transform: uppercase;
  border-bottom: 1px solid #EEEEEE;
  letter-spacing: 1.4px;
}

/** Shopping Cart Widget */
.widget_shopping_cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  color: #9b9b9c;
  font-size: 12px;
  padding: 28px 20px 20px;
  line-height: 20px;
}

.widget_shopping_cart ul.cart_list li.mini_cart_item {
  padding: 15px 20px 15px 50px;
}

.widget_shopping_cart ul.cart_list li.mini_cart_item:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}

.widget_shopping_cart ul.cart_list li.mini_cart_item a {
  color: #272727;
  font-size: 14px;
  font-weight: 600;
}

.widget_shopping_cart ul.cart_list li.mini_cart_item img {
  width: 50px;
}

.widget_shopping_cart ul.cart_list li.mini_cart_item .quantity {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
}

.widget_shopping_cart .total {
  margin: 0;
  font-size: 14px;
  padding: 10px 20px !important;
}

.widget_shopping_cart .buttons {
  margin: 0;
  padding: 0 20px;
}

.widget_shopping_cart .buttons .button {
  color: #FFF;
  text-transform: capitalize;
  background: #cd2122 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.widget_shopping_cart .buttons .button:hover, .widget_shopping_cart .buttons .button:focus {
  color: #FFF !important;
  background: #272727 !important;
}

/** Categories Widget */
.widget_product_categories {
  padding: 0 !important;
}

.widget_product_categories .product-categories {
  margin-left: 10px;
}

.widget_product_categories .product-categories li {
  position: relative;
}

.widget_product_categories .product-categories li:last-child a {
  border: 0;
}

.widget_product_categories .product-categories li a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  padding: 15px 20px;
  color: #272727;
  text-transform: uppercase;
  border-bottom: 1px solid #EEEEEE;
  letter-spacing: 1.4px;
}

.widget_product_categories .product-categories li a:hover, .widget_product_categories .product-categories li a:focus {
  color: #cd2122 !important;
}

.widget_product_categories .product-categories li .arrow_right {
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  color: #848484;
  font-size: 10px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 50px;
}

.widget_product_categories .product-categories li ul.children {
  display: none;
  background: #F8F8F8;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.widget_product_categories .product-categories li ul.children li a {
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.6px;
}

.current-cat-parent > a,
.current-cat > a {
  color: #cd2122 !important;
}

.current-cat-parent ul.children {
  display: block !important;
}

/* Product Filter Widget */
.price_slider_wrapper {
  padding: 20px 20px 10px;
}

.price_slider_wrapper .ui-widget-content {
  background-color: #9A9A9A !important;
}

.price_slider_wrapper .ui-slider {
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 2px !important;
}

.price_slider_wrapper .ui-slider .ui-slider-range {
  background: #182342 !important;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
  top: -4px !important;
  width: 10px !important;
  height: 10px !important;
  background-color: #FFF !important;
  border: 2px solid #cd2122 !important;
}

.price_slider_wrapper .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price_slider_wrapper .price_slider_amount .price_label {
  color: #9b9b9c;
  font-size: 12px;
  line-height: 20px;
}

.price_slider_wrapper .button {
  color: #FFF !important;
  font-size: 14px !important;
  margin-top: 6px !important;
  border-radius: 0 !important;
  background: #cd2122 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price_slider_wrapper .button:hover, .price_slider_wrapper .button:focus {
  background: #272727 !important;
}

.widget_layered_nav {
  padding: 0 !important;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list li {
  width: 100%;
  color: #9b9b9c;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 20px !important;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list li:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list li a {
  color: #9b9b9c;
  padding-left: 30px;
  letter-spacing: 0.6px;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list li a:hover, .widget_layered_nav .woocommerce-widget-layered-nav-list li a:focus {
  color: #cd2122;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list li .color {
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 500px;
  margin: 5px 10px 0 0;
  display: inline-block;
  background: currentColor;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list li .count {
  letter-spacing: 0;
  float: right;
}

/***********************************
FOOTER STYLES
***********************************/
.subscribe {
  padding: 60px 0;
}

.subscribe .content .section-title {
  margin: 0;
}

.subscribe .content .section-title h2 {
  color: #404040;
  line-height: 30px;
  letter-spacing: 7px;
}

.subscribe .content .section-title p {
  font-size: 14px;
  margin: 0 0 25px;
}

.subscribe .content .section-title .btn {
  width: 100%;
  max-width: 175px;
}

.footer .footer-top {
  padding: 70px 0 35px;
  background: #272727;
}

.footer .social-media {
  display: inline-block;
}

.footer .social-media li {
  float: left;
  list-style: none;
}

.footer .social-media li a {
  font-size: 20px;
  margin-right: 30px;
}

.footer .widget {
  color: #FFF;
  margin: 0 0 30px;
}

.footer .widget .widget-title {
  color: #FFF;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.footer .widget ul li a {
  color: #9b9b9c;
  line-height: 24px;
}

.footer .widget ul li a:hover, .footer .widget ul li a:focus {
  color: #cd2122;
}

.footer .widget.widget_about .footer-logo {
  margin: 0 0 30px;
}

.footer .widget.widget_about p {
  color: #9b9b9c;
  font-weight: 300;
  line-height: 24px;
  max-width: 270px;
}

.footer .widget.widget_address ul li {
  margin: 0 0 5px;
  overflow: hidden;
}

.footer .widget.widget_address ul li a, .footer .widget.widget_address ul li p, .footer .widget.widget_address ul li label {
  color: #b4b4b4;
  font-weight: 400;
}

.footer .widget.widget_address ul li a:hover, .footer .widget.widget_address ul li a:focus {
  color: #cd2122;
}

.footer .widget.widget_address ul li .icon {
  margin-right: 10px;
  font-size: 18px;
  color: #6C6C6C;
}

.footer .widget.widget_address ul li .content {
  overflow: hidden;
}

.footer .widget.widget_address ul li.address {
  margin: 0 0 20px;
}

.footer .widget.widget_address ul li.email .content a {
  color: #1ac7b1;
}

.footer .widget.widget_address ul li.email .content a:hover, .footer .widget.widget_address ul li.email .content a:focus {
  color: #cd2122;
}

.footer .footer-bottom {
  color: #9b9b9c;
  padding: 20px 0;
  background: #333333;
}

.footer .footer-bottom .copyright p {
  margin: 0;
  font-size: 12px;
}

.footer .footer-bottom .payment_methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer-bottom .payment_methods li {
  padding-left: 25px;
}

/***********************************
404 STYLES
***********************************/
.error404 {
  background: #FFF;
}

.error404 .error-404 {
  padding: 40px 0 0;
}

.error404 .error-404 .page-header {
  margin-top: 0;
  border-color: #ddd;
}

.error404 .error-404 .page-header .hero {
  margin: 0;
  color: #272727;
  font-size: 125px;
  font-weight: bold;
  line-height: normal !important;
}

.error404 .error-404 .page-content .searchform {
  margin: 0 auto;
  padding: 10px 0 50px;
}

.error404 .error-404 .page-content .searchform .screen-reader-text {
  display: none;
}

.error404 .error-404 .page-content .searchform input[type="text"], .error404 .error-404 .page-content .searchform input[type="search"] {
  border: 0;
  border-radius: 0;
  line-height: 40px;
  outline: 0 !important;
  width: 100% !important;
  color: #272727 !important;
  margin: 0 0 20px !important;
  max-width: 500px;
}

.error404 .error-404 .page-content .searchform input[type="submit"] {
  width: 175px;
  border: 0;
  color: #FFF;
  overflow: hidden;
  line-height: 20px;
  padding: 14px 15px;
  position: relative;
  background: #cd2122;
  border-radius: 0;
  display: inline-block;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.error404 .error-404 .page-content .searchform input[type="submit"]:hover, .error404 .error-404 .page-content .searchform input[type="submit"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #272727;
}

/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/***********************************
BASIC TEMPLATE STYLES
***********************************/
.basic_container {
  padding: 40px 0 48px 0;
}

.basic_container .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 20px 0;
}

.basic {
  max-width: 1008px;
  margin: 0 auto;
  padding: 35px 0;
}

.basic h2 {
  margin-bottom: 35px;
}

.basic ul {
  margin-left: 30px;
  list-style-type: disc;
}

.basic ul li {
  margin-bottom: 15px;
}

.basic p:last-child {
  margin-bottom: 25px;
}

/* left */
.basic_left img {
  max-width: 100%;
  display: block;
  float: left;
}

.basic_left p {
  display: block;
  padding: 0;
}

/* middle */
.middle_box {
  padding: 0 15px;
}

.basic_middle img {
  max-width: 100%;
  display: block;
  float: none;
  margin: 0 auto 50px auto;
  max-width: 1008px;
  max-width: 100%;
}

.basic_middle h2 {
  text-align: center;
}

.basic_middle p {
  margin-bottom: 0 !important;
  margin: 10px 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.basic_middle .btn {
  max-width: 490px;
  float: none;
  margin: 25px auto 0 auto;
}

.basic_single .btn {
  max-width: 490px;
  float: none;
  margin: 25px auto 0 auto;
}

/* right */
.basic_right img {
  max-width: 100%;
  display: block;
  float: right;
  margin: 0 auto;
}

.basic_right p {
  display: block;
  padding: 0;
}

.gcbase-home {
  width: 100%;
  background: #008cc6;
  background: -moz-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: -webkit-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: -o-linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  background: linear-gradient(45deg, #008cc6 0%, #8ec652 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cc6', endColorstr='#8ec652',GradientType=1 );
}

/***********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 1400px) {
  /* Basic Template Styles */
  .basic h2 {
    margin-bottom: 20px;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  /***********************************
	HEADER STYLES
	***********************************/
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar-right) > li {
    padding: 0 15px;
  }
  /***********************************
	HOME PAGE STYLES
	***********************************/
  .banner .slick-slide {
    height: 500px;
  }
  .banner .slick-slide .content span {
    font-size: 40px;
    letter-spacing: 30px;
  }
  .banner .slick-slide .content .hero {
    font-size: 150px;
    line-height: 150px;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  #gmap {
    height: 500px;
  }
}

/* 1199 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* force ipad dropdown carats */
  .open .dropdown-menu > li,
  .open .dropdown-menu > li > a:hover {
    display: inline-block !important;
  }
}

/* iPad Portrait and Landscape */
/* iPad Portrait */
/* iPad Landscape */
@media only screen and (max-width: 991px) {
  /***********************************
	HEADER STYLES
	***********************************/
  .navbar-toggle {
    margin: 0;
    border: 0;
    display: block;
    padding: 9px 0;
  }
  .navbar-toggle:hover .icon-bar:nth-child(1) {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .navbar-toggle:hover .icon-bar:nth-child(3) {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important;
  }
  .navbar-toggle:hover:before, .navbar-toggle:focus:before {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-toggle.in .icon-bar {
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    -o-transition: transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
  }
  .navbar-toggle.in .icon-bar:nth-child(1) {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  .navbar-toggle.in .icon-bar:nth-child(1) .inner {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggle.in .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggle.in .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .navbar-toggle.in .icon-bar:nth-child(3) .inner {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-toggle .icon-bar {
    width: 32px;
    margin-bottom: 6px;
    background-color: transparent !important;
    -webkit-transition: -webkit-transform 150ms linear 150ms;
    transition: -webkit-transform 150ms linear 150ms;
    -o-transition: transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms;
    transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
  }
  .navbar-toggle .icon-bar .inner {
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 4px;
    background-color: #cd2122;
    -webkit-transition: background-color 150ms linear, opacity 0s linear 150ms, -webkit-transform 150ms linear;
    transition: background-color 150ms linear, opacity 0s linear 150ms, -webkit-transform 150ms linear;
    -o-transition: transform 150ms linear, background-color 150ms linear, opacity 0s linear 150ms;
    transition: transform 150ms linear, background-color 150ms linear, opacity 0s linear 150ms;
    transition: transform 150ms linear, background-color 150ms linear, opacity 0s linear 150ms, -webkit-transform 150ms linear;
  }
  .header .navbar {
    padding: 0;
  }
  .header .navbar .navbar-header {
    float: none;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .navbar .navbar-header .logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header .navbar .navbar-header .logo .navbar-brand {
    padding: 0 15px 0 0;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navbar .navbar-collapse {
    margin: 0 -15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0 10px;
    border-top: 1px solid #e7e7e7 !important;
  }
  .header .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .navbar .navbar-collapse.collapse.collapsing {
    overflow: hidden !important;
  }
  .header .navbar .navbar-collapse .nav {
    float: none !important;
    margin: 0;
  }
  .header .navbar .navbar-collapse .nav:not(.navbar-right) {
    margin-left: 0;
  }
  .header .navbar .navbar-collapse .nav li {
    float: none;
    margin: 5px 0;
    display: block;
  }
  .header .navbar .navbar-collapse .nav li.btn-border {
    display: inline-block;
  }
  .header .navbar .navbar-collapse .nav li a {
    width: 100%;
    padding: 5px 15px !important;
  }
  .header.stop .navbar {
    padding: 0;
  }
  .header.stop .navbar .navbar-header {
    padding: 25px 0;
  }
  .header_gutter {
    height: 136px;
  }
  /***********************************
	HOME PAGE STYLES
	***********************************/
  .banner .slick-slide {
    height: 450px;
  }
  .banner .slick-slide .content span {
    font-size: 30px;
    letter-spacing: 25px;
  }
  .banner .slick-slide .content .hero {
    font-size: 100px;
    line-height: 100px;
  }
  .recent-products {
    padding: 20px 0 0;
  }
  .home-featured {
    padding-top: 30px;
  }
  .home-featured .box-item .content {
    padding: 10px 20px;
    max-width: 200px;
  }
  .home-featured .box-item .content .title {
    font-size: 30px;
  }
  .featured-products {
    padding: 10px 0;
  }
  .testimonials {
    padding: 60px 0;
  }
  .testimonials .section-title .hero-title {
    font-size: 50px;
  }
  .testimonial-slider .slick-slide .media {
    margin-right: 0;
    margin-bottom: 15px;
    float: none !important;
  }
  /***********************************
	ABOUT STYLES
	***********************************/
  .about .media {
    margin: 0 0 30px;
  }
  .about .right-content p {
    margin: 0 0 30px;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  #gmap {
    height: 450px;
  }
  /***********************************
	WOOCOMMERCE STYLES
	***********************************/
  .woocommerce.single-product .product [class^="col"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* Basic Template Styles */
  .basic_left img, .basic_right img {
    float: none;
    margin: 0 auto 50px auto;
  }
  .basic .btn {
    clear: both !important;
    display: block !important;
    min-width: 225px;
    max-width: 340px;
  }
}

/* 991 */
@media (min-width: 768px) and (max-width: 991px) {
  .widget-area, .site-main {
    width: 100%;
  }
  .woocommerce table.shop_table_responsive, .woocommerce-page table.shop_table_responsive {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr.cart_item .product-remove:before, .woocommerce-page table.shop_table_responsive tr.cart_item .product-remove:before {
    content: none;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.actions:before, .woocommerce-page table.shop_table_responsive tr td.actions:before {
    content: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail:before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail:before {
    content: 'Product Image:';
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail img, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail img {
    width: 65px;
  }
  .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce .cart-collaterals table.shop_table_responsive tr td, .woocommerce-page .cart-collaterals table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .woocommerce .cart-collaterals table.shop_table_responsive tr td:before, .woocommerce-page .cart-collaterals table.shop_table_responsive tr td:before {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  /***********************************
	HEADER STYLES
	***********************************/
  .header .navbar .navbar-header {
    padding: 20px 15px;
  }
  .header.stop .navbar .navbar-header {
    padding: 25px 15px;
  }
  .header_gutter {
    height: 116px;
  }
  .entry-header .container {
    margin-left: 0;
  }
  /***********************************
	HOME PAGE STYLES
	***********************************/
  .banner .slick-slide {
    height: 400px;
  }
  .banner .slick-slide .content span {
    font-size: 24px;
    letter-spacing: 10px;
  }
  .banner .slick-slide .content .hero {
    font-size: 80px;
    line-height: 80px;
    margin: 0 0 10px -5px;
  }
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .section-title {
    margin: 0 0 40px;
  }
  .testimonials .section-title .hero-title {
    font-size: 40px;
  }
  .testimonial-slider .slick-slide .quote p {
    max-width: 530px;
  }
  .testimonial-slider .slick-dots {
    margin: 20px 0 0;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  #gmap {
    height: 400px;
  }
  .contact-us {
    padding-bottom: 40px;
  }
  .contact-us .widget_address {
    margin: 30px 0 0;
  }
  .contact-us .widget_address ul {
    margin-bottom: 0 !important;
  }
  /***********************************
	FOOTER STYLES
	***********************************/
  .footer .footer-bottom .align-center-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer .footer-bottom .copyright, .footer .footer-bottom .payment_methods {
    display: block;
    text-align: center;
  }
  .footer .footer-bottom .payment_methods li {
    margin: 0 0 15px;
  }
  /***********************************
	WOOCOMMERCE STYLES
	***********************************/
  .woocommerce .page-content {
    padding: 40px 0 10px;
  }
  .woocommerce-cart .page-content .content.white {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .woocommerce-cart .woocommerce table.shop_table tbody td {
    padding: 25px 0;
  }
  .woocommerce-cart .woocommerce table.shop_table tbody td.actions .button {
    margin-left: 0 !important;
  }
  .woocommerce-account .content-area .page-content .content.white {
    padding: 30px 15px 0 !important;
  }
  .woocommerce-account .woocommerce .u-columns {
    padding: 0 0 30px;
  }
  .woocommerce-account .woocommerce .u-columns .col-2 {
    margin: 30px 0 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin: 30px 0 0;
  }
  .woocommerce-checkout .content-area .page-content {
    padding: 40px 0;
  }
  .woocommerce-checkout .content-area .page-content .content.white {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column--1 {
    margin: 0 0 30px;
  }
  .single-product .content-area .page-content {
    padding-bottom: 10px;
  }
  .single-product .product [class^="col"] {
    padding: 0;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 30px 30px;
  }
  .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    padding: 0 !important;
  }
  .woocommerce-tabs.wc-tabs-wrapper .panel {
    padding: 0 !important;
  }
  .related.products {
    padding: 40px 0 0;
  }
}

/* 767 */
@media only screen and (max-width: 680px) {
  .banner .slick-slide {
    height: 350px;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  #gmap {
    height: 350px;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield {
    margin-top: 20px;
  }
  .gform_wrapper form .gform_body .gform_fields .gfield.google_recaptcha {
    float: none;
    margin-right: inherit;
  }
  .gform_wrapper form .gform_footer input[type="submit"] {
    position: inherit;
    top: 20px;
  }
  /* Basic Template Styles */
  .basic {
    padding: 25px 0;
  }
  .basic ul {
    margin-left: 20px;
  }
  .basic_middle p {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .basic_left img, .basic_right img {
    margin: 0 auto 30px auto;
  }
  .basic_container .btn {
    padding: 15px 0;
  }
}

/* 680 */
@media only screen and (max-width: 575px) {
  section {
    padding: 30px 0;
  }
  .col {
    width: 100%;
  }
  /***********************************
	HOME PAGE STYLES
	***********************************/
  .banner .slick-slide {
    height: 300px;
  }
  .banner .slick-slide .align-center-v {
    display: block;
  }
  .banner .slick-slide .content {
    text-align: center;
  }
  .banner .slick-slide .media {
    display: none;
  }
  .testimonials {
    padding: 40px 0;
  }
  .testimonials .section-title .hero-title {
    font-size: 30px;
  }
  .testimonial-slider .slick-dots {
    margin: 10px 0 0;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  #gmap {
    height: 300px;
  }
  .contact-us {
    padding: 40px 0;
  }
  /***********************************
	FOOTER STYLES
	***********************************/
  .subscribe {
    padding: 40px 0;
  }
  .subscribe .content .section-title h2 {
    letter-spacing: 4.5px;
  }
  .footer .footer-top {
    padding: 40px 0 0;
  }
  .footer .footer-top .widget {
    text-align: center;
  }
  .footer .footer-top .widget.widget_about .footer-logo img, .footer .footer-top .widget.widget_about p {
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-top .widget.widget_address ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footer-bottom .copyright span {
    display: block;
  }
  .woocommerce-checkout #payment .payment_method_paypal .icon {
    display: block;
  }
  .woocommerce-checkout #payment .payment_method_paypal .icon .about_paypal {
    float: none !important;
    display: block;
  }
}

/* 575 */
@media only screen and (max-width: 540px) {
  .wrap_filter_items .woocommerce-ordering {
    float: none;
    margin: 0 0 10px !important;
  }
  .wrap_filter_items .pagination_result_count {
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 540 */
@media only screen and (max-width: 480px) {
  .header .top-bar .col-md-6.col-sm-6.col-xs-7 {
    padding-right: 0;
  }
  /***********************************
	CONTACT STYLES
	***********************************/
  #gmap {
    height: 250px;
  }
  /***********************************
	PAGE-CONTENT STYLES
	***********************************/
  .content-area .page-content .content.white {
    padding: 30px 5px;
  }
  .content-area .page-content .content ul {
    padding-left: 15px;
  }
  /***********************************
	WOOCOMMERCE STYLES
	***********************************/
  .woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon {
    display: block;
  }
  .woocommerce-cart .woocommerce table.shop_table tbody td.actions .coupon .input-text {
    margin: 0 0 10px;
  }
  .woocommerce-cart .woocommerce table.shop_table tbody td.actions .button {
    margin: 0 !important;
    max-width: 100% !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    float: none;
    padding: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    max-width: 100%;
  }
  .single-product .product .summary .cart .align-center-v {
    display: block;
  }
  .single-product .product .summary .cart .quantity {
    margin: 20px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* 480 */
@media only screen and (max-width: 380px) {
  .header .top-bar [class^="col-"] {
    width: 100%;
  }
  .header .top-bar .top-bar-nav, .header .top-bar .top-bar-right {
    text-align: center;
  }
  .header .top-bar .top-bar-right .select-wrap {
    text-align: right;
  }
  .header.stop .top-bar {
    margin: -60px 0 0;
  }
  .header_gutter {
    height: 146px;
  }
  /***********************************
	HOME PAGE STYLES
	***********************************/
  .testimonials .section-title .hero-title {
    font-size: 24px;
    letter-spacing: 0;
  }
}

/* 380 */
@media only screen and (max-width: 366px) {
  /***********************************
	FOOTER STYLES
	***********************************/
  .footer .footer-bottom .copyright span {
    display: block;
  }
  /***********************************
	WOOCOMMERCE STYLES
	***********************************/
  .wrap_filter_items .woocommerce-ordering,
  .wrap_filter_items .pagination_result_count,
  .wrap_filter_items .woocommerce-result-count,
  .wrap_filter_items .woocommerce-pagination {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
  }
  .wrap_filter_items .woocommerce-result-count {
    margin: 0 0 10px;
  }
  .wrap_filter_items .woocommerce-pagination ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 366 */
