/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */

[canvas],[off-canvas*=push]{z-index:1}[off-canvas*=reveal],[off-canvas*=shift]{z-index:0}[canvas=container],[off-canvas],body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;height:100%;}[canvas=container]{width:100%;height:100%;overflow-y:auto;position:relative;background-color:#fff;-webkit-overflow-scrolling:touch}[canvas=container]:after,[canvas=container]:before{clear:both;content:'';display:table}[off-canvas]{display:none;position:fixed;overflow:hidden;overflow-y:auto;background-color:#000;color:#fff;-webkit-overflow-scrolling:touch}[off-canvas*=top]{width:100%;height:255px;top:0}[off-canvas*=right]{width:255px;height:100%;top:0;right:0}[off-canvas*=bottom]{width:100%;height:255px;bottom:0}[off-canvas*=left]{width:255px;height:100%;top:0;left:0}[off-canvas*=overlay]{z-index:9999}[canvas],[off-canvas]{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s;transition:transform .3s;-webkit-backface-visibility:hidden}[off-canvas*=shift][off-canvas*=top]{-webkit-transform:translate(0,50%);transform:translate(0,50%)}[off-canvas*=shift][off-canvas*=right]{-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}[off-canvas*=shift][off-canvas*=bottom]{-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}[off-canvas*=shift][off-canvas*=left]{-webkit-transform:translate(50%,0);transform:translate(50%,0)}@media print{[canvas]{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}[off-canvas]{display:none!important}}


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */
* {
  box-sizing: border-box;
}

html.standalone-page {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 100%;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
  position: relative;
}
body.maintenance-page .maintenance-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-align: center;
}
body.maintenance-page h1 {
  font-size: 50px;
  position: absolute;
  top: 100px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page h1 {
    top: 50px;
  }
}
body.maintenance-page p {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page p {
    font-size: 18px;
  }
}
body.maintenance-page .maintenance-social-links {
  font-size: 25px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-social-links {
    font-size: 15px;
  }
}
body.maintenance-page .maintenance-social-links li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-social-links li {
    display: block;
    margin-bottom: 10px;
  }
}
body.maintenance-page .maintenance-social-links a {
  cursor: pointer !important;
  display: block;
  padding: 4px 10px;
}

a, a:visited {
  color: #000000;
  text-decoration: none !important;
}

.button, a.button {
	box-shadow: 2.6px 3.1px 0 rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.15);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  border-radius: 0;  
  color: #000;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  outline: none;
  max-width: 275px;
  padding: 0 40px;
  text-align: center;
  width: 100%;
}
.button:disabled, .button.disabled, a.button:disabled, a.button.disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.button.centered-button, a.button.centered-button {
  display: block;
  margin: 60px auto;
}
.button:active, .button:focus, .button:hover, a.button:active, a.button:focus, a.button:hover {
  background-color: #000;
  color: #fff;
}

input, textarea {  
  /*-moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 4px solid #000000;*/
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  outline: none;
}
input:active, input:focus, textarea:active, textarea:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 55px;
}

@keyframes showErrors {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.error-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  height: 100%;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 30;
}
.error-modal .error-background {
  background-color: #FFFFFF;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.error-modal .error-container {
  animation: showErrors 0.2s;
  box-shadow: 0px 10px 40px -10px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  max-width: 600px;
  padding: 50px 100px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .error-modal .error-container {
    padding: 50px;
  }
}
.error-modal .error-list {
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.error-modal .close-errors {
  cursor: pointer;
  padding: 2px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.error-modal .close-errors svg {
  fill: #000000;
}

.wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}

#home .content .wrapper, #product .content .wrapper {
  padding: 0;
}

#cart .content .wrapper, #contact .content .wrapper {
  padding: 0 50px;
}

.custom-content {
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-content {
    font-size: 18px;
    line-height: 28px;
    padding: 0 30px;
  }
}
.custom-content ul, .custom-content ol {
  padding-left: 1em;
}
.custom-content a {
  text-decoration: underline;
}
.custom-content img, .custom-content iframe {
  max-width: 100%;
}

.lookbook-gallery {
  text-align: center;
}
.lookbook-gallery:not(:only-child) {
  margin-top: 50px;
}

.lookbook-gallery-image {
  display: block;
  margin-bottom: 50px;
}
.lookbook-gallery-image:last-child {
  margin-bottom: 0;
}
a.store-link {  
  display: inline-block;  
  margin: 1px auto;  
}
@media screen and (max-width: 767px) {
  a.store-link {
    margin: 50px auto;
  }
}

.store-logo {
  display: block; 
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .store-logo {
    max-height: 200px;
  }
}

.header-nav-container {
  background: #FFFFFF;
  padding: 10px 0;
  position: relative;
  z-index: 10;
  /*float: right;*/
}
/*.header-nav-container.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; 
padding-top: 0;  
}
@media screen and (max-width: 767px) {
  .header-nav-container.fixed {
    padding: 20px 10px;
  }
}
*/
.header-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav {
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    font-size: 20px;
  }
}
.header-nav > li {
  display: inline-block;  
}
@media screen and (max-width: 767px) {
  .header-nav > li.overlay-open ul {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    height: 100vh;
    left: 0;
    max-height: 100vh;
    opacity: 1;
    padding: 70px 50px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 30;
    visibility: visible;
  }
  .header-nav > li.overlay-open .close-overlay {
    background: none;
    border: none;
    color: #000000;
    display: block;
    height: 24px;
    line-height: normal;
    padding: 5px;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 24px;
    z-index: 40;
  }
}
.header-nav > li > a, .header-nav > li > .dropdown-title, .header-nav > li .open-overlay {
  cursor: pointer;
  display: block;
  font-family: "Roboto", sans-serif;
  padding: 2px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav > li > a, .header-nav > li > .dropdown-title, .header-nav > li .open-overlay {
    padding: 2px 10px;
  }
}
.header-nav > li .open-overlay {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #000000;
}
.header-nav > li .close-overlay {
  height: auto !important;
}
.header-nav .close-overlay {
  display: none;
}
.header-nav .close-overlay svg {
  fill: #000000;
}
.header-nav ul {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: translateX(-50%) scaleY(0.75);
  transform: translateX(-50%) scaleY(0.75);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.3s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  box-shadow: 0 30px 40px -10px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  font-size: 15px;
  left: 50%;
  list-style: none;
  margin: 0;
  max-height: 450px;
  opacity: 0;
  overflow: auto;
  padding: 10px 0 0 0;
  position: absolute;
  top: 100%;
  width: 300px;
  visibility: hidden;
  z-index: 20;
}
.header-nav ul > li {
  border-bottom: 1px solid #F6F8FC;
}
.header-nav ul > li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 67px;
  line-height: 20px;
  padding: 0 30px;
}
.header-nav ul > li a:active, .header-nav ul > li a:focus, .header-nav ul > li a:hover {
  background: #000000;
  color: #FFFFFF;
  outline: none;
}
.header-nav ul > li:last-child {
  border-bottom: 0px;
}

@media screen and (min-width: 767px) {
  .header-nav li:hover > ul, .header-nav li ul:hover {
    -webkit-transform: scale(1) translateY(0) translateX(-50%);
    transform: scale(1) translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  .header-nav li:focus-within > ul {
    -webkit-transform: scale(1) translateY(0) translateX(-50%);
    transform: scale(1) translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  .header-nav li:hover > ul, .header-nav li ul:hover {
    -webkit-transform: none;
    transform: none;
    left: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 767px) {
  .header-nav li:focus-within > ul {
    -webkit-transform: none;
    transform: none;
    left: 0;
  }
}

ul li ul li {
  clear: both;
  width: 100%;
}

.search-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 67px;
  line-height: 20px;
  padding: 0 30px;
}
.search-form input {
  border: 0;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 15px;
  text-align: center;
}
.search-form input::-webkit-input-placeholder {
  color: #000000;
}
.search-form input:-moz-placeholder {
  color: #000000;
}
.search-form input:-ms-input-placeholder {
  color: #000000;
}
.search-form button.search-button {
  background: none;
  border: none;
  margin-right: 5px;
  padding: 2px;
  width: auto;
}

.cart-item-count {
  font-size: 15px;
  min-width: 40px;
  position: absolute;
  right: -15px;
  text-align: left;
  top: -8px;
}
@media screen and (max-width: 767px) {
  .cart-item-count {
    right: -30px;
  }
}
.cart-item-count.no-items {
  opacity: 0;
  visibility: hidden;
}

header, footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

footer {
  padding: 50px 0 0 0;
}

.footer-store-name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}

.footer-store-credit {
  font-size: 13px;
}

.flash-message {
  display: none;
}

.has-flash-message .flash-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #F6F8FC;
  color: #000000;
  font-size: 15px;
  left: 0;
  line-height: 26px;
  padding: 14px 20px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
}
.has-flash-message .flash-message .flash-message-text {
  text-align: center;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message .flash-message-text {
    width: calc(100% - 50px);
  }
}
.has-flash-message .flash-message .flash-message-close {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
}
.has-flash-message .flash-message .flash-message-close svg {
  fill: #000000;
  height: 11px;
  width: 11px;
}

.select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Roboto", sans-serif;
  height: 60px;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.select select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  height: 100%;
  letter-spacing: 1px;
  line-height: 60px;
  padding: 0 66px 0 16px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .select select {
    font-size: 16px;
  }
}
.select select option {
  background-color: white;
  color: black;
}
.select select option:disabled {
  color: graytext;
}
.select select:focus {
  box-shadow: none;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #000000;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
.select:hover, .select:active, .select:focus, .select:focus-within {
  color: #000000;
  border-color: #000000;
}
.select:hover select, .select:active select, .select:focus select, .select:focus-within select {
  color: #000000;
}
.select:hover select option:disabled, .select:active select option:disabled, .select:focus select option:disabled, .select:focus-within select option:disabled {
  color: graytext;
}
.select:hover svg, .select:active svg, .select:focus svg, .select:focus-within svg {
  fill: #000000;
}
.home-welcome {
  color: #325DA8;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-welcome {
    margin-bottom: 50px;
  }
}

.welcome-message {
  font-size: 50px;
  text-align: center;
  width: 100%;
}
.welcome-message.with-image {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .welcome-message {
    font-size: 25px;
    line-height: 30px;
  }
}

.welcome-image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.featured-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #F6F8FC;
  margin-bottom: 50px;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .featured-category {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 50px;
    max-height: none;
  }
}

.featured-category-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 25px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .featured-category-info {
    padding-bottom: 0;
    padding-right: 0;
  }
}

.featured-category-title {
  font-size: 15px;
  line-height: 20px;
}

.featured-category-name {
  line-height: 50px;
  margin-bottom: 30px;
}

.featured-category-button {
  max-width: 275px;
  position: relative;
  width: 100%;
}
.featured-category-button.mobile-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .featured-category-button.mobile-button {
    margin: 50px auto 0;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .featured-category-button {
    display: none;
  }
}

.featured-category-products {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.featured-category-product {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 60%;
  max-height: 400px;
  max-width: 400px;
  width: 60%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .featured-category-product {
    max-height: none;
    max-width: none;
  }
}
.featured-category-product.single-featured-product {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.featured-category-product img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.featured-category-product:nth-child(2) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -10%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .featured-category-product:nth-child(2) {
    margin-top: -20%;
  }
}
.featured-category-product:nth-child(2):hover {
  z-index: 3;
}
.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .product-list {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: auto;
  }
}

@media screen and (max-width: 1280px) {
  #home .product-list {
    padding: 0 20px;
  }
}
.product-list-item {
  display: inline-block;
  padding-bottom: 80px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width:  25% ;
}
@media screen and (max-width: 767px) {
  .product-list-item {
    padding: 0 10px 50px 10px;
    width:  50% ;
  }
}

.product-list-item-container {
  cursor: default;
  display: inline-block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.product-list-image-container {
  font-size: 0;
  width: 100%;
}

@media (hover: hover), (-moz-touch-enabled: 0) {
  .show-secondary:hover .product-list-image:first-child {
    opacity: 0;
  }
  .show-secondary:hover .product-list-image:last-child {
    opacity: 1;
  }
}
.product-list-image {
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  left: 50%;
  position: absolute;
  top: 50%;
  max-width: 100%;
}
.product-list-image.image-tall {
  height: calc(100% - 60px);
  width: auto;
}
/*.product-list-image.image-wide {
  height: auto;
  width: calc(100% - 60px);
}*/
.product-list-image.image-square {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
}
.product-list-image:last-child {
  opacity: 0;
}
.product-list-image:only-child {
  opacity: 1;
}

.product-list-item-name {
    font-size: 14px;    
    margin-bottom: 5px;   
    color: gray;
    text-align: left;
}
@media screen and (max-width: 767px) {
  .product-list-item-name {
    font-size:  18px ;
    line-height:  26px ;
    padding: 0 8px;
  }
}

.product-list-item-price {
  font-size: 14px;
  color: gray;
   text-align: left;
}

.pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000000;
  font-size: 15px;
  margin: 50px auto 0;
  max-width: 375px;
  position: relative;
  text-align: center;
  width: 100%;
}

.pagination-link {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2px 10px;
  position: absolute;
  top: 50%;
}
.pagination-link.prev-link {
  left: 0;
}
.pagination-link.next-link {
  right: 0;
}

.pagination-arrow {
  fill: #000000;
}
.pagination-arrow.prev-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: auto;
}
.pagination-arrow.next-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: auto;
}
.product-page-content {
  margin: 0 auto;
  max-width: 754px;
  width: 100%;
}

.primary-product-image-container {
  margin-bottom: 50px;
}

.primary-product-image {
  display: block;
  width: 100%;
}

.secondary-product-image-container {
  margin-top: 50px;
}

.secondary-product-image {
  display: block;
  margin-bottom: 50px;
  width: 100%;
}
.secondary-product-image:last-child {
  margin-bottom: 0;
}

.product-page-details::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 767px) {
  .product-page-details {
    padding: 0 50px;
  }
}
.product-page-details.inactive .product-page-titles {
  float: none;
  max-width: 100%;
}
.product-page-details.inactive .product-description {
  float: none;
  max-width: 100%;
}

.product-page-titles {  
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-page-titles {
    float: none;
    max-width: 100%;
  }
}

h1.product-name {
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 8px;
  text-align: left;
}

.product-page-price {
  font-size: 15px;
}

.product-description {
  clear: left;
  float: left;
  font-size: 20px;
  line-height: 32px;
  margin-top: 30px;
  max-width: calc(100% - 375px);
}
@media screen and (max-width: 767px) {
  .product-description {
    float: none;
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }
}
.product-description ul, .product-description ol {
  padding-left: 1em;
}
.product-description a {
  text-decoration: underline;
}
.product-description img, .product-description iframe {
  max-width: 100%;
}

.product-form {  
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-form {
    float: none;
    margin-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }
  .product-form .add-to-cart-button {
    max-width: 100%;
  }
}
.product-form select span, .product-form select span option {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.product-quantity {
  display: none;
}

.product-option-selection {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 15px;
  height: 60px;
  margin: 0 0 10px auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.product-option-selection.opened {
  z-index: 3;
}
.product-option-selection:hover, .product-option-selection:active {
  box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

.product-option-selection-button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  height: 60px;
  max-width: 100%;
  padding: 0 50px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}
.product-option-selection-button.opened .down-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-option-selection-button:active, .product-option-selection-button:focus, .product-option-selection-button:hover {
  background: #000000;
  color: #FFFFFF;
}
.product-option-selection-button:active .down-arrow, .product-option-selection-button:focus .down-arrow, .product-option-selection-button:hover .down-arrow {
  fill: #FFFFFF;
}
.product-option-selection-button .dropdown-title {
  display: none;
}
.product-option-selection-button .down-arrow {
  fill: #FFFFFF;
  margin-left: 10px;
}

.product-option-list {
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform: scaleY(0.75);
  transform: scaleY(0.75);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  box-shadow: 0 30px 40px -10px rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  list-style: none;
  margin: 0;
  max-height: 450px;
  opacity: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  visibility: hidden;
  z-index: 1;
}
.product-option-list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #F6F8FC;
  min-height: 60px;
}
.product-option-list li span.product-option {
  display: block;
  cursor: pointer;
  line-height: 20px;
  padding: 10px 30px;
}
.product-option-list li:active, .product-option-list li:focus, .product-option-list li:hover {
  background: #000000;
  color: #FFFFFF;
  outline: none;
}
.product-option-list li:last-child {
  border-bottom: 0px;
}
.product-option-list.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  z-index: 3;
}

.add-to-cart-button {
  max-width: 100%;
  margin: 10px 0;
}

.all-similar-products {
  display: none;
}

.similar-products {
  background-color: #F6F8FC;
  margin-top: 200px;
  padding: 100px 0;
}
.similar-products .similar-product {
  width: 33.33%;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .similar-products {
    margin-top: 50px;
    padding: 50px 20px;
  }
  .similar-products .similar-product {
    padding-bottom: 50px;
    width: 100%;
  }
}

.similar-products-header {
  font-size: 25px;
  margin-bottom: 40px;
  text-align: center;
}
.contact-form {
  margin: 0 auto;
  max-width: 700px;
}

.contact-form-group {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 660px;
  position: relative;
  width: 100%;
}
.contact-form-group.contact-captcha {
  margin-bottom: 40px;
}
.contact-form-group .contact-form-label {
  -webkit-transition: all 150ms;
  transition: all 150ms;
  background-color: transparent;
  color: #000000;
  cursor: text;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 20px;
}
.contact-form-group input, .contact-form-group textarea {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000000;
  font-size: 25px;
  height: 70px;
  outline: 0;
  padding: 30px 0 10px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form-group input, .contact-form-group textarea {
    font-size: 20px;
    padding-top: 20px;
  }
}
.contact-form-group.contact-send {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact-form-group.contact-send {
    margin-top: 50px;
  }
}

.focused .contact-form-label {
  transform: translateY(-125%);
  font-size: 15px;
  opacity: 0.6;
}

#captcha_image {
  position: absolute;
  right: 0;
  top: 9px;
}

.captcha-instructions {
  margin-top: 20px;
}

.send-message-button {
  display: block;
  margin: 0 auto;
}
.cart-items {  
  list-style: none;  
  padding: 0; 
}

.cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #000000;
  font-size: 15px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .cart-item {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
}

.cart-item-remove {
  cursor: pointer;
  height: 25px;
  margin-right: 26px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .cart-item-remove {
    margin-right: 10px;
  }
}

.cart-remove-icon {
  display: block;
  fill: #000000;
}

.cart-item-image {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 120px;
  margin-right: 20px;
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-item-image {
    height: 60px;
    max-width: 60px;
  }
}

.cart-item-details {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-item-details {
    -webkit-flex-basis: calc(100% - 115px);
    -ms-flex-preferred-size: calc(100% - 115px);
    flex-basis: calc(100% - 115px);
  }
}

.cart-item-details-price {
  margin-left: auto;
  padding: 8px 0;
}

.cart-item-quantity-holder {
  margin-left: auto;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .cart-item-quantity-holder {
    margin-left: 115px;
    width: 40px;
  }
}
.cart-item-quantity-holder input {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: none;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 15px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
.cart-item-quantity-holder input:active, .cart-item-quantity-holder input:focus {
  border-color: #000000;
}

.cart-footer {
  font-size: 25px;
  margin: 50px auto 0;
  max-width: 700px;
  width: 100%;
}

.cart-subtotal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-subtotal-amount {
  margin-left: auto;
}

.checkout-btn {
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .checkout-btn {
    max-width: 100%;
  }
}

a.continue-shopping {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: transparent;
  border-color: transparent;
  color: #000000;
  display: block;
  margin: 20px auto 0;
  padding: 0;
}
a.continue-shopping:active, a.continue-shopping:focus, a.continue-shopping:hover {
  border-color: transparent;
  color: #000000;
}

/* custom css */
.top-bar {
  background-color: #000;
  padding: 10px 0 0 0;
}
.top-bar .social {
  color: #fff;
  padding: 0 5px;
}
.search .icon {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  left: 10px;
  margin-top: -1px;
  top: 58%;
  bottom: auto;
  transform: translateY(-50%);
  color: rgba(255,255,255,.5);
}
.search {
  margin: 0px 10px 0 0;
  max-width: 220px;
  width: 100%;
  z-index: 999999;
}
.top-bar .widget.search input[type=text] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.5);
  color: #ffffff;
}
.form-control.input-sm.search-top {
  padding: 3px 0px 0 30px;
}
.header-tools .header-tools-link {  
  color: #4d4d4d;
}
.top-bar i.shopping_cart {
  color: #ffffff;
  margin-left: 3px;
  font-size: 12px;
}
.cart-link .counter {
    position: absolute;
    top: -8px;
    right: -10px;
    font-size: 10px;
    background-color: #919191;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50%;
    line-height: 17px;
}
.qty-input, .quantity {
    max-width: 80px;
}
.secondary-product-image-container ul li {
    display: inline-block;
    width: 19% !important;
    height: 76px;
    margin: 1% 1% 0 0;
}
.secondary-product-image-container ul.prod-thumbnail li {
	height: 100px;
}
.primary-product-image-container ul li {
    list-style: none;
}
.widget .widget-title {
    color: gray;
    margin-bottom: 12px;
}
.footer .copyright {
    margin-top: 48px;
    background-color: #000;
    padding: 12px;
}
.footer .copyright .container .column {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.copyright_text, .copyright > .container > .column:first-child {
    padding: 15px 0px;
}
.footer .copyright .container p {    
    font-size: 12px;
    margin: 0;
    padding: 0;
	color: #fff;
	text-align: left;
}
.footer .copyright .container .column:last-child {
    text-align: right;
}
.footer .copyright .container .cards {
    display: inline-block;
    width: auto;
}
.footer .copyright .container .cards li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
    font-size: 30px;
    margin-right: 10px;
}
.footer input.form-control {
    margin-bottom: 15px;
}
.form-control.input-sm, select.input-sm {
    padding: 6.5px 12px;
}
.form-control {
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 12.5px 12px;   
    color: #000;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}
.footer .button {
    height: 35px;
    line-height: 35px;
    width: 150px;
    float: left;
}
.header-tools .cart-container .cart-sub-menu {
    right: 0;
    width: 318px;
}
.cart-container .cart-sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
}
.dropdown .cart-sub-menu {
    margin-top: 0px;
    padding: 10px 20px;    
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
	background-color: #ffffff;
}
.dropdown .cart-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 24px 24px 24px 24px;
    border: 1px solid #e6e6e6;
    text-align: left;
    background-color: #fff;
    z-index: 100;   
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.margin-bottom-1x {
    margin-bottom: 20px;
}

.widget .widget-title {
    color: gray;
    margin-bottom: 12px;
}
.cart-widget .cart-list {
    max-height: 260px;
    overflow: auto;
}
.cart-widget .cart-list, .cart-widget .cart-list .total .cost {
    color: #AAAAAA;
}
.cart-list {
    padding-left: 0;
    list-style: none;
    margin-top: 9px;
}
.cart-list li {
    margin-bottom: 15px;
}
.cart-list li {
    overflow: hidden;
    margin-bottom: 24px;
}
nav.header-nav-container li {
    display: inline-block;
    padding: 0 10px;
}
.header-nav-container li a i {
    margin-left: 4px;
}
.first-lvl-submenu {
    width: 530px;
    right: 0;
    left: unset;
    border-radius: 0;
	top:90%;
}
.header-nav-container .shop-by-car-model.lvl-1 .first-lvl-submenu {
    right: -200px;
}
.dropdown.lvl-1 > .dropdown-menu {
top: 90%;
border-radius: initial;
}
nav.header-nav-container li.lvl-1 { 
padding: 5px 0 5px 0;
margin-right: 15px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 55%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu.first-lvl-submenu>li>.lvl-3>li>a{
white-space: initial;
}
ul.lvl-3.dropdown-menu {
    width: 250px;
	border-radius: 0;
}
.header-nav-container .lvl-1.dropdown {
  border-top: 1px solid #fff;
}
.header-nav-container .lvl-1.dropdown.open {
    border-top: 1px solid;
}
p.topbar {
    margin: 0;
}
.cart-message, .empty-cart-message {
    margin-top: 24px;
}
.sidebar .widget {
    margin-bottom: 35.28px;
}
.bg-gray, .bg_default {
    box-shadow: 2.6px 3.1px 0 rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.15);
    background-color: #fffffff;
    color: #1b1b1b;
}
.cart-total {
    padding: 24px;
}
.widget {
    position: relative;
}
.cart-total .total-title {
    color: #000;
}
.cart-total .list {
    margin: 24px 0;
}
.cart-total .list .item {
    padding: 6px 0;
    display: flex;
}
.cart-total .list .item span:last-child {
    margin: auto 0 auto auto;
    color: #000;
}
.cart_shipping {
    display: inline-block;
    margin: 10px 0 0;
    width: 100%;
}
.cart_shipping label {
    box-sizing: border-box;
    color: #333;
    float: right;
    font-weight: bold;
    padding-left: 3px;
    width: 90%;
}
.cart_shipping input {
    float: left;
    width: 5%;
}
.red {
    color: red;
}
.sidebar .checkout_btn { margin-bottom: 20px }
.continue_shopping {
    width: 100%;
    display: inline-block;
}
.cart-info {
    margin-top: 15px;
    max-width: 450px;
    width: 100%;
}
.cart-info p {
    border-bottom: 1px solid #000;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 20px;
    margin-bottom: 10px;
    width: 100%;
}
.sub_text {
    font-size: 16px;
    color: red;
}
.cart-info p:last-child {
    border: none;
}
.product-page {
  margin-top: 24px;
}
.mobile-view .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}
.logo {
    float: left;
    margin: 0 auto;
    max-width: 325px;
}
img {
    width: 100%;
}
.off-canvas-cont {
    overflow-y: hidden !important;
}
.off-canvas-cont {
   z-index: 999999999;
    background-color: #fff;
    padding: 20px 24px;
}
.offcanvas-navigation {
    height: 90%;
    overflow: auto;
	position: relative;
    width: 100%;  
    margin-bottom: 12px;
}
.offcanvas-navigation ul.menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-navigation ul {
    list-style: none;
    padding: 0;
}
.offcanvas-navigation ul li a {
    border: none;
    line-height: 2.15;
    display: block;
}
.offcanvas-navigation ul li.menu-item-has-children > .sub-menu {
    display: none;
}
.offcanvas-navigation ul.menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.offcanvas-navigation ul li.menu-item-has-children>.sub-menu {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: -100%;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.offcanvas-navigation ul {
    list-style: none;
    padding: 0;
}
.offcanvas-navigation ul li.menu-item-has-children > .sub-menu.in-view {
    display: block;
}
.offcanvas-navigation ul li.menu-item-has-children>.sub-menu.in-view {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.offcanvas-navigation ul li.menu-item-has-children>.sub-menu.off-view {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.offcanvas-navigation .menu .nav-item i.fa-chevron-right {
	float: right;
	line-height: 30px;
    vertical-align: middle;
	margin-right: 7px;
}
.offcanvas-navigation .menu .nav-item i.fa-chevron-down {
	display: none;
}
a.offcanvas-toggle {
    font-weight: bold;
    color: #919191;
}
.preview-box .product_image {
    height: 195px;
    text-align: center;
}
.preview-box .product_image img {
    height: 100%;
    width: 100%;
}
.tile {
    margin: 0 auto;
    margin-bottom: 36px;
}
.tile .tile-title {
    margin-top: 15px;
    padding-bottom: 13px;
    position: relative;
}
.tile .tile-title a, .tile .tile-meta { 
font-size: 14px;
color: #656565;
}
.cat-list {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}
.widget-title h6, .cat-list li {
    text-align: left;
}
.cat-list li a {
    text-transform: capitalize;
}
#faq-template #expand-collapse label {
  width: 100%;
}
/*.header.sticky {
   position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background: #fff;	
}
.header.sticky p.topbar { display: none; }
.header.sticky .tb_col { height: 60px; }
.header.sticky a.store-link { width: 300px; }*/
.main_nav_wrapper {
  background-color: #333;
  position: fixed;
  top: -50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}
.sticky_nav--unstick {
    opacity: 0;
    transition: opacity 0s;
}
.sticky_nav {
    position: fixed;
    width: 100%;
    z-index: 35;
    top: -50px;
    left: 0;
    padding: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 300ms ease-in-out;
}
header.header {
    position: fixed;
    top: 0px;
    z-index: 9960;
    width: 100%;
}
main.content {
    padding-top: 180px;
}
.widget.search, .header_social {   
    float: left;
}
.tb_col {
    display: table;
    height: 60px;
} 
.header-tools, .widget_header_social_outer {
    display: table-cell;
    vertical-align: middle;
}
.header_social {
    line-height: 31px;
    vertical-align: middle;
}
/* Home Tiles */
.home_tiles { margin-bottom: 40px; }
.tile_block {
    padding-left: 0;
    padding-right: 0;
    height: 350px;
    background: #ccc;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tile_block img {
    width: 100%;
    height: 100%;
}
.tile_block .overlay-wraper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.tile_block .overlay-inner {
    position: absolute;
    padding: 20px;
    top: 45%;
    transform: translateY(-50.1%);
}
.tile_block .overlay-inner .tile-header {
    color: #fff;
    text-shadow: 1px 1px #0300ff;
}
.tile_block .overlay {
    display: none;
    transition: opacity 0.3s linear 0s;
}
.tile_block .overlay-inner * {
    color: #fff;
    text-shadow: 1px 1px #ff0000;
}
.tile_block .overlay ul {
	margin-top: 15px;
}
.doscount-text, .cart-container {
	display: inline-block;
}
#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 0.7;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}
#loading-image {
  position: absolute;
  top: 100px;
  left: 240px;
  z-index: 100;
}
.top-bar.top-bar-header {
    padding-bottom: 0;
}
.flexslider { margin: 0; border:0px none !important;}
.flex-direction-nav a{height:45px !important;}
.flex-viewport {
    max-height: 500px !important;
}
ul.slides.prod-thumbnail {
    position: static;
    overflow: hidden;
    width: 100% !important;
}
.flexslider .slides img { width: 100% !important; height: 100%; }
.flex-direction-nav a:before { opacity: 1;color:#fff; }
nav.header-nav-container li.lvl-2 { display: block; }
.product-description p { font-size: 16px; }
.cart-information {
    margin: 0 auto;
    width: 100%;
    background-color: #eee;    
    display: inline-block;
    padding: 15px;
}
.cart-information input { width: 5%; float: left; }
.cart-information label { font-weight: normal; width: 94%; float: right; }
.cart-information-warnings {
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ebced3;  
}
.accept-terms { font-weight: 700; }
#myModalpopup { z-index: 10000; }
#myModalpopup .modal-header {
  border-bottom: none;
}
.heading-text {
    margin: 20px 0;
    font-weight: 600;
}
table.popup-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}
table.popup-table th, table.popup-table td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 3px 0px 15px 5px;
}
.popup-heading-text {
    font-weight: 600;
}
.table-outer{
  overflow-x:auto;
}
/*#loader {  
    position: fixed;  
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
  background:url('https://i.imgur.com/Yy28exM.gif') 50% 50% no-repeat rgb(249,249,249);;
}  */
/* All Media Queries */
@media screen and (min-width: 1024px){
#myModalpopup .modal-dialog {
    width: 1000px;
}
}
@media screen and (min-width: 768px) and (max-width: 1110px){
	main.content { padding-top: 208px; }
}
@media screen and (max-width: 992px){
.text-primary {
    background: #000;
    text-align: center;
    width: 100%;
    display: inline-block;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.tb_col {
    vertical-align: middle;
    line-height: 20px;
}
.cart-link .counter {   
    top: -4px;
    right: -9px;
}  
}
@media screen and (max-width: 767px){
	main.content {
	padding-top: 122px;
	}
	header.header {
	background: #fff;
	}
	.offcanvas-navigation {
	height: 100%;
	}
	.cart-link .counter {
	top: -15px;
    right: -10px;
	}
	.cart-link { position: relative; }
	.cart-link i {
	font-size: 25px;
	color: #919191;
	}
	a.mobile-bars {
	float: left;
	}
	.mobile-tools {
	float: right;
	margin-right: 15px;
	}
	a.offcanvas-toggle i {
	font-size: 20px;
	position: relative;
	top: 2px;    
	color: #919191;
	}
	.top-bar {
	display: none;
	}
	.cart-sub-menu {
	right: 0;
	width: 300px;
	}
	.mobile-view .container {
	margin: 25px 0;
	position: relative;
	}
}
@media screen and (max-width: 480px){
	main.content {
    padding-top: 102px;
}
.mobile-view .text-primary {
    display: none;
}
}