<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 1703:24 Comments in CSS use "/* ... */" instead of "//"
Line 2342:21 Expected identifier but found "*"
Line 2408:69 Expected identifier but found "*"
Line 2435:2 Expected identifier but found "*"
Line 2475:2 Expected identifier but found "*"
Line 2497:4 Expected identifier but found "*"
Line 2507:6 Expected identifier but found "*"
Line 3588:19 Unexpected "--&gt;"
Line 3683:24 Unexpected "--&gt;"
Line 3697:33 Unexpected "--&gt;"
... and 2 more hidden warnings

**/
/*
/*  SECTION 1
/*    1.1 - Base Styles
/*    1.2 - HTML5 &amp; Normalize
/*    1.3 - Forms and Inputs
/*    1.4 - Typography
/*    1.5 - Links and Buttons
/*    1.6 - Tables
/*    1.7 - Icons
/*    1.8 - Tags
/*
/*  SECTION 2
/*    2.1 - Helper classes
/*    2.2 - Lists
/*    2.3 - Select Dropdowns
/*
/*  SECTION 3
/*    3.1 - Utility
/*    3.2 - Header
/*    3.3 - Navigation
/*    3.4 - Footer
/*    3.5 - Homepage
/*    3.6 - Product &amp; Collections
/*    3.7 - Cart
/*    3.8 - Blogs/Articles/Search/FAQ
/*    3.9 - Customer Pages
/*
/*  SECTION 4
/*    4.1 - Media Query - Desktop Slim
/*    4.2 - Media Query - Tablet Landscape
/*    4.3 - Media Query - Mobile Landscape
/*    4.4 - Media Query - Mobile Portrait
/*
/*  SECTION 5
/*    5.1 - IE Fixes
/*
/*  SECTION 6
/*    6.1 - Fancybox plugin
/*    6.2 - FlexSlider plugin
/*    6.3 - jQuery Tabs
/*
/*  SECTION 7
/*    7.1 - Foundation Grid

/* =================== */
/*      SECTION 1      */
/* =================== */

/* 1.1 - Base Styles */
html,body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #f7f7f7;
}
html {
  font-size: 62.5%;
  -webkit-touch-callout:none;
  -webkit-text-size-adjust:none;
  -ms-text-size-adjust:100%;
}
body {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}
p {
  margin: 0 0 20px 0;
  font-size: 16px;
}



/* 1.2 - HTML5 &amp; Normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none!important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:\201C \201D \2018 \2019}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body,figure{margin:0}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}



/* 1.3 - Forms and Inputs */
form {
  margin:0;
  padding:0;
}
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
select, input[type=file] {
  height: 27px;
  height: auto;
  line-height: 27px;
}
input, textarea {
  -webkit-appearance: none;
  vertical-align:top;
  height:24px;
  line-height:16px;
  font-size:16px;
  padding:4px;
  border:1px solid #ccc;
  display:inline-block;
  border-radius:1px;
  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.06) inset;
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.06) inset;
}
input.focus, input:focus, textarea.focus, textarea:focus {
  border:1px solid #4c90ee;
  -moz-box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  -webkit-box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  box-shadow:0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
}
input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
  outline:none;
}
input[type=checkbox],input[type=radio] {
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=file] {
  cursor: pointer;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
input[type=submit] {
  cursor: pointer;
}
::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
:-moz-placeholder {
  color: #bbbbbb !important;
}
select {
  font-size: 16px;
  display: inline-block;
  color: #222;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  padding: 2px;
  padding: initial;
  border: 1px solid #ccc;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
@-moz-document url-prefix() {
  select {
  padding: 6px;
   } } /* Firefox fix */

select:focus, select.focus {
  outline: none;
  border: 1px solid #4c90ee;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  -moz-box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
  box-shadow: 0px 0px 2px 1px rgba(76, 144, 238, 0.3) inset, 0px 0px 2px 0px rgba(76, 144, 238, 0.2);
}
textarea {
  min-height: 72px;
}
img {
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
ul, ol {
  margin: 0 0 20px 20px;
  padding: 0;
}
ul li {
  margin-bottom: 5px;
}
ul {
  list-style: disc outside none;
}
.documentation-header {
  margin-bottom: 30px !important;
}

.custom-request label {
  display: block;
}
.custom-request textarea {
  width: 100%;
}

/*=================================================
Subscribe Better
=================================================*/

.ctct-custom-form {
  min-width: 280px !important;
  padding: 0 !important;
}

.sb {
  display: none;
  position: fixed;
  bottom: 0;
  right: 2%;
  width: 330px;
  background: white;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  z-index: 1999;
  opacity: 0;
}

@media only screen and (max-width: 425px){
  .sb {
    left: 50%;
    margin-left: -165px;
    right: auto;
  }
}

.sb h2 {
  margin-top: 0;
}

.sb p {
  font-size: 20px;
  margin-bottom: 12px !important;
}

.sb label {
  font-size: 14px;
}

.sb form input[type='text'], .sb form input[type='password'], .sb form input[type='email'], .sb form textarea{
  margin: 0;
  border: none;
  background: #f7f7f7;
  padding: 18px 10px;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ctct-custom-form .ctct-button {
  background-color: #000 !important;
}

.ctct-custom-form .ctct-button:hover {
  background-color: #333 !important;
}

.ctct-custom-form .ctct-button:active {
  background-color: #ccc !important;
}

.sb .sb-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ccc;
}

.sb.sb-withoverlay {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -250px;
}


.sb-open.sb-open-with-overlay {
  overflow: hidden;
}

.sb-open .sb-overlay {
  opacity: 1;
}

.sb-open .sb {
  opacity: 1;
}

#success_message {
  font-size: 14px;
}


[class^="sb-animation-"], [class*=" sb-animation-"] {
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
}

.sb-animation-flyInRight {
  -webkit-animation-name: flyInRight;
  -moz-animation-name: flyInRight;
  -o-animation-name: flyInRight;
  animation-name: flyInRight;
}

.sb-animation-flyOutRight {
  -webkit-animation-name: flyOutRight;
  -moz-animation-name: flyOutRight;
  -o-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

.sb-animation-flyInLeft {
  -webkit-animation-name: flyInLeft;
  -moz-animation-name: flyInLeft;
  -o-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

.sb-animation-flyOutLeft {
  -webkit-animation-name: flyOutLeft;
  -moz-animation-name: flyOutLeft;
  -o-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

.sb-animation-flyInUp {
  -webkit-animation-name: flyInUp;
  -moz-animation-name: flyInUp;
  -o-animation-name: flyInUp;
  animation-name: flyInUp;
}

.sb-animation-flyOutUp {
  -webkit-animation-name: flyOutUp;
  -moz-animation-name: flyOutUp;
  -o-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

.sb-animation-flyInDown {
  -webkit-animation-name: flyInDown;
  -moz-animation-name: flyInDown;
  -o-animation-name: flyInDown;
  animation-name: flyInDown;
}

.sb-animation-flyOutDown {
  -webkit-animation-name: flyOutDown;
  -moz-animation-name: flyOutDown;
  -o-animation-name: flyOutDown;
  animation-name: flyOutDown;
}
/*=================================================
Animation Library
=================================================*/

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3000px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes flyInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(3000px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes flyInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(3000px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    transform: translateX(3000px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes flyOutRight {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(3000px);
  }
}

@-moz-keyframes flyOutRight {
  0% {
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(3000px);
  }
}

@-o-keyframes flyOutRight {
  0% {
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(3000px);
  }
}

@keyframes flyOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(3000px);
  }
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3000px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes flyInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-3000px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes flyInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-3000px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    transform: translateX(-3000px);
  }

  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes flyOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-3000px);
  }
}

@-moz-keyframes flyOutLeft {
  0% {
    -moz-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(-3000px);
  }
}

@-o-keyframes flyOutLeft {
  0% {
    -o-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateX(-3000px);
  }
}

@keyframes flyOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-3000px);
  }
}

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes flyInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes flyInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes flyInUp {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes flyOutUp {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-moz-keyframes flyOutUp {
  0% {
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-o-keyframes flyOutUp {
  0% {
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}

@keyframes flyOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}


@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes flyInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes flyInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@keyframes flyInDown {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes flyOutDown {
  0% {
    -webkit-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-moz-keyframes flyOutDown {
  0% {
    -moz-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-o-keyframes flyOutDown {
  0% {
    -o-transform: translateY(0);
  }

  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}

@keyframes flyOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}




/* 1.4 - Typography */

h1,h2,h3,h4,h5,h6 {
  color: #333333;
  margin: 0 0 13px 0;
  font-family: "Fanwood Text", serif;
}
h1,h2,h3,h4,h5,h6,.cart-summary, .utility {
  font-family:  "Fanwood Text", serif;
}
h1 {
  font-weight: 400;
  color: #333333;
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-weight: 400;
  color: #333333;
  font-size: 26px;
  line-height: 28px;
}
h3 {
  font-weight: 400;
  color: #333333;
  font-size: 22px;
  line-height: 24px;
}
h4 {
  font-size: 13px;
  line-height: 18px;
}
h5 {
  font-size: 12px;
  line-height: 18px;
}
h6 {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note {
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
}
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a {
  color: #555555;
}

/* 1.5 - Links and Buttons */

a:link, a:visited {
  color: #555555;
  outline: none;
}
a:hover, a:active {
  color: #000;
  text-decoration: none;
  outline: none;
}
a.btn, input.btn, .product-nav a {
  background: #555555;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 16px;
  height: auto;
  line-height: 1.3;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}
a.btn:hover, input.btn:hover {
  background-color: #555555;
  color: #fff;
  opacity: 0.8;
}
.product-nav a {
  background-color: #888;
}
.product-nav a:hover {
  background-color: #999;
  color: #fff;
  opacity: 0.8;
}
a.btn:hover:disabled, input.btn:hover:disabled { -moz-opacity:0.20; opacity:.20; filter:alpha(opacity=20); cursor:default;}
input.disabled.btn:hover { background-color:#555555; color:#fff; }
.btn:disabled,.disabled {-moz-opacity:0.20; opacity:.20; filter:alpha(opacity=20); cursor:default;}
.btn.btn-gray{ background-color: #888; }
.btn.btn-gray:hover{ background-color: #999; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#333333; }
.accent-color { color: #555555 !important; }

#product .add-to-cart .icon, a.btn, input.btn, .searchform input.submit, .cart-summary a .icon { -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
#zoom-image { -webkit-border-radius:0 2px 0 0; -moz-border-radius:0 2px 0 0; border-radius:0 2px 0 0; }

/* 1.6 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }

strong { font-weight: 700; }
em { font-style: italic; }

/* 1.7 - Icons */
.icon-social, .icon-email {
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 10px 10px 4px;
}
.icon-social { background: url('//kushrugs.com/cdn/shop/t/28/assets/social-icons-dark-bg.png?v=107586468302155866461684908802') no-repeat; }

.icon-social {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
.icon-social:hover {
  filter: alpha(opacity=100); /* internet explorer */
  -khtml-opacity: 1;      /* khtml, old safari */
  -moz-opacity: 1;       /* mozilla, netscape */
  opacity: 1;           /* fx, safari, opera */
}
.icon-social.twitter { background-position: 0 0; }
.icon-social.facebook { background-position: -50px 0; }
.icon-social.youtube { background-position: -100px 0; }
.icon-social.atom { background-position: -150px 0; }
.icon-social.instagram { background-position: -200px 0; }
.icon-social.pinterest { background-position: -250px 0; }
.icon-social.vimeo { background-position: -300px 0; }
.icon-social.tumblr { background-position: -350px 0; }
.icon-social.google { background-position: -400px 0; }
.icon-social.houzz { background-position: -450px 0; }
.icon-social.icon-email { background-position: -500px 0; }
.icon-facebook { float: left; margin-top: 1px; width: 40px; overflow: hidden; }

#social .houzz, #product .tweet-btn, #product .pinterest, #product .facebook-like { /*display:block; float:left;*/ margin-right:10px; }
#product .facebook-like { margin-right: 0; width: 90px; }

.credit-cards { margin:1em 0 0 0; list-style:none outside none; text-align: center; }
.credit-cards li { display: inline; margin-right: 10px; }

/* 1.8 - Tags */
.tags {  margin: 0; padding: 0; right: 24px; bottom: -12px; list-style: none; }
.tags li { margin-bottom: 5px !important; }
.tags li, .tags a {  float: left; height: 24px; line-height: 24px; position: relative; font-size: 11px;  }
.tags a {  margin: 0 15px 15px 0; padding: 0 10px 0 12px; background: #ececec; color: #666; text-decoration: none; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px;  }
.tags a:before { content:""; float: left; position: absolute; top: 0; left: -8px; width: 0; height: 0;  border-color: transparent #ececec transparent transparent;  border-style: solid;  border-width: 12px 8px 12px 0; }
.tags a:after {  content:"";  position: absolute; top: 10px; left: 0; float:left; width: 4px;  height: 4px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;  background: #fff; }
.tags a:hover, .tags li.active a { background: #ccc; color: #333; }
.tags a:hover:before, .tags li.active a:before { border-color: transparent #ccc transparent transparent;}


/* =================== */
/*      SECTION 2      */
/* =================== */
/* 2.1 - Helper Classes */
.row:before, .row:after, .clearfix:before, .clearfix:after {content:"\0020";display:block;height:0;visibility:hidden}
.clearfix:after, .row:after { clear:both; }
.clearfix, .row { zoom:1; }

.p0 { margin-bottom: 0px !important; }
.p5 { margin-bottom: 5px !important; }
.p10 { margin-bottom: 10px !important; }
.p15 { margin-bottom: 15px !important; }
.p20 { margin-bottom: 20px !important; }
.p25 { margin-bottom: 25px !important; }
.p30 { margin-bottom: 30px !important; }
.p40 { margin-bottom: 40px !important; }
.p50 { margin-bottom: 50px !important; }
.p60 { margin-bottom: 60px !important; }

.fr { float: right !important; }
.fl { float: left !important; }
.fn { float: none !important; }

.tr { text-align: right !important; }
.tl { text-align: left !important; }
.tc { text-align: center !important; }
.continue {
  text-align: center;
  display: block;
  margin-bottom: 4em;
}

.hidden {display: none!important}

.border-top { border-top: 1px solid #dddddd; }
.border-right { border-right: 1px solid #dddddd; }
.border-bottom { border-bottom: 1px solid #dddddd; }
.border-left { border-left: 1px solid #dddddd; }

.display-table { display: table!important; width: 100%; }
.display-table-cell { display: table-cell!important; vertical-align: middle; }

.table { display: table; margin: 0 auto; }
.fixed { position: fixed; }

.note { background:#ffffe3; border:2px dashed #eeeecd; padding:20px;}

hr.divider { margin: 15px 0; background: #dddddd; height: 1px; border: 0; }

/* 2.2 - Lists */
ul.unstyled, ol.unstyled { margin: 0; list-style: none outside none; }
ul.unstyled &gt; li, ol.unstyled &gt; li { list-style: none; }
ul.horizontal &gt; li, ol.horizontal &gt; li { display: block; float: left; }
ul.horizontal-inline, ol.horizontal-inline { text-align: center; }
ul.horizontal-inline &gt; li, ol.horizontal-inline &gt; li { display: inline; margin: 0 5px; }
ul.expanded &gt; li, ol.expanded &gt; li { margin-bottom: 10px; }

/* 2.3 Select Dropdowns */


div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

/* div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}*/

div.fancy-select div.trigger {
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 24px 5px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #efefef;
  border: 1px solid #dddddd;
  color: #666;

  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 15px;
  right: 9px;
  border: 5px solid transparent;
  border-top-color: #4B5468;
}

div.fancy-select div.trigger.open {
  border: 1px solid #ccc;
  color: #333;
  box-shadow: none;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  overflow: auto;
  background: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;

  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 40px;
  opacity: 1;

  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;

  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;

  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #666;
  cursor: pointer;
    margin: 0;
  white-space: nowrap;

  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  background: #999;
  color: #fff;
}

div.fancy-select ul.options li.hover {
    background: #fff;
  color: #333;
}










/* =================== */
/*      SECTION 3      */
/* =================== */
/* 3.1 - Utility */

.utility {
  color: #bbbbbb;
  font-size: 18px;
}


/* 3.2 - Header */

header[role="masthead"] {
  background-color: #fff;
  border-top: 6px solid #000;
}
.logo a {
  background: url('//kushrugs.com/cdn/shop/t/28/assets/logo_150x.png?v=68368281479126227221684908792') no-repeat;
  background-size: 80px;
  display: block;
  font-size: 62px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  text-decoration: none;
  text-indent: -1000px;
  margin: 15px 0;
  white-space: nowrap;
  width: 80px;
}
.logo a:hover{
  opacity:0.9;
  filter: alpha(opacity = 90);
}

/* 3.3 - Navigation */
nav,
.utility {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}
nav ul {
  margin: 0;
}
.nav-icon a {
  float: right;
  display:  block;
  height: 46px;
  padding: 0.5em;
  position: relative;
  top: 28px;
  width: 46px;
}
.nav-icon a span {
  position: relative;
  top: 12px;
}
.nav-icon a span:before, .nav-icon a span:after {
  position: absolute;
  content: '';
}
.nav-icon a span, .nav-icon a span:before, .nav-icon a span:after {
  width: 30px;
  height: 6px;
  background-color: #000;
  display: block;
}
.nav-icon a span:before {
  margin-top: -12px;
}
.nav-icon a span:after {
  margin-top: 12px;
}
.nav-icon .cart-count {
  color: #fff;
  background: #666;
  border-radius: 100%;
  min-width: 26px;
  padding: 3px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -12px;
}
.toggle-menu {
  max-height: 1px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.toggle-menu.active {
  margin-bottom: 1em;
  max-height: 620px;
}
.mobile-menu {
  border-top: 1px solid #fff;
  font-size: 18px;
  margin: 0 -15px;
}
.mobile-menu li ul {
  display: none;
}
.mobile-menu li {
  background: #333;
  border-bottom: 1px solid #444;
  display: block;
  margin: 0;
}
.mobile-menu li a {
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.mobile-menu li a:active {
  color: #999;
}
.mobile-menu .search {
  background: #555;
  padding: 15px;
}
.mobile-menu .search input {
  border: 0 none;
  height: auto;
  padding: 10px;
  width: 100%;
}
section[role="main"] {
  background-color: #fff;
  padding: 0 0 3em 0;
}
#content {
/*   border-bottom: 1px solid #333333; */
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#content, .footer-content {
  margin-left: 5%;
  width: 90%;
}
#content {
/*   border-bottom: 1px solid #333333; */
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.responsible {
  margin-top: 1em !important;
}
.responsible a {
  float: right;
}


/* 3.4 - Footer */
footer {
  background-color: #1a1a18;
  position: relative;
  z-index: 55;
}
.footer-content {
  position: relative;
  text-align: center;
}
footer &gt; div &gt; .row {
  padding: 2em 0;
}
.subfooter-wrapper {
  background-color: #282826;
}
.subfooter-wrapper &gt; .row {
  padding: 2em;
  text-align: center;
}
footer, footer p { color: #555555; }
footer h1, footer h2, footer h3, footer h4, footer h5 { color: #333333; }
footer a:link,
footer a:visited {
  color: #efefef;
  text-decoration: none;
}
footer a:hover { opacity: 0.7; filter: alpha(opacity = 70); }
footer h4 { font-size: 16px; font-weight: 400; border-bottom:1px solid #dddddd; padding-bottom:10px}
footer ul li { margin-bottom: 5px; }
footer .footer-menu {
  text-align: center;
}
footer .footer-logo img {
  height: auto;
  max-width: 80%;
}
footer .footer-menu li {
  display: inline-block;
  margin-right: 0;
}
footer .footer-menu li a {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1em;
  font-weight: 300;
  padding: 0.25em;
  text-transform: uppercase;
}
.newsletter {
  margin: 2em 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.newsletter #mail {
  padding: 19px 8px;
  margin: 0 6px 6px 0;
}
.callus {
  position: relative;
  margin-bottom: 1em;
  text-align: center;
}
footer .copyright p {
  color: #666;
  font-size: 11px;
  margin-top: 1em;
  text-align: center;
}
footer .tweet ul li { margin-bottom: 20px; }
footer .tweet_list { list-style: none; margin: 0; }
footer .tweet_avatar { display: none; }
footer .tweet_time { display: none; }
footer .tweet_text a { color: #555555 !important; }
footer .tweet_text a:hover { color: #555555 !important; opacity: 0.7; filter: alpha(opacity = 70);  }

/* 3.5 - Homepage */

.intro h2 {
  border: 2px solid #333333;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 1px;
  padding: 0.5em 0;
  margin-bottom: 1em;
}

.featured-product  .display-table-cell:first-child { padding-right:40px; }
.featured-product h2 { margin-bottom:5px; }
.featured-product .price { opacity:0.5; font-size:18px; margin-bottom:10px; display: block; }
.featured-product-description { line-height: 24px; }
.featured-product-header { opacity: 0.5; font-size: 11px; text-transform: uppercase; }
.featured-product-image { width:50%; }

.sample-product-wrapper { background:#eee url(//kushrugs.com/cdn/shop/t/28/assets/blankslate-producticon.png?v=126846097634899059331684908732) no-repeat center center; width:100%; height:170px; display:table; text-align:center; color:#aaa; }
.sample-product { display:table-cell; text-align:center; vertical-align:middle; padding:0 10px; font-size:13px }

.helper-note { font-size:16px;  padding: 20px; position: absolute; max-width:500px; margin-left:-270px; margin-top:30px; left:50%; z-index:99999; display: none; }
.helper-note p { line-height: 23px; margin-bottom:10px; }
.helper-note h3 { font-size:19px; font-weight: bold; }
.helper-section { clear:both; }
.helper-section:hover .helper-note { display:inline-block!important; -webkit-animation: fadeInUp 0.2s ease-in;  -moz-animation: fadeInUp 0.2s ease-in; animation: fadeInUp 0.2s ease-in; }
.helper-section .helper-content { opacity: 1; -webkit-transition: opacity 0.25s ease-in; -moz-transition: opacity 0.25s ease-in; transition: opacity 0.25s ease-in; }
.helper-section:hover .helper-content { opacity: 0.2; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; }

/* 3.6 - Product &amp; Collections */
.products {
  clear: both;
}
.product {
  margin-bottom: 20px;
  min-height: 230px;
}
#search .product {
  min-height: 160px;
}
.product .image {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin: 0 0 5px;
  height: 150px;
}
.product .image a {
  text-align: center;
}
.image a#placeholder.zoom, .thumbs .image a {
  text-align: center;
}
.product .image.loading {
  background-position: 50% 50%;
}
.product img {
  margin: -5%;
  opacity: 1;
  filter: alpha(opacity = 100);
  max-width: 110% !important;
  width: 140%;
  -webkit-transition:opacity 0.15s;
  -moz-transition:opacity 0.15s;
  transition:opacity 0.15s;
}
.product:hover img {
}
.product img, .product .image a {
  display: block;
  margin: 0 auto;
}
.product a {
  text-decoration: none;
}
.product .details a {
  display: block;
  padding: 5px 0;
}
.product .title, .product .vendor {
  display: block;
  margin: 0;
  line-height: 22px;
  display: block;
  color: #333333;
}
.product .title {
  font-weight: bold;
  font-size: 14px;
}
.product .vendor {
  font-size: 13px;
  margin-bottom: 2px;
}
.product .circle, #product .circle {
  position: absolute;
  text-transform: uppercase;
  z-index: 9999;
  font-size: 11px;
  line-height: 14px;
  right: -10px;
  top: -10px;
  color: #fff!important;
  padding: 17px 10px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-weight: 700;
  -webkit-font-smoothing: subpixel-antialiased;
}
.product .circle.sale, #product .circle.sale {
  font-family: helvetica;
  background-color: #555555;
  opacity: .9;
  filter:alpha(opacity=90);
  -webkit-font-smoothing: subpixel-antialiased;
}
.breadcrumb {
  font-size: 12px;
  margin: 0 0 30px 0;
}
.breadcrumb .arrow-space {
  margin: -2px 6px 0;
  font-size: 10px;
  opacity: .5;
  filter:alpha(opacity=50);
}
.breadcrumb a {
  color: #555555;
}
.purchase h2.price {
  margin: 0 0 10px;
  display: block;
  font-size: 24px !important;
  color: #555555;
  opacity: 0.7;
}
.purchase p {
  text-align: center;
}
.details .price {
  color: #555555;
  font-size: 0.75em;
  opacity: 0.7;
}
.purchase .btn {
  margin-bottom: 1em;
  width: 100%;
}
#product .featured {
  margin-bottom: 15px;
}
#product .description {
  margin-bottom: 15px;
}
#product .thumbs .image { margin: 15px 0 }
#product .thumbs .image { padding: 0 15px; max-height: 180px; overflow: hidden; }
#product .thumbs .last-in-row { padding-right: 0 }
#product .thumbs .image {
  margin-bottom: 15px;
}
#product .thumbs .image:nth-child(3n+4) {
  clear: left;
}
#product h3.collection-title {
  font-size: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
#product del {
  color: #666;
}

.product-options { padding: 15px 0 20px; margin-bottom: 15px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
.product-options label { display: block; margin-bottom: 3px; }
.product-options select { margin-bottom: 20px; }
.product-options textarea { width: 30px; line-height: 18px; height: 18px; min-height: 18px; margin-bottom: 20px; }
#quantity { width: 50px; margin-bottom: 20px; }
@-moz-document url-prefix() { .product-options select { height: auto; line-height: 30px; } } /* Firefox fix */

/*#collection h1 {
  float: left;
}*/

.compare-checkbox {
  display: block;
  font-size: 0.7em;
  padding: 0 4px;
}
.kush__compare-wrap {
  background-color: rgba(0,0,0,0.75);
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.kush__compare-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kush__compare-button .btn {
  background-color: #fff;
  color: #555;
}
.kush__compare-button .btn:hover {
  background-color: #fff;
  color: #000;
}
.btn.kush__btn-compare {
  float: left;
  margin-right: 10px;
}
.btn.kush__btn-compare:last-child {
  margin-right: 0;
}
.btn.kush__btn-clear-compare {
  float: right;
}

@-moz-document url-prefix() {
  #collection .browse-tags label { margin: 7px 8px 0 0; }
  #collection .browse-tags select { float: right; height: 30px !important; line-height: 30px !important; }
}
.pagination { clear: both; text-align: center; margin: 0 0 30px 0; padding: 0; }
.pagination li { display: inline; padding: 0 12px; font-size: 14px; }
.pagination li span { color: #555555; }
.pagination li a { line-height: 16px; font-weight: normal; padding: 10px 14px; background: #555555; color: #fff; }
.pagination li a:hover { text-decoration: none; }


.product-nav {
  border-top: 1px solid #dddddd;
  margin-bottom: 2em;
  overflow: hidden;
}
.product-nav p {
  margin-bottom: 0;
}

/* 3.7 - Cart */
#cart .buttons { margin-top: 30px; }
#cart .extra-checkout-buttons { float: right; text-align: right;  padding-top: 15px; }
#cart .extra-checkout-buttons input { border: none; box-shadow: none; height: 42px; }
#cart .qty { text-align: center; }
#cart .price, #cart .remove { text-align: right; }
#checkout { float: right; margin-left: 15px; }
#update-cart { float: right; }
#cart .image { text-align: center; }
#cart .image a, #cart .image img { margin: 0; border: none; }
#cart a { text-decoration: none; }
#cart a .variant_title { display: block; color: #555555; }
#cart a:hover .variant_title { }
#cart .item { max-width: 400px; }
#cart .item-description { font-size: 12px; }
.subtext.success { font-weight: 700; color: #40954a; }
div.errors, .subtext.error { font-weight: 700; color: #954040; }
div.errors { margin-bottom: 15px; }

.cart-buttons { float:right!important}

/* 3.8 - Blog / Articles / Search / FAQ */
#blog .pagination { margin-top:40px; }
.sidebar h3 { font-size: 18px; }
.sidebar .article { margin: 0 0 15px; }
.sidebar .article a { display: block; }
.sidebar .tags li { margin: 0; }
.article h1 { font-size: 26px; }
.article h1 a { display: block; color: #555555; }
.article h1 .article-title { display: block; }
.article h1 a:hover {  }
.article h1 .date, .article-body h1 .date { font-size: 13px; font-family: "Helvetica Neue", helvetica, arial, sans-serif; }
.article .continue { display: block; margin-top: 15px; }
#article .comment { margin-bottom: 15px; }
#article .comment_form { margin-top: 30px; }
#article .comment_form .subtext { margin-bottom: 15px; }
#article .comment_form label { display: block; }
#article .comment_form .text { margin-bottom: 15px; display:block; }
#article h2.comment-title { font-size: 20px; }
#article #comment_body { width: 100%; height: 200px; }
#article h3.author { font-size: 14px; font-style: italic; }
#article-content h1 { color: #333333;  font-size:36px; line-height:36px; }
#article-content h2 { color: #333333;  font-size: 28px; line-height:36px; }
#article-content h3 { color: #333333;  font-size: 28px; line-height: 28px; }
#search .results .thumbnail a { display:block; float:right; }
#search .search-border { border-bottom: 1px solid #dddddd; }
#search .results .thumbnail a { float: none; }
#search .search-field { position: relative; height: 60px; line-height: 60px; }
#search .search_box { height: 34px; padding: 0 10px 0 26px; border: none; vertical-align: middle; line-height: normal; color: #555555 !important; border: 1px solid #dddddd; }
#search #go { position: absolute; width: 11px; height: 11px; border: none; margin: 22px 0 0 5px; box-shadow: none; }
body .galleria-thumbnails .galleria-image { width:32%; }
#contactFormMessage {
  width: 100%;
}
#page-contact #page h1 {
  display: none;
}
#page-contact #page h4 {
  font-size: 18px;
}
.contact-map {
  margin-bottom: 2em;
  position: relative;
  padding-bottom: 120%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#modal_thank_you {
  margin: 35px 0;
}
.custom-request hr {
  margin-bottom: 1em;
}
.custom-request .row .row {
  margin-bottom: 0.5em;
}

.faq__title {
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.faq__icon {
  float: right;
  padding-right: 20px;
}

.faq__group__title {
  margin: 40px 0;
}

.faq__answer {
  padding-bottom: 20px;
}

.ui-state-active .faq__icon img {
  transform: rotate(180deg);
}

.faq__question {
  text-transform: initial;
  cursor: pointer;
  margin-top: $spacing-unit--sm;
}
.faq__question:focus {
  outline: none;
}


/* 3.9 - Customer Pages */
#customer-account p, #customer-order p { line-height: 14px; }
#login input.text { width: 220px; }
#customer-activate .create-password { margin-bottom: 30px; }
#customer-activate .label, #customer-login .label, #customer-reset-password .label, #customer-register .label { display: block; }
#customer-activate .text, #customer-login .text, #customer-reset-password .text, #customer-register .text { display: block; margin-bottom: 15px; }
#customer-login .action_bottom, #customer-register .action_bottom { margin-top: 15px; }
#order_cancelled { margin-bottom: 30px; }
#customer-addresses .add-new-address { display: block; }
.action_bottom span { line-height: 40px; }
#register { margin-bottom: 2em; }

/* =================== */
/*      SECTION 4      */
/* =================== */
/* 4.1 - Tablet */

@media only screen and (min-width: 48.0625em) {
  header[role="masthead"] {
    padding: 1em 0 0;
  }
  .logo a {
    background-size: 150px;
    height: 150px;
    position: relative;
    left: -30px;
    width: 150px;
  }
  .utility li {
    float: right;
    line-height: 60px;
    list-style: none;
    padding-right: 25px;
    margin-bottom: 0 !important;
  }
  .utility a {
    color: #bbbbbb;
  }
  .utility a:hover {
    color: #bbbbbb;
    opacity: 0.7;
    filter: alpha(opacity = 70);
  }
  .utility .search {
    padding: 0;
  }
  .utility .search form {
    position: relative;
  }
  .utility input {
    border: 1px solid #efefef;
    height: auto;
    padding: 10px 26px 10px 10px;
    vertical-align: middle;
    line-height: normal;
    color: #bbbbbb;
  }
  .utility input[type="image"] {
    border: none;
    box-shadow: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 15px;
  }
  .utility-cart, .utility-account {
    float:right !important;
  }
  #cart-animation {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      position: absolute;
      display:block;
      z-index: 15;
      text-align:center;
      line-height: 35px;
      background: #555555 !important;
      color: #fff !important;
      font-weight:bold;
      border:3px solid #555555;
      font-size: 16px;
  }
  .nav-icon {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
  .hide-mobile {
    display: block !important;
  }
  .nostyle {
    text-decoration: none;
  }
  .main-menu {
    clear: both;
    position: relative;
    text-align: right;
    top: 10px;
  }
  .main-menu li {
    display:inline-block;
    float: none;
    margin-bottom: 0;
    position: relative;
  }
  .main-menu &gt; li:after {
    color: #dddddd;
    content: "/";
    font-weight: 300;
    left: 100%;
    line-height: 50px;
    position: absolute;
    top: 0;
  }
  .main-menu &gt; li:last-child:after {
    content: "";
  }
  .main-menu &gt; li a {
    text-decoration: none;
    color: #888888;
    display: block;
    padding: 0 25px;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
  .main-menu li a.current {
    color: #888888;
  }
  .main-menu li:hover a {
    color: #888888;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    text-decoration: none;
  }
  .main-menu li.nav-dropdown {
    position:relative;
  }
  .main-menu li.nav-dropdown &gt; a {
    padding-right: 15px;
    margin-right: 10px;
    background: url('//kushrugs.com/cdn/shop/t/28/assets/arrow-dark.png?v=65251844030101323371684908729') no-repeat 100% 50%;
  }
  .main-menu li ul {
    background: #fff;
    border: 1px solid #dddddd;
    left: 0%;
    list-style: none outside none;
    margin-left: 0;
    min-width: 230px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all .2s ease-in-out;
    transition-delay: .5s;
    visibility: hidden;
    z-index: 99999;
  }
  .main-menu li:hover ul {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.10);
    box-shadow:0 0 3px rgba(0, 0, 0, 0.10);
    opacity: 1;
    transition-delay: 0s;
    visibility: visible;
    z-index: 999999;
  }
  .main-menu li li {
    display: block;
    list-style: none;
    line-height: 30px;
  }
  .main-menu li li a {
    color: #888888;
    line-height: 30px;
    padding: 8px 15px;
    white-space: nowrap;
  }
  .main-menu li li a:hover {
    color: #000;
    opacity:0.7;
    filter: alpha(opacity = 70);
  }
  .newsletter {
    margin: 0;
    text-align: left;
  }
  .footer-content {
    text-align: left;
  }
  footer .footer-menu {
    text-align: left;
  }
  footer .footer-menu li {
    margin-right: 0.5em;
  }
  footer .footer-menu li a {
    font-size: 1.2em;
    padding: 0.5em;
  }
  .credit-cards {
    text-align: left;
  }
  .callus {
    text-align: right;
  }
}

@media only screen and (max-width: 76.125em) {
  .logo a {
    left: 0;
  }
  .main-menu &gt; li a {
    text-decoration: none;
    color: #888888;
    display: block;
    padding: 0 15px;
    font-size: 19px;
  }
}

@media only screen and (min-width: 68.75em) {

}


/* =================== */
/*      SECTION 5      */
/* =================== */
/* 5.1 - IE Fixes */

.ie8 .product .circle, .ie8 #product .circle { right: 0; top: 0; padding: 8px 12px; }
.ie7 nav &gt; ul &gt; li { float: left !important; display:inline-block !important; }


/* =================== */
/*      SECTION 6      */
/* =================== */
/* 6.1 - FancyBox */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 18030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 10000;
  background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}




/* 6.2 - FlexSlider */

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src:url('//kushrugs.com/cdn/shop/t/28/assets/flexslider-icon.eot?v=99989132980758318311684908746');
  src:url('//kushrugs.com/cdn/shop/t/28/assets/flexslider-icon.eot?v=99989132980758318311684908746?#iefix') format('embedded-opentype'),
    url('//kushrugs.com/cdn/shop/t/28/assets/flexslider-icon.woff?v=21551988299888209091684908747') format('woff'),
    url('//kushrugs.com/cdn/shop/t/28/assets/flexslider-icon.ttf?v=58811557750628802851684908747') format('truetype'),
    url('//kushrugs.com/cdn/shop/t/28/assets/flexslider-icon.svg?v=29339975594803395761684908746#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0 0 1em; padding: 0;}
.flexslider .slides &gt; li {display: none; margin: 0; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { display: block; width: 100%; max-width: 101%; height: auto; margin: 0 auto; }
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { overflow: hidden; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */

.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {
  background-color: #fff;
  border-radius: 80px;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  display: block;
  height: 40px;
  margin: -35px 0 0;
  overflow: hidden;
  opacity: 0.8;
  padding: 40px;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  transition: all .3s ease;
  width: 40px;
  z-index: 10;
}
.flex-direction-nav .flex-prev {
  font-size: 30px;
  left: -35px;
}
.flex-direction-nav .flex-next {
  font-size: 30px;
  text-align: right;
  right: -35px;
}
.flexslider:hover .flex-prev {
  opacity: 0.5;
}
.flexslider:hover .flex-next {
  opacity: 0.5;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter:alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before  {
  font-family: "flexslider-icon";
  font-size: 30px;
  line-height: 50px;
  display: inline-block;
  content: '\f001';
  position: relative;
  top: -23px;
  left: -2px;
}
.flex-direction-nav a.flex-next:before  {
  content: '\f002';
  left: -18px;
}


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {bottom: 30px; left: 50%; margin-left: -4.5%; position: absolute; width: auto;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); z-index: 999; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
}


/* =================== */
/*      SECTION 7      */
/* =================== */
/* 7.1 - Foundation Grid System */

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide, .hide-mobile {
  display: none; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 87.693em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse &gt; .column,
  .row.collapse &gt; .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

/* 7.2 - Small Screen */

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.33333%; }
  .small-2 {
    position: relative;
    width: 16.66667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.33333%; }
  .small-5 {
    position: relative;
    width: 41.66667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.33333%; }
  .small-8 {
    position: relative;
    width: 66.66667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.33333%; }
  .small-11 {
    position: relative;
    width: 91.66667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"].last {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .small-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.small-reset-order,
  .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
}

/* 7.3 - Medium Screen */

@media only screen and (min-width: 30em) {
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .medium-1 {
    position: relative;
    width: 8.33333%; }
  .medium-2 {
    position: relative;
    width: 16.66667%; }
  .medium-3 {
    position: relative;
    width: 25%; }
  .medium-4 {
    position: relative;
    width: 33.33333%; }
  .medium-5 {
    position: relative;
    width: 41.66667%; }
  .medium-6 {
    position: relative;
    width: 50%; }
  .medium-7 {
    position: relative;
    width: 58.33333%; }
  .medium-8 {
    position: relative;
    width: 66.66667%; }
  .medium-9 {
    position: relative;
    width: 75%; }
  .medium-10 {
    position: relative;
    width: 83.33333%; }
  .medium-11 {
    position: relative;
    width: 91.66667%; }
  .medium-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"].last {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }
  .column.medium-reset-order,
  .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
}

/* 7.4 - Large Screen */

@media only screen and (min-width: 48.0625em) {
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }
  .large-1 {
    position: relative;
    width: 8.33333%; }
  .large-2 {
    position: relative;
    width: 16.66667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.33333%; }
  .large-5 {
    position: relative;
    width: 41.66667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.33333%; }
  .large-8 {
    position: relative;
    width: 66.66667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.33333%; }
  .large-11 {
    position: relative;
    width: 91.66667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  [class*="column"] + [class*="column"].last {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .large-offset-0 {
    position: relative;
    margin-left: 0% !important; }
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    position: relative;
    margin-left: 25% !important; }
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    position: relative;
    margin-left: 50% !important; }
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    position: relative;
    margin-left: 75% !important; }
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.large-reset-order,
  .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
}




/* Wishlist app css */
a.iWishView.desktop_link {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    height: 42px;
    align-items: center;
    text-decoration: none;
    display: flex;
    margin: 4px 0 0 0;
    color: #888888;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 300;
}
.iWishView.mobile_link {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 42px;
    height: 42px;
   /* margin-right: 8px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: 90px;
    top: 1px;
    z-index:100;
}
.iWishView.mobile_link .iWishCount {
    position: absolute;
    right: -4px;
    top: 1px;
    background: rgba(169, 169, 169, 0.8);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-family: 'Fira Sans Condensed', sans-serif;
    letter-spacing: 1px;font-weight: bold;
}
/*.iwish--hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-5%);
    transition: transform 50ms, visibility 0ms 50ms, opacity 50ms;
}*/
a.iWishAdd {
  color: #9B9B9B;
  font-family: "Fira Sans";
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
a.iWishAdd svg { vertical-align: top; margin-right: 8px; }
p.iWishLoginMsg { margin-top: 10px; font-size: 13px; text-transform: none; }
.iwishMeta-title { font-size: 16px; font-family: 'Lora', serif; }
.iwishMeta-title a, a.iwishRemoveBtn { text-decoration: none; }
input.iwishBuyBtn { background: #7B955E; border-color: #7B955E; padding: 10px 16px; height: 38px; border-radius: 2px; text-transform: uppercase; }
  @media only screen and (max-width: 360px){
    .iWishView.mobile_link {right: 85px;}
  }
  @media (min-width: 1024px) {
  .iwishAddWrap { display: flex; order: 4;}
  p.iWishLoginMsg { order: 4;}
  }
  
    /* footer section css */
  
  
footer p {
    color: #262624 !important;
    font-size: 18px !important;
    font-family: "Fira Sans";
}
  footer a {
    color: #262624 !important;
    font-size: 18px !important;
    font-family: "Fira Sans";
}
  input.contact_email {
    width: 58%;
    height: 49px;
    padding: 10px;box-shadow: 0px 0px 2px rgba(0, 0, 0) inset;font-size: 15px;
}
  input.action_button.sign_up{height: 49px;
    padding: 0px 35px;background: #000;
    color: #fff;font-size: 16px;}
  
  input.contact_email:focus {box-shadow: 0px 0px 2px rgba(0, 0, 0) inset !important;}
  
  .heading{color:#000000;text-transform:uppercase;font-family: "Fira Sans Condensed";}
 /* .footerlogo{margin-bottom:8%;}*/
 
  
  @media only screen and (min-width:400px) and (max-width:767px){
    .footer .one-half{width:50%;}}
  
  @media only screen and (min-width:768px){
      .two-fourth{width:30%;}
     .two-third{width:40%;}}
  
  .one-third{width:33.33%;}
  
  .alpha{margin-left:0px;}
  .omega{margin-right:0px;}
  .container{    width: 80%;
    margin: 0 auto;
    padding: 5% 0px;
    max-width: 1200px;}
  footer ul li {
    list-style: none;    line-height: 2.1em;
}
  footer ul {
   margin: 0px !important;
}
  footer .testimonial p{line-height: 1.3em;
    font-size: 20px !important;
    margin-top: 5%;
}
  
  .testimonial {
    background: url(/cdn/shop/files/testimonialbg.png?1599);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
      padding: 25px 40px;}
  
     .copyright1{ border-top: 1px solid #EBEBEB;border-bottom: 1px solid #EBEBEB;
    padding-top: 15px;padding-bottom:15px;
}
  p.footer__copyright {
    font-size: 13px !important;
    color: #ccc4c4 !important;
}
  
  .icon-social, .icon-email {
    text-indent: unset !important;overflow: unset !important;}
  .footer__social {
    text-align: right;
        
    /* padding: 0px 52px; */
}
 
  /* end footer section css */
  
.topbanner .bannerbutton{margin: 0 1% !important;width:48%;float:left;text-align:center;padding:14px 0px !important;}
  .bannerbutton{ BACKGROUND: #FFF !IMPORTANT;
    PADDING: 14PX 45PX;
    MARGIN-TOP: 20PX !IMPORTANT;
    font-family: "Fira Sans";
  border:1px solid #fff;}
  .topbanner .fbannerbutton:hover {background:#ffffff !important;}
  .bannerbutton:hover{BACKGROUND: transparent !IMPORTANT;}
  
 .bannerbutton a{ TEXT-DECORATION: NONE;
    FONT-SIZE: 15PX;
}
  .bannerbutton:hover a{color:#fff !important;
}
  
  .image_with_text .bannerbutton{BACKGROUND: #FFF !IMPORTANT;
    PADDING: 14PX 45PX;
    MARGIN-TOP: 20PX !IMPORTANT;
    font-family: "Fira Sans";
  border:1px solid #3A3A3C !important;}
 .image_with_text  .bannerbutton:hover{BACKGROUND: #3A3A3C !IMPORTANT;}
  .image_with_text .bannerbutton:hover a{color:#fff !important;
}
  
div#section-center a {font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Fira Sans Condensed" !important;
    letter-spacing: 1px;
}
  div#section-center {
    position: relative;
    top: 3px;
}
  

.sectionh {
    font-size: 38px;
    text-transform: uppercase;
    margin-bottom: 32px;
    letter-spacing: 1.3px;
    margin-top: -13px;
    font-family: "Fira Sans Condensed";
  line-height:1em;
  color:#3A3A3C !important;
}
  .custom-section a{text-decoration:none;}
  
  /* newsletter/background section css */
  .light {
    color: #fff;
}
  .dark{color:#3A3A3C;}
  
  .light input.contact_email:focus {
    box-shadow: 0px 0px 2px rgba(255, 255, 255) inset !important;
    border: 1px solid #fff; color: #ffffff !important;
}

.light input.contact_email {
    box-shadow: 0px 0px 2px rgb(255, 255, 255) inset !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #ffffff !important;
}

.light input.action_button.sign_up {
    background: #fff !important;
    color: #3A3A3C !important;}
  
  .light button.action_button.sign_up {
    background: #fff !important;
    color: #3A3A3C !important;}
  
.light ::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
}

.light :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.light ::placeholder {
  color: #fff !important;
}
  
  .h2{font-family: "Fira Sans Condensed" !important;
    font-size: 43px;
    letter-spacing: 1.3px;line-height: 1em;}
  .light p{font-size: 20px;
    font-family: "Fira Sans Condensed" !important;line-height:1.2em;}
  .dark p{font-size: 20px;
    font-family: "Fira Sans Condensed" !important;line-height:1.2em;}
  
@media only screen and (min-width:768px){.nbg {
    width: 442px;
    margin: 0 auto;
}
  
  @media only screen and (max-width:767px){.nbg {
    width: 100% !important;
    margin: 0 auto;
}}
input.contact_email {
    width: 70%;
}

input.action_button.sign_up {
     padding: 0px!important;
    width: 30%;
}
  button.action_button.sign_up {
    padding: 0px !important;
    width: 30%;}


   
 }
  button.action_button.sign_up {
    height: 49px;
    padding: 0px 35px;
    background: #3A3A3C;
    color: #fff;
    font-size: 15px;
}
  button.action_button.sign_up i.fa.fa-angle-double-right{font-size: 17px !important;}
  
@media only screen  and (max-width:499px){.nbg {
    width: 100%;
    margin: 0 auto;
}

input.action_button.sign_up {
     padding: 0px!important;
    width: 47%;
}}
  
  @media only screen and (min-width:405px) and (max-width:499px){input.contact_email {
    width: 53%;
}}
  @media only screen and (max-width:404px){
    .footer button.action_button.sign_up{width:100% !important;}
    .footer input.contact_email {
    width: 100%;
}
  
  }
   /* end newsletter/background section css */
  
  
  &lt;!-- rug section --&gt;
div#shopify-section-1573737617520 {
    padding-top: 2%;
}
.imgtext h1{font-size: 40px;
    letter-spacing: 1.5px;line-height: 1em;}

.fair{padding-left:30%;}
.imgtext p{
font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 28px;}
  .fair1{padding-top:6%;}
  .rug2{float:right;}
  
  .nopadding{padding: 0% 0 0 0;}
  
  @media only screen and (min-width:768px){ 
    .hmnewsletter {
    display: none !important;
}
  .imgtext .one-half{width:50%;}
  .shows{display:none;}
    .text-left{text-align:left !important;}
    .text-right{text-align:right !important;}
.text-center{text-align:center !important;}
     .newsletter_alignment{
    width: 50% !important;
}
.newsletter_alignment.center {
    margin:0 auto !important;
    
}
    
   .left1 .nbg{float:left;} 
   .center .nbg{float:none;} 
   .right .nbg{float:right;}
    .fmcollectionhome{display:none !important;}
    
    
  }
  @media only screen and (max-width:537px){.newsletter-background input.contact_email {
    width: 100% !important;text-align:center !important;
}
.newsletter-background button.action_button.sign_up {
    width: 100% !important;
}}
  @media only screen and (max-width:767px){
    .hdnewsletter{display:none !important;}
    .imgtext .one{width:100%;}
    .hides{display:none;}
  .shows{width: 80%;
    margin: 0 auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    text-align:center !important;
  
  }
    .fcollectionhome{display:none !important;}
   .hero__inner1 .text-left{text-align:center !important;}
   .hero__inner .text-left{text-align:center !important;}
    .hero__inner1 .text-right{text-align:center !important;}
    .hero__inner .text-right{text-align:center !important;}
    .hero__inner1 .text-center{text-align:center !important;}
    .hero__inner .text-center{text-align:center !important;}
    .left1 .nbg{float:none;text-align:center;} 
   .center .nbg{float:none;} 
   .right .nbg{float:none;}
    .shopstyle{text-align:center;}
    .section-heading {
    width: 100% !important;
    text-align: center;
}
#section-left {
    width: 100% !important;
}
    div#section-center1 .bannerbutton {
    BACKGROUND: #FFF !IMPORTANT;
    PADDING: 14PX 45PX;
    MARGIN-TOP: 20PX !IMPORTANT;
    font-family: "Fira Sans";
    border: 1px solid #3A3A3C !important;
}
div#section-center1 .bannerbutton:hover {
    BACKGROUND: #3A3A3C !IMPORTANT;
}
    
  /*.fair{padding-left:0;}*/
    .fair{margin-top:-20px;}
    .lastcol {
    text-align: center;
}
    
  }
  
  &lt;!--  End rug section --&gt;
  
    &lt;!--  shop by style section --&gt;
  
   @media only screen and (max-width:600px){
     .shopstyle .one{width:100% !important;}}
  @media only screen and (min-width:400px) and (max-width:767px){
     .shopstyle .one-half{width:50% !important;padding-bottom: 8% !important;}
  .container {
    padding: 8% 0px !important;
  }}
  
  @media only screen and (min-width:768px){ .shopstyle .one-fourth{width:25%;padding-bottom: 5% !important;}}
  
 &lt;!--  End shop by style section --&gt;
  
  &lt;!-- Featured Collection on homepage --&gt;
  
  .sectionh{color:#3A3A3C !important;}
  
  .homecollection {
    list-style: none;
}
  @media only screen and (min-width:659px) and (max-width:767px){ .small--one-half {width:50%;}
   .small--one-half img{width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 3%;
   min-height:300px;
   max-height:300px;}
  
  }}
  
 @media only screen and (max-width:767px){ 
   
    .medium-up--one-half.homecollection img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 3%;
    }}
  
   @media only screen and (min-width:768px){
     
     .medium-up--one-half{width:50%;}
  .medium-up--one-third{width:33.33%;}
  .medium-up--one-quarter{width:25%;}
  .medium-up--one-fifth{width:20%;}
     .medium-up--one-half.homecollection img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 3%;
}
    .medium-up--one-fifth img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom:7%;
}
  .medium-up--one-third img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom:3%;
}
   .medium-up--one-quarter img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    object-position: center;
    margin-bottom:3%;
}
   
   }

  @media only screen and (min-width:1200px){ .medium-up--one-fifth img {
      max-height:315px;
      min-height:315px;
  }}
    @media only screen and (min-width:768px) and (max-width:1199px){ .medium-up--one-fifth img {
      max-height:200px !important;
      min-height:200px !important;
    }}
  
  div#shopify-section-1573584959317 {clear: both;
    padding-top: 3% !important;}
  div#shopify-section-1574007291543 {
    clear: both;
}
.fcollectionhome {
    margin: 0px !important;
}
  
  @media only screen and (min-width:980px) and (max-width:1165px){.section-heading {
    width: 88% !important;
}

.sectionbtn {
    width: 12% !important;
}}
   @media only screen and (min-width:768px) and (max-width:979px){.section-heading {
    width: 82% !important;
}

.sectionbtn {
    width: 18% !important;
}}
  
  @media only screen and (min-width:768px){div#section-center1 .bannerbutton{display:none !important;}}

 @media only screen and (min-width:320px) and (max-width:658px){ .small--one {width:100%;}
   .small--one img{width: 100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 3%;}
  
  }}



.topbanner .fbannerbutton a:hover {color:#555555 !important;}
.topbanner .fbannerbutton{background: transparent !important;padding: 14px 0px;margin-top: 20px !important;font-family: "Fira Sans" !important;border: 1px solid #ffffff !important;
   margin: 0 1% !important;width:48%;float:left;text-align:center;
  }
.topbanner .fbannerbutton a {
   text-decoration: none !important;
   font-size: 15px !important;color:#ffffff !important;}
.topbanner .fbannerbutton:hover a {color:#555555 !important;}

@media only screen and (min-width:768px){.topbuttn{width: 85%;
    margin: 0 auto;
    /*float: right;*/}
   .text-left  .topbuttn{margin:0 !important;}
    .text-right  .topbuttn{float: right !important;}  
.topbanner .text-right .bannerbutton{float: right !important;}
}

@media only screen and (min-width:1024px){
.gm-menu-installed .gm-menu {
    height: 51px;
    margin-top: -26px !important;
}
.gm-menu {
    position: absolute !important;
    top: 80%;
    width: 99%;
    right: 0;
}
  body#customers-login section[role='main']{margin-top:65px !important;}
  /*a.nav-desktop__logo.logo{z-index:1;top:0px !important;}
  img.logo__img {
    width: 83% !important;
}*/
  a.nav-desktop__logo.logo{z-index:1000;}
}
@media only screen and (max-width:1023px){
 .gm-menu-installed .gm-menu {position: absolute !important;min-height:auto !important;}}


.gm-menu a.bannerbutton{
    border: 1px solid #3A3A3C !important;
    text-align: center;
    width: 267px;
    padding: 14px 0px !important;
    color: #555555 !important;
    font-weight: 400;
}

.gm-menu a.bannerbutton:hover{background:#3A3A3C !IMPORTANT;color:#fff !important;}
.simplybook-widget-button.right{ bottom: 85% !important;}

/** Filter Menu css **/

.filter-group .selected a {
    font-weight: bold;
}

.filter-group {
    position: relative;
    padding: 0;
}

.filter-group .filter-clear {
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 10px;
    padding: 0 5px;
    background-color: #EEE;
    text-decoration: none;
}

.filter-group .filter-clear:hover {
    background-color: #DDD;
}

.filter-group .collection-container
{
    overflow: hidden;
    position: relative;
}

.filter-group .collection-count
{
    position: absolute;
    right: 10px;
}

.filter-group li a {
    display: inline;
}

i.check-icon {
    background-image: url(//kushrugs.com/cdn/shop/t/28/assets/checkbox-black-retina.png?11666);
    background-position: 0px -176px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-top: 0px;
    vertical-align: text-top;
    width: 16px;
}

.selected i.check-icon {
    background-position: 0px -144px;
}

.filter-group h4 {
font-size: 18px !important;
    font-weight: 500 !important;
    color: #262624 !important;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    margin-bottom: 20px;
    letter-spacing: 1.3px;
    text-transform: uppercase !important;}

.filter-group li a{
font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(38, 38, 36, 1) !important;
    font-family: 'Fira Sans Condensed', sans-serif !important;
    cursor: pointer;
}
.pt-display-smallbox ul li {
    border: 1px solid rgba(236, 236, 236, 1) !important;
  box-shadow: none !important;
    border-radius: 0px !important;
}
.pt-display-smallbox ul li:hover {
    background-color: #ffffff !important;border:1px solid rgba(38, 38, 36, 1) !important;
}
.pt-display-smallbox ul li.selected {
    background-color: #ffffff !important;border:1px solid rgba(38, 38, 36, 1) !important;
}

.product-description p, .product-description a, .product-description ul {color:#262624 !important; font-size:18px !important;}

.listwish{grid-template-columns: repeat(1, max-content) !important;margin-left:20px !important;border-top:none !important;padding:0px !important;}


.customheight img{width:100%;object-fit:cover;object-position:top center;}
.equalheight{height:100%;}
.customheight .hides{padding: 19% 11% !important;}
.customheight .shows {
    padding: 13% 0%;
}
.rheight img{margin-bottom:0px !important;    object-fit: cover;
    width: 100%;}
.rel-product h3{margin-top:24px;}

.featbg{background:#b9b9b9;}
.featbg h1{font-family: "Fira Sans Condensed";color:#ffffff;line-height:1.3em;}
.innerborder{border: 1px solid #fff;
    height: 100%;
    padding: 0 !important;}
.pbotmsection {margin-top:40px;}

.pbotmsection .fair{    border: 43px solid #b9b9b9;
    height: 100%;
  padding: 0px !important;}
.pbotmsection img{height:100% !important;width:100%;object-position:center center !important;object-fit:cover !important;}

.filter-menu .filter-group .scroll-content, .filter-menu .filter-group h4{display:block !important;}
.fileterstyle{font-size:30px !important;text-align:center !important;}
/*.rel-product .small-6:nth-child(6) {
    display: none;
}*/

.payment_methods li {
    display: inline-block;
}
ul.footer_menu li {
    display: inline-block;
    margin-right: 1vw;
}
.footer_menu a {
    color: #d5d0d0 !important;
    font-size: 14px !important;
}
.copyrightbtm{margin-top:20px;}
.footer_menu li{line-height:0px !important;}
@media only screen and (min-width:651px){
.display-flex{display:flex;}

.footer_menu{width: 80%;}
/*.payment_methods{width: 80%;text-align: right;}*/
p.footer__copyright{width: 20%;
    text-align: right;
    margin-bottom: 0px !important;}
  .mobile-copyright{display:none;}
}
@media only screen and (max-width:650px){.display-flex{text-align:center;}
  .desktop-copyright {display:none;} 
.footer__social, #shopify-section-theme_footer{text-align:center;}
 }
@media only screen and (-webkit-min-device-pixel-ratio: 1.1),
only screen and (min-device-pixel-ratio: 1.1) {
    i.check-icon {
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 16px 96px;
        background-position: 0px -32px;
    }

    .selected i.check-icon {
        background-position: 0px 0px;
    }
}

@media only screen and (min-width:1250px){a.nav-desktop__logo.logo {position:absolute !important;left:-58px !important;}}
@media only screen and (min-width:1100px){.customheight{height:500px;}
.customheight img{height:500px;}
.customheight .hides{padding: 9em 11% !important;}
}
@media only screen and (min-width:768px) and (max-width:1099px){.customheight{height:370px;}
.customheight img{height:370px;}}
@media only screen and (min-width:768px){.customheight .fair {
    text-align: right;
}
.innerborder{
    padding: 9em 11% !important;}
}

  @media only screen and (min-width:1200px){ .rheight img {
      max-height:336px !important;
      min-height:336px !important;
  }}
    @media only screen and (min-width:768px) and (max-width:1199px){ .rheight img {
     max-height:240px !important;
      min-height:240px!important;
    }}
 @media only screen and (min-width:320px) and (max-width:400px){ .rheight  {
     width:100% !important;
    }}
 @media only screen and (min-width:475px) and (max-width:767px){ .rheight img {
     max-height:336px !important;
      min-height:336px!important;
    }}
@media only screen and (min-width:401px) and (max-width:474px){ .rheight img {
     max-height:240px !important;
      min-height:240px!important;
    }}
@media only screen and (max-width:767px){
.innerborder{
    padding:5em 20px !important;}
  .pbotmsection .fair {
    border: 23px solid #b9b9b9 !important;}
}

</pre></body></html>