/****** To compile the files manually uncomment one of the color sets ******/
/*
@text-color-1: #ffdacf;

@base-color-1: #000;
@base-color-2: #fff;
@base-color-3: #000;
@base-color-4: #ff742e;
@base-color-5: #632613;

@border-color-1: #602914;
@input-border-color-1: #602914;

@accent-color-1: #ff742e;

@body-background-1: #381004;
@body-box-side_color: #fff;

@checkout-background: #fff;
@checkout-table-background: #ffffdb;
@checkout-table-background-accent: #f2f2be;

@dock-background: #632613;
@dock-text-color: #ffdacf;

@header-background: #381004;
@logo-color: #ffdacf;
@cart-menu-text-color: #ffdacf;

@full-height-header-background: #333;
@full-height-header-text-color: #949494;

@menu-background: #000;
@menu-text-color: #fff;

@footer-background: #381004;
@footer-text-color: #ffdacf;
@footer-title-color: #ff742e;

@copyright-background: #632613;
@copyright-text-color: #ffdacf;

@border-thickness: 1px;
@title-border-thickness: 2px;

@title-font-weight: 300;
@title-font-size: 24px;
@menu-font-weight: 700;
@menu-font-size: 18px;
*/
/* @text-color-1: #252525;

@base-color-1: #000;
@base-color-2: #fff;
@base-color-3: #252525;
@base-color-4: #c99700;
@base-color-5: #f4f1e5;

@border-color-1: #ede0b8;
@input-border-color-1: #ede0b8;

@accent-color-1: #920000;

@body-background-1: #fff; 
@body-box-side_color: #fff;

@checkout-background: #fff;
@checkout-table-background: #ffffdb;
@checkout-table-background-accent: #f2f2be;

@dock-background: #f4f1e5;
@dock-text-color: #252525;

@header-background: #fff;
@logo-color: #252525;
@cart-menu-text-color: #252525;

@full-height-header-background: #333;
@full-height-header-text-color: #949494;

@menu-background: #252525;
@menu-text-color: #fff;

@footer-background: #fff;
@footer-text-color: #252525;
@footer-title-color: #920000;

@copyright-background: #f4f1e5;
@copyright-text-color: #252525;

@border-thickness: 1px;
@title-border-thickness: 2px;

@title-font-weight: 300;
@title-font-size: 24px;
@menu-font-weight: 700;
@menu-font-size: 18px;
*/
/*
@text-color-1: #333;

@base-color-1: #000;
@base-color-2: #fff;
@base-color-3: #333;
@base-color-4: #0b7700;
@base-color-5: #d4edc9;

@border-color-1: #c6debe;
@input-border-color-1: #c6debe;

@accent-color-1: #6f3327;

@body-background-1: #f2f1e8;
@body-box-side_color: #fff;

@dock-background: #d4edc9;
@dock-text-color: #333;

@checkout-background: #fff;
@checkout-table-background: #ffffdb;
@checkout-table-background-accent: #f2f2be;

@header-background: #f2f1e8;
@logo-color: #333;
@cart-menu-text-color: #333;

@full-height-header-background: #333;
@full-height-header-text-color: #949494;

@menu-background: #252525;
@menu-text-color: #fff;

@footer-background: #f2f1e8;
@footer-text-color: #333;
@footer-title-color: #6f3327;

@copyright-background: #d4edc9;
@copyright-text-color: #333;

@border-thickness: 1px;
@title-border-thickness: 2px;

@title-font-weight: 300;
@title-font-size: 24px;
@menu-font-weight: 700;
@menu-font-size: 18px;
*/
.radius-top-bottom-right-1 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.radius-top-bottom-right-2 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.radius-top-left-right-1 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.radius-bottom-left-right-1 {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.radius-bottom-left-right-2 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.margin-padding-reset {
  margin: 0;
  padding: 0;
}
.margin-center {
  margin: 0 auto !important;
}
/*------------------------------------------------------------------
[Table of contents]

1. Body Elements
2. Forms
3. Tags
4. Buttons, bullets, lists & links
5. Titles
6. Dock
7. Header
8. Menu
9. VC Tabs element
10. VC Accordion element
11. Catalog items
12. Sidebar
13. Quickview
14. Carousel
15. Main-slider
16. Layouts
17. Blog
18. Shop by brand
19. Footer
20. Affix
21. Catalog
22. Comments
23. Comment overrides for woocommerce reviews
24. WooCommerce Catalog
25. WooCommerce Shortcodes
26. Product Slider
27. WooCommerce Product
28. WooCommerce Widgets
29. Wordpress Widgets in Mega Menu
30. Sharrre buttons
31. Banners
32. Live Search
33. Welcome message
34. Boxed
-------------------------------------------------------------------*/
html {
  height: 100%;
}
body {
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 500;
  color: #333333;
  background: #f5f5f5;
  overflow-x: hidden;
  height: 100%;
}
:selection {
  color: #ffffff;
  background: #007aff;
}
a,
a:focus {
  color: #333333;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus:hover {
  color: #007aff;
  text-decoration: none;
}
a:active,
a:focus:active {
  color: #0062cc;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.container,
.container-fluid {
  margin: 0;
  padding: 0;
  margin: 0 auto !important;
}
.focus {
  width: 100%;
  min-height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  padding-bottom: 85px;
}
.focus:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.focus.out-of-focus {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.focus.out-of-focus:before {
  opacity: 1;
  visibility: visible;
}
.stars {
  font-size: 13px;
  color: #949494;
  font-style: normal;
  font-weight: 400 !important;
}
.stars + * {
  margin-left: 10px;
}
.stars.rating-5:after {
  content: "\f005  \f005  \f005  \f005  \f005";
  font-family: FontAwesome;
}
.stars.rating-4-5:after {
  content: "\f005  \f005  \f005  \f005  \f123";
  font-family: FontAwesome;
}
.stars.rating-4:after {
  content: "\f005  \f005  \f005  \f005  \f006";
  font-family: FontAwesome;
}
.stars.rating-3-5:after {
  content: "\f005  \f005  \f005  \f123  \f006";
  font-family: FontAwesome;
}
.stars.rating-3:after {
  content: "\f005  \f005  \f005  \f006  \f006";
  font-family: FontAwesome;
}
.stars.rating-2-5:after {
  content: "\f005  \f005  \f123  \f006  \f006";
  font-family: FontAwesome;
}
.stars.rating-2:after {
  content: "\f005  \f005  \f006  \f006  \f006";
  font-family: FontAwesome;
}
.stars.rating-1-5:after {
  content: "\f005  \f123  \f006  \f006  \f006";
  font-family: FontAwesome;
}
.stars.rating-1:after {
  content: "\f005  \f006  \f006  \f006  \f006";
  font-family: FontAwesome;
}
.stars.rating-0-5:after {
  content: "\f123  \f006  \f006  \f006  \f006";
  font-family: FontAwesome;
}
.stars.rating-0:after {
  content: "\f006  \f006  \f006  \f006  \f006";
  font-family: FontAwesome;
}
.legend {
  padding-top: 5px;
  color: #949494;
  line-height: 20px;
  font-size: 13px;
  word-wrap: break-word;
  font-weight: 500;
}
.legend span {
  white-space: nowrap;
}
.legend span:after {
  content: "/";
  margin: 0 6px;
  font-weight: 400;
}
.legend span:last-child:after {
  display: none;
}
.legend span a {
  color: #949494;
  word-wrap: break-word;
}
.legend span a:hover {
  color: #007aff !important;
}
.legend .time:before {
  font-family: FontAwesome;
  content: "\f017";
  margin-right: 7px;
  font-weight: 400;
}
.legend .photos:before {
  font-family: FontAwesome;
  content: "\f1c5";
  margin-right: 7px;
  font-weight: 400;
}
.legend .section:before {
  font-family: FontAwesome;
  content: "\f115";
  margin-right: 7px;
  font-weight: 400;
}
.legend .section s {
  text-decoration: none;
}
.legend .section s:after {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 5px;
  vertical-align: middle;
  margin: 0 7px;
}
.legend .section s:last-child:after {
  display: none;
}
.legend .post-tags:before {
  font-family: FontAwesome;
  content: "\f02b";
  margin-right: 7px;
}
.legend .post-tags s {
  text-decoration: none;
}
.legend .post-tags s:after {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 5px;
  vertical-align: middle;
  margin: 0 7px;
}
.legend .post-tags s:last-child:after {
  display: none;
}
.legend .comments:before {
  font-family: FontAwesome;
  content: "\f0e5";
  margin-right: 7px;
}
input:focus {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 19px;
  padding: 10px 15px 11px 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none !important;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
.input-submit {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  vertical-align: middle;
}
ul,
li {
  list-style-type: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 0 20px;
  position: relative;
}
ul li:before {
  content: "/";
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 1px;
  color: #dbdbdb;
}
ol li {
  list-style-type: decimal;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
label {
  margin: 0;
  padding: 0;
  font-weight: 700;
  outline: 0;
}
.selectpicker-wrapper {
  height: 40px;
}
.selectpicker .check-mark {
  right: 12px !important;
  margin-top: 6px !important;
}
.selectpicker .caret {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  font: 16px Raleway, sans-serif;
  vertical-align: top;
  font-weight: 700;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  color: #007aff;
}
.selectpicker .caret:after {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 13px;
}
.selectpicker .caret:hover {
  background: #007aff;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff -1px 0 0 inset, #007aff 1px 0 0 inset;
}
.selectpicker .caret:hover:after {
  color: #ffffff;
}
.selectpicker li {
  margin: 0;
  padding: 0;
  font: 16px Raleway, sans-serif !important;
  line-height: 30px !important;
  margin: 0 !important;
}
.selectpicker li a {
  margin: 0;
  padding: 0;
  padding: 7px 15px;
}
.selectpicker li:before {
  display: none;
}
.selectpicker li:hover a {
  color: #007aff;
  background: none;
}
.bootstrap-select button.btn {
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 19px;
  padding: 10px 15px 11px 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.bootstrap-select button.btn:focus {
  outline: none !important;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
}
.bootstrap-select button.btn:after {
  content: "";
  position: absolute;
  bottom: 0px;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #dbdbdb transparent;
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
.bootstrap-select .dropdown-menu {
  margin: 0;
  border: none;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset, #e8e8e8 5px 5px 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.bootstrap-select .dropdown-menu .selected a {
  background: none !important;
}
.bootstrap-select.open button.btn {
  background: #ffffff;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
.bootstrap-select.open button.btn:after {
  bottom: -13px;
  opacity: 1;
}
.bootstrap-select.open .dropdown-menu {
  margin: 10px 0 0 0;
  opacity: 1;
  visibility: visible;
}
.bootstrap-select.open .caret {
  background: #007aff;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff -1px 0 0 inset, #007aff 1px 0 0 inset;
}
.bootstrap-select.open .caret:after {
  color: #ffffff;
}
.bootstrap-select ul {
  background: none !important;
}
.checkbox {
  margin: 0;
}
.checkbox label:before {
  width: 15px !important;
  height: 15px !important;
  border: none !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  transition: all 0.2s ease-in-out !important;
}
.checkbox label:after {
  padding-left: 2px !important;
  padding-top: 0 !important;
  font-weight: 400 !important;
  transition: all 0.2s ease-in-out !important;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: 0 !important;
  border: none !important;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background: #007aff !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.tag-small {
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 2px 1px 2px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-shadow: none;
}
.tag-big {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 4px 1px 4px;
  display: inline-block;
  vertical-align: middle;
}
.tag-red {
  color: #ffffff;
  background: #f40034;
}
.tag-green {
  color: #ffffff;
  background: #00a71c;
}
.tag-purple {
  color: #ffffff;
  background: #b132f3;
}
.btn-submit-1 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  font: 16px Raleway, sans-serif;
  vertical-align: middle;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  color: #007aff;
}
.btn-submit-1:hover {
  background: #007aff;
  color: #ffffff !important;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff -1px 0 0 inset;
}
.btn-submit-1:active {
  background: #0062cc;
  outline: 0;
  color: #ffffff !important;
  box-shadow: #0062cc 0 -1px 0 inset, #0062cc 0 1px 0 inset, #0062cc -1px 0 0 inset;
}
.btn-symbol-1 {
  width: 40px;
  height: 40px;
  padding: 6px 0 0 0;
  background: #ffffff;
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
  color: #007aff !important;
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border: #dbdbdb 1px solid;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 0;
}
.btn-symbol-1:hover {
  background: #007aff;
  color: #ffffff !important;
  border: #007aff 1px solid;
}
.btn-symbol-2 {
  border-radius: 5px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  display: inline-block;
  padding: 10px 13px 11px 13px;
  font: 16px Raleway, sans-serif;
  vertical-align: middle;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.btn-symbol-2:hover {
  background: #007aff;
  color: #ffffff !important;
}
.btn-symbol-2:active {
  background: #0062cc;
  outline: 0;
  color: #ffffff !important;
}
.btn-medium-1 {
  display: inline-block;
  padding: 10px 15px 11px 15px !important;
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 0;
}
.btn-medium-1 i {
  margin-right: 8px;
}
.btn-medium-1:hover,
.btn-medium-1:focus {
  color: #ffffff !important;
  background: #0069db;
}
.btn-medium-1:active {
  color: #ffffff;
  background: #0062cc;
}
.btn-medium-1.left {
  float: left;
  margin: 0 10px 10px 0;
}
.btn-medium-2 {
  display: inline-block;
  padding: 10px 15px 11px 15px !important;
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  background: #ffffff;
  border-radius: 7px;
  color: #007aff !important;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0;
  border: #dbdbdb 1px solid;
}
.btn-medium-2 i {
  margin-right: 8px;
}
.btn-medium-2:hover,
.btn-medium-2:focus {
  color: #ffffff !important;
  background: #007aff;
  border: #007aff 1px solid;
  text-shadow: none !important;
}
.btn-medium-2:active {
  color: #ffffff;
  background: #0062cc;
  border: #0062cc 1px solid;
  text-shadow: none !important;
}
.btn-medium-2.left {
  float: left;
  margin: 0 10px 10px 0;
}
.btn-medium-3 {
  display: inline-block;
  padding: 10px 17px 11px 17px !important;
  font: 16px Raleway, sans-serif;
  font-weight: 700;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  color: #333333;
  border-radius: 5px;
}
.btn-medium-3 i {
  margin-right: 8px;
}
.btn-medium-3:hover,
.btn-medium-3:focus {
  color: #ffffff !important;
  background: #007aff !important;
}
.btn-medium-3:active {
  color: #ffffff;
  background: #0062cc;
}
.btn-medium-3.colored {
  color: #ffffff;
}
.btn-medium-3.left {
  float: left;
  margin: 0 10px 10px 0;
}
.btn-large-1 {
  display: inline-block;
  padding: 17px 20px 18px 20px !important;
  font-size: 26px;
  font-weight: 700;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  color: #333333;
  border-radius: 5px;
}
.btn-large-1 i {
  margin-right: 8px;
}
.btn-large-1:hover,
.btn-large-1:focus {
  color: #ffffff !important;
  background: #007aff !important;
}
.btn-large-1:active {
  color: #ffffff;
  background: #0062cc;
}
.btn-large-1.colored {
  color: #ffffff;
}
.btn-large-1.left {
  float: left;
  margin: 0 10px 10px 0;
}
.blt-1 {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: #ffffff 1px solid;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 0;
}
.blt-1.active {
  background: #ffffff;
}
.blt-1:hover {
  background: #007aff;
  border: #007aff 1px solid;
}
.pagination {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.pagination li {
  display: inline-block;
  padding: 0 !important;
  margin: 0 4px !important;
}
.pagination li:before {
  display: none;
}
.pagination li span {
  background: #007aff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.pagination a,
.pagination span {
  height: 40px;
  padding: 10px 15px 11px 15px !important;
  font: 16px Raleway, sans-serif !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  border-radius: 4px;
  background: #e8e8e8 !important;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  border: none !important;
  margin: 0 !important;
  color: #007aff !important;
  transition: all 0.2s ease-in-out;
}
.pagination a:hover,
.pagination span:hover {
  background: #007aff !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.pagination i {
  font-size: 23px;
  line-height: 23px;
}
.link-continue {
  font-weight: 700;
  color: #007aff !important;
  display: inline-block;
}
.link-continue:before {
  font-family: FontAwesome;
  content: "\f050";
  margin-right: 8px;
}
.link-continue:hover {
  color: #333333 !important;
}
.tags a {
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 8px;
  font-weight: 700;
  margin: 0 6px 10px 0;
}
.tags a.active,
.tags a:hover {
  background: #007aff;
  color: #ffffff;
  box-shadow: none;
}
.list-1 {
  margin-bottom: 40px;
}
.list-1 li {
  font-size: 26px;
  line-height: 34px;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
}
.list-1 li:before {
  font-size: 26px;
  margin-left: 5px;
}
.list-2 {
  margin-bottom: 40px;
}
.list-2 li {
  font-size: 26px;
  line-height: 34px;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
  color: #00a71c;
}
.list-2 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 26px;
  color: #00a71c;
}
.list-3 {
  margin-bottom: 40px;
}
.list-3 li {
  font-size: 26px;
  line-height: 34px;
  padding: 0 0 0 40px;
  margin-bottom: 10px;
  color: #007aff;
}
.list-3 li:before {
  font-family: FontAwesome;
  content: "\f111";
  font-size: 16px;
  color: #007aff;
  margin-left: 5px;
}
.container-title {
  position: relative;
  text-align: center;
  margin: 25px 0 !important;
}
.container-title .container {
  padding-top: 8px;
  position: relative;
}
.container-title a {
  display: inline-block;
  color: #949494;
}
.container-title a:hover {
  color: #007aff;
}
.container-title a:active {
  color: #0062cc;
}
.container-title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 23px;
  position: absolute;
}
.container-title .title-wrapper {
  display: inline-block;
  position: relative;
}
.container-title .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
}
.container-title .title i {
  margin: 0 15px;
  color: #dbdbdb;
}
.container-title span.title {
  color: #949494;
  display: inline-block;
}
.container-title .view-all {
  position: absolute;
  top: 13px;
  right: -27px;
  background: #f5f5f5;
  padding: 0 35px;
  font-weight: 300;
}
.container-title .view-all:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-left: 7px;
}
.container-title .view-all:hover {
  color: #007aff;
}
.container-title .view-all:active {
  color: #0062cc;
}
.container-title.container-more {
  margin: 0 !important;
}
.container-title.container-more .container {
  margin: 0;
  padding: 0;
}
.container-title.container-more:before {
  display: none;
}
.container-title.container-more .view-all {
  font-weight: 700;
  position: relative;
  color: #007aff;
  top: auto;
  right: auto;
}
.container-title.container-more .view-all:hover,
.container-title.container-more .view-all:focus {
  color: #0069db;
}
.container-title.container-more .view-all:active {
  color: #0062cc;
}
.container-title .open a {
  color: #007aff;
}
.container-title .open > .dropdown-toggle:after {
  opacity: 1;
  bottom: -19px;
  display: block;
}
.container-title .open .dropdown-menu {
  margin: 18px 0 0 0;
  opacity: 1;
  visibility: visible;
  font-weight: 700;
}
.container-title .dropdown-toggle span:after {
  font-family: FontAwesome;
  content: "\f0c9";
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 300;
}
.container-title .dropdown-toggle i {
  margin: 0 15px;
  color: #dbdbdb;
}
.container-title .dropdown-toggle:after {
  content: "";
  position: absolute;
  bottom: -4px;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #333333 transparent;
  transition: all 0.2s ease-in-out;
}
.container-title .dropdown-menu {
  margin: 3px 0 0 0;
  padding: 30px 0 30px 35px;
  color: #ffffff;
  background: #333333;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 0;
  border: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.container-title .dropdown-menu a {
  color: #ffffff;
  padding-right: 35px;
  white-space: nowrap;
}
.container-title .dropdown-menu a:hover {
  color: #007aff;
}
.container-title .dropdown-menu a:active {
  color: #0062cc;
}
.container-title .dropdown-menu li:before {
  color: #707070;
  content: "/";
}
.layout-title {
  position: relative;
  margin-bottom: 30px;
  line-height: 28px;
}
.layout-title span {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding-right: 35px;
  z-index: 10;
}
.layout-title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  position: absolute;
  z-index: 1;
}
.layout-title.center {
  text-align: center;
}
.layout-title.center span {
  padding: 0 35px;
}
.layout-title.center:before {
  left: 0;
}
.dock {
  border-bottom: 3px solid #dbdbdb;
  background: #e8e8e8;
  color: #333333;
  font-weight: 700;
}
.dock .container {
  display: table;
  height: 15px;
}
.dock .social,
.dock .offer,
.dock .support,
.dock .links {
  display: table-cell;
  vertical-align: middle;
  padding: 13px 0;
}
.dock .social {
  width: 30%;
  font-size: 14px;
  padding-left: 8px;
}
.dock .social a {
  color: #333333;
  margin: 0 10px 0 0;
}
.dock .social a:hover {
  color: #007aff;
}
.dock .offer {
  width: 40%;
  text-align: center;
  font-weight: 700;
}
.dock .offer:after {
  font-family: FontAwesome;
  content: "\f05a";
  margin: 0 0 0 6px;
}
.dock .links {
  width: 30%;
  text-align: right;
  padding-right: 8px;
}
.dock .links a {
  margin: 0 0 0 35px;
  color: #333333;
}
.dock .links a:after {
  content: "/";
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  padding: 0 0 0 13px;
  color: #dbdbdb;
}
.dock .links a:last-child:after {
  display: none;
}
.dock .support {
  width: 40%;
  text-align: center;
}
.dock .support i {
  font-size: 14px;
  margin-right: 8px;
}
.dock .support span {
  margin: 0 0 0 35px;
}
.dock .support span:first-child {
  font-weight: 700;
  margin: 0;
}
.dock .support span:after {
  content: "/";
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 13px;
  color: #dbdbdb;
}
.dock .support span:last-child:after {
  display: none;
}
.header {
  transition: all 0.2s ease-in-out;
  background: #f5f5f5;
}
.header .container {
  display: table;
  height: 140px;
  padding: 0;
  position: relative;
}
.header .search,
.header .logo,
.header .cart {
  display: table-cell;
  vertical-align: middle;
}
.header .search {
  width: 35%;
  padding-left: 8px;
}
.header .search .btn-submit-1 {
  font-family: FontAwesome;
  padding: 11px 13px 12px 13px;
  color: #007aff;
  font-weight: 500;
}
.header .search .search-content {
  position: relative;
  background: none;
  top: auto;
  width: auto;
  left: auto;
  padding: 15px 0 0 0;
  text-align: left;
  border-radius: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  margin: -18px auto 0 auto !important;
}
.header .search .search-content:after {
  content: "";
  position: absolute;
  top: -7px;
  opacity: 0;
  visibility: hidden;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #333333 transparent;
  transition: all 0.2s ease-in-out;
}
.header .search .search-content input {
  display: inline;
}
.header .search .search-content.visible-responsive {
  opacity: 1;
  visibility: visible;
  margin: 0 auto !important;
}
.header .search .search-content.visible-responsive:after {
  opacity: 1;
  visibility: visible;
}
.header .logo {
  width: 30%;
  text-align: center;
}
.header .logo img {
  max-width: 100%;
  max-height: 100px;
}
.header .logo h2,
.header .logo p {
  margin-bottom: 4px;
}
.header .logo h2 {
  font-size: 51px;
  line-height: 54px;
  font-weight: 200;
  text-transform: uppercase;
}
.header .logo h2 a {
  color: #333333;
}
.header .logo p {
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 700;
}
.header .logo.logo-left {
  text-align: center;
}
.header .logo.logo-right {
  text-align: right;
}
.header .cart {
  width: 35%;
  font-size: 16px;
  text-align: right;
  padding-right: 8px;
}
.header .cart.cart-left {
  text-align: left;
}
.header .cart i {
  margin-right: 8px;
}
.header .cart span {
  padding: 10px 15px 11px 15px;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border-radius: 5px;
  margin-left: 4px;
  transition: all 0.2s ease-in-out;
  color: #333333;
}
.header .cart a {
  color: #333333;
  margin: 0 0 0 40px;
  font-weight: 700;
}
.header .cart a:hover {
  color: #007aff;
}
.header .cart a:hover span {
  background: #007aff;
  color: #ffffff;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
.header .cart a:active {
  color: #0062cc;
}
.header .cart a:active span {
  color: #ffffff;
  background: #0062cc;
}
.header .cart a:after {
  content: "/";
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  padding: 0 0 0 15px;
  color: #dbdbdb;
}
.header .cart a:last-child:after {
  display: none;
}
.header .cart a:first-child {
  margin: 0;
}
.header .responsive-account {
  display: none;
  color: #a6a6a6;
}
.header .responsive-account .btn-symbol-2 {
  margin-left: 10px !important;
}
.header .responsive-account i {
  margin: 0;
  color: #a6a6a6;
}
.header .responsive-account:after {
  display: none;
  padding: 0;
  margin: 0;
}
.header .responsive-account.active .btn-symbol-2 {
  background: #007aff;
  outline: 0;
  color: #ffffff !important;
}
.header .responsive-menu {
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  left: 58px;
  top: 50px;
  color: #a6a6a6;
  display: none;
}
.header .responsive-menu .btn-symbol-2 {
  float: left;
  margin-right: 12px;
  color: rgba(51, 51, 51, 0.4);
}
.header .responsive-menu.active .btn-symbol-2 {
  background: #007aff;
  outline: 0;
  color: #ffffff !important;
}
.header .responsive-search {
  position: absolute;
  left: 8px;
  top: 50px;
  display: none;
}
.header .responsive-search .btn-symbol-2 {
  float: left;
  margin-right: 12px;
  color: rgba(51, 51, 51, 0.4);
}
.header .responsive-search.active .btn-symbol-2 {
  background: #007aff;
  outline: 0;
  color: #ffffff !important;
}
.header.logo-left .search-content {
  float: right;
}
.header.logo-left .cart {
  width: 47%;
  text-align: center;
  padding: 0;
}
.header.logo-left .cart.cart-right {
  text-align: right;
}
.header.logo-left .logo {
  width: 25%;
  padding: 0 0 0 8px;
}
.header.logo-left .search {
  width: 28%;
  padding: 0 8px 0 0;
}
.header-wrapper {
  position: relative;
  width: 100%;
  height: 1500px;
}
.header-wrapper .main-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.header-wrapper .dock {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  z-index: 1000;
  background: rgba(51, 51, 51, 0.8) !important;
  border-bottom: 0;
}
.header-wrapper .dock .social,
.header-wrapper .dock .links,
.header-wrapper .dock .support {
  color: #949494;
}
.header-wrapper .dock .social a,
.header-wrapper .dock .links a,
.header-wrapper .dock .support a {
  color: #949494;
}
.header-wrapper .dock .social a:hover,
.header-wrapper .dock .links a:hover,
.header-wrapper .dock .support a:hover {
  color: #007aff;
}
.header-wrapper .dock .social a:after,
.header-wrapper .dock .links a:after,
.header-wrapper .dock .support a:after {
  color: #595959;
}
.header-wrapper .dock .social span:after,
.header-wrapper .dock .links span:after,
.header-wrapper .dock .support span:after {
  color: #595959;
}
.header-wrapper .affix-wrapper {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  background: rgba(51, 51, 51, 0.8) !important;
}
.header-wrapper .header {
  background: transparent;
}
.header-wrapper .header .container {
  height: 85px;
}
.header-wrapper .header .logo h2 {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  line-height: inherit !important;
  margin: 5px 0;
}
.header-wrapper .header .logo h2 a {
  color: #ffffff;
}
.header-wrapper .header .logo p {
  margin: 0;
}
.header-wrapper .header .cart {
  color: #949494;
}
.header-wrapper .header .cart a {
  color: #949494;
}
.header-wrapper .header .cart a:hover {
  color: #007aff;
}
.header-wrapper .header .cart a:after {
  color: #595959;
}
.header-wrapper .header .cart span:after {
  color: #595959;
}
.header-wrapper .menu {
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 0;
}
.menu {
  background: #333333;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 0;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.menu .nav {
  position: relative;
}
.menu .nav > li {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 18px 0 17px 0;
  margin: 0 25px;
  position: relative;
}
.menu .nav > li a {
  margin: 0;
  padding: 0;
  display: inline;
  color: #ffffff;
}
.menu .nav > li a:hover,
.menu .nav > li a:focus,
.menu .nav > li a:active {
  background: none;
}
.menu .nav > li a:hover {
  color: #007aff;
}
.menu .nav > li:after {
  content: "/";
  font-size: 26px;
  font-weight: 200;
  position: absolute;
  padding: 0 0 0 23px;
  color: #595959;
}
.menu .nav > li:last-child:after {
  display: none;
}
.menu .nav > li:before {
  display: none;
}
.menu .dropdown .dropdown-toggle span:after {
  font-family: FontAwesome;
  content: "\f0c9";
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 300;
}
.menu .dropdown .dropdown-toggle:after {
  content: "";
  position: absolute;
  bottom: -19px;
  display: none;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #333333 transparent;
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
.menu .dropdown.open .dropdown-toggle {
  color: #007aff;
  background: none;
}
.menu .dropdown.open .dropdown-toggle:active {
  color: #0062cc;
}
.menu .dropdown.open > .dropdown-toggle:after {
  opacity: 1;
  bottom: -34px;
  display: block;
}
.menu .dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}
.menu .dropdown.open .dropdown-menu .dropdown-toggle {
  color: #ffffff;
}
.menu .dropdown.open .dropdown-menu .dropdown-menu {
  opacity: 0;
  visibility: hidden;
}
.menu .dropdown .dropdown.open .dropdown-toggle {
  color: #007aff;
}
.menu .dropdown .dropdown.open .dropdown-toggle:after {
  display: none !important;
}
.menu .dropdown .dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-left: 15px;
}
.menu .dropdown .dropdown.open .dropdown-menu a {
  color: #ffffff;
}
.menu .dropdown .dropdown.open .dropdown-menu a:hover {
  color: #007aff;
}
.menu .dropdown.full-width {
  position: static;
}
.menu .dropdown.full-width .dropdown-menu {
  padding: 0 0 0 35px;
  width: 100% !important;
  top: 55px;
  left: 40px;
  display: table;
}
.menu .dropdown.full-width .dropdown-menu .section {
  height: 100%;
  padding: 30px 35px 30px 0;
  display: table-cell;
  float: none;
  vertical-align: top;
}
.menu .dropdown.full-width .dropdown-menu.three .section {
  width: 33%;
}
.menu .dropdown.full-width .dropdown-menu.four .section {
  width: 25%;
}
.menu .dropdown.full-width .dropdown-menu.has-side-menu .section:first-child {
  width: 100px;
}
.menu .dropdown.full-width .dropdown-menu.has-side-menu .section:last-child {
  padding: 0;
}
.menu .dropdown.full-width .offers-grid {
  margin-top: 0;
  height: 306px;
}
.menu .dropdown.full-width .offers-grid .offer .start-shopping {
  height: 306px;
}
.menu .dropdown.full-width .offers-grid .offer:before {
  height: 306px;
}
.menu .dropdown-menu {
  margin: 0 0 0 -40px;
  padding: 30px 0 30px 35px;
  color: #ffffff;
  background: #333333;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0;
  border: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.menu .dropdown-menu .section {
  float: left;
  margin-right: 35px;
}
.menu .dropdown-menu h3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.menu .dropdown-menu h3 span {
  color: #ffffff;
  background: #333333;
  padding-right: 25px;
}
.menu .dropdown-menu h3 span:hover {
  background: #333333;
}
.menu .dropdown-menu h3:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #545454;
  top: 8px;
  position: absolute;
}
.menu .dropdown-menu li:before {
  color: #707070;
}
.menu .dropdown-menu li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -41px;
  height: 100%;
  width: 41px;
}
.menu .dropdown-menu a {
  color: #ffffff;
}
.menu .dropdown-menu a:hover {
  color: #0069db;
}
.menu .dropdown-menu a:active {
  color: #0062cc;
}
.menu .dropdown-menu .dropdown-toggle {
  font-weight: 700;
}
.menu .dropdown-menu .dropdown-toggle span:after {
  font-family: FontAwesome;
  content: "\f0c9";
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 300;
}
.menu .dropdown-menu .dropdown-menu {
  top: -45px;
  left: 218px;
  margin: 0;
  position: absolute;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.menu .dropdown-menu .dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 15px;
  height: 100%;
}
.menu .dropdown-menu .dropdown-menu:after {
  content: "";
  position: absolute;
  opacity: 1;
  top: 37px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-color: transparent #333333 transparent transparent;
  transition: all 0.2s ease-in-out;
}
.menu .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  height: 15px;
  width: 100%;
}
.menu .tag-small {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.menu.visible-responsive {
  opacity: 1;
  visibility: visible;
  margin: 0 auto !important;
  box-shadow: none !important;
}
.menu .close-responsive {
  display: none !important;
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  z-index: 10001;
  font-size: 12px;
  font-weight: 400;
  color: #007aff;
  background: transparent !important;
}
.menu .close-responsive:after {
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 16px;
  font-weight: 500;
  color: #007aff;
}
.menu .open-responsive > .dropdown-toggle span:after {
  display: none;
}
.menu .open-responsive .open-responsive .close-responsive {
  top: 0;
}
.nav-tabs {
  margin-top: 45px;
  text-align: center;
  border: none;
  z-index: 100;
  position: relative;
}
.nav-tabs .tab-pane {
  transition: all 0.2s ease-in-out;
}
.nav-tabs li {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: none;
  text-align: center;
  margin: 0 3px;
  padding: 0;
  display: inline-block;
  border: none;
}
.nav-tabs li a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  float: none;
  height: 40px;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb 0 -1px 0 inset;
  font: 16px Raleway, sans-serif;
  font-weight: 700;
  padding: 11px 15px;
  margin: 0;
  color: #333333;
  transition: all 0.2s ease-in-out;
  border: none;
}
.nav-tabs li a:hover {
  background: #007aff !important;
  color: #ffffff;
  box-shadow: #007aff 0 1px 0 inset, #007aff -1px 0 0 inset, #007aff 1px 0 0 inset, #007aff 0 -1px 0 inset;
}
.nav-tabs li:before {
  display: none;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  border: none;
  box-shadow: #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, #ffffff 0 -1px 0 inset;
  color: #007aff;
  background: #e8e8e8 !important;
}
.tabs-widget {
  margin-bottom: 35px;
}
.tabs-widget .nav-tabs {
  padding: 0;
  margin: 0;
}
.tabs-widget .tab-content {
  padding: 35px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb 0 1px 0 inset;
  margin: -1px 0 0 0;
  color: #333333;
}
.panel-group {
  padding: 5px 100px 0 100px;
  margin-bottom: 40px;
}
.panel-group .panel {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  margin: 0 !important;
}
.panel-group .panel .panel-heading {
  padding: 0;
  background: none;
}
.panel-group .panel .panel-title a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 26px;
  font-weight: 500;
  color: #007aff;
  padding: 25px 45px 25px 0;
  border: none;
}
.panel-group .panel .panel-title a.collapsed {
  color: #333333;
  border-bottom: 1px solid #dbdbdb;
}
.panel-group .panel .panel-title a.collapsed:after {
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  content: "\f067";
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0 0 0 !important;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  color: #333333;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 0;
  text-align: center;
}
.panel-group .panel .panel-title a:after {
  width: 40px;
  height: 40px;
  font-family: FontAwesome;
  content: "\f068";
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0 0 0 !important;
  background: #007aff;
  color: #ffffff;
  box-shadow: none;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  right: 0;
  text-align: center;
}
.panel-group .panel .panel-title a:hover:after {
  background: #007aff;
  color: #ffffff;
  box-shadow: none;
}
.panel-group .panel .panel-body {
  background: none;
  border: none !important;
  padding: 0;
}
.panel-group .panel:last-child a {
  padding: 25px 45px 0 0 !important;
}
.panel-group .panel:last-child a.collapsed {
  border: none !important;
}
.panel-group .panel:last-child .panel-body {
  padding: 25px 0 0 0;
}
.panel-group .panel:first-child a {
  padding: 0 45px 25px 0 !important;
}
.panel-group .panel:first-child a.collapsed:after {
  top: -3px;
}
.panel-group .panel:first-child a:after {
  top: -3px;
}
.vc_tta-panels {
  border-color: #dbdbdb !important;
  color: #000000;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
  border-bottom-color: transparent !important;
}
.vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a {
  border-right-color: transparent !important;
}
.vc_tta-tabs .vc_tta-tab {
  line-height: 20px;
}
.vc_tta-tabs .vc_tta-tab a {
  color: #007aff !important;
  font-weight: bold;
  padding: 11px 15px !important;
  border-color: #dbdbdb !important;
}
.vc_tta-tabs .vc_tta-tab:not(.vc_active) a:hover {
  background-color: #007aff !important;
  color: #ffffff !important;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-title-text {
  color: #007aff !important;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon {
  color: #007aff !important;
}
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before,
.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:after {
  border-color: #007aff !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  border-color: #dbdbdb !important;
}
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
  border-color: #dbdbdb !important;
}
.text-layout-1-2 {
  display: table;
  margin: 0 0 25px 0;
}
.text-layout-1-2 p {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin: 0 !important;
}
.text-layout-1-2 p:first-of-type {
  padding: 0 15px 0 0;
}
.text-layout-1-2 p:last-of-type {
  padding: 0 0 0 15px;
}
.text-layout-1-3 {
  display: table;
  margin: 0 0 25px 0;
}
.text-layout-1-3 p {
  width: 33%;
  float: left;
  box-sizing: border-box;
  margin: 0 !important;
}
.text-layout-1-3 p:first-of-type {
  padding: 0 15px 0 0;
}
.text-layout-1-3 p:nth-child(2) {
  padding: 0 15px;
}
.text-layout-1-3 p:last-of-type {
  padding: 0 0 0 15px;
}
.inline-4-grid .col {
  width: 25%;
  padding: 7px;
}
.inline-3-grid .col {
  width: 33.3%;
  padding: 7px;
}
.inline-3-grid .container {
  width: 880px;
  float: left;
}
.inline-2-grid .col {
  width: 50%;
  padding: 5px;
}
.products-grid {
  margin: 0;
  padding: 0;
  margin-bottom: 25px !important;
  display: table;
}
.products-grid .row {
  margin: 0;
  padding: 0;
  display: table-row;
}
.products-grid .col {
  display: table-cell;
  overflow: visible;
  vertical-align: top;
  /* height: 390px; */
}
.products-grid .item-single .image-wrapper {
  width: 278px;
  height: 278px;
}
.item-single {
  width: 100%;
  border-radius: 5px;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 inset, #dbdbdb 1px 0 0 inset;
  position: relative;
  z-index: 10;
}
.item-single.quick-features-enabled.open {
  background: #ffffff !important;
  box-shadow: #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, rgba(0, 0, 0, 0.1) 5px 5px 20px;
  z-index: 100;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.item-single.quick-features-enabled.open .image-wrapper .controls {
  opacity: 1;
}
.item-single.quick-features-enabled.open .image-wrapper .controls a:first-child {
  margin-left: -20px;
}
.item-single.quick-features-enabled.open .image-wrapper .controls a:last-child {
  margin-right: -20px;
}
.item-single.quick-features-enabled.open .image-wrapper .bullets {
  opacity: 1;
}
.item-single.quick-features-enabled.open .more {
  display: block;
  z-index: 100000000;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, rgba(0, 0, 0, 0.1) 5px 5px 20px;
}
.item-single.quick-features-enabled.open a,
.item-single.quick-features-enabled.open .price,
.item-single.quick-features-enabled.open .price s {
  color: #333333;
}
.item-single.quick-features-enabled.open .details {
  box-shadow: #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  margin-bottom: -5px;
  border-radius: 0;
}
.item-single .image-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  background-color: #999999;
  position: relative;
}
.item-single .image-wrapper .image-slides {
  width: 100%;
  height: 100%;
}
.item-single .image-wrapper .image-slides .image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  display: none;
  /*transition: @transition-fast;*/
  width: 100% !important;
  height: 100% !important;
}
.item-single .image-wrapper .image-slides .image.active {
  display: block;
}
.item-single .image-wrapper .link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  position: absolute;
  top: 0;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 inset, #dbdbdb 1px 0 0 inset;
}
.item-single .image-wrapper .controls {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}
.item-single .image-wrapper .controls a:first-child,
.item-single .image-wrapper .controls a:last-child {
  margin: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: auto;
}
.item-single .image-wrapper .controls a:first-child {
  float: left;
}
.item-single .image-wrapper .controls a:last-child {
  float: right;
}
.item-single .image-wrapper .bullets {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  display: table;
}
.item-single .image-wrapper .bullets .blt-1 {
  vertical-align: bottom;
  margin: 0 3px;
}
.item-single .image-wrapper .tag-big {
  position: absolute;
  top: 20px;
  left: 0%;
  z-index: 1000;
}
.item-single .image-wrapper .tag-big.tag-bottom {
  top: auto;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.item-single .details {
  padding: 20px 0;
  text-align: center;
}
.item-single .details .path {
  margin-bottom: 5px;
  color: #949494;
  font-weight: 500;
}
.item-single .details .path a {
  color: #949494;
  margin: 0 9px;
}
.item-single .details .path a:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 7px;
  color: #949494;
}
.item-single .details .path a:last-child:after {
  display: none;
}
.item-single .details .path a:hover {
  color: #007aff;
}
.item-single .details h2 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: 700;
}
.item-single .details h2 a:hover {
  color: #007aff;
}
.item-single .details .price {
  font-size: 16px;
  font-weight: 700;
  color: #007aff;
}
.item-single .details .price span {
  color: #007aff;
}
.item-single .details .price s {
  text-decoration: line-through;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  margin-left: 8px;
}
.item-single .details .price em {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
}
.item-single .more {
  width: 100%;
  position: absolute;
  display: none;
  text-align: center;
  padding-bottom: 20px;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.item-single .more .btn-medium-1 {
  margin-bottom: 20px;
}
.item-single .more .added_to_cart {
  display: block;
  color: #007aff !important;
  padding-top: 0;
  margin-top: -10px;
  font-weight: 700;
}
.item-single .more .links {
  font-weight: 700;
}
.item-single .more .links a {
  color: #007aff;
  margin: 0 11px;
}
.item-single .more .links a i {
  margin-right: 8px;
}
.item-single .more .links a:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 9px;
  color: #949494;
}
.item-single .more .links a:last-child:after {
  display: none;
}
.item-single .more .links a:hover,
.item-single .more .links a:focus {
  color: #0069db;
}
.item-single .more .links a:active {
  color: #0062cc;
}
.item-single .offer-tag {
  width: 106px;
  height: 106px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  border-top-left-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
}
.item-single .offer-tag:after {
  content: "";
  width: 150px;
  height: 150px;
  background: #007aff;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -76px;
  left: -76px;
}
.item-single .offer-tag span {
  position: absolute;
  top: 7px;
  z-index: 100;
  width: 65px;
  text-align: center;
}
.item-single .offer-tag b {
  font-weight: 700;
  display: block;
}
.item-single .offer-tag-2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 4px 1px 4px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  background: #007aff;
}
.item-single.product-category img {
  min-height: 279px;
}
.offers-grid {
  margin-top: 8px;
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  height: 360px;
}
.offers-grid .offer {
  height: 100%;
  display: table-cell;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.offers-grid .offer .title {
  color: #ffffff;
  border: #ffffff 1px solid;
  border-radius: 7px;
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 15px 20px;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  width: 80%;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 0;
}
.offers-grid .offer .title h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
  white-space: normal;
}
.offers-grid .offer .title p {
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.offers-grid .offer .btn-medium-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  text-shadow: none;
}
.offers-grid .offer .btn-medium-2:hover {
  background: #007aff;
}
.offers-grid .offer .start-shopping {
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
}
.offers-grid .offer:before {
  content: "";
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(@{themeurl}/theme/assets/images/pattern-scanlines-1.png) 0 0 repeat;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.offers-grid .offer:hover:before {
  opacity: 0;
}
.offers-grid .offer:hover .title {
  opacity: 0;
  visibility: hidden;
}
.offers-grid .offer:hover .title h2 {
  font-size: 30px;
}
.offers-grid .offer:hover .title p {
  font-size: 20px;
}
.offers-grid .offer:hover .btn-medium-2 {
  opacity: 1;
}
.offers-grid .offer .offer-tag {
  width: 106px;
  height: 106px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}
.offers-grid .offer .offer-tag:after {
  content: "";
  width: 150px;
  height: 150px;
  background: #007aff;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -76px;
  left: -76px;
}
.offers-grid .offer .offer-tag span {
  position: absolute;
  top: 7px;
  z-index: 100;
  width: 65px;
  text-align: center;
}
.offers-grid .offer .offer-tag b {
  font-weight: 700;
  display: block;
}
.offers-grid .offer .offer-tag-2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 4px 1px 4px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1000;
  color: #ffffff;
  background: #007aff;
}
.offers-grid .offer .tag-big {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
}
.offers-grid .offer .tag-big.tag-bottom {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.sidebar {
  width: 250px;
  margin-right: 40px;
  float: left;
}
.container.sidebar-right {
  float: left !important;
}
.container.sidebar-left {
  float: right !important;
}
body.page .sidebar {
  padding-top: 30px;
}
.sidebar-filters .filter-item {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.sidebar-filters .filter-item h3 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.sidebar-filters .filter-item li {
  padding: 0;
  font: 13px / 22px Raleway, sans-serif;
  margin-bottom: 5px;
}
.sidebar-filters .filter-item li:before {
  display: none;
}
.sidebar-filters .filter-item li label {
  width: 100%;
  min-height: inherit;
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
}
.sidebar-filters .filter-item li s {
  float: right;
  color: #949494;
  text-decoration: none;
}
.sidebar-filters .filter-item li .stars {
  color: #333333 !important;
}
.sidebar-filters .filter-item li.active label {
  font-weight: 700;
  color: #007aff;
}
.sidebar-filters .filter-item li.active s {
  font-weight: 500;
  color: #007aff;
}
.sidebar-filters .filter-item li.active .stars {
  color: #007aff !important;
  font-weight: 500;
}
.sidebar-filters .filter-item li:last-child {
  margin-bottom: -5px;
}
.sidebar-filters .filter-item li.cancel-all {
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
}
.sidebar-filters .filter-item li.cancel-all a {
  color: #f40034;
}
.sidebar-filters .filter-item li.cancel-all a:hover {
  color: #007aff;
}
.sidebar-filters .filter-item li.cancel-all a:before {
  font-family: FontAwesome;
  content: "\f00d";
  margin: 0 7px 0 0;
}
.sidebar-filters .filter-item li:hover label,
.sidebar-filters .filter-item li:hover s {
  color: #007aff;
}
.sidebar-filters .filter-item li:hover .stars {
  color: #007aff !important;
}
.sidebar-filters .filter-item .bootstrap-select {
  margin-bottom: 10px;
}
.sidebar-filters .filter-item .bootstrap-select:last-child {
  margin: 0;
}
.sidebar-filters .filter-item:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.active-filters {
  display: table;
  width: 100%;
  min-height: 34px;
}
.active-filters h3 {
  font-size: 14px;
  font-weight: 900;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: inherit;
  float: left;
}
.active-filters li {
  font-weight: 700;
  font-size: 13px;
  float: left;
  margin: -3px 10px 13px 0;
  list-style: none;
  padding: 0;
  line-height: 24px;
}
.active-filters li:before {
  content: "";
}
.active-filters li a {
  color: #fff;
  text-decoration: none;
  padding: 2px 8px;
  display: inline-block;
  line-height: 20px;
  background: #007aff;
  border-radius: 4px;
}
.active-filters li a:after {
  border-left: 1px solid #dbdbdb;
  display: inline-block;
  padding: 0 0 0 7px;
  margin-left: 7px;
  font-family: FontAwesome;
  content: "\f00d";
  color: #ffffff;
  font-weight: 500;
}
.active-filters li a:hover {
  background: #3395ff;
}
.view-filters {
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 10px;
  top: -25px;
  display: block !important;
  font-weight: 700;
}
.view-filters a {
  color: #949494;
}
.view-filters a:hover {
  color: #007aff;
}
.view-filters a:before {
  font-family: FontAwesome;
  content: "\f070";
  margin: 0 8px 0 0;
}
.best-sellers .woocommerce.columns-2 {
  padding: 0 !important;
}
.best-sellers .col {
  height: auto;
}
.best-sellers .item-single {
  width: 114px !important;
}
.best-sellers .item-single .bullets {
  bottom: 20px;
}
.best-sellers .item-single .controls {
  z-index: 102;
}
.best-sellers .item-single .details {
  padding: 10px 0;
}
.best-sellers .item-single .details .price {
  font-size: 13px;
}
.best-sellers .item-single .details .path {
  display: none;
}
.best-sellers .item-single .more {
  padding-bottom: 10px;
}
.best-sellers .item-single .more h2 {
  font-size: 13px;
  padding: 0 10px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  display: none;
}
.best-sellers .item-single .more .btn-medium-1 {
  padding: 5px 10px 6px 10px !important;
  margin-bottom: 10px;
  font-size: 12px;
}
.best-sellers .item-single .more .btn-medium-1 i {
  display: none;
}
.best-sellers .item-single .more .links {
  text-align: center;
}
.best-sellers .item-single .more .links .btn-quickview {
  margin: 0;
}
.best-sellers .item-single .more .links .add_to_wishlist:before {
  display: none;
}
.best-sellers .item-single .more .links a {
  padding: 0;
  font-size: 11px;
  display: block;
}
.best-sellers .item-single .more .links a:after {
  display: none;
}
.best-sellers .item-single .more .links i {
  display: none;
}
.best-sellers .offer-tag {
  width: 86px;
  height: 86px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 10;
  border-top-left-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
}
.best-sellers .offer-tag:after {
  content: "";
  width: 130px;
  height: 130px;
  background: #007aff;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -76px;
  left: -76px;
}
.best-sellers .offer-tag span {
  position: absolute;
  top: 6px;
  z-index: 100;
  width: 45px;
  text-align: center;
}
.best-sellers .offer-tag b {
  font-weight: 700;
  display: block;
}
.best-sellers .image-wrapper {
  width: 114px !important;
  height: 114px !important;
}
.price_slider_wrapper {
  height: 80px;
}
.price_slider_wrapper .ui-slider-horizontal {
  background: #ffffff !important;
  height: 8px !important;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border-radius: 5px;
  position: relative;
  margin-bottom: 0 !important;
}
.price_slider_wrapper .ui-slider-range {
  background: #00a71c !important;
  position: absolute;
  height: 100%;
  z-index: 10;
}
.price_slider_wrapper .ui-slider-handle {
  background: #e8e8e8 !important;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  width: 15px !important;
  height: 15px !important;
  top: -4px;
  position: absolute;
  z-index: 100;
  border-radius: 4px !important;
  cursor: pointer !important;
}
.price_slider_wrapper .ui-slider-handle:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  position: absolute;
  z-index: 1000;
  top: 5px;
  left: 5px;
}
.price_slider_wrapper .ui-slider-handle:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #949494;
  position: absolute;
  z-index: 1000;
  top: 7px;
  left: 5px;
}
.price_slider_wrapper .ui-slider-handle:hover {
  background: #007aff !important;
  box-shadow: none;
}
.price_slider_wrapper .ui-slider-handle:hover:after {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.price_slider_wrapper .ui-slider-handle:hover:before {
  background: #ffffff;
}
.price_slider_wrapper .ui-slider-handle:active,
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
}
.price_slider_wrapper .price_slider_amount {
  position: relative;
  line-height: 20px !important;
  font-size: 13px !important;
}
.price_slider_wrapper .price_label {
  text-align: center;
  padding-top: 15px;
  line-height: 20px;
  font-size: 13px;
}
.price_slider_wrapper .price_label .from {
  font-weight: 700;
}
.price_slider_wrapper .price_label .from:before {
  content: "from";
  margin-right: 8px;
  color: #949494;
  font-weight: 500;
}
.price_slider_wrapper .price_label .to {
  font-weight: 700;
}
.price_slider_wrapper .price_label .to:before {
  content: "to";
  margin-right: 8px;
  color: #949494;
  font-weight: 500;
}
.price_slider_wrapper button {
  background: none !important;
  border: none !important;
  font-weight: 700;
  color: #007aff !important;
  width: 100%;
  text-align: center;
  position: absolute;
  font-size: 13px !important;
  top: 55px;
  left: 0 !important;
  padding: 0 !important;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper button:focus {
  color: #0062cc;
  font-size: 13px !important;
}
.price_slider_wrapper button:before {
  font-family: FontAwesome;
  content: "\f14a";
  margin-right: 8px;
}
.sidebar .sidebar-item.recent-posts .blog-list .item {
  width: 100%;
  margin-bottom: 19px;
}
.sidebar .sidebar-item.recent-posts .blog-list .item .image {
  width: 55px;
  padding: 0 ;
}
.sidebar .sidebar-item.recent-posts .blog-list .item .image a {
  width: auto;
}
.sidebar .sidebar-item.recent-posts .blog-list .item .text {
  width: auto;
  padding-left: 15px;
}
.sidebar .sidebar-item.recent-posts .blog-list .item .text h2 {
  font-size: 13px;
  line-height: 23px;
}
.sidebar .sidebar-item.recent-posts .blog-list .item .text.no-image {
  padding-left: 0;
}
.sidebar .sidebar-item.best-sellers .col:first-child {
  padding-left: 0;
}
.sidebar .sidebar-item.best-sellers .col:last-child {
  padding-right: 0;
}
.sidebar .sidebar-item.best-sellers .col .item-single .details h2 {
  padding: 0 5px;
  word-break: break-word;
}
.quickview {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 40px;
  width: 870px;
  display: table;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10000000;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  overflow: hidden;
  box-sizing: content-box;
}
.quickview .close {
  width: 47px;
  height: 47px;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #007aff;
  opacity: 1;
  float: none;
  text-shadow: none;
}
.quickview .close:hover {
  color: #0069db !important;
}
.quickview .close:active {
  color: #0062cc;
}
.quickview .row {
  display: table-row;
}
.quickview .row:before,
.quickview .row:after {
  display: none;
}
.quickview .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.quickview .image-col-wrapper {
  width: 400px;
  border-radius: 5px;
}
.quickview .image-col-wrapper .image-table-wrapper {
  display: table;
  height: 100%;
}
.quickview .image-col-wrapper .image-wrapper {
  width: 400px;
  height: 400px;
  position: relative;
  display: table-cell;
}
.quickview .image-col-wrapper .image-wrapper .controls {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 100;
}
.quickview .image-col-wrapper .image-wrapper .controls a:first-child,
.quickview .image-col-wrapper .image-wrapper .controls a:last-child {
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.quickview .image-col-wrapper .image-wrapper .controls a:first-child {
  float: left;
}
.quickview .image-col-wrapper .image-wrapper .controls a:last-child {
  float: right;
}
.quickview .image-col-wrapper .image-wrapper .tag-big {
  position: absolute;
  top: 20px;
  left: 0%;
  z-index: 1000;
}
.quickview .image-col-wrapper .image-wrapper .tag-big.tag-bottom {
  bottom: -9px;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.quickview .image-col-wrapper .image-wrapper:hover .controls {
  opacity: 1;
}
.quickview .image-col-wrapper .image-wrapper:hover .controls a:first-child {
  margin-left: -20px;
}
.quickview .image-col-wrapper .image-wrapper:hover .controls a:last-child {
  margin-right: -20px;
}
.quickview .image-col-wrapper .image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: table-cell;
  width: 400px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: relative;
  /* transition: @transition-fast; */
}
.quickview .image-col-wrapper .image .link {
  width: 100%;
  height: 100%;
  display: block;
}
.quickview .image-col-wrapper .offer-tag {
  width: 106px;
  height: 106px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 101;
  border-top-left-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}
.quickview .image-col-wrapper .offer-tag:after {
  content: "";
  width: 150px;
  height: 150px;
  background: #007aff;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -76px;
  left: -76px;
}
.quickview .image-col-wrapper .offer-tag span {
  position: absolute;
  top: 7px;
  z-index: 100;
  width: 65px;
  text-align: center;
}
.quickview .image-col-wrapper .offer-tag b {
  font-weight: 700;
  display: block;
}
.quickview .image-col-wrapper .offer-tag-2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 4px 1px 4px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  background: #007aff;
}
.quickview .image-col-wrapper .thumbs {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  background: #e8e8e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quickview .image-col-wrapper .thumbs img {
  border-radius: 5px;
  display: inline-block;
  margin: 4px 3px 5px 3px;
  opacity: 0.35;
  transition: all 0.2s ease-in-out;
}
.quickview .image-col-wrapper .thumbs img:hover {
  opacity: 0.6;
}
.quickview .image-col-wrapper .thumbs .active img {
  opacity: 1;
}
.quickview .image-col-wrapper .thumbs .images {
  padding: 0 52px 31px 52px;
  width: auto;
  display: inline-block;
  text-align: left;
}
.quickview .image-col-wrapper .path {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #949494;
  height: 60px;
  box-shadow: #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  font-weight: 700;
}
.quickview .image-col-wrapper .path a {
  color: #949494;
  margin: 0 9px;
}
.quickview .image-col-wrapper .path a:after {
  content: "/";
  font-size: 13px;
  font-weight: 300 !important;
  position: absolute;
  margin: 0 0 0 7px;
  color: #949494;
}
.quickview .image-col-wrapper .path a:last-child:after {
  display: none;
}
.quickview .image-col-wrapper .path a:hover {
  color: #007aff;
}
.quickview .image-col-wrapper.no-thumbs .path {
  height: auto;
}
.quickview .details-col-wrapper {
  width: 470px;
  padding-left: 40px;
}
.quickview .details-col-wrapper h1 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  margin: -5px 0 10px 0;
}
.quickview .details-col-wrapper .price {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.quickview .details-col-wrapper .price span {
  color: #f40034;
}
.quickview .details-col-wrapper .price s {
  text-decoration: line-through;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  margin-left: 8px;
}
.quickview .details-col-wrapper .quantity {
  float: left;
  margin: 0 4px 0 0;
}
.quickview .details-col-wrapper .more {
  margin-bottom: 35px;
  display: table;
  width: 100%;
  position: relative;
}
.quickview .details-col-wrapper .more .btn-medium-1 {
  float: left;
  margin-right: 5px;
}
.quickview .details-col-wrapper .more .links {
  padding-top: 10px;
  font-weight: 700;
}
.quickview .details-col-wrapper .more .links a {
  color: #007aff;
  margin: 0 11px;
}
.quickview .details-col-wrapper .more .links a i {
  margin-right: 8px;
}
.quickview .details-col-wrapper .more .links a:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 9px;
  color: #949494;
}
.quickview .details-col-wrapper .more .links a:last-child:after {
  display: none;
}
.quickview .details-col-wrapper .more .links a:hover,
.quickview .details-col-wrapper .more .links a:focus {
  color: #0069db;
}
.quickview .details-col-wrapper .more .links a:active {
  color: #0062cc;
}
.quickview .details-col-wrapper .attributes {
  border-top: #dbdbdb 1px solid;
  padding: 25px 0;
}
.quickview .details-col-wrapper .attributes span {
  margin: 0 11px;
  font-weight: 700;
}
.quickview .details-col-wrapper .attributes span i {
  margin-right: 8px;
}
.quickview .details-col-wrapper .attributes span:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 9px;
  color: #949494;
}
.quickview .details-col-wrapper .attributes span:last-child:after {
  display: none;
}
.quickview .details-col-wrapper .details {
  padding: 25px 0 0 0;
  border-top: #dbdbdb 1px solid;
  text-align: left;
}
.quickview .details-col-wrapper .details .reviews {
  margin-bottom: 20px;
  color: #949494;
  overflow: hidden;
}
.quickview .details-col-wrapper .details .reviews a {
  color: #949494;
}
.quickview .details-col-wrapper .details .reviews a:hover {
  color: #0069db;
}
.quickview .details-col-wrapper .details .reviews a:active {
  color: #0062cc;
}
.quickview .details-col-wrapper .details .reviews .rating-item {
  margin: 0 11px;
  font-weight: 700;
}
.quickview .details-col-wrapper .details .reviews .rating-item:after {
  position: absolute;
  margin: 0 0 0 9px;
}
.quickview .details-col-wrapper .details .reviews .rating-item:first-child {
  margin: 0 11px 0 0;
}
.quickview .details-col-wrapper .details .reviews .rating-item:first-child:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  color: #949494;
}
.quickview .details-col-wrapper .details .reviews .rating-item:last-child:after {
  display: none;
}
.quickview .details-col-wrapper .details label {
  width: 122px;
}
.quickview .details-col-wrapper .details .row {
  display: table;
  width: 100%;
  margin: 10px 0 0 0;
}
.quickview .details-col-wrapper .details .intro {
  margin-bottom: 26px;
  line-height: 20px;
}
.quickview .details-col-wrapper .details .reset_variations {
  display: none !important;
}
.quickview .details-col-wrapper .details .single_variation del {
  opacity: 1 !important;
  display: inline !important;
  font-weight: 200;
  margin-left: 15px;
}
.quickview .details-col-wrapper .details .single_variation del span {
  color: #333333;
}
.quickview .details-col-wrapper .details .single_variation ins {
  float: left;
  text-decoration: none;
}
.quickview .details-col-wrapper .details .variations {
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
}
.quickview .details-col-wrapper .details .single_variation_wrap {
  margin-top: 15px;
}
.quickview .details-col-wrapper .details .single_variation_wrap .variations_button {
  margin-top: 10px;
  margin-bottom: 15px;
}
.quickview.open {
  opacity: 1;
  visibility: visible;
}
.quickview.product-type-variable p.price {
  display: none;
}
.quickview.product-type-variable .product_meta {
  display: none;
}
.quickview-loader {
  position: fixed;
  top: 49%;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  color: #ffffff;
}
.quickview-loader i {
  font-size: 50px;
}
.add-to-cart-loader {
  position: absolute;
  right: 0;
  top: 8px;
  color: #007aff;
}
.add-to-cart-loader i {
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}
.add-to-cart-loader .fa-spin-custom {
  display: inline-block;
}
.add-to-cart-loader .fa-check {
  display: none;
}
.add-to-cart-loader.done .fa-spin-custom {
  display: none;
}
.add-to-cart-loader.done .fa-check {
  display: inline-block;
}
.carousel {
  padding-bottom: 40px;
}
.carousel .item {
  z-index: 100;
  transition: all 0.5s ease-in-out;
}
.carousel .item.active,
.carousel .item.left,
.carousel .item.right {
  display: table;
  width: 100%;
}
.carousel .item.left,
.carousel .item.right {
  opacity: 0;
}
.carousel .item.prev,
.carousel .item.next {
  opacity: 1;
}
.carousel .image {
  height: 375px !important;
}
.carousel-inner {
  overflow: visible;
}
.carousel-control {
  width: 40px;
  height: 40px;
  padding: 6px 0 0 0;
  background: #ffffff;
  background-image: none !important;
  display: inline-block;
  font-size: 23px;
  line-height: 23px;
  color: #007aff;
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  opacity: 1;
  text-shadow: none;
  z-index: 10000;
  border: #dbdbdb 1px solid;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 0;
}
.carousel-control.left {
  top: 50%;
  left: -55px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.carousel-control.left:after {
  font-family: FontAwesome;
  content: "\f0d9";
}
.carousel-control.right {
  top: 50%;
  right: -55px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.carousel-control.right:after {
  font-family: FontAwesome;
  content: "\f0da";
}
.carousel-control:active {
  background: #ffffff !important;
  color: #007aff !important;
  opacity: 1 !important;
}
.carousel-control:hover {
  background: #007aff !important;
  color: #ffffff !important;
  border: #007aff 1px solid;
}
.carousel-control:focus {
  color: #007aff;
}
.carousel-indicators {
  margin: 0;
  padding: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  z-index: 10;
  height: 15px;
}
.carousel-indicators li {
  margin: 0;
  padding: 0;
  margin: 0 1px;
  width: 13px;
  height: 13px;
  display: inline-block;
  border: #949494 1px solid;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.carousel-indicators li.active {
  width: 13px;
  height: 13px;
  background: #949494;
  margin: 0 1px;
}
.carousel-indicators li:hover {
  background: #007aff;
  border: #007aff 1px solid;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
}
.carousel-indicators li:before {
  display: none;
}
.main-slider .carousel {
  padding-bottom: 0;
}
.main-slider .carousel:hover .carousel-control {
  opacity: 1;
}
.main-slider .item {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
}
.main-slider .title {
  width: 100%;
  height: 500px;
  position: absolute;
  background: url(@{themeurl}/theme/assets/images/pattern-scanlines-3.png) 0 0 repeat;
  z-index: 100;
  display: table;
  transition: all 0.2s ease-in-out;
}
.main-slider .title .content {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0;
  color: #ffffff;
}
.main-slider .title .content h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0;
  border: 1px solid #ffffff;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 7px;
  position: relative;
}
.main-slider .title .content h3 .tag-big {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
  text-shadow: none !important;
}
.main-slider .title .content p {
  font-size: 20px;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0;
  font-weight: 900;
  margin: 0;
}
.main-slider .title .content .btn-medium-2 {
  margin: 30px 0 0 0;
}
.main-slider .carousel-indicators {
  bottom: 30px;
  z-index: 1000;
}
.main-slider .carousel-indicators li {
  border: #ffffff 1px solid;
}
.main-slider .carousel-indicators li.active {
  background: #ffffff;
}
.main-slider .carousel-indicators li:hover {
  background: #007aff;
  border: #007aff 1px solid;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
}
.main-slider .carousel-control {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.main-slider .carousel-control.left {
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.main-slider .carousel-control.right {
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.contacts-map {
  position: relative;
}
.contacts-map .info {
  width: 100%;
  height: 400px;
  position: absolute;
  background: url(@{themeurl}/theme/assets/images/pattern-scanlines-2.png) 0 0 repeat;
  z-index: 100;
  display: table;
  transition: all 0.2s ease-in-out;
}
.contacts-map .info .contacts {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.contacts-map .info .contacts h3 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #333333;
}
.contacts-map .info .contacts p {
  font-size: 30px;
  color: #333333;
  font-weight: 900;
}
.contacts-map .info .contacts .btn-medium-1 {
  margin: 30px 0 0 0;
}
.contacts-map .info.hidden {
  opacity: 0;
  display: table !important;
  visibility: hidden !important;
}
.contacts-map .show-map {
  font-weight: 700;
  color: #007aff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1000;
}
.contacts-map .show-map:before {
  font-family: FontAwesome;
  content: "\f041";
  margin-right: 7px;
}
.contacts-map .show-map:hover {
  color: #007aff;
  text-decoration: none;
}
.contacts-map .show-map:active {
  color: #0062cc;
}
.contacts-map:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 100;
  background: #dbdbdb;
}
.google-map {
  margin-top: 33px;
  height: 400px;
  width: 100%;
}
.gm-style-iw * {
  display: block;
  width: 100%;
}
.gm-style-iw h4,
.gm-style-iw p {
  margin: 0;
  padding: 0;
}
.gm-style-iw a {
  color: #4272db;
}
.gm-style img {
  max-width: none !important;
}
.layout-3-grid {
  margin: 35px 0 25px 0 !important;
}
.layout-3-grid .col {
  width: 33.3%;
  padding-right: 40px;
}
.layout-3-grid .col:last-child {
  padding-right: 0;
}
.layout-grid .container {
  display: table;
}
.layout-grid .row {
  margin: 0;
  padding: 0;
  display: table-row;
}
.layout-grid .col {
  display: table-cell;
  overflow: visible;
}
.blog.container .sidebar,
.blog.container-fluid .sidebar {
  float: right;
  margin: 0 0 0 40px;
}
.blog.container .sidebar-left,
.blog.container-fluid .sidebar-left {
  float: left;
  margin: 0 40px 0 0;
}
.blog.container .sidebar-right,
.blog.container-fluid .sidebar-right {
  float: right;
  margin: 0 0 0 40px;
}
.blog.container .blog-list,
.blog.container-fluid .blog-list {
  padding: 0;
}
.blog.container .blog-list .item,
.blog.container-fluid .blog-list .item {
  display: table;
  margin-bottom: 45px;
}
.blog.container .blog-list .item:hover h2 a,
.blog.container-fluid .blog-list .item:hover h2 a,
.blog.container .blog-list .item:hover .intro a,
.blog.container-fluid .blog-list .item:hover .intro a {
  color: #333333;
}
.blog.container .blog-list .item:hover .legend a,
.blog.container-fluid .blog-list .item:hover .legend a {
  color: #949494;
}
.blog.container .blog-list .item .image,
.blog.container-fluid .blog-list .item .image {
  display: table-cell;
  width: 350px;
  padding: 0 45px 0 0;
}
.blog.container .blog-list .item .image img,
.blog.container-fluid .blog-list .item .image img {
  border-radius: 5px;
  max-width: 100%;
}
.blog.container .blog-list .item .image a,
.blog.container-fluid .blog-list .item .image a {
  display: inline-block;
  width: 350px;
}
.blog.container .blog-list .item .text,
.blog.container-fluid .blog-list .item .text {
  display: table-cell;
  padding: 0;
  width: 485px;
}
.blog.container .blog-list .item .text h2,
.blog.container-fluid .blog-list .item .text h2 {
  font-size: 26px;
  line-height: 34px;
}
.blog.container .blog-list .item .text h2:hover a,
.blog.container-fluid .blog-list .item .text h2:hover a {
  color: #007aff;
}
.blog.container .blog-list .item .text .intro,
.blog.container-fluid .blog-list .item .text .intro {
  padding-top: 20px;
  width: 485px;
}
.blog.container .blog-list .item .text .intro a:hover,
.blog.container-fluid .blog-list .item .text .intro a:hover {
  color: #007aff;
}
.blog.container .blog-list .item .text .intro p:last-child,
.blog.container-fluid .blog-list .item .text .intro p:last-child {
  margin: 0;
}
.blog.container .blog-list .item .text img,
.blog.container-fluid .blog-list .item .text img {
  max-width: 100%;
  height: auto;
}
.blog.container .blog-list .item .text div,
.blog.container-fluid .blog-list .item .text div {
  max-width: 100%;
}
.blog.container .blog-list .item.no-image .text,
.blog.container-fluid .blog-list .item.no-image .text {
  padding-left: 0;
  width: 880px;
  max-width: 880px;
}
.blog.container .blog-list .item.no-image .text .intro,
.blog.container-fluid .blog-list .item.no-image .text .intro {
  width: 880px;
}
.blog-list .item {
  display: table;
  margin-bottom: 19px;
}
.blog-list .item .image,
.blog-list .item .text {
  display: table-cell;
  vertical-align: top;
}
.blog-list .item .image img {
  border-radius: 5px;
}
.blog-list .item .text {
  padding-left: 15px;
  font-size: 14px;
}
.blog-list .item .text h2 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 0;
}
.blog-list .item:hover a {
  color: #007aff;
}
.blog-list .item:hover.sticky h2 a {
  color: #007aff !important;
}
.blog-list .item.sticky h2 {
  position: relative;
}
.blog-list .item.sticky h2 a {
  color: #007aff;
  background: #f5f5f5;
}
.blog-list .item.sticky h2 a:before {
  font-family: FontAwesome;
  content: "\f0c6";
  font-size: 25px;
  font-weight: 400;
  color: #007aff;
  z-index: 10;
  margin-right: 10px;
}
.blog-list .item.sticky h2 a:hover {
  color: #333333 !important;
}
.blog-post {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 45px;
  position: relative;
  min-height: 300px;
}
.blog-post .title {
  margin: 0;
}
.blog-post .post-title {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.blog-post .image {
  margin-bottom: 30px;
}
.blog-post .image img {
  border-radius: 5px;
  width: 100%;
}
.blog-post .legend {
  padding: 13px 180px 23px 0;
}
.blog-post p {
  margin-bottom: 30px;
}
.blog-post p a {
  color: #007aff;
}
.blog-post img {
  max-width: 100%;
}
.blog-post > div {
  max-width: 100% !important;
}
.blog-post .vc_row {
  max-width: none;
}
.blog-post ul {
  padding: 0 0 0 40px;
}
.blog-post ul li {
  list-style-type: disc;
  padding: 0;
}
.blog-post ul li:before {
  content: "";
}
.blog-post blockquote {
  margin: 0;
  padding: 0;
  padding: 5px 150px 0 150px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 48px;
  border: none;
  text-align: center;
  position: relative;
}
.blog-post blockquote cite {
  display: block;
  color: #949494;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  padding-top: 10px;
}
.blog-post blockquote p {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.blog-post blockquote p:before {
  font-family: FontAwesome;
  content: "\f10d";
  position: absolute;
  font-size: 60px;
  top: 15px;
  left: -75px;
}
.blog-post blockquote p:after {
  font-family: FontAwesome;
  content: "\f10e";
  position: absolute;
  font-size: 60px;
  bottom: 6px;
  right: -75px;
}
.blog-post > table {
  width: 100%;
  margin: 0 0 35px 0;
}
.blog-post > table td {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
}
.blog-post > table thead th {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  border-bottom: 3px solid #dbdbdb;
  padding: 10px;
}
.blog-post > table tbody th {
  border-bottom: 1px solid #dbdbdb;
  padding: 10px;
}
.blog-post > dl {
  margin: 35px 0;
  padding: 0 30px;
  border-left: 3px solid #dbdbdb;
}
.blog-post > dl dt {
  font-size: 15px;
  font-weight: 900;
}
.blog-post > dl dd {
  margin: 0 0 20px 0;
}
.blog-post .photo-gallery-widget {
  margin: 40px 0 40px 0;
}
.blog-post .photo-gallery-widget .legend {
  padding: 0 0 20px 0;
  text-align: center;
}
.blog-post .photo-gallery-widget .carousel {
  padding-bottom: 35px;
}
.blog-post .photo-gallery-widget .carousel .carousel-control.left {
  left: -12px;
}
.blog-post .photo-gallery-widget .carousel .carousel-control.right {
  right: -12px;
}
.blog-post .photo-gallery-widget .col {
  width: auto;
  height: auto;
  vertical-align: top;
  position: relative;
  display: table-cell !important;
  float: none !important;
  margin: 0 !important;
  padding: 7px !important;
}
.blog-post .photo-gallery-widget .photo {
  margin: 0 auto !important;
  display: table;
  border-radius: 5px;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb 0 -1px 0 inset;
}
.blog-post .photo-gallery-widget .photo span {
  width: 209px;
  height: 209px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.blog-post .photo-gallery-widget .photo img {
  max-width: 100%;
  max-height: 100%;
}
.blog-post .photo-gallery-widget .photo .maximize {
  width: 40px;
  height: 40px;
  padding: 12px 0 0 0;
  background: #ffffff;
  font-size: 17px;
  line-height: 17px;
  color: #333333;
  border-radius: 5px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  text-shadow: none;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.blog-post .photo-gallery-widget .photo .maximize:hover {
  background: #007aff;
  color: #ffffff;
}
.blog-post .photo-gallery-widget .photo:hover {
  background: #ffffff;
  box-shadow: #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb 0 -1px 0 inset;
  z-index: 100;
}
.blog-post .photo-gallery-widget .photo:hover .maximize {
  opacity: 1;
  z-index: 10000;
}
.blog-post .social {
  position: absolute;
  right: 0;
  margin-top: -44px;
}
.blog-post .social:before {
  display: none;
}
.blog-post .social img {
  margin-right: 5px;
}
.blog-post .quickview {
  width: auto;
  display: block;
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  top: auto;
  left: auto;
  padding: 10px 0 40px 0;
  background: none;
  box-shadow: none;
  z-index: 1;
}
.blog-post .quickview .image-col-wrapper {
  padding: 0;
}
.blog-post .quickview .close {
  display: none;
}
.blog-widget .blog-list {
  margin: 0 -11px;
}
.blog-widget .blog-list .items {
  display: table;
  table-layout: fixed;
  margin-bottom: 35px;
}
.blog-widget .blog-list .items .item {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  width: 33%;
}
.blog-widget .blog-list .items .item .image {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.blog-widget .blog-list .items .item .image img,
.blog-widget .blog-list .items .item .image a {
  width: 100%;
}
.blog-widget .blog-list .items .item .text {
  width: auto;
  display: block;
}
.blog-widget .blog-list .items .item .text .intro {
  width: auto;
  display: block;
}
.blog-widget .blog-list .items.columns-4 .item {
  width: 25%;
}
.blog-widget .blog-list .items:last-child {
  margin-bottom: 0;
}
.wp-caption {
  width: 100%;
  margin: 50px auto 25px auto;
}
.wp-caption p {
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb 0 -1px 0 inset;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blog-comments .comments {
  width: 675px;
  margin: 45px auto 0 auto;
}
.blog-comments .comments li {
  display: block;
}
.blog-comments .comments ul {
  margin: 0 0 0 100px;
}
.blog-comments .comments ul li {
  border-bottom: none;
  margin-bottom: 0;
  padding: 35px 0 0 0;
  display: table;
  width: 100%;
}
.blog-comments .comments ul li:last-child {
  margin: 0;
  padding: 35px 0 0 0;
}
.blog-comments .comments .comment-item {
  display: table;
  width: 100%;
}
.blog-comments .comments .text,
.blog-comments .comments .comment p {
  font-size: 13px;
  line-height: 20px !important;
  margin: 0;
  color: #333333;
}
.blog-comments .comments .text h3 a,
.blog-comments .comments .comment p h3 a {
  color: #333333;
}
.blog-comments .add-comment {
  margin-bottom: 15px;
}
.blog-comments .add-comment .btn-medium-1 {
  margin: 0 !important;
}
.blog-comments .add-comment .layout-title {
  margin-bottom: 30px;
}
.no-comments {
  font-size: 16px;
  font-weight: 700;
  color: #949494;
  text-align: center;
  line-height: 34px;
  margin-bottom: 35px;
}
.no-comments span:before {
  content: "\f0e5";
  font-family: FontAwesome;
  font-weight: 500;
  font-size: 34px;
  vertical-align: middle;
  margin-right: 13px;
}
.shop-by-brand {
  margin-top: 33px !important;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset;
}
.shop-by-brand .container {
  display: table;
}
.shop-by-brand .carousel {
  padding: 0;
}
.shop-by-brand .carousel-control {
  background: #f5f5f5;
}
.shop-by-brand .row {
  margin: 0;
  padding: 0;
  display: table-row;
}
.shop-by-brand .col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 150px;
}
.shop-by-brand img {
  opacity: 0.3;
  transition: all 0.2s ease-in-out;
}
.shop-by-brand img:hover {
  opacity: 1;
}
.footer {
  background: #f5f5f5;
  color: #333333;
  margin: 0 !important;
  padding: 35px 0 25px 0;
}
.footer ul {
  margin-bottom: 15px;
}
.footer li {
  font-size: 13px;
  line-height: 22px;
}
.footer a {
  color: #333333;
}
.footer .legend {
  /* color: @footer-text-color; */
}
.footer .layout-title span {
  background: #f5f5f5;
  color: #949494;
}
.footer .footer-widgets {
  margin: 0 -11px;
}
.footer .footer-widgets .items {
  display: table;
  table-layout: fixed;
}
.footer .footer-widgets .items .footer-widget {
  padding: 0 20px;
  display: table-cell;
  overflow: visible;
  width: 33%;
}
.copyright {
  border-top: #dbdbdb 3px solid;
  color: #949494;
  text-align: center;
  background: #e8e8e8;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.copyright a {
  color: #949494;
}
.copyright a:hover {
  color: #007aff;
}
.copyright .container {
  padding: 30px 0;
}
.newsletter-menu .notes {
  color: #949494;
  margin-bottom: 20px;
}
.newsletter-menu ul {
  margin-bottom: 15px;
}
.newsletter-menu li {
  font-size: 13px;
  line-height: 22px;
}
.contacts-info .notes {
  color: #949494;
  margin-bottom: 20px;
}
.contacts-info .details {
  margin-bottom: 15px;
  line-height: 22px;
}
.contacts-info .details p {
  margin: 0;
}
.contacts-info .social {
  margin-top: 30px;
  font-size: 18px;
}
.contacts-info .social a {
  color: #525252;
  margin: 0 12px 0 0;
}
.contacts-info .social a:hover {
  color: #007aff;
}
.footer-widget .blog-list .image img {
  max-width: 55px;
  height: auto;
}
.footer-widget .blog-list .no-image {
  padding-left: 0;
}
.affix-wrapper {
  min-height: 195px;
}
@media only screen and (min-width: 992px) {
  .affix {
    top: -37px;
    width: 100%;
    z-index: 100000;
    box-shadow: rgba(0, 0, 0, 0.04) 0 3px 0;
    position: fixed;
  }
  .affix .header {
    position: fixed;
    top: -60px;
    z-index: 1;
    width: 100%;
  }
  .affix .header .container {
    height: 60px;
    width: 1170px;
  }
  .affix .header .logo p {
    display: none;
  }
  .affix .header .logo img {
    display: none;
  }
  .affix .header .logo h2 {
    display: none;
  }
  .affix .header .cart {
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 2;
    font-size: 13px;
    float: right;
    width: auto;
  }
  .affix .header .cart a {
    color: #ffffff;
    margin: 0 0 0 35px;
  }
  .affix .header .cart a:after {
    padding: 0 0 0 14px;
    color: #404040;
    margin: 0;
  }
  .affix .header .cart a:hover {
    color: #007aff;
  }
  .affix .header .cart span {
    color: #000000;
    padding: 5px 9px 6px 9px;
  }
  .affix .header .cart .amount {
    position: relative;
    top: -2px;
  }
  .affix .menu .container {
    width: 1170px !important;
  }
  .affix .menu .nav {
    float: left;
    text-align: left;
    width: 1170px;
  }
  .affix .menu .nav > li {
    font-size: 13px;
    padding: 9px 0 8px 0;
    margin: 0 20px;
  }
  .affix .menu .nav > li:after {
    font-size: 20px;
    padding: 0 0 0 16px;
  }
  .affix .menu .tag-small {
    display: none;
  }
  .affix .menu .dropdown.full-width .dropdown-menu {
    top: 37px !important;
  }
  .affix .menu .open > .dropdown-toggle:after {
    bottom: -27px;
    display: block;
  }
}
@media only screen and (min-width: 992px) and only screen and (min-width: 992px) and (max-width: 1200px) {
  .affix input[type="text"] {
    font: 13px / 22px Raleway, sans-serif;
    line-height: 19px;
    padding: 5px 12px 6px 12px;
  }
  .affix .btn-submit-1 {
    font: 13px / 22px Raleway, sans-serif;
    line-height: 19px;
    padding: 5px 9px 6px 9px !important;
  }
}
.catalog .sidebar {
  float: left;
  margin: 0 40px 0 0;
}
.catalog .sidebar.sidebar-right {
  float: right;
  margin: 0 0 0 40px;
}
.catalog .container {
  float: right;
  position: relative;
}
.section-banner-1 {
  height: 200px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.section-banner-1:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(@{themeurl}/theme/assets/images/pattern-scanlines-3.png) 0 0 repeat;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.section-banner-1 .title {
  width: 100%;
  height: 200px;
  z-index: 100;
  display: table;
  position: relative;
}
.section-banner-1 .title .content {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 20px;
  color: #ffffff;
}
.section-banner-1 .title .content h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 10px;
  text-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0;
}
.section-banner-1 .title .content p {
  font-size: 30px;
  text-shadow: rgba(0, 0, 0, 0.2) 5px 5px 0;
}
.catalog-item {
  padding-top: 10px;
}
.catalog-item .row {
  display: table-row;
}
.catalog-item .row:before,
.catalog-item .row:after {
  display: none;
}
.catalog-item .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.catalog-item .image-col-wrapper {
  width: 550px;
  border-radius: 5px;
}
.catalog-item .image-col-wrapper .image-table-wrapper {
  display: table;
  height: 100%;
}
.catalog-item .image-col-wrapper .image-table-wrapper .row:first-child {
  background-color: #e8e8e8;
}
.catalog-item .image-col-wrapper .image-wrapper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: table-cell;
  width: 550px;
  height: 550px;
  position: relative;
}
.catalog-item .image-col-wrapper .image-wrapper .image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: table-cell;
  width: 550px;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: relative;
  /*transition: @transition-fast;*/
  visibility: hidden;
}
.catalog-item .image-col-wrapper .image-wrapper .image .link {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 inset, #dbdbdb 1px 0 0 inset;
}
.catalog-item .image-col-wrapper .image-wrapper .image.placeholder {
  visibility: visible;
}
.catalog-item .image-col-wrapper .image-wrapper .controls {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  z-index: 100;
}
.catalog-item .image-col-wrapper .image-wrapper .controls a:first-child,
.catalog-item .image-col-wrapper .image-wrapper .controls a:last-child {
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.catalog-item .image-col-wrapper .image-wrapper .controls a:first-child {
  float: left;
}
.catalog-item .image-col-wrapper .image-wrapper .controls a:last-child {
  float: right;
}
.catalog-item .image-col-wrapper .image-wrapper .tag-big {
  position: absolute;
  top: 20px;
  left: 0%;
  z-index: 1000;
}
.catalog-item .image-col-wrapper .image-wrapper .tag-big.tag-bottom {
  bottom: -9px;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.catalog-item .image-col-wrapper .image-wrapper:hover .controls {
  opacity: 1;
}
.catalog-item .image-col-wrapper .image-wrapper:hover .controls a:first-child {
  margin-left: -20px;
}
.catalog-item .image-col-wrapper .image-wrapper:hover .controls a:last-child {
  margin-right: -20px;
}
.catalog-item .image-col-wrapper .thumbs {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 inset, #dbdbdb 1px 0 0 inset;
  background: #e8e8e8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.catalog-item .image-col-wrapper .thumbs img {
  border-radius: 5px;
  display: inline-block;
  margin: 4px 3px 5px 3px;
  opacity: 0.35;
  transition: all 0.2s ease-in-out;
}
.catalog-item .image-col-wrapper .thumbs img:hover {
  opacity: 0.6;
}
.catalog-item .image-col-wrapper .thumbs .active img {
  opacity: 1;
}
.catalog-item .image-col-wrapper .thumbs .thumb-images {
  padding: 25px 52px;
  width: auto;
  display: inline-block;
  text-align: left;
}
.catalog-item .image-col-wrapper.no-thumbs .image-wrapper .image {
  border-radius: 5px;
}
.catalog-item .image-col-wrapper.no-thumbs .image-wrapper:hover .image {
  background-size: 100%;
}
.catalog-item .image-col-wrapper.no-thumbs .path {
  height: 60px;
}
.catalog-item .image-col-wrapper .offer-tag {
  width: 106px;
  height: 106px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 101;
  border-top-left-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}
.catalog-item .image-col-wrapper .offer-tag:after {
  content: "";
  width: 150px;
  height: 150px;
  background: #007aff;
  display: block;
  position: absolute;
  z-index: 10;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: -76px;
  left: -76px;
}
.catalog-item .image-col-wrapper .offer-tag span {
  position: absolute;
  top: 7px;
  z-index: 100;
  width: 65px;
  text-align: center;
}
.catalog-item .image-col-wrapper .offer-tag b {
  font-weight: 700;
  display: block;
}
.catalog-item .image-col-wrapper .offer-tag-2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 4px 1px 4px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  background: #007aff;
}
.catalog-item .details-col-wrapper {
  padding-left: 40px;
  width: 620px !important;
}
.catalog-item .details-col-wrapper h1 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
  margin: -9px 0 10px 0;
}
.catalog-item .details-col-wrapper .price {
  font-size: 40px !important;
  color: #333333 !important;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}
.catalog-item .details-col-wrapper .price span {
  color: #f40034;
}
.catalog-item .details-col-wrapper .price s {
  text-decoration: line-through;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  margin-left: 8px;
}
.catalog-item .details-col-wrapper .more {
  margin-bottom: 35px;
  display: table;
  width: 100%;
}
.catalog-item .details-col-wrapper .more .btn-medium-1 {
  float: left;
  margin-right: 5px;
}
.catalog-item .details-col-wrapper .more .links {
  padding-top: 10px;
  font-weight: 700;
  float: left;
}
.catalog-item .details-col-wrapper .more .links a {
  color: #007aff;
  margin: 0 10px;
}
.catalog-item .details-col-wrapper .more .links a i {
  margin-right: 8px;
}
.catalog-item .details-col-wrapper .more .links a:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 9px;
  color: #949494;
}
.catalog-item .details-col-wrapper .more .links a:last-child:after {
  display: none;
}
.catalog-item .details-col-wrapper .more .links a:hover,
.catalog-item .details-col-wrapper .more .links a:focus {
  color: #0069db;
}
.catalog-item .details-col-wrapper .more .links a:active {
  color: #0062cc;
}
.catalog-item .details-col-wrapper .more .social {
  float: right;
  padding-top: 10px;
}
.catalog-item .details-col-wrapper .more .social .button {
  float: left;
  margin-left: 20px;
}
.catalog-item .details-col-wrapper .attributes {
  border-top: #dbdbdb 1px solid;
  padding: 25px 0;
}
.catalog-item .details-col-wrapper .attributes span {
  margin: 0 11px;
  font-weight: 700;
}
.catalog-item .details-col-wrapper .attributes span i {
  margin-right: 8px;
}
.catalog-item .details-col-wrapper .attributes span:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 9px;
  color: #949494;
}
.catalog-item .details-col-wrapper .attributes span:last-child:after {
  display: none;
}
.catalog-item .details-col-wrapper .details {
  padding-top: 25px;
  border-top: #dbdbdb 1px solid;
}
.catalog-item .details-col-wrapper .details div > p:last-child {
  margin-bottom: 0;
}
.catalog-item .details-col-wrapper .details .rating-wrapper {
  float: left;
}
.catalog-item .details-col-wrapper .details .reviews {
  margin-bottom: 20px;
  color: #949494;
  overflow: hidden;
}
.catalog-item .details-col-wrapper .details .reviews a {
  color: #949494;
}
.catalog-item .details-col-wrapper .details .reviews a:hover {
  color: #0069db;
}
.catalog-item .details-col-wrapper .details .reviews a:active {
  color: #0062cc;
}
.catalog-item .details-col-wrapper .details .reviews .rating-item {
  margin: 0 11px;
}
.catalog-item .details-col-wrapper .details .reviews .rating-item:first-child {
  margin-left: 0;
}
.catalog-item .details-col-wrapper .details .reviews .rating-item:first-child:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 9px;
  color: #949494;
}
.catalog-item .details-col-wrapper .details .reviews .rating-item:first-child {
  margin: 0 11px 0 0;
}
.catalog-item .details-col-wrapper .details .reviews .rating-item:last-child:after {
  display: none;
}
.catalog-item .details-col-wrapper .details label {
  width: 122px;
}
.catalog-item .details-col-wrapper .details .row {
  display: table;
  width: 100%;
  margin: 10px 0 0 0;
}
.catalog-item .details-col-wrapper .details .intro {
  margin-bottom: 26px;
}
.product-type-variable .catalog-item p.price {
  font-size: 16px !important;
  line-height: 20px;
}
.product-type-variable .catalog-item p.price span {
  color: #333333;
}
.product-type-grouped .group_table {
  width: 100%;
}
.product-type-grouped .group_table td {
  padding-bottom: 20px !important;
}
.product-type-grouped .group_table td.quantity-cell {
  width: 80px;
}
.product-type-grouped .group_table td.item-label label {
  width: 100%;
  font-size: 20px !important;
}
.product-type-grouped .group_table td.price {
  width: 180px;
  font-size: 30px !important;
  line-height: 30px;
}
.catalog-specs .container-fluid {
  margin-top: -1px !important;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
  z-index: 10;
  position: relative;
  padding: 70px 0;
  color: #333333;
}
.catalog-specs .features {
  width: 870px;
  margin: 0 auto;
}
.catalog-specs .features .feature {
  display: table;
  border-bottom: 1px solid #dbdbdb;
}
.catalog-specs .features .feature .image {
  display: table;
  height: 100%;
  float: left;
  width: 200px;
  margin-right: 40px;
  margin-bottom: 0;
  border-radius: 5px;
}
.catalog-specs .features .feature .image div {
  display: table-cell;
  vertical-align: middle;
  padding: 35px 0;
}
.catalog-specs .features .feature .image img {
  border-radius: 5px;
}
.catalog-specs .features .feature .text {
  float: left;
  width: 630px;
  position: relative;
  display: table;
}
.catalog-specs .features .feature .text div {
  display: table-cell;
  vertical-align: middle;
  padding: 35px 0;
}
.catalog-specs .features .feature .text h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.catalog-specs .features .feature .text p {
  display: inline-block;
  width: 630px;
  font-size: 16px;
  line-height: 24px;
}
.catalog-specs .features .feature:first-child .image div,
.catalog-specs .features .feature:first-child .text div {
  padding-top: 0;
}
.catalog-specs .features .feature:last-child {
  border-bottom: none;
}
.catalog-specs .features .feature:last-child .image div,
.catalog-specs .features .feature:last-child .text div {
  padding-bottom: 0;
}
.catalog-specs .features .feature:nth-child(2) .image {
  float: right;
  margin-right: 0;
  margin-left: 40px;
}
.catalog-specs .features div {
  max-width: none !important;
}
.catalog-specs table {
  width: 870px !important;
  margin: 0 auto;
  font-size: 16px;
}
.catalog-specs table tr:last-child td,
.catalog-specs table tr:last-child th {
  border-bottom: none !important;
}
.catalog-specs table td {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
  background: transparent !important;
  font-style: normal !important;
}
.catalog-specs table th {
  width: 260px;
  color: #949494;
  font-weight: normal !important;
  background: transparent !important;
  border-bottom: 1px solid #e6e6e6 !important;
}
.catalog-specs table th:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 10px;
}
.catalog-specs table a {
  color: #007aff;
}
.catalog-specs table a:hover {
  color: #0062cc;
}
.catalog-specs .comments {
  width: 870px;
  margin: 0 auto !important;
}
.catalog-specs .woocommerce-tabs .wc-tab {
  display: none;
}
.catalog-specs .woocommerce-tabs .wc-tab:first-child {
  display: block;
}
.comments li {
  display: table;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 35px;
  padding: 0 0 30px 0;
}
.comments li:before {
  display: none;
}
.comments li:last-child {
  border: none;
  padding: 0;
}
.comments .image {
  width: 70px;
  padding-right: 30px;
  display: table-cell;
  vertical-align: top;
}
.comments .image img {
  border-radius: 5px;
  float: none !important;
  width: 70px;
  height: 70px;
  max-width: none;
}
.comments .text {
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  color: #333333;
}
.comments .text h3 {
  font-size: 14px;
  margin: -3px 0 0 0;
  line-height: 20px;
}
.comments .text h3 a {
  margin-right: 8px;
  font-weight: 700;
  color: #333333;
}
.comments .text h3 i {
  color: #333333;
}
.comments .text h3 span {
  float: right;
  color: #949494;
  font-weight: 700;
}
.comments .text .comment {
  padding-top: 10px;
}
.comments .text .comment p {
  line-height: 24px;
  margin: 0;
}
.comments .text .legend .comment-reply-link {
  color: #007aff;
  float: right;
  font-weight: 700;
}
.comments .text .legend .comment-reply-link:before {
  content: "\f112";
  font-family: FontAwesome;
  margin-right: 7px;
}
.comments .text .legend .comment-reply-link:hover {
  color: #0062cc;
}
.comments .text .legend span:first-child:after {
  display: none;
}
.add-comment {
  width: 100%;
  display: table;
}
.add-comment p {
  margin: 0;
}
.add-comment form {
  width: 670px;
  margin: 0 auto;
  display: table;
}
.add-comment input {
  width: 260px;
  font: 13px / 22px Raleway, sans-serif !important;
  margin-bottom: 10px;
}
.add-comment .selectpicker {
  font-size: 13px !important;
}
.add-comment textarea {
  font: 13px / 22px Raleway, sans-serif !important;
  width: 400px;
  border: 1px solid #dbdbdb;
}
.add-comment .title {
  width: 100%;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 30px;
}
.add-comment .title span {
  background: #ffffff;
  position: relative;
  z-index: 100;
  padding: 0 35px;
  color: #949494;
}
.add-comment .title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
}
.add-comment .data {
  width: 260px;
  float: left;
  margin-right: 10px;
}
.add-comment .btn-medium-1 {
  margin-top: 10px;
  width: 260px;
  text-align: center;
}
.add-comment .btn-medium-1.user-logged-in {
  margin-top: 20px !important;
}
.add-comment .comment {
  width: 400px;
  float: right;
}
.add-comment .comment textarea {
  height: 204px;
}
.add-comment .comment.comment-user-logged-in {
  width: 100%;
}
.add-comment .comment.comment-user-logged-in textarea {
  width: 100%;
}
.add-comment .logged_in_inner {
  margin-bottom: 20px;
}
.add-comment .logged_in_inner .user {
  margin-left: 10px;
  font-weight: bold;
}
.add-comment .logged_in_inner .logout {
  float: right;
  display: inline-block;
  color: #007aff;
}
.add-comment .comment-notes {
  margin-bottom: 30px;
}
#reviews .comments .text h3 span {
  float: none;
  font-weight: 700;
  margin-right: 8px;
  color: inherit;
}
#reviews #comment {
  height: 92px !important;
}
.dynamic-product-collection-wrapper .home-shortcode-block {
  display: none;
}
.dynamic-product-collection-wrapper .home-shortcode-block .woocommerce.columns-1,
.dynamic-product-collection-wrapper .home-shortcode-block .woocommerce.columns-2,
.dynamic-product-collection-wrapper .home-shortcode-block .woocommerce.columns-3,
.dynamic-product-collection-wrapper .home-shortcode-block .woocommerce.columns-4,
.dynamic-product-collection-wrapper .home-shortcode-block .woocommerce.columns-5 .woocommerce.columns-6 {
  margin-bottom: 0 !important;
}
.dynamic-product-collection-wrapper .home-shortcode-block.active {
  display: block;
}
.container-woocommerce ul.products li:before {
  content: "";
}
.container-woocommerce .filter-item .woocommerce-ordering {
  float: none;
  margin: 0;
}
.container-woocommerce .widget_layered_nav > ul li {
  padding: 0 0 0 20px !important;
}
.container-woocommerce .widget_layered_nav > ul li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  margin: 1px 0 0 0;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 16px;
  color: #ffffff !important;
  line-height: inherit !important;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.container-woocommerce .widget_layered_nav > ul li .count {
  color: #007aff;
  letter-spacing: 1px;
}
.container-woocommerce .widget_layered_nav .chosen .count {
  color: #007aff;
}
.container-woocommerce .widget_layered_nav .chosen a {
  font-weight: 700;
  color: #007aff;
}
.container-woocommerce .widget_layered_nav .chosen a:before {
  font-family: FontAwesome !important;
  content: "\f14a" !important;
  color: #007aff !important;
  border: none;
  background-color: transparent;
  margin: 0;
}
.container-woocommerce .widget_layered_nav .count {
  float: right;
}
.container-woocommerce .widget_layered_nav .bootstrap-select {
  width: 100% !important;
}
.container-woocommerce .widget_layered_nav .bootstrap-select .dropdown-menu li a {
  padding: 7px 15px !important;
}
.woocommerce.columns-1,
.woocommerce.columns-2,
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6,
.woocommerce.columns-7,
.woocommerce.columns-8,
.woocommerce.columns-9,
.woocommerce.columns-10 {
  margin: 0;
  margin-bottom: 25px !important;
  display: table;
  width: 100%;
}
.woocommerce.columns-1 .row,
.woocommerce.columns-2 .row,
.woocommerce.columns-3 .row,
.woocommerce.columns-4 .row,
.woocommerce.columns-5 .row,
.woocommerce.columns-6 .row,
.woocommerce.columns-7 .row,
.woocommerce.columns-8 .row,
.woocommerce.columns-9 .row,
.woocommerce.columns-10 .row {
  margin: 0;
  padding: 0;
  display: table-row;
}
.woocommerce.columns-1 .row .col,
.woocommerce.columns-2 .row .col,
.woocommerce.columns-3 .row .col,
.woocommerce.columns-4 .row .col,
.woocommerce.columns-5 .row .col,
.woocommerce.columns-6 .row .col,
.woocommerce.columns-7 .row .col,
.woocommerce.columns-8 .row .col,
.woocommerce.columns-9 .row .col,
.woocommerce.columns-10 .row .col {
  display: table-cell;
  overflow: visible;
  padding: 7px;
}
.woocommerce.columns-1 .col {
  width: 100%;
}
.woocommerce.columns-2 .col {
  width: 50%;
}
.woocommerce.columns-2 .image-wrapper .image-slides {
  height: 556px;
}
.woocommerce.columns-3 .col {
  width: 33.3%;
}
.woocommerce.columns-3 .col .image-wrapper .image-slides {
  height: 372px;
}
.woocommerce.columns-4 .col {
  width: 25%;
}
.woocommerce.columns-4 .col .image-wrapper .image-slides {
  height: 275px;
}
.woocommerce.columns-5 .col {
  width: 20%;
}
.woocommerce.columns-5 .image-wrapper .image-slides {
  height: 214px;
}
.woocommerce.columns-6 .col {
  width: 16.6666%;
}
.woocommerce.columns-6 .image-wrapper .image-slides {
  height: 175px;
}
.woocommerce.columns-7 .col {
  width: 14.2857%;
}
.woocommerce.columns-7 .image-wrapper .image-slides {
  height: 148px;
}
.woocommerce.columns-8 .col {
  width: 12.5%;
}
.woocommerce.columns-8 .image-wrapper .image-slides {
  height: 128px;
}
.product-slider .carousel-inner .columns-4 .image-slides {
  height: 278px !important;
}
.product-slider .carousel-inner .columns-3 .image-slides {
  height: 372px !important;
}
.container-woocommerce .product .summary {
  margin-bottom: 0 !important;
  float: none !important;
}
.container-woocommerce .product .images {
  margin-bottom: 0 !important;
  float: none !important;
  width: auto !important;
}
.container-woocommerce .product form.cart {
  margin-bottom: 0 !important;
}
.container-woocommerce .product table.shop_attributes {
  margin-bottom: 0;
  border-top: 0;
}
.container-woocommerce .product .features .wpb_row {
  margin-bottom: 5px !important;
}
.widget_product_tag_cloud .tagcloud a {
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 8px;
  font-weight: 700;
  font-size: 13px !important;
  margin: 0 6px 10px 0;
  color: #000000;
}
.widget_product_tag_cloud .tagcloud a.active,
.widget_product_tag_cloud .tagcloud a:hover {
  background: #007aff;
  color: #ffffff;
  box-shadow: none;
}
.dropdown.full-width .widget_nav_menu,
.dropdown.full-width .widget_recent_comments,
.dropdown.full-width .widget_recent_entries,
.dropdown.full-width .widget_archive,
.dropdown.full-width .widget_calendar,
.dropdown.full-width .widget_pages,
.dropdown.full-width .widget_meta,
.dropdown.full-width .widget_categories {
  padding: 30px 0 30px 35px !important;
}
.post-sharrre {
  line-height: 18px;
  right: 0;
  color: #949494;
  padding: 1px 0;
  float: right;
}
.post-sharrre .box {
  height: 18px;
}
.post-sharrre .box .left {
  text-align: right;
  display: inline-block;
  padding: 0 10px 0 6px;
  line-height: 18px;
  vertical-align: top;
  font-size: 13px;
}
.post-sharrre .box .right {
  text-align: right;
  display: inline-block;
  font-size: 18px;
}
.post-sharrre .box .right a {
  padding-right: 6px;
  color: #333333;
}
.post-sharrre .box .right a:hover {
  color: #007aff;
}
.product-share .meta-label {
  margin-right: 12px;
}
.product-share .post-sharrre {
  float: none;
  display: inline-block;
}
.product-share .post-sharrre .left {
  float: right;
}
.banner-728x90 {
  text-align: center;
  margin: 0 auto 30px auto;
}
.banner-728x90 .iframe-728x90 {
  width: 728px;
  height: 90px;
  overflow: hidden;
  border: none;
}
.banner-468x60 {
  text-align: center;
  margin: 0 auto 30px auto;
}
.banner-468x60 .iframe-468x60 {
  width: 468px;
  height: 60px;
  overflow: hidden;
  border: none;
}
.banner-250x250 {
  text-align: center;
  margin: 0 auto 30px auto;
}
.banner-250x250 .iframe-300x250 {
  width: 300px;
  height: 250px;
  overflow: hidden;
  border: none;
}
.search-results.blog-list .item h2 s,
.search-results.blog-list .item .intro s {
  color: #252525;
  background: #fff000;
  text-decoration: none;
}
.yith-ajaxsearchform-container label {
  display: none;
}
.yith-ajaxsearchform-container input[type=search] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  vertical-align: middle;
  float: left;
  background: #ffffff !important;
  width: 220px;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
  height: 40px;
}
.yith-ajaxsearchform-container input[type=search] textarea {
  height: 100%;
}
.yith-ajaxsearchform-container #yith-searchsubmit {
  font-family: FontAwesome;
  font-size: 16px;
  padding: 9px 13px 9px 13px;
  color: #007aff;
  font-weight: 400;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  float: left;
}
.yith-ajaxsearchform-container #yith-searchsubmit:hover {
  background: #007aff;
  color: #ffffff !important;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff -1px 0 0 inset;
}
.yith-ajaxsearchform-container #yith-searchsubmit:active {
  background: #0062cc;
  outline: 0;
  color: #ffffff !important;
  box-shadow: #0062cc 0 -1px 0 inset, #0062cc 0 1px 0 inset, #0062cc -1px 0 0 inset;
}
.yith-ajaxsearchform-container .autocomplete-suggestion {
  font-size: 14px;
}
.widget_search .search-content {
  overflow: hidden;
}
.widget_search .search-content input[type=search] {
  width: 208px;
}
.widget_search .search-content input[type=search]:focus {
  width: 208px;
}
.widget_search .search-content input[type=submit] {
  font-family: Fontawesome;
}
.error404 .blog-post {
  text-align: center;
  font-size: 18px;
  padding: 150px 0;
}
.welcome-message {
  margin: 40px auto 30px auto !important;
  display: table;
  background: url(@{themeurl}/theme/assets/images/welcome-message-bg-1.png) center center no-repeat;
}
.welcome-message .container {
  display: table-row;
}
.welcome-message .image {
  display: table-cell;
  width: 60%;
  text-align: center;
  vertical-align: middle;
  padding-left: 40px;
}
.welcome-message .image img {
  max-width: 100%;
  height: auto;
}
.welcome-message .text {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  padding-right: 40px;
}
.boxed {
  background: #ffffff;
}
.boxed .focus {
  width: 1240px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f5f5f5;
  border-left: none;
  border-right: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 100px;
}
.boxed .container-title .view-all {
  right: 0;
}
.boxed #parallax-bg-1 {
  width: 100%;
  height: 100%;
  position: fixed;
  background: 400px 0 repeat;
  opacity: 0.3;
}
.boxed #parallax-bg-2 {
  width: 100%;
  height: 100%;
  position: fixed;
  background: 400px 0 repeat;
  opacity: 0.1;
}
.boxed .affix,
.boxed .header {
  width: 1240px;
  box-sizing: border-box;
}
.boxed .products-grid .carousel-control.left {
  left: -55px;
}
.boxed .products-grid .carousel-control.right {
  right: -55px;
}
.boxed .carousel-control.left {
  left: -20px;
}
.boxed .carousel-control.right {
  right: -20px;
}
/*------------------------------------------------------------------
[Table of contents]

1. Forms
2. WooCommerce cart
3. WooCommerce checkout
4. WooCommerce account
5. WooCommerce item
6. Product meta - cats, tags and sku
7. WooCommerce wishlist
8. WooCommerce wishlist link
9. WooCommerce layout elements
10. WooCommerce quote
11. WooCommerce single item
12. Quickview
13. WooCommerce Prouduct Category Item
14. Product category
-------------------------------------------------------------------*/
input[type="number"] {
  position: relative;
  height: 40px;
  margin-right: -20px !important;
  float: none;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 38px;
  padding: 0 0 0 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  text-align: left !important;
  vertical-align: middle;
}
input[type="number"]:focus {
  outline: none;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  background: #007aff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 21px;
  height: 38px;
  opacity: 1;
  position: relative;
  top: 0;
  right: 0;
}
input[type="number"]::-webkit-inner-spin-button:hover,
input[type="number"]::-webkit-inner-spin-button:active {
  background: #0069db !important;
  opacity: 1;
}
input[type="number"]::-webkit-inner-spin-button:after {
  position: absolute;
  top: -8px;
  right: 4px;
  z-index: 100;
  content: "\f077";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button:before {
  position: absolute;
  bottom: -8px;
  right: 4px;
  z-index: 100;
  content: "\f078";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}
input[type="email"],
input[type="tel"] {
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 19px;
  padding: 10px 15px 11px 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
input[type="email"]:focus,
input[type="tel"]:focus {
  outline: none;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
.qty-buttons {
  width: 20px;
  height: 40px;
  background: #007aff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 100;
  color: #ffffff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qty-buttons span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  float: left;
  cursor: pointer;
  padding: 1px 0 0 0;
}
.qty-buttons span:hover {
  background: #0069db;
}
.qty-buttons span:active,
.qty-buttons span:focus {
  background: #0062cc;
  outline: 0;
}
.qty-buttons span:first-child {
  border-top-right-radius: 4px;
  box-shadow: #4da2ff 0 -1px 0 inset;
}
.qty-buttons span:last-child {
  border-bottom-right-radius: 4px;
}
body.woocommerce-cart .blog-post,
body.woocommerce-checkout .blog-post,
body.woocommerce-account .blog-post {
  margin-bottom: 0;
  padding-top: 0 !important;
}
body.woocommerce-cart .post-title,
body.woocommerce-checkout .post-title,
body.woocommerce-account .post-title {
  text-align: center;
  line-height: 30px;
  margin: 25px 0;
}
body.woocommerce-cart .post-title:before,
body.woocommerce-checkout .post-title:before,
body.woocommerce-account .post-title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 20px;
  left: 0;
  position: absolute;
}
body.woocommerce-cart .post-title a,
body.woocommerce-checkout .post-title a,
body.woocommerce-account .post-title a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-cart .post-title a:hover,
body.woocommerce-checkout .post-title a:hover,
body.woocommerce-account .post-title a:hover {
  color: #007aff;
}
body.woocommerce-cart .post-title a:active,
body.woocommerce-checkout .post-title a:active,
body.woocommerce-account .post-title a:active {
  color: #0062cc;
}
body.woocommerce-cart .container.blog,
body.woocommerce-checkout .container.blog,
body.woocommerce-account .container.blog {
  width: 100% !important;
}
body.woocommerce-cart .container.blog .container,
body.woocommerce-checkout .container.blog .container,
body.woocommerce-account .container.blog .container {
  width: 100% !important;
}
body.woocommerce-cart .container.blog .blog-post .social,
body.woocommerce-checkout .container.blog .blog-post .social,
body.woocommerce-account .container.blog .blog-post .social {
  display: none;
}
body.woocommerce-cart .woocommerce form,
body.woocommerce-checkout .woocommerce form,
body.woocommerce-account .woocommerce form {
  padding: 30px 0 25px 0;
  margin-top: -1px !important;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
}
body.woocommerce-cart .woocommerce .button,
body.woocommerce-checkout .woocommerce .button,
body.woocommerce-account .woocommerce .button {
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  color: #007aff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  font: 16px Raleway, sans-serif;
  vertical-align: middle;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
body.woocommerce-cart .woocommerce .button:hover,
body.woocommerce-checkout .woocommerce .button:hover,
body.woocommerce-account .woocommerce .button:hover {
  background: #007aff;
  color: #ffffff !important;
}
body.woocommerce-cart .woocommerce .button:active,
body.woocommerce-checkout .woocommerce .button:active,
body.woocommerce-account .woocommerce .button:active {
  background: #0062cc;
  outline: 0;
  color: #ffffff !important;
}
body.woocommerce-cart .woocommerce a.remove,
body.woocommerce-checkout .woocommerce a.remove,
body.woocommerce-account .woocommerce a.remove {
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  font: 16px Raleway, sans-serif;
  vertical-align: top;
  font-weight: 400;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #333333 !important;
}
body.woocommerce-cart .woocommerce a.remove:after,
body.woocommerce-checkout .woocommerce a.remove:after,
body.woocommerce-account .woocommerce a.remove:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 14px;
}
body.woocommerce-cart .woocommerce a.remove:hover,
body.woocommerce-checkout .woocommerce a.remove:hover,
body.woocommerce-account .woocommerce a.remove:hover {
  background: #007aff;
}
body.woocommerce-cart .woocommerce a.remove:hover:after,
body.woocommerce-checkout .woocommerce a.remove:hover:after,
body.woocommerce-account .woocommerce a.remove:hover:after {
  color: #ffffff;
}
body.woocommerce-cart .woocommerce .shop_table,
body.woocommerce-checkout .woocommerce .shop_table,
body.woocommerce-account .woocommerce .shop_table {
  width: 1110px;
  margin: 15px auto 0 auto;
  border: none;
}
body.woocommerce-cart .woocommerce .shop_table img,
body.woocommerce-checkout .woocommerce .shop_table img,
body.woocommerce-account .woocommerce .shop_table img {
  height: 40px !important;
  width: auto !important;
}
body.woocommerce-cart .woocommerce .shop_table th,
body.woocommerce-checkout .woocommerce .shop_table th,
body.woocommerce-account .woocommerce .shop_table th {
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  padding: 10px 0;
  position: relative;
}
body.woocommerce-cart .woocommerce .shop_table th:after,
body.woocommerce-checkout .woocommerce .shop_table th:after,
body.woocommerce-account .woocommerce .shop_table th:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: -2px;
  height: 1px;
  width: 10px;
  z-index: 100;
}
body.woocommerce-cart .woocommerce .shop_table th.product-subtotal,
body.woocommerce-checkout .woocommerce .shop_table th.product-subtotal,
body.woocommerce-account .woocommerce .shop_table th.product-subtotal {
  text-align: right;
}
body.woocommerce-cart .woocommerce .shop_table tfoot th,
body.woocommerce-checkout .woocommerce .shop_table tfoot th,
body.woocommerce-account .woocommerce .shop_table tfoot th,
body.woocommerce-cart .woocommerce .shop_table tbody th,
body.woocommerce-checkout .woocommerce .shop_table tbody th,
body.woocommerce-account .woocommerce .shop_table tbody th {
  border-top: 1px solid #dbdbdb;
}
body.woocommerce-cart .woocommerce .shop_table tr:last-child th:after,
body.woocommerce-checkout .woocommerce .shop_table tr:last-child th:after,
body.woocommerce-account .woocommerce .shop_table tr:last-child th:after {
  display: none;
}
body.woocommerce-cart .woocommerce .shop_table td,
body.woocommerce-checkout .woocommerce .shop_table td,
body.woocommerce-account .woocommerce .shop_table td {
  position: relative;
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce .shop_table td:after,
body.woocommerce-checkout .woocommerce .shop_table td:after,
body.woocommerce-account .woocommerce .shop_table td:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 10px;
  z-index: 100;
}
body.woocommerce-cart .woocommerce .shop_table td:last-child:after,
body.woocommerce-checkout .woocommerce .shop_table td:last-child:after,
body.woocommerce-account .woocommerce .shop_table td:last-child:after {
  display: none;
}
body.woocommerce-cart .woocommerce .shop_table td.product-subtotal,
body.woocommerce-checkout .woocommerce .shop_table td.product-subtotal,
body.woocommerce-account .woocommerce .shop_table td.product-subtotal {
  text-align: right;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce .shop_table td.product-thumbnail,
body.woocommerce-checkout .woocommerce .shop_table td.product-thumbnail,
body.woocommerce-account .woocommerce .shop_table td.product-thumbnail {
  width: 70px;
}
body.woocommerce-cart .woocommerce .shop_table td.actions,
body.woocommerce-checkout .woocommerce .shop_table td.actions,
body.woocommerce-account .woocommerce .shop_table td.actions {
  padding: 40px 0 20px 0;
  text-align: left;
  position: relative;
}
body.woocommerce-cart .woocommerce .shop_table td.actions .coupon,
body.woocommerce-checkout .woocommerce .shop_table td.actions .coupon,
body.woocommerce-account .woocommerce .shop_table td.actions .coupon {
  position: absolute;
  right: 0;
}
body.woocommerce-cart .woocommerce .shop_table td.actions .coupon .input-text,
body.woocommerce-checkout .woocommerce .shop_table td.actions .coupon .input-text,
body.woocommerce-account .woocommerce .shop_table td.actions .coupon .input-text {
  width: 200px;
  float: none;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 19px;
  padding: 10px 15px 11px 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin: 0 -10px 0 0;
}
body.woocommerce-cart .woocommerce .shop_table td.actions .coupon .input-text:focus,
body.woocommerce-checkout .woocommerce .shop_table td.actions .coupon .input-text:focus,
body.woocommerce-account .woocommerce .shop_table td.actions .coupon .input-text:focus {
  outline: none;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
body.woocommerce-cart .woocommerce .shop_table td.actions .coupon .button,
body.woocommerce-checkout .woocommerce .shop_table td.actions .coupon .button,
body.woocommerce-account .woocommerce .shop_table td.actions .coupon .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals,
body.woocommerce-checkout .woocommerce .cart-collaterals,
body.woocommerce-account .woocommerce .cart-collaterals {
  padding: 0;
  position: relative;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals > h2,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals > h2 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2 span,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals > h2 span,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals > h2 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals > h2:before,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals > h2:before,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals > h2:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals table,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals table {
  width: 1170px;
  margin: 0 auto;
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  padding: 0;
  position: relative;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table:after,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals table:after,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals table:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 10px;
  z-index: 100;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals table td,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals table td {
  width: 50%;
  border: none;
  text-align: left;
  padding: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals table th,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals table th {
  width: 50%;
  text-align: right;
  border: none;
  padding: 0 25px 0 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .amount,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .amount,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .amount {
  font-size: 26px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping {
  font-size: 26px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping th,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping th,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping th {
  font-size: 13px;
  padding-top: 12px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping select,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping select,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping select {
  font-size: 13px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping form,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping form,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping form {
  padding: 0;
  margin-bottom: 20px;
  background: none;
  border: none;
  line-height: 20px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping p,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping p,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping p {
  margin: 0 0 10px 0;
  padding: 0;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button {
  font-size: 13px;
  color: #007aff;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button:after,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button:after,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button:after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 5px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button:hover,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button:hover,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-button:hover {
  color: #333333;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-form .input-text,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-form .input-text,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .shipping .shipping-calculator-form .input-text {
  width: 220px;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total strong,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .order-total strong,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .order-total strong {
  font-weight: 900;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .order-total strong .amount,
body.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals .order-total strong .amount,
body.woocommerce-account .woocommerce .cart-collaterals .cart_totals .order-total strong .amount {
  font-size: 30px;
}
body.woocommerce-cart .woocommerce .qty,
body.woocommerce-checkout .woocommerce .qty,
body.woocommerce-account .woocommerce .qty {
  width: 65px;
  float: none;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 38px;
  padding: 1px 1px 1px 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin: 0 -10px 0 0;
  text-align: left;
  -webkit-appearance: none;
}
body.woocommerce-cart .woocommerce .qty:focus,
body.woocommerce-checkout .woocommerce .qty:focus,
body.woocommerce-account .woocommerce .qty:focus {
  outline: none;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout,
body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout,
body.woocommerce-account .woocommerce .wc-proceed-to-checkout {
  text-align: center;
  padding: 30px 0 0 0;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button,
body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout .button,
body.woocommerce-account .woocommerce .wc-proceed-to-checkout .button {
  display: inline-block;
  padding: 10px 15px 11px 15px !important;
  margin: 0 !important;
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button:hover,
body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout .button:hover,
body.woocommerce-account .woocommerce .wc-proceed-to-checkout .button:hover,
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button:focus,
body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout .button:focus,
body.woocommerce-account .woocommerce .wc-proceed-to-checkout .button:focus {
  color: #ffffff !important;
  background: #0069db !important;
}
body.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button:active,
body.woocommerce-checkout .woocommerce .wc-proceed-to-checkout .button:active,
body.woocommerce-account .woocommerce .wc-proceed-to-checkout .button:active {
  color: #ffffff;
  background: #0062cc;
}
body.woocommerce-cart .woocommerce .woocommerce-info,
body.woocommerce-checkout .woocommerce .woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-info {
  background: none;
  border: none;
  color: #007aff;
  text-align: center;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
}
body.woocommerce-cart .woocommerce .woocommerce-info a,
body.woocommerce-checkout .woocommerce .woocommerce-info a,
body.woocommerce-account .woocommerce .woocommerce-info a {
  color: #007aff;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce .woocommerce-info a:hover,
body.woocommerce-checkout .woocommerce .woocommerce-info a:hover,
body.woocommerce-account .woocommerce .woocommerce-info a:hover {
  text-decoration: underline;
}
body.woocommerce-cart .woocommerce .woocommerce-info a:after,
body.woocommerce-checkout .woocommerce .woocommerce-info a:after,
body.woocommerce-account .woocommerce .woocommerce-info a:after {
  content: "\f078";
  font-family: FontAwesome;
  margin: 0 0 0 6px;
  font-size: 13px;
  position: absolute;
}
body.woocommerce-cart .woocommerce .woocommerce-info:before,
body.woocommerce-checkout .woocommerce .woocommerce-info:before,
body.woocommerce-account .woocommerce .woocommerce-info:before {
  display: none;
}
body.woocommerce-cart .woocommerce .cart-empty,
body.woocommerce-checkout .woocommerce .cart-empty,
body.woocommerce-account .woocommerce .cart-empty {
  width: 100%;
  text-align: center;
}
body.woocommerce-cart .woocommerce .return-to-shop,
body.woocommerce-checkout .woocommerce .return-to-shop,
body.woocommerce-account .woocommerce .return-to-shop {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
body.woocommerce-cart .woocommerce form.checkout .col2-set,
body.woocommerce-checkout .woocommerce form.checkout .col2-set,
body.woocommerce-account .woocommerce form.checkout .col2-set {
  width: 1170px;
  margin: 0 auto;
}
body.woocommerce-cart #shipping_method li,
body.woocommerce-checkout #shipping_method li,
body.woocommerce-account #shipping_method li {
  text-indent: 0 !important;
}
body.woocommerce-cart .wc-cart-shipping-notice,
body.woocommerce-checkout .wc-cart-shipping-notice,
body.woocommerce-account .wc-cart-shipping-notice {
  text-align: center;
  padding: 0 50px;
  margin-bottom: 0;
}
body.woocommerce-checkout-thankyou .woocommerce > p {
  width: 1170px;
  margin: 0 auto 30px auto;
  text-align: center;
}
body.woocommerce-checkout-thankyou .woocommerce > p:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #00a71c;
}
body.woocommerce-checkout-thankyou .woocommerce > h3 {
  text-align: center;
  font-size: 26px;
  line-height: 20px;
}
body.woocommerce-checkout-thankyou .woocommerce .order_details .order_item td {
  border-top: 1px solid #cfcfb1;
}
body.woocommerce-checkout-thankyou .woocommerce .order_details tfoot th,
body.woocommerce-checkout-thankyou .woocommerce .order_details tfoot td {
  border-top: 1px solid #cfcfb1;
}
body.woocommerce-checkout-thankyou .woocommerce .customer_details th,
body.woocommerce-checkout-thankyou .woocommerce .customer_details td {
  border-top: 1px solid #cfcfb1;
}
body.woocommerce-cart .container.blog .container .cross-sells {
  width: 100%;
  float: none;
}
body.woocommerce-cart .container.blog .container .cross-sells .container {
  width: 1170px !important;
}
body.woocommerce-cart .container.blog .container .cross-sells > h2 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-cart .container.blog .container .cross-sells > h2 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-cart .container.blog .container .cross-sells > h2:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-checkout form.login,
body.woocommerce-checkout form.register {
  margin-top: -10px !important;
}
body.woocommerce-checkout form.login p:first-child,
body.woocommerce-checkout form.register p:first-child {
  font-size: 13px;
  width: 400px;
  text-align: center;
  margin: 0 auto 15px auto;
}
body.woocommerce-checkout form.checkout_coupon {
  margin-top: -10px !important;
  margin-bottom: 30px !important;
}
body.woocommerce-checkout form.checkout_coupon .form-row-last {
  margin: 0 auto;
  text-align: center;
}
.woocommerce .woocommerce-error {
  background: #f40034;
  border: none;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding: 25px 0 !important;
  margin: 0 0 30px 0 !important;
}
.woocommerce .woocommerce-error a {
  color: #ffffff;
  font-weight: 700;
}
.woocommerce .woocommerce-error a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-error:before {
  display: none;
}
.woocommerce .woocommerce-error li:before {
  display: none;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3 {
  width: 100%;
  text-align: left;
  margin: 0 0 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  background: #ffffff;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
.woocommerce-shipping-fields h3 label,
.woocommerce-billing-fields h3 label {
  padding: 0 35px 0 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #949494;
  background: #ffffff;
  z-index: 20;
  display: inline-block;
}
.woocommerce-shipping-fields h3 input,
.woocommerce-billing-fields h3 input {
  width: 13px;
  height: 13px;
  float: left;
  margin: 9px 10px 0 0;
  z-index: 20;
  position: relative;
}
.woocommerce-shipping-fields h3 input:after,
.woocommerce-billing-fields h3 input:after {
  content: "";
  background: #ffffff;
  width: 11px;
  height: 10px;
  position: absolute;
  left: 12px;
  z-index: 20;
}
.woocommerce-shipping-fields h3 span,
.woocommerce-billing-fields h3 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #ffffff;
  padding-right: 35px;
  z-index: 10;
}
.woocommerce-shipping-fields h3:before,
.woocommerce-billing-fields h3:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.woocommerce-shipping-fields .form-row,
.woocommerce-billing-fields .form-row {
  width: 100%;
  margin-bottom: 10px !important;
}
.woocommerce-shipping-fields .form-row label,
.woocommerce-billing-fields .form-row label {
  font-size: 13px;
  margin-bottom: 3px;
}
.woocommerce-shipping-fields .form-row #billing_country_field,
.woocommerce-billing-fields .form-row #billing_country_field {
  width: 100%;
}
.woocommerce-shipping-fields .form-row.create-account label,
.woocommerce-billing-fields .form-row.create-account label {
  padding: 0;
}
.woocommerce-shipping-fields .create-account p,
.woocommerce-billing-fields .create-account p {
  margin: 0 0 15px 0;
}
#order_review_heading {
  width: 1170px;
  text-align: left;
  margin: 25px auto;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  background: #ffffff;
  position: relative;
  z-index: 10;
  display: block;
  color: #949494;
}
#order_review_heading label {
  padding: 0 35px 0 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  color: #949494;
  background: #ffffff;
  z-index: 20;
  display: inline-block;
}
#order_review_heading span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #ffffff;
  padding-right: 35px;
  z-index: 10;
}
#order_review_heading:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 49%;
}
.woocommerce form .form-row textarea {
  height: 116px;
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 19px;
  padding: 10px 15px 11px 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.woocommerce form .form-row textarea:focus {
  outline: none;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
.woocommerce form .form-row input[type="password"] {
  background: #ffffff;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  border: none;
  border-radius: 5px;
  font: 16px Raleway, sans-serif;
  line-height: 19px;
  padding: 10px 15px 11px 15px;
  color: #333333;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.woocommerce form .form-row input[type="password"]:focus {
  outline: none;
  box-shadow: #007aff 0 -1px 0 inset, #007aff 0 1px 0 inset, #007aff 1px 0 0 inset, #007aff -1px 0 0 inset;
}
.woocommerce-invalid input,
.woocommerce-invalid-required-field input {
  border: none;
  box-shadow: #f40034 0 -1px 0 inset, #f40034 0 1px 0 inset, #f40034 1px 0 0 inset, #f40034 -1px 0 0 inset !important;
}
.woocommerce-invalid input:focus,
.woocommerce-invalid-required-field input:focus {
  box-shadow: #f40034 0 -1px 0 inset, #f40034 0 1px 0 inset, #f40034 1px 0 0 inset, #f40034 -1px 0 0 inset !important;
}
.select2-container {
  line-height: 40px !important;
  height: 40px !important;
}
.select2-container .select2-choice {
  padding-left: 15px !important;
  border: 1px solid #dbdbdb;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border-color: #007aff;
}
.select2-search {
  padding: 5px 30px 15px 15px !important;
}
.select2-search input {
  height: 40px !important;
}
.select2-results {
  background: none !important;
}
.select2-results li {
  padding: 0 0 0 5px;
}
.select2-results li:before {
  display: none !important;
}
.select2-highlighted {
  background: none !important;
  color: #007aff;
}
.select2-drop-active {
  border-color: #007aff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.woocommerce-checkout-payment {
  width: 100%;
  margin: 0 0 -6px 0;
  padding: 0;
  background: #f2f2be !important;
  box-shadow: rgba(0, 0, 0, 0.14) 0 1px 0 inset;
  border-radius: 0 !important;
}
.woocommerce-checkout-payment li {
  padding: 0;
}
.woocommerce-checkout-payment li:before {
  display: none !important;
}
.woocommerce-checkout-payment .payment_methods {
  padding: 20px 30px 20px 30px !important;
  border-bottom: 1px solid #cfcfb1 !important;
}
.woocommerce-checkout-payment .payment_methods li {
  margin-bottom: 10px !important;
  list-style: none;
}
.woocommerce-checkout-payment .payment_methods .about_paypal {
  color: #007aff;
  margin-left: 15px;
  font-weight: 700 !important;
}
.woocommerce-checkout-payment .payment_methods label {
  font-weight: 900;
}
.woocommerce-checkout-payment .payment_methods input {
  margin-right: 10px !important;
}
.woocommerce-checkout-payment .payment_box {
  width: 100% !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  border-radius: 4px !important;
  background: #dfdcaf !important;
}
.woocommerce-checkout-payment .payment_box:after {
  border: 8px solid #dfdcaf !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-checkout-payment .place-order {
  text-align: center;
  padding: 25px 0 !important;
}
body.woocommerce-cart .woocommerce .button .button,
body.woocommerce-checkout .woocommerce .button {
  display: inline-block;
  padding: 10px 15px 11px 15px !important;
  margin: 0 !important;
  font: 16px Raleway, sans-serif;
  font-weight: 700;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  float: none !important;
}
body.woocommerce-cart .woocommerce .button .button:hover,
body.woocommerce-checkout .woocommerce .button:hover,
body.woocommerce-cart .woocommerce .button .button:focus,
body.woocommerce-checkout .woocommerce .button:focus {
  color: #ffffff !important;
  background: #0069db !important;
}
body.woocommerce-cart .woocommerce .button .button:active,
body.woocommerce-checkout .woocommerce .button:active {
  color: #ffffff;
  background: #0062cc;
}
body.woocommerce-cart .woocommerce .button h2,
body.woocommerce-checkout .woocommerce h2 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-cart .woocommerce .button h2 span,
body.woocommerce-checkout .woocommerce h2 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-cart .woocommerce .button h2:before,
body.woocommerce-checkout .woocommerce h2:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.woocommerce-checkout-review-order {
  width: 1170px;
  margin: 0 auto 20px auto;
  background: #ffffdb;
  padding: 0;
  border: 1px #cfcfb1 solid;
  border-radius: 5px;
}
.woocommerce-checkout-review-order td {
  border-top: 1px solid #cfcfb1 !important;
}
.woocommerce-checkout-review-order tfoot th {
  border-top: 1px solid #cfcfb1 !important;
}
.order-info {
  width: 1170px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.order-info mark {
  font-weight: 700;
  border: 1px #cfcfb1 solid !important;
  padding: 5px 7px;
  border-radius: 4px;
}
.order_details {
  width: 1170px !important;
  margin: 0 auto 20px auto !important;
  background: #ffffdb;
  padding: 20px 35px !important;
  border: 1px #cfcfb1 solid !important;
  border-radius: 5px;
  text-align: center;
}
.order_details li {
  float: none !important;
  display: inline-block !important;
}
.order_details li:before {
  display: none;
}
.customer_details {
  width: 1170px !important;
  margin: 0 auto 40px auto !important;
  background: #ffffdb;
  padding: 20px 35px;
  border: 1px #cfcfb1 solid !important;
  border-radius: 5px;
}
.customer_details tbody tr:first-child th {
  border-top: 0 !important;
}
.customer_details tbody tr th {
  border-top: 1px solid #cfcfb1 !important;
}
body.woocommerce-account .woocommerce > h2,
body.woocommerce-account .woocommerce header h2 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-account .woocommerce > h2 span,
body.woocommerce-account .woocommerce header h2 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-account .woocommerce > h2:before,
body.woocommerce-account .woocommerce header h2:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-account .woocommerce #customer_login .col-1,
body.woocommerce-account .woocommerce #customer_login .col-2 {
  width: 100%;
  float: none;
}
body.woocommerce-account .woocommerce #customer_login .col-1 > h2,
body.woocommerce-account .woocommerce #customer_login .col-2 > h2 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-account .woocommerce #customer_login .col-1 > h2 span,
body.woocommerce-account .woocommerce #customer_login .col-2 > h2 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-account .woocommerce #customer_login .col-1 > h2:before,
body.woocommerce-account .woocommerce #customer_login .col-2 > h2:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-account .woocommerce .my_account_orders tr td:after {
  background: #f5f5f5;
}
body.woocommerce-account .legend {
  display: none;
}
body.woocommerce-account .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
  margin-top: -25px !important;
}
body.woocommerce-account form.login,
body.woocommerce-checkout form.login,
body.woocommerce-account form.register,
body.woocommerce-checkout form.register,
body.woocommerce-account form.checkout_coupon,
body.woocommerce-checkout form.checkout_coupon {
  border-radius: 5px;
  background: #e8e8e8;
  box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 0 inset;
  width: 1170px;
  margin: 0 auto 20px auto;
  border: none;
}
body.woocommerce-account form.login .button,
body.woocommerce-checkout form.login .button,
body.woocommerce-account form.register .button,
body.woocommerce-checkout form.register .button,
body.woocommerce-account form.checkout_coupon .button,
body.woocommerce-checkout form.checkout_coupon .button {
  display: inline-block;
  padding: 10px 15px 11px 15px !important;
  margin: 0 !important;
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  float: none !important;
}
body.woocommerce-account form.login .button:hover,
body.woocommerce-checkout form.login .button:hover,
body.woocommerce-account form.register .button:hover,
body.woocommerce-checkout form.register .button:hover,
body.woocommerce-account form.checkout_coupon .button:hover,
body.woocommerce-checkout form.checkout_coupon .button:hover,
body.woocommerce-account form.login .button:focus,
body.woocommerce-checkout form.login .button:focus,
body.woocommerce-account form.register .button:focus,
body.woocommerce-checkout form.register .button:focus,
body.woocommerce-account form.checkout_coupon .button:focus,
body.woocommerce-checkout form.checkout_coupon .button:focus {
  color: #ffffff !important;
  background: #0069db !important;
}
body.woocommerce-account form.login .button:active,
body.woocommerce-checkout form.login .button:active,
body.woocommerce-account form.register .button:active,
body.woocommerce-checkout form.register .button:active,
body.woocommerce-account form.checkout_coupon .button:active,
body.woocommerce-checkout form.checkout_coupon .button:active {
  color: #ffffff;
  background: #0062cc;
}
body.woocommerce-account form.login .form-row,
body.woocommerce-checkout form.login .form-row,
body.woocommerce-account form.register .form-row,
body.woocommerce-checkout form.register .form-row,
body.woocommerce-account form.checkout_coupon .form-row,
body.woocommerce-checkout form.checkout_coupon .form-row {
  width: 400px;
  margin: 0 auto 10px auto;
  padding: 0;
  float: none !important;
}
body.woocommerce-account form.login .form-row label,
body.woocommerce-checkout form.login .form-row label,
body.woocommerce-account form.register .form-row label,
body.woocommerce-checkout form.register .form-row label,
body.woocommerce-account form.checkout_coupon .form-row label,
body.woocommerce-checkout form.checkout_coupon .form-row label {
  font-size: 13px;
}
body.woocommerce-account form.login .form-row #rememberme,
body.woocommerce-checkout form.login .form-row #rememberme,
body.woocommerce-account form.register .form-row #rememberme,
body.woocommerce-checkout form.register .form-row #rememberme,
body.woocommerce-account form.checkout_coupon .form-row #rememberme,
body.woocommerce-checkout form.checkout_coupon .form-row #rememberme {
  margin: 0 3px 0 10px;
  vertical-align: middle;
}
body.woocommerce-account form.login .lost_password,
body.woocommerce-checkout form.login .lost_password,
body.woocommerce-account form.register .lost_password,
body.woocommerce-checkout form.register .lost_password,
body.woocommerce-account form.checkout_coupon .lost_password,
body.woocommerce-checkout form.checkout_coupon .lost_password {
  width: 400px !important;
  margin: -43px auto 15px auto !important;
  text-align: right !important;
  padding: 0 !important;
}
body.woocommerce-account form.login .lost_password a,
body.woocommerce-checkout form.login .lost_password a,
body.woocommerce-account form.register .lost_password a,
body.woocommerce-checkout form.register .lost_password a,
body.woocommerce-account form.checkout_coupon .lost_password a,
body.woocommerce-checkout form.checkout_coupon .lost_password a {
  font-size: 13px;
  color: #007aff;
  font-weight: 700;
}
body.woocommerce-account form.login .lost_password a:hover,
body.woocommerce-checkout form.login .lost_password a:hover,
body.woocommerce-account form.register .lost_password a:hover,
body.woocommerce-checkout form.register .lost_password a:hover,
body.woocommerce-account form.checkout_coupon .lost_password a:hover,
body.woocommerce-checkout form.checkout_coupon .lost_password a:hover {
  text-decoration: underline;
}
body.woocommerce-account .woocommerce input[type="email"] {
  width: 100%;
}
body.woocommerce-account .woocommerce .form-row-wide {
  width: 49%;
}
body.woocommerce-account .woocommerce .form-row-wide:last-child {
  padding: 0 !important;
  text-align: left;
  width: 49% !important;
}
body.woocommerce-account .woocommerce form {
  width: 1170px;
  margin: 0 auto;
  border-radius: 5px;
  background: #e8e8e8 !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 0 inset;
  margin: 0 auto 20px auto;
  border: none !important;
  padding: 25px 100px 20px 100px !important;
}
body.woocommerce-account .woocommerce form h3 {
  float: none;
  display: block;
  font-size: 26px;
  text-align: center;
  width: 100%;
}
body.woocommerce-account .woocommerce form label {
  font-size: 13px;
}
body.woocommerce-account .woocommerce form .address-field {
  margin: 0 0 10px 0;
}
body.woocommerce-account .woocommerce form p .button {
  display: inline-block;
  padding: 10px 15px 11px 15px !important;
  margin: 0 !important;
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  float: none !important;
}
body.woocommerce-account .woocommerce form p .button:hover,
body.woocommerce-account .woocommerce form p .button:focus {
  color: #ffffff !important;
  background: #0069db !important;
}
body.woocommerce-account .woocommerce form p .button:active {
  color: #ffffff;
  background: #0062cc;
}
body.woocommerce-account .woocommerce form p:last-child {
  text-align: center;
  padding-top: 30px;
  width: 100%;
}
body.woocommerce-account .woocommerce legend {
  width: 100%;
  text-align: center;
  padding: 25px 35px;
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-account .woocommerce legend span {
  display: inline-block;
  font-size: 26px;
  font-weight: 200;
  color: #949494;
  position: relative;
  background: #e8e8e8;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-account .woocommerce legend:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #dbdbdb;
  top: 40px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-account .myaccount_user {
  width: 1170px;
  margin: 0 auto;
  line-height: 28px !important;
  text-align: center;
  margin-bottom: 30px;
}
body.woocommerce-account .myaccount_user a {
  font-weight: 700;
  color: #007aff;
}
body.woocommerce-account .myaccount_user a:hover {
  text-decoration: underline;
}
body.woocommerce-account .myaccount_address {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.addresses {
  width: 1170px !important;
  margin: 0 auto !important;
}
.addresses .address,
.addresses .col-1,
.addresses .col-2 {
  border-radius: 5px;
  background: #e8e8e8;
  box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 0 inset;
  margin: 0 auto 20px auto;
  border: none;
}
.addresses .address header,
.addresses .col-1 header,
.addresses .col-2 header {
  padding: 25px 0 0 0;
}
.addresses .address address,
.addresses .col-1 address,
.addresses .col-2 address {
  padding: 25px 25px 20px 25px;
  text-align: center;
  line-height: 28px;
}
.addresses .address .title,
.addresses .col-1 .title,
.addresses .col-2 .title {
  text-align: center;
}
.addresses .address .title h3,
.addresses .col-1 .title h3,
.addresses .col-2 .title h3 {
  float: none;
  display: inline;
  font-size: 26px;
}
.addresses .address .title .edit,
.addresses .col-1 .title .edit,
.addresses .col-2 .title .edit {
  float: none;
  font-size: 13px;
  font-weight: 700;
  color: #007aff;
  margin-left: 10px;
}
.addresses .address .title .edit:hover,
.addresses .col-1 .title .edit:hover,
.addresses .col-2 .title .edit:hover {
  text-decoration: underline;
}
.addresses .address:first-child h3:before,
.addresses .col-1:first-child h3:before,
.addresses .col-2:first-child h3:before {
  content: "\f15c";
  font-family: FontAwesome;
  margin-right: 12px;
  font-size: 24px;
  vertical-align: top;
}
.addresses .address:last-child h3:before,
.addresses .col-1:last-child h3:before,
.addresses .col-2:last-child h3:before {
  content: "\f0d1";
  font-family: FontAwesome;
  margin-right: 12px;
  font-size: 24px;
  vertical-align: top;
}
body.single-product .details-col-wrapper .more .links a:after {
  display: none;
}
body.single-product .details-col-wrapper .yith-wcwl-add-to-wishlist {
  margin: 0;
}
body.single-product .details-col-wrapper .yith-wcwl-add-to-wishlist a:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 5px 0 0;
}
body.single-product .details-col-wrapper .yith-wcwl-add-to-wishlist a:after {
  margin: 0 0 0 12px !important;
}
body.single-product .details-col-wrapper .yith-wcwl-wishlistexistsbrowse .feedback,
body.single-product .details-col-wrapper .yith-wcwl-wishlistaddedbrowse .feedback {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 70px;
  font-size: 10px;
  text-align: right;
  font-weight: 700;
  line-height: 12px;
  color: #007aff;
  display: none;
}
body.single-product .details-col-wrapper .yith-wcwl-wishlistexistsbrowse:after,
body.single-product .details-col-wrapper .yith-wcwl-wishlistaddedbrowse:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: relative;
  margin: 0 12px 0 0;
  color: #949494;
}
body.single-product .details-col-wrapper .yith-wcwl-add-button {
  padding: 0 !important;
}
body.single-product .details-col-wrapper .yith-wcwl-add-button:before {
  display: none;
  margin: 0;
}
body.single-product .details-col-wrapper .yith-wcwl-add-button img {
  display: none !important;
}
body.single-product .details-col-wrapper .yith-wcwl-add-button:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: relative;
  margin: 0 12px 0 0;
  color: #949494;
}
body.single-product .details-col-wrapper .price s {
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
}
body.single-product .details-col-wrapper .quantity {
  margin-right: 10px !important;
}
body.single-product .details-col-wrapper .quantity input {
  width: 65px;
}
body.single-product .details-col-wrapper .stock {
  float: right;
  font-size: 13px !important;
  color: #333333;
  margin: 9px 0 0 0 !important;
}
body.single-product .details-col-wrapper .stock.out-of-stock {
  font-weight: 700;
  color: #007aff;
  font-size: 16px !important;
}
body.single-product .details-col-wrapper .in-stock:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 8px;
}
body.single-product .details-col-wrapper .variations {
  padding-bottom: 0;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dbdbdb !important;
  margin-bottom: 0 !important;
}
body.single-product .details-col-wrapper .variations .row:first-child {
  margin: 0;
}
body.single-product .details-col-wrapper .variations .reset_variations {
  font-weight: 700;
  color: #007aff;
  margin-left: 15px;
}
body.single-product .details-col-wrapper .variations .reset_variations:before {
  content: "\f00d";
  font-family: FontAwesome;
  margin-right: 8px;
}
body.single-product .details-col-wrapper .variations .reset_variations:hover,
body.single-product .details-col-wrapper .variations .reset_variations:focus {
  color: #0069db;
}
body.single-product .details-col-wrapper .variations .reset_variations:active {
  color: #0062cc;
}
body.single-product .details-col-wrapper .variations select {
  visibility: hidden;
}
body.single-product .details-col-wrapper .single_variation del {
  opacity: 1 !important;
  display: inline !important;
  font-weight: 200;
  margin-left: 15px;
}
body.single-product .details-col-wrapper .single_variation del span {
  color: #333333;
}
body.single-product .details-col-wrapper .single_variation ins {
  float: left;
  text-decoration: none;
}
body.single-product .details-col-wrapper .variations_button {
  margin-top: 30px;
}
body.single-product .details-col-wrapper .single_variation_wrap {
  margin-top: 35px;
}
body.single-product .details-col-wrapper .single_variation_wrap .variations_button {
  margin-bottom: 0;
}
body.single-product .details-col-wrapper .reviews {
  position: relative;
}
body.single-product .details-col-wrapper .small-image-sharrre {
  position: absolute;
  top: 0;
  right: 0;
}
body.single-product .add-request-quote-button {
  background: none;
  font-size: 13px;
  color: #007aff;
  font-weight: 700;
  margin: 13px 0 0 0;
  padding: 0;
}
body.single-product .add-request-quote-button:hover {
  background: none;
  color: #0062cc;
}
body.single-product .add-request-quote-button:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 8px;
}
body.single-product .yith_ywraq_add_item_response_message {
  float: left;
  margin: 4px 0 0 17px;
  font-size: 11px;
  line-height: 1 1px;
  width: 90px;
  text-align: center;
  display: none;
}
body.single-product .yith_ywraq_add_item_browse_message {
  float: left;
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: 700;
}
body.single-product .yith_ywraq_add_item_browse_message a {
  color: #007aff;
}
body.single-product .yith_ywraq_add_item_browse_message a:hover {
  background: none;
  color: #0062cc;
}
body.single-product .yith_ywraq_add_item_browse_message a:before {
  content: "\f15c";
  font-family: FontAwesome;
  font-weight: 400;
  margin-right: 8px;
}
body.single-product .yith-ywraq-add-button img {
  display: none !important;
}
body.single-product .woocommerce-noreviews {
  text-align: center;
}
.product_meta {
  padding: 30px 0 0 0;
  margin-top: 30px !important;
  border-top: #dbdbdb 1px solid !important;
  font-weight: 700;
  position: relative;
}
.product_meta .meta-label {
  width: 120px;
  display: inline-block;
}
.product_meta .posted_in,
.product_meta .tagged_as,
.product_meta .sku_wrapper {
  width: 100%;
  display: block;
}
.product_meta .posted_in a,
.product_meta .tagged_as a,
.product_meta .sku_wrapper a {
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 8px;
  font-weight: 700;
  margin: 0 10px 10px 0;
}
.product_meta .posted_in a.active,
.product_meta .tagged_as a.active,
.product_meta .sku_wrapper a.active,
.product_meta .posted_in a:hover,
.product_meta .tagged_as a:hover,
.product_meta .sku_wrapper a:hover {
  background: #007aff;
  color: #ffffff;
  box-shadow: none;
}
.product_meta .posted_in span,
.product_meta .tagged_as span,
.product_meta .sku_wrapper span {
  margin-right: 8px;
}
.product_meta .sku {
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 8px;
  font-weight: 700;
  margin: 0 10px 10px 0;
}
.product_meta .sku.active,
.product_meta .sku:hover {
  background: #007aff;
  color: #ffffff;
  box-shadow: none;
}
body.woocommerce-wishlist #yith-wcwl-form {
  padding: 20px 0 25px 0;
  margin-top: -1px !important;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
}
body.woocommerce-wishlist .container.blog {
  width: 100% !important;
}
body.woocommerce-wishlist .container.blog .container {
  width: 100% !important;
}
body.woocommerce-wishlist .container.blog .blog-post {
  margin-bottom: 0;
  padding-top: 0 !important;
}
body.woocommerce-wishlist .container.blog .blog-post .legend {
  display: none;
}
body.woocommerce-wishlist .post-title {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 35px;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-wishlist .post-title a {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-wishlist .post-title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-wishlist .wishlist-title {
  width: 100%;
}
body.woocommerce-wishlist .wishlist-title h2 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 35px;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-wishlist .wishlist-title h2 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #ffffff;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-wishlist .wishlist-title h2:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-wishlist .wishlist_table {
  width: 1110px;
  margin: 0 auto 0 auto;
  border: none;
}
body.woocommerce-wishlist .wishlist_table th {
  border-top: none !important;
}
body.woocommerce-wishlist .wishlist_table th.product-price,
body.woocommerce-wishlist .wishlist_table th.product-stock-stauts {
  text-align: center;
}
body.woocommerce-wishlist .wishlist_table td {
  position: relative;
  border-top: 1px solid #dbdbdb !important;
  font-weight: 700;
}
body.woocommerce-wishlist .wishlist_table td:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 10px;
  z-index: 100;
}
body.woocommerce-wishlist .wishlist_table td img {
  height: 40px !important;
  width: auto !important;
}
body.woocommerce-wishlist .wishlist_table .product-remove {
  width: 8%;
  text-align: left;
}
body.woocommerce-wishlist .wishlist_table .product-remove a {
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  font: 16px Raleway, sans-serif;
  vertical-align: top;
  font-weight: 400;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #333333 !important;
}
body.woocommerce-wishlist .wishlist_table .product-remove a:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 14px;
}
body.woocommerce-wishlist .wishlist_table .product-remove a:hover {
  background: #007aff;
}
body.woocommerce-wishlist .wishlist_table .product-remove a:hover:after {
  color: #ffffff;
}
body.woocommerce-wishlist .wishlist_table .product-price s {
  padding-left: 5px;
}
body.woocommerce-wishlist .wishlist_table h4 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.woocommerce-wishlist .wishlist_table h4 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #ffffff;
  padding: 0 35px;
  z-index: 10;
}
body.woocommerce-wishlist .wishlist_table h4:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.woocommerce-wishlist .wishlist_table tfoot td {
  padding: 20px 0 0 0;
  border-top: 1px solid #dbdbdb;
}
body.woocommerce-wishlist .wishlist_table .yith-wcwl-share ul {
  margin: 0;
  text-align: center;
}
body.woocommerce-wishlist .wishlist_table .yith-wcwl-share li {
  padding: 0 5px;
}
body.woocommerce-wishlist .wishlist_table .yith-wcwl-share li:before {
  display: none;
}
#yith-wcwl-popup-message {
  display: none !important;
}
.container-woocommerce .woocommerce-info {
  background: #007aff;
  border: none;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  padding: 25px 0 !important;
  margin: 0 0 30px 0 !important;
}
.container-woocommerce .woocommerce-info a {
  color: #ffffff;
  font-weight: 700;
}
.container-woocommerce .woocommerce-info a:hover {
  text-decoration: underline;
}
.container-woocommerce .woocommerce-info:before {
  display: none;
}
.container-woocommerce .woocommerce-info li:before {
  display: none;
}
body.page .blog-post {
  padding-top: 30px;
}
.woocommerce-message {
  background: #00a71c !important;
  border: none !important;
  color: #ffffff !important;
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}
.woocommerce-message a {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.woocommerce-message a:hover {
  text-decoration: underline !important;
}
.woocommerce-message:before {
  display: none !important;
}
.woocommerce-message .button {
  margin-right: 20px !important;
  float: none !important;
  padding: 0 !important;
  background: none !important;
  font-weight: 700 !important;
}
.woocommerce-message .button:after {
  content: "\f054";
  font-family: FontAwesome;
  margin: 0 0 0 6px;
  font-size: 13px;
  position: absolute;
}
body.yith-request-quote .post-title {
  text-align: center;
  line-height: 30px;
  margin: 25px 0;
}
body.yith-request-quote .post-title:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 20px;
  left: 0;
  position: absolute;
}
body.yith-request-quote .post-title a {
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.yith-request-quote .post-title a:hover {
  color: #007aff;
}
body.yith-request-quote .post-title a:active {
  color: #0062cc;
}
body.yith-request-quote .container.blog {
  width: 100% !important;
}
body.yith-request-quote .container.blog .container {
  width: 100% !important;
}
body.yith-request-quote .container.blog .blog-post {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}
body.yith-request-quote .container.blog .blog-post .social,
body.yith-request-quote .container.blog .blog-post .legend {
  display: none;
}
body.yith-request-quote #yith-ywraq-form {
  padding: 30px 0 25px 0;
  margin-top: -1px !important;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  background: #ffffff;
}
body.yith-request-quote #yith-ywraq-form .shop_table {
  width: 1170px;
  margin: 15px auto 0 auto;
  border: none;
}
body.yith-request-quote #yith-ywraq-form .shop_table img {
  height: 40px !important;
  width: auto !important;
}
body.yith-request-quote #yith-ywraq-form .shop_table th {
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  padding: 10px 0;
  position: relative;
}
body.yith-request-quote #yith-ywraq-form .shop_table th:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 10px;
  z-index: 100;
}
body.yith-request-quote #yith-ywraq-form .shop_table th.product-subtotal {
  text-align: right;
}
body.yith-request-quote #yith-ywraq-form .shop_table tr:last-child th:after {
  display: none;
}
body.yith-request-quote #yith-ywraq-form .shop_table td {
  position: relative;
  border-top: 1px solid #dbdbdb;
  padding: 20px 0;
  font-size: 16px;
}
body.yith-request-quote #yith-ywraq-form .shop_table td:after {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 10px;
  z-index: 100;
}
body.yith-request-quote #yith-ywraq-form .shop_table td:last-child:after {
  display: none;
}
body.yith-request-quote #yith-ywraq-form .shop_table td.product-subtotal {
  text-align: right;
  font-weight: 700;
}
body.yith-request-quote #yith-ywraq-form .shop_table td.product-thumbnail {
  width: 70px;
}
body.yith-request-quote #yith-ywraq-form .shop_table td.actions {
  padding: 40px 0 20px 0;
  text-align: center;
  position: relative;
}
body.yith-request-quote #yith-ywraq-form .shop_table .qty {
  width: 65px;
}
body.yith-request-quote #yith-ywraq-form .shop_table .product-remove {
  width: 8%;
  text-align: left;
}
body.yith-request-quote #yith-ywraq-form .shop_table .product-remove a {
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  font: 16px Raleway, sans-serif;
  vertical-align: top;
  font-weight: 400;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #333333 !important;
}
body.yith-request-quote #yith-ywraq-form .shop_table .product-remove a:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 14px;
}
body.yith-request-quote #yith-ywraq-form .shop_table .product-remove a:hover {
  background: #007aff;
}
body.yith-request-quote #yith-ywraq-form .shop_table .product-remove a:hover:after {
  color: #ffffff;
}
body.yith-request-quote #yith-ywraq-form .shop_table .button {
  border-radius: 4px;
  border: none;
  background: #e8e8e8;
  box-shadow: #dbdbdb 0 -1px 0 inset, #dbdbdb 0 1px 0 inset, #dbdbdb 1px 0 0 inset, #dbdbdb -1px 0 0 inset;
  display: inline-block;
  padding: 10px 15px 11px 15px;
  font: 16px Raleway, sans-serif;
  vertical-align: middle;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
body.yith-request-quote #yith-ywraq-form .shop_table .button:hover {
  background: #007aff;
  color: #ffffff !important;
}
body.yith-request-quote #yith-ywraq-form .shop_table .button:active {
  background: #0062cc;
  outline: 0;
  color: #ffffff !important;
}
body.yith-request-quote .yith-ywraq-mail-form-wrapper h3 {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 35px;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #949494;
}
body.yith-request-quote .yith-ywraq-mail-form-wrapper h3 span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  color: #949494;
  position: relative;
  background: #f5f5f5;
  padding: 0 35px;
  z-index: 10;
}
body.yith-request-quote .yith-ywraq-mail-form-wrapper h3:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #dbdbdb;
  top: 15px;
  left: 0;
  position: absolute;
  z-index: 1;
}
body.yith-request-quote #yith-ywraq-mail-form {
  border-radius: 5px;
  background: #e8e8e8;
  box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 0 inset;
  width: 1170px;
  margin: 0 auto;
  border: none;
  padding: 25px 100px 20px 100px;
}
body.yith-request-quote #yith-ywraq-mail-form .form-row {
  width: 400px;
  margin: 0 auto 10px auto;
  padding: 0;
  float: none !important;
}
body.yith-request-quote #yith-ywraq-mail-form .form-row label {
  width: 100%;
  display: block;
  font-size: 13px;
}
body.yith-request-quote #yith-ywraq-mail-form .form-row input[type="text"],
body.yith-request-quote #yith-ywraq-mail-form .form-row input[type="email"] {
  width: 100%;
}
body.yith-request-quote #yith-ywraq-mail-form .form-row textarea {
  width: 100%;
  height: 150px;
}
body.yith-request-quote #yith-ywraq-mail-form .form-row .button {
  display: inline-block;
  padding: 10px 15px 11px 15px !important;
  margin: 0 auto !important;
  font: 13px / 22px Raleway, sans-serif;
  font-weight: 700;
  background: #007aff;
  border-radius: 5px;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out;
  border: none;
  display: block;
}
body.yith-request-quote #yith-ywraq-mail-form .form-row .button:hover,
body.yith-request-quote #yith-ywraq-mail-form .form-row .button:focus {
  color: #ffffff !important;
  background: #0069db !important;
}
body.yith-request-quote #yith-ywraq-mail-form .form-row .button:active {
  color: #ffffff;
  background: #0062cc;
}
body.yith-request-quote .ywraq-wrapper > p {
  text-align: center;
}
.item-single .more .links a {
  color: #007aff;
  margin: 0 11px 0 0;
  font-size: 13px;
}
.item-single .more .links a i {
  margin-right: 8px;
}
.item-single .more .links a:after {
  content: "/";
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin: 0 0 0 9px;
  color: #949494;
}
.item-single .more .links a:last-child:after {
  display: none;
}
.item-single .more .links a:hover,
.item-single .more .links a:focus {
  color: #0069db;
}
.item-single .more .links a:active {
  color: #0062cc;
}
.item-single .more .links .yith-wcwl-wishlistaddedbrowse .feedback,
.item-single .more .links .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.item-single .more .links .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
}
.item-single .more .links .yith-wcwl-add-to-wishlist img {
  display: none !important;
}
.item-single .more .links .yith-wcwl-add-to-wishlist a {
  margin: 0 0 0 11px;
}
.item-single .more .links .yith-wcwl-add-to-wishlist a:after {
  display: none;
}
.item-single .more .links .yith-wcwl-add-to-wishlist a:before {
  content: "\f005";
  font-family: FontAwesome;
  margin: 0 5px 0 0;
}
.quickview .image-col-wrapper .thumbs .thumb-images {
  padding: 10px 52px;
}
.quickview .details-col-wrapper .quantity {
  margin-right: 10px !important;
}
.quickview .details-col-wrapper .in-stock {
  display: none;
}
.quickview .details-col-wrapper .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.quickview .details-col-wrapper .yith-wcwl-add-to-wishlist a:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 5px 0 0;
}
.quickview .details-col-wrapper .yith-wcwl-add-to-wishlist a:after {
  margin: 0 0 0 12px !important;
  display: none;
}
.quickview .details-col-wrapper .yith-wcwl-add-to-wishlist .feedback,
.quickview .details-col-wrapper .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img {
  display: none !important;
}
.item-single.product-category img {
  width: 100%;
}
.item-single.product-category mark.count {
  padding: 0;
  background: transparent;
}
.product-type-external .details .cart {
  margin-top: 2em;
}
.woocommerce div.product .container-title {
  z-index: 1;
}
/*------------------------------------------------------------------
[Table of contents]

1. Dock
2. Header
3. Carousel
4. Catalog items
5. Quickview
6. Blog
7. Catalog
8. Footer
9. Affix
10. Cart
11. Checkout
12. Checkout Thank you
14. My Account
15. Wishlist
16. Request a quote
17. WooCommerce Shortcodes
18. Welcome message
19. Boxed
-------------------------------------------------------------------*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .dock .social {
    width: 33%;
  }
  .dock .links {
    width: 33%;
  }
  .dock .offer {
    width: 34%;
  }
  .dock .support {
    width: 34%;
  }
  .header .search {
    width: 42%;
  }
  .header .logo {
    width: 16%;
  }
  .header .cart {
    width: 42%;
  }
  .header .cart a {
    margin: 0 0 0 20px;
  }
  .header .cart a:after {
    padding: 0 0 0 8px;
  }
  .carousel-control.left {
    left: -50px;
  }
  .carousel-control.right {
    right: -50px;
  }
  html.touch .shop-by-brand .carousel-control,
  html.touch .product-slider .carousel-control {
    display: none;
  }
  .products-grid .item-single .image-wrapper {
    width: 212px;
    height: 212px;
  }
  .products-grid .item-single.product-category img {
    min-height: 212px;
  }
  .products-grid .more .links a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 13px;
  }
  .products-grid .more .links a:after {
    display: none;
  }
  .quickview .action .links {
    padding-top: 20px !important;
    display: block;
    float: left;
    width: 100%;
  }
  .blog.container .container {
    width: 680px;
  }
  .blog.container .blog-list .item .image {
    width: 250px;
  }
  .blog.container .blog-list .item .image img {
    width: 250px;
  }
  .blog.container .blog-list .item .image a {
    width: 250px;
  }
  .blog.container .blog-list .item .text {
    width: 370px;
  }
  .blog.container .blog-list .item .text .intro {
    width: 370px;
  }
  .blog.container .blog-list .item .text .intro p {
    margin: 0;
  }
  .blog.container .blog-list .item .text .intro .link-continue {
    margin-top: 15px;
  }
  .blog.container .blog-list .item.no-image .text {
    width: 680px;
    max-width: 680px;
  }
  .blog.container .blog-list .item.no-image .text .intro {
    width: 680px;
  }
  body.single .blog.container .container {
    width: 100%;
  }
  body.single .blog.container .container.sidebar-left,
  body.single .blog.container .container.sidebar-right {
    width: 680px;
  }
  .blog-post .image img {
    max-width: 100%;
  }
  .catalog .container {
    width: 680px;
  }
  .catalog-item-wrapper .container {
    width: 970px !important;
  }
  .catalog-item .image-col-wrapper {
    width: 450px;
  }
  .catalog-item .image-col-wrapper .image-wrapper {
    width: 450px;
    height: 450px;
  }
  .catalog-item .image-col-wrapper .image-wrapper .image {
    width: 450px;
    height: 450px;
  }
  .catalog-item .details-col-wrapper {
    padding-left: 40px;
    width: 520px !important;
  }
  body.single-product .products-grid .item-single .image-wrapper {
    width: 228px;
    height: 228px;
  }
  .footer .search .input-submit {
    width: 169px;
  }
  .affix .header .container {
    width: 100% !important;
  }
  .affix .menu .container {
    width: 100% !important;
  }
  .affix .menu .nav {
    width: 670px;
  }
  .affix .dropdown.full-width .dropdown-menu {
    width: 970px !important;
  }
  body.woocommerce-cart .woocommerce > form {
    width: 100% !important;
    box-sizing: border-box;
    padding: 30px 10px 25px 10px !important;
  }
  body.woocommerce-cart table.shop_table {
    width: 100% !important;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 972px !important;
  }
  body.woocommerce-cart .container.blog .container .cross-sells {
    width: 972px;
    float: none;
  }
  body.woocommerce-cart .container.blog .container .cross-sells .container {
    width: 100% !important;
  }
  body.woocommerce-cart .container.blog .container .cross-sells .container .item-single .image-wrapper {
    width: 236px;
    height: 236px;
  }
  .woocommerce-checkout .checkout_coupon {
    width: 992px !important;
  }
  .woocommerce-checkout form.checkout {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px 25px 10px !important;
  }
  .woocommerce-checkout form.checkout .col2-set {
    width: 992px !important;
  }
  .woocommerce-checkout #order_review_heading {
    width: 992px !important;
  }
  .woocommerce-checkout #order_review {
    width: 992px !important;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
    padding-left: 5px;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table tfoot th {
    padding-left: 5px;
  }
  .woocommerce-checkout-thankyou ul.order_details {
    width: 992px !important;
  }
  .woocommerce-checkout-thankyou ul.order_details li {
    display: block !important;
    border-right: 0;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .woocommerce-checkout-thankyou .woocommerce p {
    width: 992px !important;
  }
  .woocommerce-checkout-thankyou .shop_table {
    width: 992px !important;
  }
  .woocommerce-checkout-thankyou .addresses {
    width: 992px !important;
  }
  body.woocommerce-account .shop_table {
    width: 992px !important;
  }
  body.woocommerce-account .myaccount_user {
    width: 992px;
  }
  body.woocommerce-account .addresses {
    width: 992px !important;
  }
  body.woocommerce-account .order-info {
    width: 992px !important;
    line-height: 36px;
  }
  body.woocommerce-account .order_details {
    width: 992px !important;
  }
  body.woocommerce-account .customer_details {
    width: 992px !important;
  }
  body.woocommerce-account .woocommerce form {
    width: 992px !important;
    padding: 25px 10px 20px 10px !important;
  }
  body.woocommerce-account .woocommerce .login .form-row {
    width: 400px !important;
  }
  body.woocommerce-account .woocommerce .form-row-wide {
    width: 972px !important;
  }
  body.woocommerce-account .woocommerce .form-row-wide:last-child {
    width: 972px !important;
  }
  body.woocommerce-wishlist .shop_table {
    width: 992px !important;
  }
  body.woocommerce-wishlist .shop_table td {
    padding: 10px 4px !important;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table {
    width: 992px !important;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-quantity {
    width: 70px;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-remove {
    width: 45px;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-remove img {
    display: none;
  }
  body.yith-request-quote #yith-ywraq-mail-form {
    width: 100% !important;
    padding: 25px 10px 20px 10px;
  }
  .product-slider .carousel-inner .columns-3 .image-slides {
    height: 306px !important;
  }
  .product-slider .carousel-inner .columns-4 .image-slides {
    height: 225px !important;
  }
  .woocommerce.columns-2 .image-wrapper .image-slides {
    height: 456px;
  }
  .woocommerce.columns-3 .col .image-wrapper .image-slides {
    height: 306px;
  }
  .woocommerce.columns-4 .col .image-wrapper .image-slides {
    height: 225px;
  }
  .woocommerce.columns-5 .col .image-wrapper .image-slides {
    height: 174px;
  }
  .woocommerce.columns-6 .col .image-wrapper .image-slides {
    height: 142px;
  }
  .woocommerce.columns-6 .col .details h2 {
    padding: 0;
  }
  .woocommerce.columns-7 .col .image-wrapper .image-slides {
    height: 120px;
  }
  .woocommerce.columns-7 .col .details h2 {
    padding: 0;
  }
  .woocommerce.columns-8 .col .image-wrapper .image-slides {
    height: 100px;
  }
  .woocommerce.columns-8 .col .details h2 {
    padding: 0;
  }
  .boxed .focus {
    width: 1040px;
  }
  .boxed .affix,
  .boxed .header {
    width: 1040px;
    box-sizing: border-box;
  }
}
/*------------------------------------------------------------------
[Table of contents]

1. Titles
2. Dock
3. Header
4. Menu
5. Carousel
6. Main Slider
7. Catalog items
8. Sidebar
9. Quickview
10. Blog
11. Catalog
12. Footer
13. Affix
14. Cart
15. Checkout
16. Checkout Thank you
17. My Account
18. Wishlist
19. Request a quote
20. WooCommerce Shortcodes
21. Welcome Message
22. Boxed
-------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .layout-title {
    text-align: center;
  }
  .layout-title span {
    padding: 0 35px;
  }
  .layout-title:before {
    left: 0;
  }
  .dock .social {
    width: 33%;
    display: none;
  }
  .dock .links {
    width: 50%;
  }
  .dock .offer {
    width: 50%;
  }
  .dock .support {
    width: 50%;
    text-align: left;
  }
  .header .search {
    width: 37%;
  }
  .header .search input {
    display: none;
  }
  .header .search .search-content {
    position: absolute;
    background: #333333;
    top: 140px;
    width: 100%;
    left: 0;
    padding: 20px;
    z-index: 100000;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 0 inset, rgba(0, 0, 0, 0.14) 0 1px 0 inset, rgba(0, 0, 0, 0.14) 1px 0 0 inset, rgba(0, 0, 0, 0.14) -1px 0 0 inset, rgba(0, 0, 0, 0.05) 5px 5px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .header .search .search-content input {
    display: inline;
  }
  .header .logo {
    width: 26% !important;
  }
  .header .cart {
    width: 37% !important;
    text-align: right !important;
  }
  .header .cart a {
    margin: 0 0 0 35px;
  }
  .header .cart a:after {
    margin: 0 0 0 15px;
  }
  .header .responsive-cart {
    padding: 30px;
    margin: -18px auto 0 auto !important;
    text-align: center;
    width: 100%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 140px;
    z-index: 10000;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 0 inset, rgba(0, 0, 0, 0.14) 0 1px 0 inset, rgba(0, 0, 0, 0.14) 1px 0 0 inset, rgba(0, 0, 0, 0.14) -1px 0 0 inset, rgba(0, 0, 0, 0.05) 5px 5px 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header .responsive-cart a {
    color: #ffffff;
  }
  .header .responsive-cart a:after {
    margin: 0;
    paddin: 0 0 0 15px;
  }
  .header .responsive-cart:after {
    content: "";
    position: absolute;
    top: -7px;
    opacity: 1;
    visibility: visible;
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #333333 transparent;
    transition: all 0.2s ease-in-out;
  }
  .header .responsive-cart.visible-responsive {
    opacity: 1;
    visibility: visible;
    margin: 0 auto !important;
  }
  .header .responsive-cart .cart-content span {
    color: #333333;
  }
  .header .responsive-account s,
  .header .responsive-menu s {
    text-decoration: none;
  }
  .header .responsive-menu,
  .header .responsive-search,
  .header .responsive-account {
    display: block;
  }
  .header .placeholder-search {
    width: 37% !important;
  }
  .header.logo-left .search {
    width: 37%;
  }
  .header-wrapper .responsive-menu {
    top: 20px;
  }
  .header-wrapper .responsive-search {
    top: 20px;
  }
  .header-wrapper .search .search-content {
    top: 85px;
  }
  .header-wrapper .cart .responsive-cart {
    top: 85px;
  }
  .menu {
    position: absolute;
    width: 100%;
    margin: -18px auto 0 auto !important;
    padding: 0;
    color: #ffffff;
    background: none;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 0;
    border: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 100000;
  }
  .menu .container {
    padding: 20px 40px;
    background: #333333;
    box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 0 inset, rgba(0, 0, 0, 0.14) 0 1px 0 inset, rgba(0, 0, 0, 0.14) 1px 0 0 inset, rgba(0, 0, 0, 0.14) -1px 0 0 inset, rgba(0, 0, 0, 0.05) 5px 5px 0;
    border-radius: 5px;
    position: relative;
  }
  .menu .container:after {
    content: "";
    position: absolute;
    top: -7px;
    opacity: 1;
    left: 69px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #333333 transparent;
    transition: all 0.2s ease-in-out;
  }
  .menu .nav > li {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-align: left;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu .nav > li:last-child {
    border: none;
  }
  .menu .nav > li:after {
    display: none;
  }
  .menu .nav > li a {
    color: #ffffff;
    display: block;
  }
  .menu .nav > li a:hover {
    color: #007aff;
  }
  .menu .tag-small {
    left: 0;
    top: -1px;
    margin: 0 10px 0 0;
    position: relative;
    transform: none;
  }
  .menu .dropdown .dropdown-toggle {
    z-index: 10000;
  }
  .menu .dropdown .dropdown-toggle:hover {
    color: #007aff;
  }
  .menu .dropdown .dropdown-toggle:after {
    display: none !important;
  }
  .menu .dropdown.open .dropdown-menu {
    margin: 0;
  }
  .menu .dropdown.open .dropdown-toggle {
    color: #007aff;
  }
  .menu .dropdown.open .dropdown-toggle:after {
    display: none !important;
  }
  .menu .dropdown.full-width {
    position: relative;
  }
  .menu .dropdown.full-width .dropdown-menu {
    padding: 0;
    width: 100% !important;
    top: auto;
    left: auto;
    display: none;
  }
  .menu .dropdown.full-width .dropdown-menu .section {
    height: 100%;
    width: 100% !important;
    padding: 15px 0 0 0;
    display: block;
    float: left;
  }
  .menu .dropdown.full-width .dropdown-menu .section ul {
    margin-top: 0;
  }
  .menu .dropdown.full-width.open-responsive .dropdown-menu {
    display: block !important;
  }
  .menu .open-responsive > .dropdown-toggle {
    color: #007aff !important;
  }
  .menu .open-responsive .dropdown-menu,
  .menu .open-responsive .dropdown-menu .dropdown-menu {
    display: block;
    width: 100% !important;
    position: relative;
    left: auto;
    top: auto;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .menu .open-responsive .dropdown-menu .dropdown-menu {
    padding: 10px 0 15px 0;
    margin: 0 !important;
    display: none;
  }
  .menu .open-responsive .open-responsive .dropdown-menu {
    display: block !important;
  }
  .menu .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0;
    padding: 15px 0 0 0;
    box-shadow: none;
    background: none;
  }
  .menu .dropdown-menu h3 {
    font-size: 13px;
    line-height: 20px;
  }
  .menu .dropdown-menu h3:after {
    display: none;
  }
  .menu .dropdown-menu li {
    font-size: 13px;
    float: left;
    width: 100%;
  }
  .menu .dropdown-menu .section {
    margin: 20px 0 0 0;
  }
  .menu .dropdown-menu .section:first-child {
    margin: 0;
  }
  .menu .dropdown-menu .dropdown-toggle span:after {
    font-family: FontAwesome;
    content: "\f107";
    margin: 0 0 0 10px;
  }
  .menu .dropdown-menu .widget_nav_menu {
    width: 100%;
  }
  .menu .dropdown-menu .widget_nav_menu ul.menu {
    visibility: visible !important;
    position: relative;
    opacity: 1;
  }
  .menu .full-width {
    position: relative !important;
  }
  .menu .close-responsive {
    display: inline-block !important;
  }
  .menu .default-dropdown {
    width: 100% !important;
    left: 0 !important;
  }
  .menu .default-dropdown .section {
    width: 100%;
    float: none;
  }
  .panel-group {
    padding: 5px 0 0 0;
  }
  .carousel-control {
    display: none;
  }
  .main-slider .item,
  .main-slider .title {
    height: 400px;
  }
  .products-grid .item-single .image-wrapper {
    width: 235px;
    height: 235px;
  }
  .products-grid .item-single .more .links a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .products-grid .item-single .more .links a:after {
    display: none;
  }
  .products-grid .item-single.product-category img {
    min-height: 235px;
  }
  .view-filters {
    visibility: visible;
    opacity: 1;
  }
  .quickview .action .links {
    padding-top: 20px !important;
    float: left;
    width: 100%;
  }
  .quickview .action .links a {
    width: 100%;
    float: left;
    margin: 0 !important;
  }
  .quickview .action .links a:after {
    display: none;
  }
  .blog.container .container.sidebar-left,
  .blog.container .container.sidebar-right {
    width: 460px;
  }
  .blog.container .blog-list .item {
    width: 460px;
    display: block;
  }
  .blog.container .blog-list .item .image {
    display: block;
    width: 460px;
    margin-bottom: 25px;
  }
  .blog.container .blog-list .item .image img {
    width: 460px;
  }
  .blog.container .blog-list .item .image a {
    width: 460px;
  }
  .blog.container .blog-list .item .text {
    display: block;
    width: 100%;
    padding: 0;
  }
  .blog.container .blog-list .item .text .intro {
    width: 100%;
  }
  .blog.container .blog-list .item .text .intro p {
    margin: 0;
  }
  .blog.container .blog-list .item .text .intro .link-continue {
    margin-top: 15px;
  }
  .blog.container .blog-list .item.no-image .text {
    width: 100%;
    max-width: 100%;
  }
  .blog.container .blog-list .item.no-image .text .intro {
    width: 100%;
  }
  body.single .blog.container .container {
    width: 100%;
  }
  body.single .blog.container .container.sidebar-left,
  body.single .blog.container .container.sidebar-right {
    width: 460px;
  }
  .blog-post blockquote {
    padding: 5px 80px 0 80px;
  }
  .blog-post .image img,
  .blog-post .wp-caption img {
    max-width: 100%;
    height: auto;
  }
  .blog-comments .comments {
    width: 460px;
  }
  .blog-comments .add-comment form {
    width: 460px;
    padding-top: 160px;
    position: relative;
  }
  .blog-comments .add-comment .comment {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .blog-comments .add-comment .comment textarea {
    width: 100%;
    height: 150px;
  }
  .blog-comments .add-comment .data {
    margin: 0;
    width: 100%;
  }
  .blog-comments .add-comment input {
    width: 100%;
  }
  .catalog .container {
    width: 750px;
    float: none !important;
  }
  .catalog .sidebar {
    margin: 35px auto 0 !important;
    float: none !important;
    overflow: hidden;
  }
  .catalog-item .image-col-wrapper {
    width: 350px;
  }
  .catalog-item .image-col-wrapper .image-wrapper {
    width: 350px;
    height: 350px;
  }
  .catalog-item .image-col-wrapper .image-wrapper .image {
    width: 350px;
    height: 350px;
  }
  .catalog-item .details-col-wrapper {
    width: 400px !important;
  }
  .catalog-item .post-sharrre {
    margin: 10px 0 0 0;
  }
  .catalog-item .product_meta .meta-label {
    width: 80px !important;
    margin-right: 10px !important;
  }
  .product-type-grouped .group_table td.price {
    width: auto;
    font-size: 20px !important;
  }
  .catalog-specs .features {
    width: 750px;
  }
  .catalog-specs .features .text,
  .catalog-specs .features .text p {
    width: 510px !important;
    margin: 0;
  }
  .catalog-specs table,
  .catalog-specs .comments {
    width: 750px !important;
  }
  body.single-product .products-grid .item-single .image-wrapper {
    width: 177px;
    height: 177px;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-widgets .items {
    display: block;
    table-layout: none;
  }
  .footer .footer-widgets .items .footer-widget {
    display: block;
    width: 100%;
  }
  .footer .search .input-submit {
    width: 169px;
  }
  .footer ul {
    margin: 0 auto 25px auto;
    width: 100%;
  }
  .footer ul li {
    width: auto;
  }
  .footer ul li:before {
    left: auto;
    margin-left: -15px;
  }
  .footer .col {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 35px 0;
  }
  .footer .col:last-child {
    margin: 0;
  }
  .footer .blog-list .items {
    display: table;
  }
  .footer .blog-list .items .item {
    display: table-cell;
    vertical-align: top;
    padding-right: 10px;
  }
  .footer .blog-list .text {
    text-align: left;
  }
  .affix-wrapper {
    height: 140px;
  }
  .affix {
    position: static;
  }
  body.woocommerce-cart form {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  body.woocommerce-cart table.shop_table {
    width: 100% !important;
  }
  body.woocommerce-cart table.shop_table .coupon {
    position: static !important;
  }
  body.woocommerce-cart table.shop_table td.actions .button {
    float: right;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100% !important;
  }
  body.woocommerce-cart .container.blog .container .cross-sells {
    width: 100%;
    float: none;
  }
  body.woocommerce-cart .container.blog .container .cross-sells .container {
    width: 100% !important;
  }
  body.woocommerce-cart .container.blog .container .cross-sells .container .item-single .image-wrapper {
    width: 221px;
    height: 221px;
  }
  .woocommerce-checkout .checkout_coupon {
    width: 768px !important;
  }
  .woocommerce-checkout form.checkout {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px 25px 10px !important;
  }
  .woocommerce-checkout form.checkout .col2-set {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review_heading {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
    padding-left: 5px;
  }
  .woocommerce-checkout-thankyou ul.order_details {
    width: 100% !important;
  }
  .woocommerce-checkout-thankyou ul.order_details li {
    display: block !important;
    border-right: 0;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .woocommerce-checkout-thankyou .woocommerce p {
    width: 100% !important;
  }
  .woocommerce-checkout-thankyou .shop_table {
    width: 100% !important;
  }
  .woocommerce-checkout-thankyou .addresses {
    width: 100% !important;
  }
  body.woocommerce-account .shop_table {
    width: 100% !important;
  }
  body.woocommerce-account .myaccount_user {
    width: 100%;
  }
  body.woocommerce-account .addresses {
    width: 100% !important;
  }
  body.woocommerce-account .order-info {
    width: 100% !important;
    line-height: 36px;
  }
  body.woocommerce-account .order_details {
    width: 100% !important;
  }
  body.woocommerce-account .customer_details {
    width: 100% !important;
  }
  body.woocommerce-account .woocommerce form {
    width: 100% !important;
    padding: 25px 10px 20px 10px !important;
  }
  body.woocommerce-account .woocommerce .login .form-row {
    width: 400px !important;
  }
  body.woocommerce-account .form-row-wide {
    width: 100% !important;
  }
  body.woocommerce-wishlist .shop_table {
    width: 100% !important;
  }
  body.woocommerce-wishlist .shop_table td {
    padding: 10px 4px !important;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table {
    width: 100% !important;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-quantity {
    width: 70px;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-remove {
    width: 45px;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-remove img {
    display: none;
  }
  body.yith-request-quote #yith-ywraq-mail-form {
    width: 100% !important;
    padding: 25px 10px 20px 10px;
  }
  body.yith-request-quote #yith-ywraq-mail-form .form-row {
    width: 100% !important;
  }
  .product-slider .carousel-inner .columns-3 .image-slides {
    height: 231px !important;
  }
  .product-slider .carousel-inner .columns-4 .image-slides {
    height: 170px !important;
  }
  .woocommerce.columns-2 .image-wrapper .image-slides {
    height: 346px;
  }
  .woocommerce.columns-3 .col .image-wrapper .image-slides {
    height: 231px;
  }
  .woocommerce.columns-4 .col .image-wrapper .image-slides {
    height: 170px;
  }
  .woocommerce.columns-5 .col .image-wrapper .image-slides {
    height: 130px;
  }
  .woocommerce.columns-6 .col .image-wrapper .image-slides {
    height: 102px !important;
  }
  .woocommerce.columns-6 .col .details h2 {
    padding: 0;
  }
  .woocommerce.columns-7 {
    display: block;
  }
  .woocommerce.columns-7 .row {
    display: block;
  }
  .woocommerce.columns-7 .row .col {
    display: block;
    width: 25%;
    float: left;
  }
  .woocommerce.columns-7 .row .col .image-wrapper .image-slides {
    height: 170px;
  }
  .woocommerce.columns-8 {
    display: block;
  }
  .woocommerce.columns-8 .row {
    display: block;
  }
  .woocommerce.columns-8 .row .col {
    display: block;
    width: 100%;
    width: 25%;
    float: left;
  }
  .woocommerce.columns-8 .row .col .image-wrapper .image-slides {
    height: 170px;
  }
  .boxed .focus {
    width: 100%;
  }
  .boxed .affix,
  .boxed .header {
    width: 100%;
    box-sizing: border-box;
  }
  .boxed .header .container,
  .boxed .footer .container,
  .boxed .dock .container,
  .boxed .products-grid {
    padding: 0;
  }
}
/*------------------------------------------------------------------
[Table of contents]

1. Titles
2. Dock
3. Header
4. Menu
5. Carousel
6. Main Slider
7. Catalog items
8. Sidebar
9. Quickview
10. Blog
11. Catalog
12. Cart
13. Checkout
14. Checkout Thank you
15. My Account
16. Wishlist
17. Request a quote
18. WooCommerce Shortcodes
19. YITH Live Search
20. Mega Menu Widgets
21. Welcome Message
22. Boxed
23. WooCommerce Product Nav Tabs
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .container-title .view-all {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
    text-align: center;
    right: auto;
    left: auto;
  }
  .container-title.container-more .view-all {
    margin-top: 25px;
  }
  .layout-title {
    text-align: center;
  }
  .layout-title span {
    padding: 0 35px;
  }
  .layout-title:before {
    left: 0;
  }
  .dock .social {
    width: 33%;
    display: none;
  }
  .dock .links {
    width: 100%;
    text-align: left;
    display: block;
    float: left;
    text-align: center;
    padding: 5px 0 10px 0;
  }
  .dock .links a {
    margin: 0 0 0 24px;
  }
  .dock .links a:after {
    margin: 0 0 0 7px;
    padding: 0;
  }
  .dock .links a:first-child {
    margin: 0;
  }
  .dock .offer {
    width: 50%;
  }
  .dock .support {
    width: 100%;
    text-align: left;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .dock .support span {
    margin: 0;
  }
  .dock .support span:after {
    display: none;
  }
  .dock .support span:last-child {
    display: none;
  }
  .header .container {
    width: 100%;
    height: 160px;
  }
  .header .search {
    width: 100%;
    float: left;
    display: block;
  }
  .header .search input {
    display: none;
  }
  .header .search .input-submit {
    width: 150px;
  }
  .header .search .search-content {
    position: absolute;
    background: #333333;
    top: 160px;
    width: 100%;
    left: 0;
    padding: 20px;
    z-index: 100000;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 0 inset, rgba(0, 0, 0, 0.14) 0 1px 0 inset, rgba(0, 0, 0, 0.14) 1px 0 0 inset, rgba(0, 0, 0, 0.14) -1px 0 0 inset, rgba(0, 0, 0, 0.05) 5px 5px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .header .search .search-content input {
    display: inline;
  }
  .header .logo {
    width: 100% !important;
    float: left;
    width: 100%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    display: block;
    top: -5px;
  }
  .header .logo.logo-image {
    transform: none;
    -webkit-transform: none;
    top: 0;
    padding-top: 5px;
  }
  .header .logo.logo-image p {
    display: none;
  }
  .header .cart {
    width: 100%;
    float: right;
    display: block;
  }
  .header .cart a {
    margin: 0 0 0 35px;
  }
  .header .cart a:after {
    margin: 0 0 0 15px;
  }
  .header .responsive-cart {
    padding: 15px 0 25px 0;
    margin: -18px auto 0 auto !important;
    text-align: center;
    width: 100%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 160px;
    z-index: 1000000;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 0 inset, rgba(0, 0, 0, 0.14) 0 1px 0 inset, rgba(0, 0, 0, 0.14) 1px 0 0 inset, rgba(0, 0, 0, 0.14) -1px 0 0 inset, rgba(0, 0, 0, 0.05) 5px 5px 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header .responsive-cart a {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0;
    color: #ffffff;
  }
  .header .responsive-cart a:after {
    display: none;
  }
  .header .responsive-cart:after {
    content: "";
    position: absolute;
    top: -7px;
    opacity: 1;
    visibility: visible;
    right: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #333333 transparent;
    transition: all 0.2s ease-in-out;
  }
  .header .responsive-cart.visible-responsive {
    opacity: 1;
    visibility: visible;
    margin: 0 auto !important;
  }
  .header .responsive-cart .cart-content span {
    color: #333333;
  }
  .header .responsive-account {
    position: absolute;
    right: 8px;
    top: 95px;
  }
  .header .responsive-account s {
    text-decoration: none;
    font-size: 13px;
  }
  .header .responsive-menu,
  .header .responsive-search {
    top: 95px;
  }
  .header .responsive-menu s,
  .header .responsive-search s {
    text-decoration: none;
    display: none;
  }
  .header .responsive-menu,
  .header .responsive-search,
  .header .responsive-account {
    display: block;
  }
  .header.search-off .responsive-menu s {
    display: inline-block;
  }
  .header.search-off .responsive-menu a {
    position: absolute;
    left: -45px;
  }
  .header .placeholder-search {
    display: none;
  }
  .header-wrapper .header .container {
    height: 160px !important;
  }
  .header-wrapper .header .logo {
    transform: none;
    -webkit-transform: none;
  }
  .header-wrapper .header .logo h2 {
    line-height: 22px;
    margin-top: 20px;
  }
  .header-wrapper .dock {
    height: auto;
  }
  .menu {
    position: absolute;
    width: 100%;
    margin: -18px auto 0 auto !important;
    padding: 0;
    color: #ffffff;
    background: none;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 0;
    border: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 100000;
  }
  .menu .container {
    padding: 20px 40px;
    background: #333333;
    box-shadow: rgba(0, 0, 0, 0.14) 0 -1px 0 inset, rgba(0, 0, 0, 0.14) 0 1px 0 inset, rgba(0, 0, 0, 0.14) 1px 0 0 inset, rgba(0, 0, 0, 0.14) -1px 0 0 inset, rgba(0, 0, 0, 0.05) 5px 5px 0;
    border-radius: 5px;
    position: relative;
  }
  .menu .container:after {
    content: "";
    position: absolute;
    top: -7px;
    opacity: 1;
    left: 69px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #333333 transparent;
    transition: all 0.2s ease-in-out;
  }
  .menu .nav > li {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-align: left;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu .nav > li:last-child {
    border: none;
  }
  .menu .nav > li:after {
    display: none;
  }
  .menu .nav > li a {
    color: #ffffff;
    display: block;
  }
  .menu .nav > li a:hover {
    color: #007aff;
  }
  .menu .tag-small {
    left: 0;
    top: -1px;
    margin: 0 10px 0 0;
    position: relative;
    transform: none;
    -webkit-transform: none;
  }
  .menu .dropdown .dropdown-toggle {
    z-index: 10000;
  }
  .menu .dropdown .dropdown-toggle:hover {
    color: #007aff;
  }
  .menu .dropdown .dropdown-toggle:after {
    display: none !important;
  }
  .menu .dropdown.open .dropdown-menu {
    margin: 0;
  }
  .menu .dropdown.open .dropdown-toggle {
    color: #007aff;
  }
  .menu .dropdown.open .dropdown-toggle:after {
    display: none !important;
  }
  .menu .dropdown.full-width {
    position: relative;
  }
  .menu .dropdown.full-width .dropdown-menu {
    padding: 0;
    width: 100% !important;
    top: auto;
    left: auto;
    display: none;
  }
  .menu .dropdown.full-width .dropdown-menu .section {
    height: 100%;
    width: 100% !important;
    padding: 15px 0 0 0;
    display: block;
    float: left;
  }
  .menu .dropdown.full-width .dropdown-menu .section ul {
    margin-top: 0;
  }
  .menu .dropdown.full-width.open-responsive .dropdown-menu {
    display: block !important;
  }
  .menu .open-responsive > .dropdown-toggle {
    color: #007aff !important;
  }
  .menu .open-responsive .dropdown-menu,
  .menu .open-responsive .dropdown-menu .dropdown-menu {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .menu .open-responsive .dropdown-menu .dropdown-menu {
    padding: 10px 0 15px 0;
    margin: 0 !important;
    display: none;
  }
  .menu .open-responsive .open-responsive .dropdown-menu {
    display: block !important;
  }
  .menu .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0;
    padding: 15px 0 0 0;
    box-shadow: none;
    background: none;
  }
  .menu .dropdown-menu h3 {
    font-size: 13px;
    line-height: 20px;
  }
  .menu .dropdown-menu h3:after {
    display: none;
  }
  .menu .dropdown-menu li {
    font-size: 13px;
    float: left;
    width: 100%;
  }
  .menu .dropdown-menu .section {
    margin: 20px 0 0 0;
  }
  .menu .dropdown-menu .section:first-child {
    margin: 0;
  }
  .menu .dropdown-menu .dropdown-toggle span:after {
    font-family: FontAwesome;
    content: "\f107";
    margin: 0 0 0 10px;
  }
  .menu .dropdown-menu .widget_nav_menu {
    width: 100%;
  }
  .menu .dropdown-menu .widget_nav_menu ul.menu {
    visibility: visible !important;
    position: relative;
    opacity: 1;
  }
  .menu .full-width {
    position: relative !important;
  }
  .panel-group {
    padding: 5px 0 0 0;
  }
  .tabs-widget .tab-content {
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .carousel-control {
    display: none;
  }
  .main-slider .item,
  .main-slider .title {
    height: 300px;
  }
  .main-slider .item .content,
  .main-slider .title .content {
    padding-bottom: 70px;
  }
  .main-slider .item .content h3,
  .main-slider .title .content h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .main-slider .item .content p,
  .main-slider .title .content p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .main-slider .item .content .btn-medium-2,
  .main-slider .title .content .btn-medium-2 {
    margin-top: 20px;
  }
  .product-slider .carousel-inner .columns-4 .image-slides {
    height: 240px !important;
  }
  .product-slider .carousel-inner .columns-3 .image-slides {
    height: 240px !important;
  }
  .contacts-map .info .contacts h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .contacts-map .info .contacts p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .shop-by-brand .container {
    padding: 20px 0;
  }
  .shop-by-brand .col {
    display: block;
    height: auto;
    padding: 15px 0;
  }
  .shop-by-brand .carousel-control.right {
    right: -120px;
  }
  .shop-by-brand .carousel-control.left {
    left: -120px;
  }
  .products-grid {
    padding: 0 10px;
    margin-bottom: 0 !important;
  }
  .products-grid .col {
    display: block;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
  }
  .products-grid .row:last-child .col:last-child {
    margin-bottom: 0;
  }
  .products-grid .item-single .image-wrapper {
    width: 100%;
    height: auto;
  }
  .products-grid .item-single:hover .more {
    display: none;
  }
  .products-grid .item-single:hover .controls {
    display: none;
  }
  .products-grid .item-single:hover .image {
    background-size: 100% !important;
  }
  .products-grid .item-single.product-category img {
    min-height: auto;
  }
  .offers-grid {
    height: auto;
    display: block;
  }
  .offers-grid .offer {
    display: block;
    float: left;
    width: 100%;
    height: 360px;
  }
  .offers-grid .offer .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .sidebar-filters {
    margin: 25px 0 0 0 !important;
    width: 100%;
  }
  .quickview {
    display: none;
  }
  .blog.container {
    display: block;
  }
  .blog.container .container {
    width: 100%;
  }
  .blog.container .blog-list .item {
    width: 100%;
    display: block;
  }
  .blog.container .blog-list .item .image {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  .blog.container .blog-list .item .image img {
    width: 100%;
  }
  .blog.container .blog-list .item .image a {
    width: auto;
    display: inline;
  }
  .blog.container .blog-list .item .text {
    display: block;
    padding: 0;
    width: 100%;
  }
  .blog.container .blog-list .item .text .intro {
    width: 100%;
  }
  .blog.container .blog-list .item .text .intro p {
    margin: 0;
  }
  .blog.container .blog-list .item .text .intro .link-continue {
    margin-top: 15px;
  }
  .blog.container .blog-list .item.no-image .text {
    width: 100%;
    max-width: 100%;
  }
  .blog.container .blog-list .item.no-image .text .intro {
    width: 100%;
  }
  .blog.container .sidebar {
    width: 100%;
    margin-top: 25px;
  }
  .blog.container .sidebar .inline-2-grid .col {
    width: 50%;
    min-width: 150px;
    display: table-cell;
    float: none;
    padding: 5px;
  }
  .blog.container .sidebar .ad-250 {
    text-align: center;
  }
  .blog.container .sidebar .best-sellers .item-single {
    width: 100% !important;
    height: auto !important;
  }
  .blog.container .sidebar .best-sellers .item-single .image-wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .blog-post .image img,
  .blog-post .wp-caption img {
    width: 100%;
    height: auto;
  }
  .blog-post blockquote {
    padding: 5px 80px 0 80px;
  }
  .blog-post .social {
    float: left;
    width: 100%;
    position: relative;
    margin: -10px 0 25px 0;
  }
  .blog-comments .comments {
    width: 100%;
  }
  .blog-comments .add-comment form {
    width: 100%;
    padding-top: 160px;
    position: relative;
  }
  .blog-comments .add-comment .comment {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .blog-comments .add-comment .comment textarea {
    width: 100%;
    height: 150px;
  }
  .blog-comments .add-comment .data {
    margin: 0;
    width: 100%;
  }
  .blog-comments .add-comment input {
    width: 100%;
  }
  .blog-widget .blog-list .items {
    display: block;
  }
  .blog-widget .blog-list .items .item {
    display: block;
    width: 100%;
  }
  .catalog .container {
    width: 100%;
  }
  .active-filters {
    margin-bottom: 15px;
  }
  .active-filters h3 {
    width: 100%;
    margin-bottom: 15px;
  }
  .catalog-item-wrapper .container {
    width: 100% !important;
    padding: 0 10px;
  }
  .catalog-item .image-table-wrapper {
    width: 100%;
  }
  .catalog-item .image-col-wrapper {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
  }
  .catalog-item .image-col-wrapper .controls a:first-child {
    margin-left: 20px !important;
  }
  .catalog-item .image-col-wrapper .controls a:last-child {
    margin-right: 20px !important;
  }
  .catalog-item .image-col-wrapper .image-wrapper {
    width: 100%;
    height: auto;
  }
  .catalog-item .image-col-wrapper .image-wrapper .image {
    width: 100%;
    height: 100%;
  }
  .catalog-item .details-col-wrapper {
    display: block;
    float: left;
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  .catalog-item .post-sharrre {
    margin: 10px 0 0 0;
  }
  .product-type-grouped .group_table td.price {
    width: auto;
    font-size: 20px !important;
  }
  .catalog-specs {
    padding: 0 10px;
  }
  .catalog-specs .container-fluid {
    padding: 35px 0;
    box-shadow: #dbdbdb 0 1px 0 inset, #dbdbdb -1px 0 0 inset, #dbdbdb 1px 0 0 inset, #ffffff 0 -1px 0 inset;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .catalog-specs .features {
    width: 100%;
    padding: 0 10px;
  }
  .catalog-specs .features .image {
    width: 100% !important;
    margin: 0;
    text-align: center;
  }
  .catalog-specs .features .text,
  .catalog-specs .features .text p {
    width: 100% !important;
    margin: 0;
  }
  .catalog-specs .comments {
    width: 100%;
    padding: 0 10px;
  }
  .catalog-specs table {
    width: 100%;
  }
  .catalog-specs table td {
    width: auto !important;
  }
  .catalog-specs table td:first-child {
    padding-left: 10px;
  }
  .catalog-specs .add-comment {
    padding: 0 10px;
    margin-bottom: -25px;
  }
  .catalog-specs .add-comment form {
    width: 100%;
    padding-top: 160px;
    position: relative;
  }
  .catalog-specs .add-comment .comment {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .catalog-specs .add-comment .comment textarea {
    width: 100%;
    height: 150px;
  }
  .catalog-specs .add-comment .data {
    margin: 0;
    width: 100%;
  }
  .catalog-specs .add-comment input {
    width: 100%;
  }
  body.woocommerce-cart form {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  body.woocommerce-cart table.shop_table {
    width: 100% !important;
  }
  body.woocommerce-cart table.shop_table td {
    font-size: 13px !important;
  }
  body.woocommerce-cart table.shop_table .cart_item .product-remove .remove {
    width: 30px;
    height: 30px;
    padding: 7px 15px 11px 12px;
  }
  body.woocommerce-cart table.shop_table .cart_item .product-remove .remove:after {
    left: 9px;
    top: 8px;
  }
  body.woocommerce-cart table.shop_table .cart_item .product-name {
    padding-left: 5px;
    padding-right: 2px;
  }
  body.woocommerce-cart table.shop_table .cart_item .product-quantity {
    padding-left: 2px;
  }
  body.woocommerce-cart table.shop_table .cart_item .product-quantity .qty {
    width: 50px;
    padding: 1px 1px 1px 10px;
  }
  body.woocommerce-cart table.shop_table .cart_item .product-subtotal {
    padding-right: 2px;
  }
  body.woocommerce-cart table.shop_table .coupon {
    position: static !important;
  }
  body.woocommerce-cart table.shop_table td.actions .button {
    float: right;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100% !important;
  }
  body.woocommerce-cart .container.blog .container .cross-sells .container {
    width: 100% !important;
  }
  .woocommerce-checkout .checkout_coupon {
    width: 100% !important;
  }
  .woocommerce-checkout .checkout_coupon .form-row {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .woocommerce-checkout form.checkout {
    margin-left: -10px;
    margin-right: -10px;
    padding: 30px 10px 25px 10px !important;
  }
  .woocommerce-checkout form.checkout .col2-set {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review_heading {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    width: 100% !important;
  }
  .woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .product-name {
    padding-left: 5px;
  }
  .woocommerce-checkout-thankyou ul.order_details {
    width: 100% !important;
  }
  .woocommerce-checkout-thankyou ul.order_details li {
    display: block !important;
    border-right: 0;
    padding: 0 0 10px 0;
    margin: 0;
  }
  .woocommerce-checkout-thankyou .woocommerce p {
    width: 100% !important;
  }
  .woocommerce-checkout-thankyou .shop_table {
    width: 100% !important;
  }
  .woocommerce-checkout-thankyou .addresses {
    width: 100% !important;
  }
  body.woocommerce-account .shop_table {
    width: 100% !important;
  }
  body.woocommerce-account .myaccount_user {
    width: 100%;
  }
  body.woocommerce-account .addresses {
    width: 100% !important;
  }
  body.woocommerce-account .order-info {
    width: 100% !important;
    line-height: 36px;
  }
  body.woocommerce-account .order_details {
    width: 100% !important;
  }
  body.woocommerce-account .customer_details {
    width: 100% !important;
  }
  body.woocommerce-account .woocommerce form {
    width: 100% !important;
    padding: 25px 10px 20px 10px !important;
  }
  body.woocommerce-account .woocommerce .login .form-row {
    max-width: 320px !important;
  }
  body.woocommerce-account .woocommerce .login .lost_password {
    max-width: 320px;
    width: 100%;
  }
  body.woocommerce-account .form-row-wide {
    width: 100% !important;
  }
  body.woocommerce-wishlist .shop_table {
    width: 100% !important;
  }
  body.woocommerce-wishlist .shop_table td {
    padding: 10px 4px !important;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table {
    width: 100% !important;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-thumbnail {
    display: none;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-quantity {
    width: 70px;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-remove {
    width: 45px;
  }
  body.yith-request-quote #yith-ywraq-form .shop_table .product-remove img {
    display: none;
  }
  body.yith-request-quote #yith-ywraq-mail-form {
    width: 100% !important;
    padding: 25px 10px 20px 10px;
  }
  body.yith-request-quote #yith-ywraq-mail-form .form-row {
    width: 100% !important;
  }
  .footer {
    text-align: center;
  }
  .footer .footer-widgets .items {
    display: block;
    table-layout: none;
  }
  .footer .footer-widgets .items .footer-widget {
    display: block;
    width: 100%;
  }
  .footer .search .input-submit {
    width: 169px;
  }
  .footer ul {
    margin: 0 auto 25px auto;
    width: 100%;
  }
  .footer ul li {
    width: auto;
  }
  .footer ul li:before {
    left: auto;
    margin-left: -15px;
  }
  .footer .col {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 35px 0;
  }
  .footer .col:last-child {
    margin: 0;
  }
  .footer .blog-list .text {
    text-align: left;
  }
  .affix-wrapper {
    height: 160px;
  }
  .affix {
    position: static;
  }
  .woocommerce.columns-2,
  .woocommerce.columns-3,
  .woocommerce.columns-4,
  .woocommerce.columns-5,
  .woocommerce.columns-6,
  .woocommerce.columns-7,
  .woocommerce.columns-8 {
    display: block;
  }
  .woocommerce.columns-2 .row,
  .woocommerce.columns-3 .row,
  .woocommerce.columns-4 .row,
  .woocommerce.columns-5 .row,
  .woocommerce.columns-6 .row,
  .woocommerce.columns-7 .row,
  .woocommerce.columns-8 .row {
    display: block;
  }
  .woocommerce.columns-2 .row .col,
  .woocommerce.columns-3 .row .col,
  .woocommerce.columns-4 .row .col,
  .woocommerce.columns-5 .row .col,
  .woocommerce.columns-6 .row .col,
  .woocommerce.columns-7 .row .col,
  .woocommerce.columns-8 .row .col {
    display: block;
    width: 100%;
  }
  .yith-ajaxsearchform-container input[type=search] {
    width: 235px;
  }
  .yith-ajaxsearchform-container input[type=search]:focus {
    width: 235px;
  }
  .constellation .mega-menu {
    padding-top: 15px !important;
  }
  .constellation .mega-menu .constellation-widget {
    padding: 0 !important;
  }
  .constellation .mega-menu .constellation-widget .menu {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  .welcome-message .container {
    display: block;
  }
  .welcome-message .image {
    padding: 0;
    display: block;
    width: 100%;
  }
  .welcome-message .text {
    padding: 20px 0 0 0;
    display: block;
    width: 100%;
  }
  .boxed .focus {
    width: 100%;
  }
  .boxed .affix,
  .boxed .header {
    width: 100%;
    box-sizing: border-box;
  }
  .menu .close-responsive {
    display: inline-block !important;
  }
  .menu .default-dropdown {
    width: 100% !important;
    left: 0 !important;
  }
  .menu .default-dropdown .section {
    width: 100%;
    float: none;
  }
  .woocommerce-tabs .nav-tabs li {
    width: 100%;
    display: block;
    margin: 0;
  }
  .woocommerce-tabs .nav-tabs li a {
    width: 100%;
    margin: 0;
  }
}
