/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@import url("fonts/stylesheet.css");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  height: 100%;
}
/* clear */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}
/*fonts, converted px to em*/
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
  font-family: "Playfair Display";
  color: #000000;
  font-size: 21px;
  line-height: 1.75;
  height: 100%;
  background: #fff;
}
a {
  color: #8e1c1d;
  text-decoration: none;
  transition: all ease 0.2s;
}
a:hover {
  text-decoration: underline;
  outline: 0;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
#content {
  padding-bottom: 750px;
}
.content-block {
  width: 95%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display";
  font-weight: 700;
}
/*------------------------------------*\
    BASE
\*------------------------------------*/
/* header */
.header {
  position: relative;
  z-index: 9;
}
.header .content-block {
  max-width: 100%;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
.header .logo {
  float: left;
  position: relative;
  z-index: 999;
}
.header .logo img {
  margin-top: 10px;
}
.header .header-social {
  float: right;
  position: relative;
  z-index: 100;
}
.header .header-social ul {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  display: flex;
  height: 32px;
  overflow: hidden;
}
.header .header-social ul li {
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
.header .header-social ul li a {
  color: transparent;
  display: block;
  width: 32px;
  height: 32px;
  backgroun-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.9;
}
.header .header-social ul li a.facebook {
  background-image: url("../img/social/facebook.png");
}
.header .header-social ul li a.blogger {
  background-image: url("../img/social/blogger.png");
}
.header .header-social ul li a.instagram {
  background-image: url("../img/social/instagram.png");
}
.header .header-social ul li a.twitter {
  background-image: url("../img/social/twitter.png");
}
.header .header-social ul li a:hover {
  opacity: 1;
}
.header .header-text {
  width: 90%;
  text-align: center;
  position: absolute;
  text-align: center;
  top: 50px;
  line-height: 1.2;
  font-size: 1.1428571429em;
  font-style: italic;
}
.header .header-text span {
  color: #8e1c1d;
}
.header .nav-bar {
  background: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .nav-bar .products-nav {
  float: left;
  position: relative;
  z-index: 999;
  top: 5px;
}
.header .nav-bar .products-nav a {
  display: block;
  float: left;
  width: 37px;
  margin-top: 3px;
}
.header .nav-bar .products-nav a span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 6px;
  transition: all ease 0.2s;
}
.header .nav-bar .products-nav a span:last-child {
  margin-bottom: 0;
}
.header .nav-bar .products-nav .products-nav-title {
  float: left;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.7619047619em;
  margin-left: 15px;
  transition: all ease 0.2s;
}
.header .nav-bar .products-nav:hover a span {
  background: #8e1c1d;
}
.header .nav-bar .nav {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 25px;
  left: 0;
}
.header .nav-bar .nav ul {
  margin: 0;
  line-height: 1;
  margin-top: 0;
  padding: 0;
}
.header .nav-bar .nav ul li {
  list-style-type: none;
  display: inline-block;
}
.header .nav-bar .nav ul li a {
  font-size: 0.8095238095em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 18px 0 18px;
  text-decoration: none;
}
.header .nav-bar .nav ul li a:hover {
  color: #8e1c1d;
}
.header .nav-bar .nav ul li.shop-now-btn {
  border: #fff solid 1px;
  height: 35px;
  width: 190px;
  margin-top: -5px;
}
.header .nav-bar .nav ul li.shop-now-btn a {
  background-color: #8e1c1d;
  width: 80%;
  height: 33px;
  line-height: 33px;
  display: block;
  position: relative;
}
.header .nav-bar .nav ul li.shop-now-btn a:after {
  content: "";
  display: block;
  width: 18px;
  height: 15px;
  background: url("../img/icons/right_arrow.png") no-repeat;
  position: absolute;
  top: 8px;
  right: -27px;
  transition: all ease 0.2s;
}
.header .nav-bar .nav ul li.shop-now-btn a:hover {
  color: #fff;
}
.header .nav-bar .nav ul li.shop-now-btn a:hover:after {
  right: -32px;
}
.header .account-actions {
  float: right;
  position: relative;
  z-index: 10;
  margin-top: -32px;
}
.header .account-actions .search-form {
  float: left;
  width: 180px;
  position: relative;
}
.header .account-actions .search-form input[type=search] {
  width: 100%;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7142857143em;
  padding: 0 10px 0 10px;
  border: #fff solid 1px;
  border-radius: 5px !important;
}
.header .account-actions .search-form .search-submit {
  position: absolute;
  top: 10px;
  right: -5px;
  width: 16px;
  height: 21px;
  background: url("../img/icons/magnifier.png") no-repeat;
  border: none;
  color: transparent;
}
.header .account-actions .account-nav {
  float: left;
  position: relative;
  margin-left: 50px;
  margin-top: 7px;
}
.header .account-actions .account-nav .account-nav-toggle {
  width: 21px;
  height: 27px;
  background: url("../img/icons/account.png") no-repeat center;
  display: block;
}
.header .account-actions .account-nav ul {
  display: none;
  position: absolute;
  background: #8e1c1d;
  margin: 0;
  padding: 10px 0 10px 0;
  width: 210px;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 5px;
}
.header .account-actions .account-nav ul:before {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../img/icons/menu_arrow.png");
  top: -9px;
}
.header .account-actions .account-nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .account-actions .account-nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8095238095em;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 30px;
  line-height: 1;
  border-top: #9d393a solid 1px;
}
.header .account-actions .account-nav ul li a:hover {
  background: #962b2c;
}
.header .account-actions .account-nav ul li:last-child a {
  border-bottom: #9d393a solid 1px;
}
.header .account-actions .header-cart {
  float: left;
  width: 36px;
  height: 30px;
  background: url("../img/icons/cart.png") no-repeat center;
  margin-left: 25px;
  margin-top: 7px;
  position: relative;
}
.header .account-actions .header-cart .cart-label {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #8e1c1d;
  color: #fff;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-size: 0.5714285714em;
  top: -3px;
  left: 12px;
}
.products-nav {
  position: relative;
}
.products-nav .products-nav-wrapper {
  position: absolute;
  background: #fff;
  z-index: 99999;
  top: -38px;
  width: 550px;
  left: -500%;
  padding-top: 10px;
  -webkit-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 17px -8px rgba(0, 0, 0, 0.3);
}
.products-nav .products-nav-wrapper .products-sidebar {
  width: 350px;
  background: #fff;
  overflow: hidden;
  margin-top: 0;
  float: right;
  border: none;
  padding-bottom: 50px;
}
.products-nav .products-nav-wrapper .products-sidebar .products-sidebar-red-line {
  display: none;
}
.products-nav .products-nav-wrapper .products-sidebar .products-sizebar-title {
  background: #fff;
  color: #8e1c1d;
  position: relative;
  padding-right: 25%;
  padding-left: 17%;
  padding-bottom: 0;
}
.products-nav .products-nav-wrapper .products-sidebar .products-sizebar-title a.close-nav-btn {
  display: inline-block !important;
  position: absolute;
  left: 13px;
  top: 13px;
}
.products-nav .products-nav-wrapper .products-sidebar .products-sizebar-title a.close-nav-btn:hover {
  transform: rotate(180deg);
}
.products-nav .products-nav-wrapper .products-sidebar .sidebar-product-item.current.has-child {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
}
.products-nav .products-nav-wrapper .products-sidebar .sidebar-product-item.current.has-child .sidebar-subcategories {
  display: none;
}
.products-nav .hunter-douglas-link {
  display: none;
}
.zoom-alert {
  background: #bcc746;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 10px 0 10px 0;
  font-size: 0.7619047619em;
  position: relative;
}
.zoom-alert p {
  margin: 0;
}
.zoom-alert a {
  color: #fff;
}
.zoom-alert .close-alert-btn {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 20px;
  font-size: 1.1904761905em;
  text-decoration: none;
}
.zoom-alert .close-alert-btn:hover {
  color: #000;
}
#menu-item-13055, .menu-item-13055 {
  display: none !important;
}
/* footer */
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Montserrat", sans-serif;
  background: #fdfdfd;
}
.footer .footer-navigation-block {
  margin-top: 50px;
}
.footer .footer-info-line {
  background: #8e1c1d;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7619047619em;
  font-weight: 700;
  padding: 15px 0 10px 0;
  text-align: center;
}
.footer .footer-info-line p {
  margin: 0;
}
.footer .footer-line {
  margin-bottom: 25px;
}
.footer .footer-line .footer-navigation {
  float: left;
}
.footer .footer-line .footer-navigation ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer .footer-line .footer-navigation ul li {
  list-style-type: none;
  display: inline-block;
  width: 25%;
  float: left;
}
.footer .footer-line .footer-navigation ul li a {
  text-transform: uppercase;
  font-size: 0.6666666667em;
  color: #494949;
  font-weight: bold;
}
.footer .footer-line .footer-navigation ul li a:hover {
  text-decoration: none;
  color: #8e1c1d;
}
.footer .footer-line .footer-navigation ul li:first-child {
  margin-left: 0;
}
.footer .footer-line .footer-navigation ul li ul {
  width: 100%;
}
.footer .footer-line .footer-navigation ul li ul li {
  display: block;
  margin-left: 0;
  float: none;
  width: 100%;
}
.footer .footer-line .footer-navigation ul li ul li a {
  text-transform: none;
  font-size: 0.6666666667em;
  color: #616161;
  font-weight: normal;
  border-bottom: #616161 dotted 1px;
}
.footer .footer-line .footer-navigation ul li ul li a:hover {
  text-decoration: none;
  color: #8e1c1d;
  border-bottom: #8e1c1d solid 1px;
}
.footer .footer-line .footer-navigation1 {
  width: 80%;
}
.footer .footer-line .footer-navigation2 {
  width: 20%;
}
.footer .footer-line .footer-navigation2 ul li {
  display: block;
  margin-left: 0;
  width: 100%;
}
.footer .footer-line .footer-navigation3 {
  width: 80%;
}
.footer .footer-line .footer-subscribe {
  width: 20%;
  float: left;
}
.footer .footer-line .footer-subscribe h3 {
  font-family: "Montserrat", sans-serif;
  color: #8e1c1d;
  font-size: 0.6666666667em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer .footer-line .footer-subscribe form {
  position: relative;
}
.footer .footer-line .footer-subscribe form input[type=email] {
  font-size: 0.6666666667em;
  color: #616161;
  border: #616161 solid 1px;
  padding-left: 15px;
  height: 37px;
  width: 100%;
}
.footer .footer-line .footer-subscribe form input[type=submit] {
  border: none;
  background: url("../img/icons/right_arrow_red.png") no-repeat center;
  display: block;
  width: 23px;
  height: 19px;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 20px;
}
.footer .footer-line .footer-navigation4 {
  width: 60%;
  float: left;
}
.footer .footer-line .footer-navigation4 ul li {
  margin-left: 0;
  margin-right: 20px;
  width: auto;
}
.footer .footer-line .footer-contatcs {
  font-size: 0.5238095238em;
  color: #616161;
}
.footer .footer-line .footer-contatcs a {
  text-decoration: none;
  color: #616161;
}
.footer .footer-line .footer-social {
  width: 20%;
  float: left;
}
.footer .footer-line .footer-social ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  display: flex;
}
.footer .footer-line .footer-social ul li {
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
.footer .footer-line .footer-social ul li a {
  color: transparent;
  display: block;
  backgroun-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  opacity: 0.9;
}
.footer .footer-line .footer-social ul li a.facebook {
  width: 12px;
  height: 23px;
  background-image: url("../img/social/facebook_light.png");
}
.footer .footer-line .footer-social ul li a.instagram {
  width: 23px;
  height: 23px;
  background-image: url("../img/social/instagram_light.png");
}
.footer .footer-line .footer-social ul li a.twitter {
  width: 23px;
  height: 19px;
  background-image: url("../img/social/twitter_light.png");
  position: relative;
  top: 2px;
}
.footer .footer-line .footer-social ul li a:hover {
  opacity: 1;
}
.footer .footer-line .footer-logo {
  width: 20%;
  float: left;
}
.footer #mc_embed_signup {
  position: relative;
}
.footer #mc_embed_signup h3 {
  font-size: 14px;
}
.footer #mc_embed_signup form {
  padding: 0;
}
.footer #mc_embed_signup .mc-field-group {
  margin: 0;
  width: 100%;
}
.footer #mc_embed_signup .clear .button {
  background-color: transparent;
  color: transparent;
  width: 23px;
  height: 19px;
  line-height: 19px;
  margin: 0;
  top: 76px !important;
  padding: 0;
}
.footer #mc_embed_signup .clear .button:hover {
  background-color: transparent;
}
.footer #mc_embed_signup input[type=email] {
  color: #616161;
  border: #616161 solid 1px;
  padding-left: 15px;
  height: 37px;
  width: 100%;
  border-radius: 0;
}
.footer #mc_embed_signup div.mce_inline_error {
  display: none !important;
}
.footer #mc_embed_signup div.response {
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-btn {
  padding: 5px 20px 5px 20px;
  border: #fff solid 2px;
  margin: 0 20px 0 20px;
  color: #fff;
}
.footer-btn:hover {
  text-decoration: none;
  color: #000000;
}
.footer-btn.meeting-btn {
  margin-top: 15px;
  display: inline-block;
  border: none;
  text-decoration: underline;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.home-slider {
  top: -72px;
  position: relative;
  margin-bottom: -72px;
}
.home-slider .caption-wrap {
  background: rgba(255, 255, 255, 0.82) !important;
  opacity: 1 !important;
  width: 480px !important;
  height: auto;
  left: 20% !important;
  top: 15% !important;
  bottom: auto !important;
}
.home-slider .caption-wrap .woo-form {
  text-align: left;
}
.home-slider .caption-wrap .caption {
  padding: 20px 30px 35px 30px !important;
}
.home-slider .caption-wrap h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  text-align: left !important;
  margin: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.home-slider .caption-wrap p {
  text-align: left;
  color: #000;
  font-size: 20px !important;
}
.home-slider .caption-wrap a {
  text-decoration: none !important;
}
.home-slider .caption-wrap h2 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin: 0;
  color: #000;
  text-align: left !important;
}
.home-slider .caption-wrap .red-bordered-btn {
  border: #8e1c1d solid 2px !important;
  color: #000 !important;
  font-size: 18px !important;
}
.home-products-categories .category-list {
  margin-top: 10px;
}
.home-products-categories .category-list .category-item {
  width: calc(100%/4);
  float: left;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.home-products-categories .category-list .category-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.home-products-categories .category-list .category-item a .category-number {
  font-size: 8.0952380952em;
  display: block;
  margin-top: -40px;
  margin-right: 10px;
}
.home-products-categories .category-list .category-item a .category-name {
  font-size: 0.9523809524em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 25px 25px 0;
  max-width: 155px;
  border: #fff solid 2px;
  border-left: none;
}
.home-products-categories .category-list .category-item.item1 .category-name {
  border: none;
}
.home-products-categories .category-list .category-item.item3 .category-name {
  border: none;
}
.home-products-categories .category-list .category-item.item3 .category-number {
  margin-top: -50px;
}
.home-products-categories .category-list .category-item.item4 .category-number {
  margin-top: -55px;
}
.home-products-categories .category-list .category-item.item5 .category-number {
  margin-top: -55px;
}
.home-products-categories .category-list .category-item.item6 .category-name {
  border: none;
}
.home-products-categories .category-list .category-item.item6 .category-number {
  margin-top: -30px;
}
.home-products-categories .category-list .category-item.item7 .category-number {
  margin-top: -65px;
}
.home-products-categories .category-list .category-item.item8 .category-name {
  border: none;
}
.home-products-categories .category-list .category-item.item8 .category-number {
  margin-top: 0px;
}
.home-products-categories .category-list .category-item .subcategories {
  background: #8e1c1d;
  position: absolute;
  bottom: -300px;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 20px;
  transition: all ease 0.2s;
}
.home-products-categories .category-list .category-item .subcategories a {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
  font-size: 0.9523809524em;
  border: #a14243 solid 1px;
  text-align: center;
}
.home-products-categories .category-list .category-item .subcategories a:hover {
  border-color: #fff;
}
.home-products-categories .category-list .category-item .subcategories a:last-child {
  margin-bottom: 0;
}
.home-products-categories .category-list .category-item:hover .subcategories {
  bottom: 0;
}
.other-products {
  margin-top: 70px;
}
.other-products h2 {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7619047619em;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 40px;
}
.other-products h2:after {
  content: "";
  display: inline-block;
  width: 63px;
  height: 25px;
  background: url("../img/other_products_bg.png") no-repeat center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
}
.other-products .other-products-list {
  padding-top: 40px;
}
.other-products .other-products-list .other-product-item {
  float: left;
  margin-bottom: 5px;
  width: calc(100%/3);
}
.other-products .other-products-list .other-product-item a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.other-products .other-products-list .other-product-item a .other-product-title {
  font-size: 0.9523809524em;
  margin-left: 15px;
  border-bottom: #000 dotted 1px;
  transition: all ease 0.2s;
}
.other-products .other-products-list .other-product-item a:hover {
  color: #8e1c1d;
}
.other-products .other-products-list .other-product-item a:hover .other-product-title {
  border-bottom: #8e1c1d solid 1px;
}
.other-products .home-shipping-line {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 10px;
  margin-top: 60px;
  font-family: "Montserrat", sans-serif;
}
.other-products .home-shipping-line .shipping-line-text {
  width: 85%;
  padding-left: 10%;
  background: url("../img/delivery_car.png") no-repeat 5% center;
  font-size: 18px;
}
.other-products .home-shipping-line .shop-button {
  height: 58px;
  border: #bebebe solid 2px;
  border-radius: 0 10px 10px 0;
  width: 20%;
  line-height: 58px;
  text-align: left;
}
.other-products .home-shipping-line .shop-button a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #8e1c1d;
  font-weight: 700;
  padding-left: 15%;
  text-transform: uppercase;
  font-size: 0.7619047619em;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center;
  letter-spacing: 5px;
}
.other-products .home-shipping-line .shop-button a:hover {
  background-position: 95% center;
}
.home-about-us {
  margin-top: 65px;
  background-size: cover;
  background-position: center;
}
.home-about-us .home-about-us-overlay {
  background: url("../img/about_us_overlay.png") no-repeat left center;
  background-size: 45%;
}
.home-about-us .home-about-us-text {
  width: 37%;
  float: left;
  color: #fff;
  padding: 70px 0 40px 0;
}
.home-about-us .home-about-us-text h2 {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 500;
  font-size: 2.380952381em;
  margin: 0;
}
.home-hurricane-secutiry {
  margin-top: 80px;
}
.home-hurricane-secutiry .home-huccirane-heading {
  text-align: center;
}
.home-hurricane-secutiry .home-huccirane-heading h2 {
  font-size: 3.3333333333em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0;
  line-height: 1;
}
.home-hurricane-secutiry .home-huccirane-heading h3 {
  color: #8e1c1d;
  margin: 0;
  font-size: 1.0476190476em;
  margin-top: 10px;
  margin-bottom: 20px;
}
.home-hurricane-secutiry .home-huccicane-content {
  margin-top: 35px;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: right center;
}
.home-hurricane-secutiry .home-huccicane-content .home-huccicane-content-inner {
  width: 35%;
  float: left;
}
.white-bordered-btn {
  display: inline-block;
  padding: 0 70px 0 40px;
  height: 56px;
  line-height: 56px;
  border: #8e1c1d solid 2px;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.7619047619em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.white-bordered-btn:hover {
  text-decoration: none;
  background-position: 95% center;
}
.red-bordered-btn {
  display: inline-block;
  padding: 0 70px 0 40px;
  height: 56px;
  line-height: 56px;
  border: #8e1c1d solid 2px;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.7619047619em;
  color: #8e1c1d;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
.red-bordered-btn:hover {
  text-decoration: none;
  background-position: 95% center;
}
/*ABOUT US*/
.page-banner {
  height: 375px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  top: -72px;
  padding-top: 72px;
  margin-bottom: -72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-banner .page-banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page-banner .content-block {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.0476190476em;
  max-width: 820px;
}
.page-banner h1 {
  margin: 0;
  line-height: 1;
  font-size: 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.page-content-wrapper .product-caterogies-block {
  width: 30%;
  float: left;
}
.page-content-wrapper .page-content-block {
  width: 65%;
  float: right;
  padding-top: 30px;
}
.page-content-wrapper .image-with-caption .image-caption {
  color: #8e1c1d;
  font-size: 0.7619047619em;
}
.products-sidebar {
  border: #e2e2e2 solid 2px;
  padding: 10px 0 0 0;
  margin-top: -58px;
  position: relative;
}
.products-sidebar .products-sidebar-red-line {
  width: 300%;
  position: absolute;
  height: 46px;
  background: #8e1c1d;
  top: 10px;
  left: -300%;
  z-index: 1;
}
.products-sidebar .products-sizebar-title {
  background: #8e1c1d;
  padding: 15px 15px 15px 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7619047619em;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 5px;
}
.products-sidebar .products-sizebar-title .close-nav-btn {
  width: 26px;
  height: 26px;
  background: url("../img/icons/close_nav.png") no-repeat center;
  display: none !important;
}
.products-sidebar .side-products-list {
  margin-top: 30px;
  padding-bottom: 30px;
}
.products-sidebar .side-products-list .sidebar-product-item {
  margin-bottom: 5px;
  width: 100%;
  padding-left: 20px;
}
.products-sidebar .side-products-list .sidebar-product-item a {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.products-sidebar .side-products-list .sidebar-product-item a .sidebar-product-image {
  width: 100px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.products-sidebar .side-products-list .sidebar-product-item a .sidebar-product-image .hover-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("../img/icons/details.png");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease 0.2s;
}
.products-sidebar .side-products-list .sidebar-product-item a .sidebar-product-title {
  font-size: 0.8571428571em;
  margin-left: 15px;
  border-bottom: #000 dotted 1px;
  transition: all ease 0.2s;
}
.products-sidebar .side-products-list .sidebar-product-item a:hover {
  color: #8e1c1d;
}
.products-sidebar .side-products-list .sidebar-product-item a:hover .sidebar-product-title {
  border-bottom: #8e1c1d solid 1px;
}
.products-sidebar .side-products-list .sidebar-product-item a:hover .hover-image-overlay {
  opacity: 1;
}
.products-sidebar .side-products-list .sidebar-product-item.current.has-child {
  background: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.products-sidebar .sidebar-subcategories {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7142857143em;
  margin-top: 20px;
}
.products-sidebar .sidebar-subcategories .current-child a {
  color: #8e1c1d;
}
.hunter-douglas-link {
  border: #e2e2e2 solid 2px;
  margin-top: 20px;
  text-align: center;
  padding: 30px 0 30px 0;
}
/*FAQ*/
.faq-items .faq-item {
  padding: 30px;
  border-bottom: #dbdbdb solid 1px;
}
.faq-items .faq-item .faq-question h2 {
  margin: 0;
  line-height: 1.2;
  color: #8e1c1d;
  font-size: 1.2380952381em;
}
.faq-items .faq-item:last-child {
  border: none;
}
.faq-items .faq-item .faq-answer em {
  font-size: 0.8095238095em;
  line-height: 1.2;
  display: inline-block;
}
/*SHOP*/
.woocommerce-page .header .nav-bar {
  background: url("../img/shop_bg.jpg") no-repeat center /cover;
}
.post-type-archive-product .products-sidebar, .tax-product_cat .products-sidebar {
  margin-top: 35px;
}
.post-type-archive-product .woocommerce-products-header__title.page-title, .tax-product_cat .woocommerce-products-header__title.page-title {
  margin: 0;
  font-size: 2.380952381em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.post-type-archive-product ul.products, .tax-product_cat ul.products {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-product ul.products li, .tax-product_cat ul.products li {
  border: #e2e2e2 solid 2px;
  margin: 0 2% 2% 0 !important;
  padding: 0 0 80px 0 !important;
}
.post-type-archive-product ul.products li h2.woocommerce-loop-product__title, .tax-product_cat ul.products li h2.woocommerce-loop-product__title {
  font-size: 0.8095238095em !important;
  line-height: 1.2;
  color: #000;
  padding: 15px 15px 15px 15px !important;
}
.post-type-archive-product ul.products li h2.woocommerce-loop-category__title, .tax-product_cat ul.products li h2.woocommerce-loop-category__title {
  font-size: 0.8095238095em !important;
  line-height: 1.2;
  color: #000;
  padding: 15px 15px 15px 15px !important;
}
.post-type-archive-product ul.products li .loop-short-description, .tax-product_cat ul.products li .loop-short-description {
  padding: 0 15px 0 15px;
  color: #8e1c1d;
  font-size: 0.6666666667em;
  font-family: "Montserrat", sans-serif;
}
.post-type-archive-product ul.products li .loop-short-description p, .tax-product_cat ul.products li .loop-short-description p {
  margin: 0;
}
.post-type-archive-product ul.products li .subcategory-short-description, .tax-product_cat ul.products li .subcategory-short-description {
  padding: 0 15px 0 15px;
  color: #8e1c1d;
  font-size: 0.6666666667em;
  font-family: "Montserrat", sans-serif;
}
.post-type-archive-product ul.products li .subcategory-short-description p, .tax-product_cat ul.products li .subcategory-short-description p {
  margin: 0;
}
.post-type-archive-product ul.products li a, .tax-product_cat ul.products li a {
  display: block;
}
.post-type-archive-product ul.products li a .imagewrapper, .tax-product_cat ul.products li a .imagewrapper {
  height: 200px;
  padding: 15px 15px 0 15px !important;
}
.post-type-archive-product ul.products li a .imagewrapper img, .tax-product_cat ul.products li a .imagewrapper img {
  margin: 0;
  max-height: 100%;
  top: 50% !important;
  transform: translateY(-50%);
  position: relative;
}
.post-type-archive-product ul.products li .price, .tax-product_cat ul.products li .price {
  margin: 0 !important;
  border-top: #e2e2e2 solid 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.post-type-archive-product ul.products li .price .starting-at, .tax-product_cat ul.products li .price .starting-at {
  display: inline-block;
  width: 75%;
  line-height: 1;
  padding: 10px 0 10px 15px;
}
.post-type-archive-product ul.products li .price .starting-at .starting-at-note, .tax-product_cat ul.products li .price .starting-at .starting-at-note {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #a0a0a0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.5714285714em;
  font-weight: 700;
}
.post-type-archive-product ul.products li .price .amount, .tax-product_cat ul.products li .price .amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 1.4285714286em;
}
.post-type-archive-product ul.products li .price .loop-product-arrow, .tax-product_cat ul.products li .price .loop-product-arrow {
  display: inline-block;
  width: 25%;
  border-left: #e2e2e2 solid 2px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/icons/right_arrow_red.png") no-repeat center;
  transition: all ease 0.2s;
}
.post-type-archive-product ul.products li.product-category .price, .tax-product_cat ul.products li.product-category .price {
  height: 50px;
  line-height: 50px;
}
.post-type-archive-product ul.products li.product-category .price .loop-product-arrow, .tax-product_cat ul.products li.product-category .price .loop-product-arrow {
  height: 100%;
}
.post-type-archive-product ul.products li.product-category .starting-at, .tax-product_cat ul.products li.product-category .starting-at {
  text-transform: uppercase;
  font-size: 0.7142857143em;
}
.post-type-archive-product ul.products li:hover .loop-product-arrow, .tax-product_cat ul.products li:hover .loop-product-arrow {
  background-position: 80% center;
}
.post-type-archive-product.search-results .page-title, .tax-product_cat.search-results .page-title {
  font-size: 1.0476190476em;
  font-family: "Playfair Display";
  margin-top: 20px;
}
.post-type-archive-product .search-keyword, .tax-product_cat .search-keyword {
  color: #8e1c1d;
}
/*categories*/
.outdoor-shades-blocks {
  display: flex;
}
.outdoor-shades-blocks div {
  width: 32%;
  margin-left: 3%;
}
.outdoor-shades-blocks div img {
  width: 100%;
}
.outdoor-shades-blocks div h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7619047619em;
  text-align: center;
}
.outdoor-shades-blocks div p {
  font-size: 0.7619047619em;
}
.outdoor-shades-blocks div:first-child {
  margin-left: 0;
}
.term-description p.pricing-block {
  text-align: center;
  margin: 20px 0 50px 0;
}
.panel-options-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.panel-options-list .panel-option-item {
  width: 48%;
  margin-bottom: 20px;
}
.panel-options-list .panel-option-item h3 {
  text-align: center;
  margin: -20px 0 0 0;
  padding: 0 5% 0 5%;
  font-size: 16px;
  line-height: 1.2;
}
.post-8687 {
  /*  .product-options-description {
        display: none;
    }
    
    form.cart {
        display: none;
    }
    
    .product-notes {
        display: none;
    }
    
    .product-description-more-information {
        display: none;
    }
    
    .product_title {
        display: none;
    }
    
    .product_meta {
        display: none;
    }
    
    #tab-description {
        p, ul, h2 {
            display: none;
        }
    }
	
	.product-options-colors {
		display: none;
	}*/
}
/*My Account*/
.page-template-template-login article {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
  margin-top: -68px;
  padding-top: 160px;
}
.page-template-template-login article h1 {
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 3.3333333333em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.page-template-template-login article h2 {
  font-size: 1.0476190476em;
  margin: 10px 0 0 0;
  padding: 0 10% 0 10%;
  text-align: center;
}
.page-template-template-login article .register-section {
  margin-top: 45px;
}
.page-template-template-login article .register-section .lwa-default {
  display: flex;
}
.page-template-template-login article .register-section h4 {
  margin: 0 0 10px 0;
  font-size: 1.3333333333em;
  font-weight: normal;
}
.page-template-template-login article .register-section input[type=email], .page-template-template-login article .register-section input[type=text], .page-template-template-login article .register-section input[type=password] {
  height: 50px;
  font-size: 0.7619047619em;
  padding-left: 30px;
  border: #000 solid 1px;
  width: 100%;
  color: #000;
  margin-bottom: 10px;
}
.page-template-template-login article .register-section .login-form-btn {
  transition: all ease 0.2s;
  margin-top: 20px;
  outline: none;
}
.page-template-template-login article .register-section .login-left {
  width: 48%;
  background: #fff;
  padding: 60px;
  min-height: 383px;
}
.page-template-template-login article .register-section .login-left .lwa-links-remember-new {
  font-size: 0.7619047619em;
  float: right;
  color: #8e1c1d;
  margin-top: 30px;
}
.page-template-template-login article .register-section .login-right {
  width: 48%;
  background: #fff;
  padding: 60px;
  margin-left: 4%;
  min-height: 383px;
}
.page-template-template-login article .register-section .login-right .lwa-register {
  display: block;
  margin-top: 0;
}
.page-template-template-login article .register-section .remind-password-form-wrapper {
  display: none;
}
.page-template-template-login article .register-section .remind-password-form-wrapper .lwa-remember {
  display: block;
}
.page-template-template-login article .register-section .remind-password-form-wrapper .lwa-remember p.tooltip {
  font-size: 0.6666666667em;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px 0;
}
.page-template-template-login article .register-section .remind-password-form-wrapper .lwa-remember .lwa-links-remember-cancel {
  font-size: 0.7619047619em;
  float: right;
  color: #8e1c1d;
  margin-top: 30px;
}
.page-template-template-login article .register-section .lwa-status {
  font-size: 0.7619047619em;
}
.page-template-template-login #content {
  padding-bottom: 640px;
}
.woocommerce-account {
  font-family: "Montserrat", sans-serif;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-top: 20px;
  background: #8e1c1d;
  width: 25%;
  border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 30px;
  line-height: 1;
  border-top: #9d393a solid 1px;
  font-size: 0.8095238095em;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-child(2) a {
  border: none !important;
  border-radius: 5px 5px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-radius: 0 0 5px 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  background: #962b2c;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #962b2c;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}
.woocommerce-account h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.380952381em;
  line-height: 1;
  margin: 60px 0 20px 0;
  color: #000;
}
.woocommerce-account input[type=text], .woocommerce-account input[type=email], .woocommerce-account input[type=tel], .woocommerce-account input[type=password], .woocommerce-account select {
  height: 40px;
  border: #000 solid 1px !important;
  border-radius: 2px;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding-left: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-account textarea {
  height: 100px !important;
  border: #000 solid 1px !important;
  border-radius: 2px;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
  resize: none;
}
.woocommerce-account label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7619047619em;
}
.woocommerce-account .woocommerce-orders-table {
  margin-top: 20px !important;
  border-radius: 0 !important;
  border: #e2e2e2 solid 2px !important;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-orders-table th {
  padding: 15px 10px 15px 10px !important;
  line-height: 1 !important;
}
.woocommerce-account .woocommerce-orders-table td {
  border-top: #e2e2e2 solid 2px !important;
  padding: 10px !important;
  line-height: 1 !important;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__header-order-actions span {
  display: none;
}
.woocommerce-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
  background: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 7px;
  text-align: center;
  border: #e2e2e2 solid 2px !important;
  color: #e2e2e2 !important;
  padding: 0 !important;
}
.woocommerce-view-order h2 {
  font-family: "Montserrat", sans-serif;
}
.woocommerce-view-order table.order_details {
  border: #e2e2e2 solid 2px !important;
  border-radius: 0;
  font-size: 0.7619047619em;
}
.woocommerce-view-order table.order_details td {
  border-top: #e2e2e2 solid 2px !important;
}
.woocommerce-view-order table.order_details td .wc-item-meta {
  padding-left: 0;
}
.woocommerce-view-order table.order_details tfoot tr th {
  font-weight: 400;
}
.woocommerce-view-order .woocommerce-customer-details h2 {
  font-size: 1.1904761905em;
  margin-top: 0;
}
.woocommerce-view-order .woocommerce-customer-details address {
  border: #e2e2e2 solid 2px !important;
  border-radius: 0;
  font-size: 0.7619047619em;
  min-height: 230px;
}
.woocommerce-edit-address h3 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}
.woocommerce-edit-address .addresses h3 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}
.woocommerce-edit-address .addresses address {
  border: #e2e2e2 solid 2px !important;
  border-radius: 0;
  font-size: 0.7619047619em;
  min-height: 150px;
  padding: 20px;
  font-style: normal;
}
.woocommerce-edit-address .select2-container--default .select2-selection--single {
  height: 40px;
  border: #000 solid 1px !important;
  border-radius: 2px;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding-left: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-edit-address .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
}
.woocommerce-edit-address .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
}
.woocommerce-edit-address .select2-results__option[aria-selected], .woocommerce-edit-address .select2-results__option[data-selected] {
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-edit-address .button {
  display: inline-block;
  padding: 0 40px 0 40px !important;
  height: 56px !important;
  line-height: 56px !important;
  border: #8e1c1d solid 2px !important;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.7619047619em !important;
  color: #8e1c1d !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.2s;
  background: none !important;
}
.woocommerce-edit-account .button {
  display: inline-block;
  padding: 0 40px 0 40px !important;
  height: 56px !important;
  line-height: 56px !important;
  border: #8e1c1d solid 2px !important;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.7619047619em !important;
  color: #8e1c1d !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.2s;
  background: none !important;
}
/*------------------------------------*\
    products
\*------------------------------------*/
.single-product #primary {
  width: 95%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}
.woocommerce .woocommerce-breadcrumb {
  padding-top: 30px;
  font-size: 0.6666666667em;
  color: #828282;
  font-family: "Montserrat", sans-serif;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #8e1c1d;
}
.woocommerce div.product .product_title {
  font-size: 2.380952381em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 0;
}
.product_meta {
  color: #828282;
  font-size: 0.6666666667em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}
.product-options-description {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.product-options-description .title, .product-options-description h2 {
  font-size: 0.9523809524em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.product-options-description .measuring-link, .product-options-description h3 {
  color: #8e1c1d;
  font-size: 0.6666666667em;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-weight: 400;
}
.product-options-description .measuring-link a, .product-options-description h3 a {
  color: #8e1c1d;
}
.variations_form {
  margin-top: 15px;
  margin-bottom: 15px !important;
}
.variations_form .reset_variations {
  display: none !important;
}
.variations_form .variations td.label {
  width: 35%;
}
.variations_form .variations td.label label {
  font-weight: 400 !important;
  font-size: 0.8571428571em;
}
.variations_form .variations td.value {
  width: 65%;
}
.variations_form .variations td.value select {
  height: 40px;
  border: #000 solid 1px;
  border-radius: 2px;
  width: 100%;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.8571428571em;
  padding-left: 10px;
  outline: none !important;
}
.variations_form .quantity input {
  height: 40px;
  border: #000 solid 1px;
  border-radius: 2px;
  font-weight: 400 !important;
  font-size: 0.8571428571em;
  width: 85px !important;
  margin-top: 10px;
}
.variations_form .single_add_to_cart_button {
  float: right !important;
  display: inline-block !important;
  padding: 0 70px 0 40px !important;
  height: 56px !important;
  line-height: 56px !important;
  border: #8e1c1d solid 2px !important;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center !important;
  letter-spacing: 5px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.7619047619em !important;
  color: #8e1c1d !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all ease 0.2s;
  outline: none !important;
}
.variations_form .single_add_to_cart_button:hover {
  text-decoration: none !important;
  background-position: 95% center !important;
}
#tab-description {
  display: block !important;
}
#tab-description h2 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  font-size: 0.9523809524em;
}
#tab-description p {
  font-size: 0.8571428571em;
}
#tab-description ul {
  font-size: 0.8571428571em;
}
#tab-description .request-more-information {
  font-size: 0.619047619em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #8e1c1d;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center;
  background-size: 15px;
  text-transform: uppercase;
  padding-right: 50px;
  text-decoration: none;
}
#tab-description .request-more-information:hover {
  text-decoration: none;
  background-position: 92% center;
}
.single-product .summary p.price {
  margin: 0;
}
.single-product .summary p.price .amount {
  color: #8e1c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4285714286em;
  font-weight: 900;
}
.single-product .summary .product-notes {
  font-size: 0.6666666667em;
  font-family: "Montserrat", sans-serif;
}
.single-product .woocommerce-product-gallery__wrapper div:first-child {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}
.single-product .woocommerce-product-gallery__wrapper div:first-child img {
  /*max-height: 500px !important;
        display: inline-block !important;
        height: auto !important;
        width: auto !important;*/
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 18%;
  display: inline-block;
  margin-right: 2%;
}
.product-left-side {
  float: left;
  width: 48%;
}
.product-left-side .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin-bottom: 0 !important;
}
.product-options-colors h2 {
  margin: 40px 0 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9523809524em;
  text-transform: uppercase;
}
.product-options-colors h3 {
  color: #8e1c1d;
  font-size: 0.8571428571em;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.single-product form.cart {
  margin-top: 15px;
  margin-bottom: 15px !important;
}
.single-product form.cart .quantity input {
  height: 40px;
  border: #000 solid 1px;
  border-radius: 2px;
  font-weight: 400 !important;
  font-size: 0.8571428571em;
  width: 85px !important;
  margin-top: 10px;
}
.single-product form.cart .single_add_to_cart_button {
  float: right !important;
  display: inline-block !important;
  padding: 0 70px 0 40px !important;
  height: 56px !important;
  line-height: 56px !important;
  border: #8e1c1d solid 2px !important;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center !important;
  letter-spacing: 5px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.7619047619em !important;
  color: #8e1c1d !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all ease 0.2s;
  outline: none !important;
}
.single-product form.cart .single_add_to_cart_button:hover {
  text-decoration: none !important;
  background-position: 95% center !important;
}
.single-product .product-short-description {
  font-size: 0.8571428571em;
  margin-bottom: 30px;
}
.single-product .product-short-description ul {
  margin-top: 0;
}
.tc-extra-product-options {
  margin-bottom: 35px;
}
.tc-extra-product-options .tm-row select {
  height: 40px;
  border: #000 solid 1px;
  border-radius: 2px;
  width: 100%;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.8571428571em;
  padding-left: 10px;
  outline: none !important;
}
.tc-extra-product-options .tm-row .tm-cell {
  margin-bottom: 5px !important;
}
.tc-extra-product-options .tm-row label.tm-epo-element-label {
  font-size: 0.8095238095em;
  font-weight: 400 !important;
  line-height: 1.2;
}
.tc-extra-product-options .tm-row .left-side-select-div {
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.tc-extra-product-options .tm-row .left-side-select-div label.tm-epo-element-label {
  max-width: 55%;
  float: left;
  order: 1;
}
.tc-extra-product-options .tm-row .left-side-select-div .tm-extra-product-options-container {
  width: 40% !important;
  max-width: 40% !important;
  margin-left: 3.8%;
  order: 2;
}
.tc-extra-product-options .tm-row .right-side-select-div {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.tc-extra-product-options .tm-row .right-side-select-div label.tm-epo-element-label {
  order: 2;
  color: #949494;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.tc-extra-product-options .tm-row .right-side-select-div .tm-extra-product-options-container {
  order: 1;
}
.tc-extra-product-options .tm-row .full-width-select-div {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.tc-extra-product-options .tm-row .full-width-select-div label.tm-epo-element-label {
  max-width: 35.2% !important;
  order: 1;
}
.tc-extra-product-options .tm-row .full-width-select-div .tm-extra-product-options-container {
  order: 2;
}
.tc-extra-product-options .tm-row .full-width-select-div .tm-extra-product-options-container li.tmcp-field-wrap {
  padding-right: 0;
}
.tc-extra-product-options .tm-row .section-title-div h2, .tc-extra-product-options .tm-row .section-title-div h3 {
  font-size: 0.9523809524em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin: 25px 0 0 0;
}
.tc-extra-product-options .full-width-textarea-ul .tmcp-field-wrap {
  padding-right: 0 !important;
}
.tc-extra-product-options .full-width-textarea-ul .tmcp-field-wrap textarea {
  border: #000 solid 1px;
  border-radius: 2px;
  padding: 15px;
  resize: none;
  height: 120px;
}
.tc-extra-product-options .product-combination-error {
  color: #8e1c1d;
  padding-top: 20px;
  float: left;
}
.wc-tabs-wrapper.layout1 {
  float: left;
  width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 90%;
  display: inline-block;
}
.tm-has-options table.variations {
  display: none;
}
.tm-has-options .woocommerce-variation-price {
  display: none;
}
.tm-has-options .summary p.price {
  display: none;
}
.tm-has-options #tm-epo-totals {
  padding: 20px 0 0 0;
}
.tm-has-options .tm-extra-product-options-totals {
  margin: 0;
}
.tm-has-options .tm-extra-product-options-totals .tm-options-totals {
  display: none;
}
.tm-has-options .tm-extra-product-options-totals dt.tm-final-totals {
  display: none;
}
.tm-has-options .tm-extra-product-options-totals dd.tm-final-totals {
  color: #8e1c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5238095238em;
  font-weight: 900;
}
.tm-has-options .tm-extra-product-options-totals dd.tm-final-totals span {
  color: #8e1c1d;
}
.custom-pricing-block {
  color: #8e1c1d;
  font-family: "Montserrat", sans-serif;
  font-size: 1.9047619048em;
  font-weight: 900;
  padding-top: 10px;
}
.pricing-type-2 #tm-epo-totals, .pricing-type-1 #tm-epo-totals {
  display: none !important;
}
.single_variation_wrap .woocommerce-variation-price {
  color: #8e1c1d;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 1.4285714286em;
}
.single_variation_wrap .woocommerce-variation-price span {
  color: #8e1c1d;
}
.custom-wood-styles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-wood-styles div {
  width: 30%;
  margin-left: 3%;
  text-align: center;
  margin-bottom: 3%;
}
.custom-wood-styles div:nth-child(3n+1) {
  margin-left: 0;
}
.custom-wood-styles div h3 {
  margin-top: 0;
  color: #8e1c1d;
  font-size: 0.7142857143em;
}
.custom-wood-styles div p {
  margin: 0;
}
.custom-wood-styles div .red-bordered-btn {
  font-size: 0.619047619em;
  padding: 0 40px 0 15px;
  height: 45px;
  line-height: 45px;
}
.custom-wood-styles div img {
  margin-right: 0;
}
.custom-wood-sizes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-wood-sizes div {
  text-align: center;
  width: calc(100%/7);
  padding: 0 15px 0 15px;
  text-align: center;
  margin-bottom: 3%;
}
.custom-wood-sizes div h3 {
  font-size: 0.619047619em;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.custom-wood-sizes div p {
  margin: 0;
}
.custom-wood-sizes div img {
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}
.cutouts-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cutouts-list div {
  text-align: center;
  width: calc(100%/5);
  padding: 0 15px 0 15px;
  text-align: center;
  margin-bottom: 3%;
}
.cutouts-list div h3 {
  font-size: 0.619047619em;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.cutouts-list div p {
  margin: 0;
}
.cutouts-list div img {
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}
.beseboard-options-list {
  display: flex;
  flex-wrap: wrap;
}
.beseboard-options-list div {
  text-align: center;
  width: calc(100%/3);
  padding: 0 15px 0 15px;
  text-align: center;
  margin-bottom: 5%;
}
.beseboard-options-list div h3 {
  font-size: 0.619047619em;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.beseboard-options-list div p {
  margin: 0;
}
.beseboard-options-list div img {
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}
/*per product styles*/
#product-2843 .variations, #product-2903 .variations, #product-3256 .variations, #product-3289 .variations, #product-3617 .variations, #product-4497 .variations, #product-4650 .variations, #product-4785 .variations, #product-4828 .variations, #product-5879 .variations {
  display: table;
  margin-bottom: 5px;
}
.woocommerce div.product div.images img {
  max-height: 500px;
  margin: 0 auto;
  width: auto;
}
.post-type-archive-product ul.products li a .imagewrapper img, .tax-product_cat ul.products li a .imagewrapper img {
  width: auto;
  margin: 0 auto;
}
/*hide price duplicates*/
#product-9850 p.price, #product-245 p.price, #product-9990 p.price, #product-10640 p.price, #product-10172 p.price, #product-4129 p.price, #product-4152 p.price, #product-253 p.price, #product-11845 p.price, #product-11865 p.price, #product-12023 p.price, #product-12053 p.price, #product-8362 p.price, #product-8335 p.price, #product-8282 p.price, #product-8232 p.price, #product-8054 p.price, #product-8049 p.price, #product-8044 p.price, #product-7854 p.price, #product-7843 p.price, #product-7837 p.price, #product-7652 p.price, #product-7122 p.price, #product-7112 p.price, #product-7100 p.price, #product-7030 p.price, #product-6783 p.price, #product-6672 p.price, #product-6535 p.price, #product-3396 p.price, #product-3349 p.price, #product-3236 p.price, #product-3229 p.price, #product-3223 p.price, #product-7812 p.price, #product-8019 p.price {
  display: none;
}
/*Contact US*/
.contact-us-page-wrapper .page-content-block {
  width: 100%;
  padding: 60px 0 0 0;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper {
  width: 50%;
  float: left;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper h2 {
  font-size: 1.4285714286em;
  font-weight: normal;
  font-family: "Playfair Display";
  margin: 0;
  line-height: 1.2;
  margin-top: 5px;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form {
  margin-top: 30px;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row {
  width: 100%;
  margin-bottom: 10px;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row input[type=text], .contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row input[type=email] {
  width: 100%;
  height: 50px;
  border: #000 solid 1px;
  font-size: 0.7619047619em;
  padding: 0 20px 0 20px;
  outline: none;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row button {
  outline: none;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row select {
  width: 100%;
  height: 50px;
  border: #000 solid 1px;
  font-size: 0.7619047619em;
  padding-left: 20px;
  outline: none;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row textarea {
  width: 100%;
  height: 150px;
  border: #000 solid 1px;
  font-size: 0.7619047619em;
  padding: 20px;
  resize: none;
  outline: none;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row .form-item {
  width: 100%;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row .form-item.first {
  width: 49%;
  float: left;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row .form-item.last {
  width: 49%;
  float: right;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .form-row .form-item.submit {
  margin-top: 30px;
  text-align: center;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form span.wpcf7-not-valid-tip {
  display: none;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .contact-us-form .wpcf7-not-valid {
  border: #f00 solid 1px !important;
}
.contact-us-page-wrapper .page-content-block .contact-form-wrapper .wpcf7-response-output {
  font-size: 0.7619047619em;
  margin-left: 0;
  margin-right: 0;
}
.contact-us-page-wrapper .page-content-block .map-wrapper {
  width: 42%;
  float: right;
}
.contact-us-page-wrapper .page-content-block .map-wrapper h3 {
  font-size: 1em;
  margin: 0;
  line-height: 1;
}
.contact-us-page-wrapper .page-content-block .map-wrapper h4 {
  font-weight: normal;
  font-size: 0.8571428571em;
  margin: 5px 0 20px 0;
}
.contact-us-page-wrapper .page-content-block .map-wrapper .map-border {
  border: #dbdbdb solid 2px;
  margin-top: 3%;
}
.contact-us-page-wrapper .page-content-block .map-wrapper .map-border .map {
  width: 104%;
  margin-left: -2%;
  margin-top: -2%;
  position: relative;
  z-index: -1;
}
.contact-us-page-wrapper .page-content-block .map-wrapper .map-border .map iframe {
  width: 100% !important;
}
.contact-us-page-wrapper .page-content-block .map-wrapper .map-border .phone-numbers {
  padding: 15px 30px 15px 30px;
  font-size: 0.8571428571em;
  text-transform: uppercase;
}
.contact-us-page-wrapper .page-content-block .map-wrapper .map-border .phone-numbers a {
  color: #000000;
  text-decoration: none;
}
.contact-us-page-wrapper .page-content-block .map-wrapper .map-border .phone-numbers span:last-child {
  padding-left: 30px;
}
/*Gallery*/
.page-template-template-gallery .page-content-block {
  width: 100%;
  padding-top: 10px;
}
.page-template-template-gallery .page-content-block .gallery-heading h2 {
  text-align: center;
  margin: 50px 0 50px 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.7619047619em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 4px;
}
.page-template-template-gallery .page-content-block .ngg-breadcrumbs {
  padding: 0 0 0 45px;
  font-family: "Montserrat", sans-serif;
}
.page-template-template-gallery .gallery-breadcrumbs ul {
  margin: 0 0 20px 5px;
  padding: 0 !important;
}
.page-template-template-gallery .gallery-breadcrumbs ul li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.6666666667em;
}
.ngg-albumoverview.compact-numbered .ngg-album-compact {
  text-align: center;
  margin: 0 10px 10px 0 !important;
  padding: 10px !important;
  border: 1px solid rgba(150, 150, 150, 0.3);
  box-shadow: 0 0 4px 2px rgba(150, 150, 150, 0.1);
  float: none;
  display: inline-block;
  width: 23%;
}
.ngg-albumoverview.compact-numbered .ngg-album-compactbox, .ngg-albumoverview.compact-numbered .ngg-album-compactbox .Thumb {
  border: none !important;
}
.compact-numbered .ngg-album-compactbox:before, .compact-numbered .ngg-album-compactbox:after {
  display: none;
}
.before-after-gallery {
  text-align: center;
}
.before-after-gallery .gallery-description-numbered {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}
.before-after-gallery .ngg-gallery-thumbnail-box {
  float: none;
  display: inline-block;
}
/*CART*/
.woocommerce-cart h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.380952381em;
  line-height: 1;
  margin: 60px 0 20px 0;
  color: #000;
}
.woocommerce-cart .shopping-cart-intro {
  margin-bottom: 30px;
}
.tc-epo-metadata.variation {
  font-family: "Montserrat", sans-serif;
  font-size: 0.6666666667em;
}
.tc-epo-metadata.variation .tc-name.variation-inches {
  display: none;
}
.tc-epo-metadata.variation dt {
  width: 215px;
}
.tc-epo-metadata.variation dd {
  float: left;
  margin-right: 5px !important;
  font-weight: bold;
}
.tc-epo-metadata.variation .tc-value {
  float: left;
  margin-right: 5px !important;
  font-weight: bold;
}
.tc-epo-metadata.variation .tc-value p {
  margin: 0;
}
.tc-epo-metadata.variation dd p {
  margin: 0;
}
.woocommerce-cart table.cart img {
  width: 270px;
}
.woocommerce-cart-form table {
  border: #e2e2e2 solid 2px !important;
  border-radius: 0 !important;
  border-bottom: none !important;
}
.woocommerce-cart-form table td {
  padding-top: 40px !important;
  vertical-align: top !important;
  border-top: none !important;
  border-bottom: #e2e2e2 solid 2px !important;
}
.woocommerce-cart-form table td.product-name a {
  color: #000;
  text-decoration: none;
  font-size: 1.2380952381em;
  font-weight: 700;
}
.woocommerce-cart-form table td.product-name .tm-cart-edit-options {
  display: none !important;
}
.woocommerce-cart-form table td.actions {
  padding: 15px !important;
}
.woocommerce-cart-form table td.actions button {
  height: 40px;
  border: #000 solid 1px !important;
  background: none !important;
  color: #8e1c1d;
  margin-left: 10px;
  line-height: 40px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6666666667em;
  text-transform: uppercase;
}
.woocommerce-cart-form table td.actions button:hover {
  color: #000;
}
.woocommerce-cart-form table td.product-remove {
  padding-top: 10px !important;
}
.woocommerce-cart-form table td.product-remove a {
  color: #919191 !important;
}
.woocommerce-cart-form table td.product-remove a a:hover {
  background-color: #919191 !important;
}
.woocommerce-cart-form table td.product-quantity input[type=number] {
  height: 40px;
  border: #000 solid 1px !important;
  border-radius: 2px;
  width: 80px !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding-left: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-cart-form table td.product-subtotal {
  font-size: 1.4285714286em;
  color: #8e1c1d;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-cart-form .edit-options-item {
  width: 100%;
  float: left;
  border-top: #e2e2e2 solid 2px;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}
.woocommerce-cart-form .edit-options-item a {
  text-transform: uppercase;
  color: #8e1c1d !important;
  font-size: 0.5714285714em !important;
  font-family: "Montserrat", sans-serif;
  font-weight: normal !important;
  display: inline-block;
  padding-right: 25px;
  background: url("../img/icons/edit.png") no-repeat 100% 8px;
  width: 120px;
}
.woocommerce-cart-form .edit-options-item a:hover {
  font-weight: bold !important;
}
.woocommerce-cart-form input[type=text] {
  height: 40px;
  border: #000 solid 1px !important;
  border-radius: 2px;
  width: 250px !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding-left: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce a.remove {
  color: #919191 !important;
}
.woocommerce a.remove:hover {
  background-color: #919191 !important;
}
.cart-collaterals .cart_totals table {
  border: #8e1c1d solid 2px !important;
  border-radius: 0 !important;
}
.cart-collaterals .cart_totals table th {
  vertical-align: middle;
}
.cart-collaterals .cart_totals table td {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8571428571em;
  vertical-align: middle;
}
.cart-collaterals .cart_totals table td ul li {
  margin: 0 !important;
}
.cart-collaterals .cart_totals table td .woocommerce-shipping-destination {
  display: none;
}
.cart-collaterals .cart_totals table .order-total .woocommerce-Price-amount.amount {
  font-size: 1.4285714286em;
  font-weight: 900;
}
.cart-collaterals .red-bordered-btn {
  display: inline-block;
  padding: 0 70px 0 40px !important;
  height: 56px !important;
  line-height: 56px !important;
  border: #8e1c1d solid 2px !important;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center !important;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.7619047619em !important;
  color: #8e1c1d !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
.cart-collaterals .red-bordered-btn:hover {
  text-decoration: none;
  background-position: 95% center !important;
}
.woocommerce-checkout h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.380952381em;
  line-height: 1;
  margin: 60px 0 20px 0;
  color: #000;
}
.woocommerce-checkout h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9523809524em;
}
.woocommerce-checkout h3 label {
  font-size: inherit;
}
.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=tel], .woocommerce-checkout select {
  height: 40px;
  border: #000 solid 1px !important;
  border-radius: 2px;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding-left: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-checkout textarea {
  height: 100px !important;
  border: #000 solid 1px !important;
  border-radius: 2px;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
  resize: none;
}
.woocommerce-checkout label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.7619047619em;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 40px;
  border: #000 solid 1px !important;
  border-radius: 2px;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  padding-left: 10px;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
}
.woocommerce-checkout .select2-results__option[aria-selected], .woocommerce-checkout .select2-results__option[data-selected] {
  font-weight: 400 !important;
  font-size: 0.6666666667em;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
}
.woocommerce-checkout .woocommerce-info {
  border-top-color: #000;
}
.woocommerce-checkout .woocommerce-info a {
  color: #000;
}
.woocommerce-checkout .woocommerce-info::before {
  color: #000;
}
.woocommerce-checkout form.checkout_coupon {
  border-radius: 0;
}
.woocommerce-checkout .shop_table {
  border-radius: 0 !important;
  border: #e2e2e2 solid 1px !important;
}
.woocommerce-checkout #payment {
  border-radius: 0 !important;
  background: none;
  border: #e2e2e2 solid 1px !important;
}
.woocommerce-checkout #payment label {
  font-size: 0.8571428571em;
}
.woocommerce-checkout #payment p {
  font-size: 0.8571428571em;
}
.woocommerce-checkout .red-bordered-btn {
  display: inline-block;
  padding: 0 70px 0 40px !important;
  height: 56px !important;
  line-height: 56px !important;
  border: #8e1c1d solid 2px !important;
  background: url("../img/icons/right_arrow_red.png") no-repeat 90% center !important;
  letter-spacing: 5px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.7619047619em !important;
  color: #8e1c1d !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease 0.2s;
}
.woocommerce-checkout .red-bordered-btn:hover {
  text-decoration: none;
  background-position: 95% center !important;
}
.testimonials-page-wrapper .page-intro-block {
  text-align: center;
  padding: 50px 10% 50px 10%;
}
.testimonials-list {
  display: flex;
  flex-flow: column wrap;
  max-height: 7200px;
  margin-left: -8px;
  /* Adjustment for the gutter */
  width: 100%;
  counter-reset: brick;
}
.testimonials-list .testimonial-item {
  width: 48%;
  margin: 0 0 40px 0;
  position: relative;
  font-size: 0.7142857143em;
}
.testimonials-list .testimonial-item:nth-child(2n + 1) {
  margin-right: 4%;
}
.testimonials-list .testimonial-item .text {
  background: #f3f4f4;
  border-radius: 10px;
  padding: 30px 50px 30px 50px;
  position: relative;
  transition: all ease 0.2s;
}
.testimonials-list .testimonial-item .text:before {
  width: 17px;
  height: 13px;
  background: url("../img/icons/quote.png") no-repeat center;
  position: absolute;
  top: 50px;
  left: 25px;
  content: "";
  display: block;
}
.testimonials-list .testimonial-item .text:after {
  width: 42px;
  height: 15px;
  background: url("../img/icons/quote_arrow.png") no-repeat center;
  position: absolute;
  bottom: -15px;
  left: 40px;
  content: "";
  display: block;
}
.testimonials-list .testimonial-item .text:hover {
  -webkit-box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.45);
  background: #fff;
}
.testimonials-list .testimonial-item .text:hover:after {
  background: url("../img/icons/quote_arrow_hover.png") no-repeat center;
}
.testimonials-list .testimonial-item .author {
  color: #8e1c1d;
  font-family: "Montserrat", sans-serif;
  margin-top: 25px;
  padding-left: 50px;
}
/*=====================================================================*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1440px) {
  .header .header-text {
    padding-left: 10%;
  }
  .home-slider .caption-wrap {
    width: 600px !important;
    left: 15% !important;
  }
  .home-slider .caption-wrap h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  .header .header-text {
    padding-left: 15%;
  }
  .header .content-block {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .header .nav-bar {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .header .account-actions .account-nav ul {
    width: 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .nav-bar .nav {
    left: -6%;
  }
  .header .header-text {
    padding-left: 20%;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 57%;
  }
  .home-about-us .home-about-us-text {
    width: 40%;
  }
  .home-hurricane-secutiry .home-huccicane-content .home-huccicane-content-inner {
    width: 40%;
  }
  .home-slider .caption-wrap {
    width: 600px !important;
    left: 10% !important;
  }
  .home-slider .caption-wrap h3 {
    font-size: 20px;
  }
  .home-slider .caption-wrap h2 {
    font-size: 35px;
  }
  .home-slider .caption-wrap p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .header .nav-bar .nav {
    left: -8%;
  }
  .header .header-text {
    padding-left: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
  }
  .other-products .home-shipping-line .shipping-line-text {
    padding-left: 11%;
    background-position: 5% center;
  }
  .footer .footer-line .footer-navigation4 ul li {
    margin-right: 13px;
  }
  .home-products-categories .category-list .category-item {
    height: 250px;
  }
  .other-products .home-shipping-line .shop-button {
    width: 25%;
  }
  .home-about-us .home-about-us-text {
    width: 50%;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 62%;
  }
}
@media only screen and (max-width: 1100px) {
  .header .account-actions .search-form {
    width: 160px;
  }
  .other-products .home-shipping-line .shipping-line-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  /*sidebar navigation*/
  .header .logo {
    width: 100%;
    text-align: center;
    float: none;
  }
  .header .header-text {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    padding: 0;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .header .header-social {
    float: none;
    width: 100%;
    text-align: center;
  }
  nav.nav {
    display: none;
  }
  .home-products-categories .category-list .category-item {
    width: calc(100%/2);
  }
  .other-products .other-products-list .other-product-item {
    width: calc(100%/2);
  }
  .other-products .home-shipping-line .shipping-line-text {
    padding-left: 12%;
    background-position: 3% center;
    width: 70%;
    line-height: 1.2;
  }
  .other-products .home-shipping-line .shop-button {
    width: 30%;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 100%;
  }
  .home-about-us .home-about-us-text {
    width: 100%;
  }
  .home-hurricane-secutiry .home-huccirane-heading h2 {
    font-size: 2.380952381em;
  }
  .home-hurricane-secutiry .home-huccirane-heading h3 {
    font-size: 20px;
  }
  .home-hurricane-secutiry .home-huccicane-content {
    background: none !important;
    margin-top: 20px;
  }
  .home-hurricane-secutiry .home-huccicane-content .home-huccicane-content-inner {
    width: 100%;
  }
  .footer-info-line span {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .footer .footer-line:nth-child(1) {
    display: none;
  }
  .footer .footer-line:nth-child(2) .footer-navigation3 {
    display: none;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe {
    width: 100%;
    text-align: center;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe #mc_embed_signup #mc_embed_signup_scroll {
    text-align: center;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe #mc_embed_signup .clear .button {
    top: 53px !important;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe #mc_embed_signup .mc-field-group {
    padding: 0;
    min-height: 30px;
  }
  .footer .footer-navigation-block {
    margin-top: 30px;
  }
  .footer .footer-line .footer-navigation4 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-line .footer-navigation ul {
    display: inline-block;
  }
  .footer .footer-line .footer-social {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 20px;
    margin-top: 10px;
  }
  .footer .footer-line .footer-logo {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
  #content {
    padding-bottom: 500px;
  }
  .page-content-wrapper .product-caterogies-block {
    display: none;
  }
  .page-content-wrapper .page-content-block {
    width: 100%;
  }
  .woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce div.product .summary.entry-summary {
    float: none;
    width: 100%;
    order: 1;
  }
  .product-left-side {
    float: none;
    width: 100%;
    order: 2;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    float: none;
    width: 100%;
    order: 3;
  }
  .contact-us-page-wrapper .page-content-block .contact-form-wrapper {
    width: 100%;
  }
  .contact-us-page-wrapper .page-content-block .map-wrapper {
    width: 100%;
  }
  .woocommerce table.shop_table td.product-name {
    font-size: 18px !important;
  }
  .woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    overflow: hidden;
  }
  .tc-epo-metadata.variation dt {
    text-align: left;
  }
  .woocommerce-cart-form table td.actions button {
    margin-left: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
  }
  .woocommerce-view-order .woocommerce-customer-details address {
    min-height: 100px;
  }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-top: 20px;
  }
  .header .account-actions .account-nav ul li a {
    padding: 10px 10px 10px 15px;
  }
  .products-sidebar .side-products-list {
    display: none;
  }
  .products-nav .products-nav-wrapper {
    height: 100vh;
  }
  .products-nav .products-nav-wrapper .products-sidebar {
    padding-bottom: 10px;
  }
  .mobile-nav-wrapper {
    width: 350px;
    float: right;
    padding-bottom: 30px;
    display: block !important;
    height: calc(100vh - 270px);
    overflow-y: auto;
  }
  .mobile-nav ul {
    margin: 0;
    padding-left: 60px;
    padding-bottom: 20px;
    border-bottom: #eee solid 2px;
  }
  .mobile-nav ul li {
    list-style-type: none;
  }
  .mobile-nav ul li a {
    float: none !important;
    width: 100% !important;
    font-family: "Montserrat", sans-serif;
    color: #000000;
  }
  .mobile-nav ul li a:hover {
    color: #8e1c1d;
  }
  .mobile-nav ul #menu-item-13055 {
    display: block !important;
  }
  .more-pages {
    color: #8e1c1d;
    position: relative;
    padding-left: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 20px;
  }
  .mobile-nav-wrapper .nav {
    display: block !important;
    position: static !important;
    text-align: left !important;
    padding-left: 60px;
  }
  .mobile-nav-wrapper .nav ul {
    border: none;
  }
  .mobile-nav-wrapper .nav li {
    display: block !important;
    line-height: 1.75 !important;
  }
  .mobile-nav-wrapper .nav a {
    font-family: "Montserrat", sans-serif !important;
    color: #000 !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 21px !important;
    padding: 0 !important;
    margin-top: 3px;
  }
  .mobile-nav-wrapper .nav ul li.shop-now-btn a {
    background-color: #fff !important;
  }
  .mobile-nav-wrapper .nav ul li.shop-now-btn a span {
    display: block;
    background-color: #fff !important;
  }
  .mobile-nav-wrapper .nav ul li.shop-now-btn a:after {
    display: none;
  }
  .header .nav-bar .products-nav .products-nav-title {
    color: transparent;
  }
  .header .header-social ul {
    margin-top: 20px;
  }
  .page-template-template-login article {
    padding-top: 100px;
  }
  .page-template-template-login article .register-section .lwa-default {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-template-login article .register-section .login-left {
    width: 100%;
    padding: 40px;
  }
  .page-template-template-login article .register-section .login-right {
    width: 100%;
    padding: 40px;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-template-template-login article h1 {
    font-size: 50px;
  }
  .custom-wood-styles div {
    width: 45%;
  }
  .custom-wood-styles div:nth-child(3n+1) {
    margin-left: 3%;
  }
  .custom-wood-styles div:nth-child(2n+1) {
    margin-left: 0;
  }
  .custom-wood-sizes div {
    width: calc(100% / 3);
  }
  .cutouts-list div {
    width: calc(100% / 4);
  }
  .home-slider .caption-wrap {
    width: 90% !important;
    left: 5% !important;
  }
  .home-slider .caption-wrap h3 {
    font-size: 16px;
    margin: 10px 0 0 0 !important;
  }
  .home-slider .caption-wrap h2 {
    font-size: 20px;
    margin: 0 !important;
  }
  .home-slider .caption-wrap p {
    font-size: 16px !important;
    margin: 10px 0 10px 0;
  }
  .home-slider .caption-wrap .red-bordered-btn {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }
  .page-banner h1 {
    font-size: 45px;
  }
  .post-type-archive-product ul.products li .price .amount, .tax-product_cat ul.products li .price .amount {
    font-size: 17px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 49% !important;
    padding-bottom: 65px;
    float: none !important;
    clear: none !important;
    margin: 0 auto 2% 0 !important;
  }
  .woocommerce ul.products[class*=columns-] li.product:first-child, .woocommerce-page ul.products[class*=columns-] li.product:first-child {
    left: -1px;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    width: 49% !important;
    margin: 0 0 2% auto !important;
  }
  .post-type-archive-product ul.products li .price .loop-product-arrow, .tax-product_cat ul.products li .price .loop-product-arrow {
    height: 53px;
  }
  .post-type-archive-product ul.products li a .imagewrapper, .tax-product_cat ul.products li a .imagewrapper {
    height: 175px;
    padding: 10px 10px 0 10px !important;
  }
  .post-type-archive-product ul.products li .loop-short-description, .tax-product_cat ul.products li .loop-short-description {
    display: none;
  }
  .home-products-categories .category-list .category-item {
    width: 49%;
  }
  .home-products-categories .category-list .category-item:nth-child(2n) {
    margin-left: 1%;
  }
  .other-products .other-products-list .other-product-item {
    width: 100%;
  }
  .other-products .home-shipping-line {
    flex-wrap: wrap;
    padding: 10px;
  }
  .other-products .home-shipping-line .shipping-line-text {
    width: 100%;
    padding-left: 20%;
  }
  .other-products .home-shipping-line .shop-button {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }
  .home-about-us .home-about-us-text h2 {
    font-size: 1.9047619048em;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 200%;
  }
  .home-hurricane-secutiry {
    margin-top: 50px;
  }
  .home-hurricane-secutiry .home-huccirane-heading h2 {
    font-size: 1.4285714286em;
  }
  .footer .footer-line .footer-navigation4 ul li {
    font-size: 0.8571428571em;
    float: none;
  }
  .footer .footer-info-line {
    line-height: 1.2;
  }
  .footer-btn {
    margin: 0 5px 0 5px;
  }
  .footer-info-line span {
    margin-bottom: 20px;
  }
  .home-products-categories .category-list .category-item .subcategories {
    display: none !important;
  }
  .home-products-categories .category-list .category-item {
    height: 140px;
    margin-bottom: 1%;
  }
  .home-products-categories .category-list .category-item a .category-number {
    font-size: 3.8095238095em;
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item a .category-name {
    font-size: 0.7142857143em;
    padding: 15px 15px 15px 0;
    max-width: 60%;
  }
  .tc-extra-product-options .tm-row label.tm-epo-element-label {
    font-size: 16px;
  }
  .tc-extra-product-options .tm-row .left-side-select-div {
    width: 55%;
  }
  .tc-extra-product-options .tm-row .full-width-select-div label.tm-epo-element-label {
    max-width: 32.6% !important;
  }
  .tc-extra-product-options .tm-row label.tm-epo-element-label {
    font-size: 0.6666666667em;
  }
  .tc-extra-product-options .tm-row select {
    font-size: 0.6666666667em;
  }
  .single-product form.cart .single_add_to_cart_button {
    font-size: 0.6666666667em !important;
    padding: 0 55px 0 30px !important;
  }
  .woocommerce div.product .product_title {
    font-size: 1.4285714286em;
  }
  .custom-pricing-block {
    font-size: 1.4285714286em;
  }
  .post-type-archive-product .woocommerce-products-header__title.page-title, .tax-product_cat .woocommerce-products-header__title.page-title {
    line-height: 1.2;
    font-size: 1.6666666667em;
  }
  .woocommerce table.cart td.actions .coupon .button {
    width: 27% !important;
  }
  .cart-collaterals .red-bordered-btn {
    padding: 0 35px 0 0px !important;
    font-size: 13px !important;
  }
  .header .account-actions .account-nav ul {
    width: 160px;
  }
  .header .header-text {
    display: none;
  }
  .header .header-social {
    display: none;
  }
  .home-slider {
    display: none;
  }
  .page-template-template-home .header .nav-bar {
    background: url("../img/shop_bg.jpg") no-repeat center /cover;
  }
  .header .logo img {
    margin-top: 20px;
  }
  .home-products-categories .category-list .category-item.item7 .category-number {
    margin-top: -35px;
  }
  .home-products-categories .category-list .category-item.item3 .category-number {
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item.item4 .category-number {
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item.item5 .category-number {
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item.item6 .category-number {
    margin-top: -10px;
  }
  .woocommerce-cart-form input[type=text] {
    width: 200px !important;
  }
  .ngg-albumoverview.compact-numbered {
    display: flex !important;
    flex-wrap: wrap;
  }
  .ngg-albumoverview.compact-numbered .ngg-album-compact {
    width: 48.5% !important;
    margin: 0 auto 3% 0 !important;
  }
  .ngg-albumoverview.compact-numbered .ngg-album-compact:nth-child(2n) {
    margin: 0 0 3% auto !important;
  }
  .ngg-albumoverview.compact-numbered .ngg-album-compact h4 .ngg-album-desc {
    height: 40px;
    line-height: 1.2;
  }
  .page-template-template-gallery .page-content-block .gallery-heading h2 {
    margin: 25px 0 25px 0;
  }
  .page-template-template-gallery .ngg-galleryoverview {
    margin-top: 20px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs {
    width: 100%;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs .ngg-breadcrumbs {
    line-height: 1.2;
    text-align: left;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs .ngg-breadcrumbs li {
    display: inline;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs .ngg-breadcrumbs li span {
    padding: 0 5px 0 5px;
  }
  .page-template-template-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 49% !important;
    margin: 0 auto 3% 0 !important;
  }
  .page-template-template-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(2n) {
    margin: 0 0 3% auto !important;
  }
  .page-template-template-gallery .sl-wrapper .sl-image .sl-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .testimonials-list {
    display: block;
    margin-left: 0 !important;
    max-height: 25000px;
  }
  .testimonials-list .testimonial-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1440px) {
  .header .header-text {
    padding-left: 10%;
  }
  .home-slider .caption-wrap {
    width: 600px !important;
    left: 15% !important;
  }
  .home-slider .caption-wrap h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  .header .header-text {
    padding-left: 15%;
  }
  .header .content-block {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .header .nav-bar {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .header .account-actions .account-nav ul {
    width: 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .nav-bar .nav {
    left: -6%;
  }
  .header .header-text {
    padding-left: 20%;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 57%;
  }
  .home-about-us .home-about-us-text {
    width: 40%;
  }
  .home-hurricane-secutiry .home-huccicane-content .home-huccicane-content-inner {
    width: 40%;
  }
  .home-slider .caption-wrap {
    width: 600px !important;
    left: 10% !important;
  }
  .home-slider .caption-wrap h3 {
    font-size: 20px;
  }
  .home-slider .caption-wrap h2 {
    font-size: 35px;
  }
  .home-slider .caption-wrap p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .header .nav-bar .nav {
    left: -8%;
  }
  .header .header-text {
    padding-left: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
  }
  .other-products .home-shipping-line .shipping-line-text {
    padding-left: 11%;
    background-position: 5% center;
  }
  .footer .footer-line .footer-navigation4 ul li {
    margin-right: 13px;
  }
  .home-products-categories .category-list .category-item {
    height: 250px;
  }
  .other-products .home-shipping-line .shop-button {
    width: 25%;
  }
  .home-about-us .home-about-us-text {
    width: 50%;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 62%;
  }
}
@media only screen and (max-width: 1100px) {
  .header .account-actions .search-form {
    width: 160px;
  }
  .other-products .home-shipping-line .shipping-line-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  /*sidebar navigation*/
  .header .logo {
    width: 100%;
    text-align: center;
    float: none;
  }
  .header .header-text {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    padding: 0;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .header .header-social {
    float: none;
    width: 100%;
    text-align: center;
  }
  nav.nav {
    display: none;
  }
  .home-products-categories .category-list .category-item {
    width: calc(100%/2);
  }
  .other-products .other-products-list .other-product-item {
    width: calc(100%/2);
  }
  .other-products .home-shipping-line .shipping-line-text {
    padding-left: 12%;
    background-position: 3% center;
    width: 70%;
    line-height: 1.2;
  }
  .other-products .home-shipping-line .shop-button {
    width: 30%;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 100%;
  }
  .home-about-us .home-about-us-text {
    width: 100%;
  }
  .home-hurricane-secutiry .home-huccirane-heading h2 {
    font-size: 2.380952381em;
  }
  .home-hurricane-secutiry .home-huccirane-heading h3 {
    font-size: 20px;
  }
  .home-hurricane-secutiry .home-huccicane-content {
    background: none !important;
    margin-top: 20px;
  }
  .home-hurricane-secutiry .home-huccicane-content .home-huccicane-content-inner {
    width: 100%;
  }
  .footer-info-line span {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .footer .footer-line:nth-child(1) {
    display: none;
  }
  .footer .footer-line:nth-child(2) .footer-navigation3 {
    display: none;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe {
    width: 100%;
    text-align: center;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe #mc_embed_signup #mc_embed_signup_scroll {
    text-align: center;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe #mc_embed_signup .clear .button {
    top: 53px !important;
  }
  .footer .footer-line:nth-child(2) .footer-subscribe #mc_embed_signup .mc-field-group {
    padding: 0;
    min-height: 30px;
  }
  .footer .footer-navigation-block {
    margin-top: 30px;
  }
  .footer .footer-line .footer-navigation4 {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer-line .footer-navigation ul {
    display: inline-block;
  }
  .footer .footer-line .footer-social {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 20px;
    margin-top: 10px;
  }
  .footer .footer-line .footer-logo {
    width: 50%;
    float: left;
    padding-left: 20px;
  }
  #content {
    padding-bottom: 500px;
  }
  .page-content-wrapper .product-caterogies-block {
    display: none;
  }
  .page-content-wrapper .page-content-block {
    width: 100%;
  }
  .woocommerce div.product {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce div.product .summary.entry-summary {
    float: none;
    width: 100%;
    order: 1;
  }
  .product-left-side {
    float: none;
    width: 100%;
    order: 2;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    float: none;
    width: 100%;
    order: 3;
  }
  .contact-us-page-wrapper .page-content-block .contact-form-wrapper {
    width: 100%;
  }
  .contact-us-page-wrapper .page-content-block .map-wrapper {
    width: 100%;
  }
  .woocommerce table.shop_table td.product-name {
    font-size: 18px !important;
  }
  .woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    overflow: hidden;
  }
  .tc-epo-metadata.variation dt {
    text-align: left;
  }
  .woocommerce-cart-form table td.actions button {
    margin-left: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
  }
  .woocommerce-view-order .woocommerce-customer-details address {
    min-height: 100px;
  }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-top: 20px;
  }
  .header .account-actions .account-nav ul li a {
    padding: 10px 10px 10px 15px;
  }
  .products-sidebar .side-products-list {
    display: none;
  }
  .products-nav .products-nav-wrapper {
    height: 100vh;
  }
  .products-nav .products-nav-wrapper .products-sidebar {
    padding-bottom: 10px;
  }
  .mobile-nav-wrapper {
    width: 350px;
    float: right;
    padding-bottom: 30px;
    display: block !important;
    height: calc(100vh - 270px);
    overflow-y: auto;
  }
  .mobile-nav ul {
    margin: 0;
    padding-left: 60px;
    padding-bottom: 20px;
    border-bottom: #eee solid 2px;
  }
  .mobile-nav ul li {
    list-style-type: none;
  }
  .mobile-nav ul li a {
    float: none !important;
    width: 100% !important;
    font-family: "Montserrat", sans-serif;
    color: #000000;
  }
  .mobile-nav ul li a:hover {
    color: #8e1c1d;
  }
  .mobile-nav ul #menu-item-13055 {
    display: block !important;
  }
  .more-pages {
    color: #8e1c1d;
    position: relative;
    padding-left: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-top: 20px;
  }
  .mobile-nav-wrapper .nav {
    display: block !important;
    position: static !important;
    text-align: left !important;
    padding-left: 60px;
  }
  .mobile-nav-wrapper .nav ul {
    border: none;
  }
  .mobile-nav-wrapper .nav li {
    display: block !important;
    line-height: 1.75 !important;
  }
  .mobile-nav-wrapper .nav a {
    font-family: "Montserrat", sans-serif !important;
    color: #000 !important;
    text-transform: none !important;
    font-weight: normal !important;
    font-size: 21px !important;
    padding: 0 !important;
    margin-top: 3px;
  }
  .mobile-nav-wrapper .nav ul li.shop-now-btn a {
    background-color: #fff !important;
  }
  .mobile-nav-wrapper .nav ul li.shop-now-btn a span {
    display: block;
    background-color: #fff !important;
  }
  .mobile-nav-wrapper .nav ul li.shop-now-btn a:after {
    display: none;
  }
  .header .nav-bar .products-nav .products-nav-title {
    color: transparent;
  }
  .header .header-social ul {
    margin-top: 20px;
  }
  .page-template-template-login article {
    padding-top: 100px;
  }
  .page-template-template-login article .register-section .lwa-default {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-template-login article .register-section .login-left {
    width: 100%;
    padding: 40px;
  }
  .page-template-template-login article .register-section .login-right {
    width: 100%;
    padding: 40px;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-template-template-login article h1 {
    font-size: 50px;
  }
  .custom-wood-styles div {
    width: 45%;
  }
  .custom-wood-styles div:nth-child(3n+1) {
    margin-left: 3%;
  }
  .custom-wood-styles div:nth-child(2n+1) {
    margin-left: 0;
  }
  .custom-wood-sizes div {
    width: calc(100% / 3);
  }
  .cutouts-list div {
    width: calc(100% / 4);
  }
  .home-slider .caption-wrap {
    width: 90% !important;
    left: 5% !important;
  }
  .home-slider .caption-wrap h3 {
    font-size: 16px;
    margin: 10px 0 0 0 !important;
  }
  .home-slider .caption-wrap h2 {
    font-size: 20px;
    margin: 0 !important;
  }
  .home-slider .caption-wrap p {
    font-size: 16px !important;
    margin: 10px 0 10px 0;
  }
  .home-slider .caption-wrap .red-bordered-btn {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }
  .page-banner h1 {
    font-size: 45px;
  }
  .post-type-archive-product ul.products li .price .amount, .tax-product_cat ul.products li .price .amount {
    font-size: 17px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 49% !important;
    padding-bottom: 65px;
    float: none !important;
    clear: none !important;
    margin: 0 auto 2% 0 !important;
  }
  .woocommerce ul.products[class*=columns-] li.product:first-child, .woocommerce-page ul.products[class*=columns-] li.product:first-child {
    left: -1px;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    width: 49% !important;
    margin: 0 0 2% auto !important;
  }
  .post-type-archive-product ul.products li .price .loop-product-arrow, .tax-product_cat ul.products li .price .loop-product-arrow {
    height: 53px;
  }
  .post-type-archive-product ul.products li a .imagewrapper, .tax-product_cat ul.products li a .imagewrapper {
    height: 175px;
    padding: 10px 10px 0 10px !important;
  }
  .post-type-archive-product ul.products li .loop-short-description, .tax-product_cat ul.products li .loop-short-description {
    display: none;
  }
  .home-products-categories .category-list .category-item {
    width: 49%;
  }
  .home-products-categories .category-list .category-item:nth-child(2n) {
    margin-left: 1%;
  }
  .other-products .other-products-list .other-product-item {
    width: 100%;
  }
  .other-products .home-shipping-line {
    flex-wrap: wrap;
    padding: 10px;
  }
  .other-products .home-shipping-line .shipping-line-text {
    width: 100%;
    padding-left: 20%;
  }
  .other-products .home-shipping-line .shop-button {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
  }
  .home-about-us .home-about-us-text h2 {
    font-size: 1.9047619048em;
  }
  .home-about-us .home-about-us-overlay {
    background-size: 200%;
  }
  .home-hurricane-secutiry {
    margin-top: 50px;
  }
  .home-hurricane-secutiry .home-huccirane-heading h2 {
    font-size: 1.4285714286em;
  }
  .footer .footer-line .footer-navigation4 ul li {
    font-size: 0.8571428571em;
    float: none;
  }
  .footer .footer-info-line {
    line-height: 1.2;
  }
  .footer-btn {
    margin: 0 5px 0 5px;
  }
  .footer-info-line span {
    margin-bottom: 20px;
  }
  .home-products-categories .category-list .category-item .subcategories {
    display: none !important;
  }
  .home-products-categories .category-list .category-item {
    height: 140px;
    margin-bottom: 1%;
  }
  .home-products-categories .category-list .category-item a .category-number {
    font-size: 3.8095238095em;
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item a .category-name {
    font-size: 0.7142857143em;
    padding: 15px 15px 15px 0;
    max-width: 60%;
  }
  .tc-extra-product-options .tm-row label.tm-epo-element-label {
    font-size: 16px;
  }
  .tc-extra-product-options .tm-row .left-side-select-div {
    width: 55%;
  }
  .tc-extra-product-options .tm-row .full-width-select-div label.tm-epo-element-label {
    max-width: 32.6% !important;
  }
  .tc-extra-product-options .tm-row label.tm-epo-element-label {
    font-size: 0.6666666667em;
  }
  .tc-extra-product-options .tm-row select {
    font-size: 0.6666666667em;
  }
  .single-product form.cart .single_add_to_cart_button {
    font-size: 0.6666666667em !important;
    padding: 0 55px 0 30px !important;
  }
  .woocommerce div.product .product_title {
    font-size: 1.4285714286em;
  }
  .custom-pricing-block {
    font-size: 1.4285714286em;
  }
  .post-type-archive-product .woocommerce-products-header__title.page-title, .tax-product_cat .woocommerce-products-header__title.page-title {
    line-height: 1.2;
    font-size: 1.6666666667em;
  }
  .woocommerce table.cart td.actions .coupon .button {
    width: 27% !important;
  }
  .cart-collaterals .red-bordered-btn {
    padding: 0 35px 0 0px !important;
    font-size: 13px !important;
  }
  .header .account-actions .account-nav ul {
    width: 160px;
  }
  .header .header-text {
    display: none;
  }
  .header .header-social {
    display: none;
  }
  .home-slider {
    display: none;
  }
  .page-template-template-home .header .nav-bar {
    background: url("../img/shop_bg.jpg") no-repeat center /cover;
  }
  .header .logo img {
    margin-top: 20px;
  }
  .home-products-categories .category-list .category-item.item7 .category-number {
    margin-top: -35px;
  }
  .home-products-categories .category-list .category-item.item3 .category-number {
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item.item4 .category-number {
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item.item5 .category-number {
    margin-top: -30px;
  }
  .home-products-categories .category-list .category-item.item6 .category-number {
    margin-top: -10px;
  }
  .woocommerce-cart-form input[type=text] {
    width: 200px !important;
  }
  .ngg-albumoverview.compact-numbered {
    display: flex !important;
    flex-wrap: wrap;
  }
  .ngg-albumoverview.compact-numbered .ngg-album-compact {
    width: 48.5% !important;
    margin: 0 auto 3% 0 !important;
  }
  .ngg-albumoverview.compact-numbered .ngg-album-compact:nth-child(2n) {
    margin: 0 0 3% auto !important;
  }
  .ngg-albumoverview.compact-numbered .ngg-album-compact h4 .ngg-album-desc {
    height: 40px;
    line-height: 1.2;
  }
  .page-template-template-gallery .page-content-block .gallery-heading h2 {
    margin: 25px 0 25px 0;
  }
  .page-template-template-gallery .ngg-galleryoverview {
    margin-top: 20px !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs {
    width: 100%;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs .ngg-breadcrumbs {
    line-height: 1.2;
    text-align: left;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs .ngg-breadcrumbs li {
    display: inline;
  }
  .page-template-template-gallery .ngg-galleryoverview .gallery-breadcrumbs .ngg-breadcrumbs li span {
    padding: 0 5px 0 5px;
  }
  .page-template-template-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 49% !important;
    margin: 0 auto 3% 0 !important;
  }
  .page-template-template-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(2n) {
    margin: 0 0 3% auto !important;
  }
  .page-template-template-gallery .sl-wrapper .sl-image .sl-caption {
    padding-top: 0;
    padding-bottom: 0;
  }
  .testimonials-list {
    display: block;
    margin-left: 0 !important;
    max-height: 25000px;
  }
  .testimonials-list .testimonial-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  a[href]:after {
    content: none !important;
  }
  .header-text, .header-social, .nav-bar, .product-caterogies-block, .footer, .woocommerce-breadcrumb {
    display: none !important;
  }
  .page-content-block {
    width: 100% !important;
  }
  .page-banner {
    background: none !important;
    height: auto !important;
    margin-top: 80px;
  }
  .page-banner h1 {
    font-size: 30px;
  }
  .product-left-side {
    float: none;
    width: 100% !important;
    margin-top: 50px;
  }
  .woocommerce div.product .summary.entry-summary {
    float: none;
    width: 100% !important;
    margin-top: 50px;
  }
  #content {
    padding-bottom: 0 !important;
  }
}