/*
Theme Name: Assembly - Module
Theme URI: http://module.loopthemes.com/
Description: Module is a minimalist WordPress theme that allows to create a creative photography site. It's built on top of Assembly a framework and modular drag and drop page builder which makes Module trully powerful, fast and incredibly flexible and dynamic.
Version: 1.0.1
Author: LOOP Themes
Author URI: http://loopthemes.com/
Text Domain: assembly-module
Tags: sticky-post, theme-options, threaded-comments
License: GNU General Public License
License URI: license.txt
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# LAYOUT
# BODY
# WP
# MENU
# Logo
# Lightbox
# Burger Button
# GALLERY
# GALLERY & CATEGORY FILTERS
# ANIMATION
# BUTTON
# MAP
# IMAGE
# POSTS
# BACKGROUND VIDEO
# SLIDER
# SOCIAL MEDIA
# WooCommerce
# SOCIAL MEDIA
--------------------------------------------------------------*/


/* LAYOUT */

html{
  font-size: 17px;
}

.w-col{
  padding: 0;
}

.w-container .w-row{
  margin-left: 0;
  margin-right: 0;
}


/* BODY */

body{
  line-height: 1.8em;
  height: 100%;
}

main.inner{
  min-height: 100%;
}

.w-container{
  padding: 0;
  max-width: 100%;
}

.asm-row .w-container{
  padding: 0;
}

a, a:visited{
  color: #808080;
}

a:hover{
  color: #B9B9B9;
}

a:focus {
  /* Normalizing */
  outline: none;
}

p {
  /* Normalizing */
  margin-top: 10px;
  margin-bottom: 1.5em;
}

/* WP */

.wp-caption, .wp-caption-text, .sticky, .screen-reader-text, .gallery-caption, .bypostauthor, .alignright, .alignleft, .aligncenter{}

/* MENU */

body.admin-bar .asm-sticky{
  top: 32px !important;
}

.navbar{
  z-index: 10;
  position: relative;
}

nav ul.menu, .asm-extra-menu .menu{
  list-style: none;
  padding-left: 0;
  font-size: 0;
  display: inline-block;
  padding: 10px 10px;
}

nav ul, .asm-extra-menu ul{
  background-color: transparent;
}

nav ul.menu li, .asm-extra-menu .menu li{
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  font-size: 15px;
  line-height: 1em;
  white-space: nowrap;
}

nav ul.menu li a, .asm-extra-menu .menu li a{
  text-decoration: none;
  color: #808080;
  font-size: inherit;
  display: inherit;
  padding: 8px 15px;
}

nav ul.menu li:last-child a, .asm-extra-menu .menu li:last-child a{
  padding-right: 0;
}

/*nav ul.menu > li > a{
  padding: 30px 10px;
}*/

.asm-extra-menu .menu .current-menu-item a,
.asm-extra-menu .menu .current_page_item a,
.asm-extra-menu .menu a:hover,
nav ul.menu .current-menu-item a,
nav ul.menu .current_page_item a,
nav ul.menu a:hover{
  color: #B9B9B9
}

nav ul.menu ul, .asm-extra-menu .menu ul{
  visibility: hidden;
  position: absolute;
  padding-left: 0;
  margin-left: 0;
}

nav ul.menu > li > ul, .asm-extra-menu .menu > li > ul{
  padding-top: 20px;
}

nav ul.menu ul li, .asm-extra-menu .menu ul li{
  padding-left: 0;
  display: flex;
  display: -webkit-flex;
}

nav ul.menu li:hover > ul, .asm-extra-menu .menu li:hover > ul{
  visibility: visible;
}


/*nav ul.menu ul li ul{
  top: 0; 
}*/

nav .asm-standard-menu-container{
  font-size: 0;
}

nav ul.menu li .sup-num{
    font-size: 10px;
    top: -6px;
    position: relative;
    padding-left: 3px;
}

.menu-list ul.menu li.asm-woo-cart .sup-num{
    font-size: 12px;
    top: -13px;
    font-weight: 400;
    padding-left: 5px;
    position: relative;
}

.loading-mask.undisplay{
  display: none;
}

nav ul.menu ul ul, .asm-extra-menu .menu ul ul{
    left: 100%;
}

/* Logo */

.asm-header .w-container,
.asm-header .w-container > .w-row,
.asm-header .w-container > .w-row > .asm-header-logo{
  height:100%;
}

.asm-header-logo .asm-image-responsive-logo{
  min-width: 71px;
  min-height: 25px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.asm-header-logo .asm-logo-link .asm-image-responsive-logo{
  display:block;
}

.asm-header-logo .asm-logo-link{
  width: auto;
  display: inline-block;
  height: 100%;
}

.logo-col .logo{
  display: inline-block;
}

.asm-header{

}

.asm-header.asm-sticky{
  position: fixed;

  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: transform 0.25s ease;
}

.asm-header.asm-sticky.asm-sticky-offscreen{
  transform: translate3d(0px, -80px, 0px);
  -ms-transform: translate3d(0px, -80px, 0px);
  -webkit-transform: translate3d(0px, -80px, 0px);
}

/* Lightbox */

.w-lightbox{
  cursor: pointer;
  z-index: 1;
}

/* Burger Button */

.burger-box{
  display: inline-block;
  height: 60px;
  width: 60px;
  z-index: 9999;
  position: relative;
  margin-top: -15px;
  margin-right: -15px;
}

.burger-box .anim-burger,
.burger-box .anim-burger:before,
.burger-box .anim-burger:after {
  position: absolute;
  top: 28px;
  left: 18px;
  width: 20px;
  height: 3px;
  background: #444;

  -webkit-transition: background 0.15s, -webkit-transform 0.15s, top 0.15s;
  transition: background 0.15s, -ms-transform 0.15s, top 0.15s;
  -o-transition: background 0.15s, -o-transform 0.15s, top 0.15s;
  transition: background 0.15s, transform 0.15s, top 0.15s;
}

.burger-box .anim-burger:before {
  top: -6px;
  left: 0;
  content: "";
}

.burger-box .anim-burger:after {
  top: 6px;
  left: 0;
  content: "";
}

.burger-box.open .anim-burger {
  background: transparent;
}

.burger-box.open .anim-burger:before {
  top: 0;
  background: #fff;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.burger-box.open .anim-burger:after {
  top: 0;
  background: #fff;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.burger-box.side.open .anim-burger:before,
.burger-box.side.open .anim-burger:after { background: #444; }

.menu-temporal{
  position: fixed;
}

#menu-mask, #menu-overlay{
  position:fixed; 
  background-color: #000;
  opacity: 0;
  height:100%; 
  width:100%; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  z-index:99;
  visibility: hidden;

  -webkit-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  -o-transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: opacity 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;

  cursor: pointer;
}

#menu-overlay{
  cursor: default;
  overflow-y:scroll;
  width: 103%;
}

#menu-mask.visible, #menu-overlay.visible{
  visibility: visible;
}

#menu-mask.open{
  opacity:.7; 
}

#menu-overlay.open{
  opacity:.9; 
}

#menu-side{
  position:fixed; 
  background-color:#FDFDF9;
  opacity: 1;
  height:100%; 
  width: 35%;
  right: -35%;
  top: 0; 
  margin-right: -25px;
  
  bottom: 0; 
  z-index:-1;
  padding: 60px 80px;
}

#menu-side.open{
  z-index: 99;
  overflow: auto;
  overflow-y: scroll;
}

#menu-side #menu-list > ul{
  position: relative;
  width: 100%;
  margin: 0;
}

#menu-side ul{
  list-style: none;
  padding-left: 0;
}

#menu-side ul.sub-menu{
  overflow: hidden;
}

#menu-side ul li{
  padding-left: 0;
}

#menu-side ul li a.child{
  color: rgb(210, 210, 210) !important;
}

#menu-side ul li a{
  color: rgba(158, 157, 144, 0.73);
  font-size: 15px;

  display: inline-block;
}

#menu-overlay .menu-list{
  list-style: none;
  padding-left: 0;
  width: 50%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

#menu-overlay .menu-list ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

#menu-overlay .menu-list ul li{

}

#menu-overlay .menu-list ul li a.child{
  color: rgb(210, 210, 210) !important;
}

#menu-overlay .menu-list ul li a{
  color: rgba(158, 157, 144, 0.73);
  font-size: 15px;

  display: inline-block;
}

#menu-overlay ul.sub-menu{
  overflow: hidden;
}

.pushReady{
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: -ms-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  -o-transition: -o-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
  transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
}
.pushReady.pushLeft{
  -webkit-transform: translateX(-100px) translateY(0px) !important;
  -ms-transform: translateX(-100px) translateY(0px) !important;
  -o-transform: translateX(-100px) translateY(0px) !important;
  transform: translateX(-100px) translateY(0px) !important;
}
.pushReady.pushLeft-faster{
  -webkit-transform: translateX(-100%) translateY(0px) !important;
  -ms-transform: translateX(-100%) translateY(0px) !important;
  -o-transform: translateX(-100%) translateY(0px) !important;
  transform: translateX(-100%) translateY(0px) !important;
}
.pushReady.pushRight{
  -webkit-transform: translateX(100%) translateY(0px) !important;
  -ms-transform: translateX(100%) translateY(0px) !important;
  -o-transform: translateX(100%) translateY(0px) !important;
  transform: translateX(100%) translateY(0px) !important;
}

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

  #menu-side{
    width: 40%;
    right: -40%;
  }

}

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

  #menu-side{
    width: 60%;
    right: -60%;
  }
  
}

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

  #menu-side{
    width: 80%;
    right: -80%;
  }
  
}

/* GALLERY */

.asm-gallery{
  padding-left: 0px;
  padding-right: 0px;
}

.asm-gallery-cell-item{
  background-size: cover;
  background-position: 50%;
  padding: 0;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
}

.asm-gallery-cell-item .portfolio-image-responsive-size{
  visibility: hidden;
  display: block;
  top: 0;
  position: absolute;
  width: 100%;

  padding-top: 100%;
}

.asm-gallery-cell-item .inner{
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  text-decoration: initial;
  display: block;
}

.asm-gallery-cell-item .inner:hover .mask{
  opacity: 1;
}

.asm-gallery-cell-item .mask{
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: rgba(255,255,255,.85);
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.asm-gallery-cell-item .inner-over{
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 0;
}

.asm-gallery-cell-item h3{
  text-align: center;
  color: white;
}

.asm-gallery-cell-item .portfolio-terms{
  color: #404040;
}

.asm-gallery.masonry .asm-gallery-cell-item .portfolio-image-responsive-size,
.asm-gallery.masonry .asm-gallery-cell-item .inner{
  position: relative;
}

.asm-gallery-cell .w-background-video{
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.asm-gallery-cell-footer{
  height: 110px;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.4em;
}

.asm-gallery-woo-title{
  display: inline-block;
  width: 80%;
}

.asm-gallery-woo-terms{
  width: 90%;
  display: block;
  clear: both;
}

.asm-gallery-woo-price{
  /*display: inline-block;
  text-align: right;
  width: 20%;
  color: #1E1E1C;*/
  
  display: inline-block;
  text-align: right;
  color: #1E1E1C;
  position: absolute;
  white-space: nowrap;
  right: 0;
}

.asm-gallery-woo-add:before {
    content: '+';
    font-size: 20px;
    vertical-align: bottom;
    font-weight: 400;
    padding-right: 4px;
}

/* GALLERY & CATEGORY FILTERS */

.asm-gallery-filters,
.asm-category-filters{
    list-style: none;
    letter-spacing: .5px;
    margin-left: 0;
    margin-bottom: 0;
}

.asm-gallery-filters li,
.asm-category-filters li{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    font-size: 15px;
    padding: 8px 15px;
    line-height: 1em;
}

.asm-gallery-filters li:first-child,
.asm-category-filters li:first-child{
    padding-left: 0;
}

.asm-gallery-filters li:last-child,
.asm-category-filters li:last-child{
    padding-right: 0;
}

.asm-gallery-filters li .sup-num,
.asm-category-filters li .sup-num{
    font-size: 10px;
    vertical-align: 6px;
    padding-left: 3px;
}

.asm-category-filters li a,
.asm-gallery-filters li a{
    color: #808080;
    text-decoration: none;
}

.asm-gallery-filters li a.w--current,
.asm-gallery-filters li a:hover,
.asm-category-filters li a.w--current,
.asm-category-filters li a:hover{
    color: #B9B9B9;
}


/* ANIMATION */

[data-ix*="interaction-cropped"]{
  transition: all 2000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-clip-path: inset(0px 0px 100% 0px);
  clip-path: inset(0px 0px 100% 0px);
}

[data-ix*="interaction-cropped-up-3"]{
  transition: all 2000ms cubic-bezier(0.075, 0.82, 0.165, 1) 600ms;
}


/* BUTTON */

.asm-button a{
  color: #bb9d56;
  border-bottom: 1px solid #bb9d56;
  padding: 5px 0px;
}


/* MAP */

.asm-map .asm-map-responsive-size{
  display:block;
}

.w-widget-map {
  width: 100%;
  height: 100%;
  position: absolute;
}


/* IMAGE */

.asm-image{
  position: relative;
}

.asm-image > .w-container{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.asm-image-link{
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  -o-transition: background-color 500ms;
  transition: background-color 500ms;
}

.asm-image-link:hover{
  background-color: rgba(255,255,255,.5);
}

.asm-title-link{
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}

.asm-image-responsive-size{
  visibility: hidden;
  display: block;
  top: 0;
  width: 100%;
  padding-top: 100%;
}

.asm-image-responsive-img{
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  display: block;
  background-size: cover;
  background-position: 50%;
}

/* POSTS */

.asm-post-categories{
  display: inline-block;
  padding-right: 22px;
}

.asm-post-categories ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: inline;
}

.asm-post-categories li{
  padding-right: 30px;
  display: inline-block;
}

.asm-post-image{
  margin-bottom: 40px;
}

.asm-title.asm-post-title{
  margin-top: 20px;
  margin-bottom: 20px;
}

.asm-post-content{
  margin-bottom: 40px;
}

.asm-post-date{
  font-size: 13px;
}

.asm-post-list time.asm-post-date a{
  color: rgba(0, 0, 0, 0.8);
}

.pagination{
  padding-bottom: 20px;
  clear: both;
}

.pagination .page-numbers{
  padding-right: 5px;
}


/* BACKGROUND VIDEO */

.w-background-video{
  height: auto;
}

.w-background-video > .w-container{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-background-video > video{
  z-index: 0;
  visibility: hidden;
}

.w-background-video > video.visible{
  visibility: visible;
}

.w-background-video > *{
  position: relative;
}


/* SLIDER */

.w-slide{
  float: none;
}

.w-slide > .w-container{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-slide .asm-image-link:hover{
  background-color:transparent;
}

.w-slide > .w-background-video{
  height: 100%;
}

.w-slide > .w-background-video > video{
  z-index: -100;
}


/* SOCIAL MEDIA */

.asm-social a::before{
  vertical-align: -webkit-baseline-middle;
  vertical-align: baseline-middle;
}

.asm-social a{
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 14px;
}


/* EXTRA */
.asm-page th, .asm-page td {
    border-bottom: 1px solid #ececec;
}

.asm-sidebar .asm-widget a{
  font-size: 12px;
}

.asm-sidebar .asm-widget ul li{
  padding: 0;
  line-height: 1.7em;
}

table{
  font-size: 15px;
}

ul, ol {
    padding-left: 0;
}

ol.comment-list{
    list-style: none;
}

.post-password-form label{
    display: inline;
}

.posts-no-results{
  padding-top: 40px;
}


/* WooCommerce */

/* Make image 75% width to make room to its right */
.single-product div.product .images .woocommerce-main-image {
    width: 75%;
    float: left;
    cursor:default;
}
 
/* Make Gallery 25% width and place it beside the image */
.single-product div.product .images .thumbnails {
    width: 25%;
    float: left;
}
 
/* Style each Thumbnail with width and margins */
.single-product div.product .images .thumbnails a.zoom {
    width: 90%;
    float: none;
    margin: 0 0 10% 10%;
}

.woocommerce #content div.product div.thumbnails.columns-1 a, 
.woocommerce div.product div.thumbnails.columns-1 a, 
.woocommerce-page #content div.product div.thumbnails.columns-1 a, 
.woocommerce-page div.product div.thumbnails.columns-1 a{
  display: block;
  margin-left: 0;
}

/* Products Grid */

.woocommerce ul.products li.product h3, .asm-gallery-woo-title{
  font-weight:300;
  width:60%;
  float:left;
  padding:0;
  font-size:14px;
  line-height:19px;
  color:#808080;
  height: 18px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}

.woocommerce ul.products li.product .price{
  text-align:right;
  width:40%;
  color:#1E1E1C;
  margin:0;
  font-size:14px;
  line-height:19px;
  float:left;
  font-weight:300;
  white-space: nowrap;
}

.woocommerce div.product .price ins, 
.woocommerce div.product .price ins span.woocommerce-Price-amount.amount{
  font-weight:300;
  /*font-size:18px;*/
}

.woocommerce ul.products li.product .price ins{
  font-weight:300;
}

.woocommerce div.product p.price del, 
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del{
  display:inline-block;
  margin-right:8px;
}

.woocommerce #respond input#submit,
.woocommerce button.button, 
.woocommerce a.button, 
.woocommerce input.button{
  margin:0;
  padding:0;
  background:rgba(0, 0, 0, 0);
  font-size:13px;
  font-weight:300;
  color:#808080;
  line-height:20px;
  display:table;
  margin:0;
  float:left;
}

.woocommerce ul.products li.product .button{
  margin-top:0;
  line-height: 19px;
  clear: both;
}

.asm-gallery-cell span.onsale {
  position: absolute;
  text-align: center;
  line-height: 3.236;
  border-radius: 100%;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce span.onsale, .asm-gallery-cell span.onsale {
  background-color: #808080;
  font-size: 13px;
  font-weight: 300;
  min-width: 60px;
  min-height: 60px;
  padding: 9px 0;
  z-index: 2;
  pointer-events: none;
}

.woocommerce ul.products li.product .onsale {
  margin-top: -23px;
}

.woocommerce div.product .onsale, .asm-gallery-cell span.onsale {
  margin-top: 10px;
  left: auto;
  top: auto;
  margin-left: 31px;
}

div.woocommerce form.login, 
div.woocommerce form.register{
    width: 50%;
    display: block;
    background-color: #f9f9f9;
    padding: 10px 15px;
}

div.woocommerce form.login [for="rememberme"]{
  padding-left: 16px;
  display: inline-block;
  vertical-align: -13px;
  line-height: 17px;
}

div.woocommerce form.login #rememberme{
  vertical-align: text-bottom;
}

div.woocommerce form.login input.input-text, 
div.woocommerce form.register input.input-text{
  background-color: #fff;
}

.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
  top: 0;
}

.woocommerce nav.woocommerce-pagination ul{
  border:0;
}

.woocommerce nav.woocommerce-pagination ul li{
  border:0;
  padding: 4px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
  padding: .4em .6em;
}

.woocommerce .comment-form-rating p.stars a{
  border:0;
}

.woocommerce #reviews #comment{
  margin-bottom:0;
}

.asm-gallery-cell span.onsale {
    top: 0;
    right: 0;
    left: auto;
    margin-right: -8px;
    margin-top: -23px;
}

.asm-gallery-cell .asm-gallery-woo-price ins {
   background: 0 0;
}

.asm-gallery-cell .asm-gallery-woo-price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
  margin-right: 4px;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 14px;
  width: 30%;
  float: left;
  z-index: 1;
  position: relative;
  word-spacing: 5px;
  color: #c4c4c4;
  white-space: nowrap;
}

.woocommerce .page-title{
  clear: both;
}

.woocommerce h1.page-title,
.woocommerce .summary h1.product_title{
  margin-bottom:77px;
  /*font-family:Roboto, sans-serif;*/
  color:#1E1E1C;
  font-size:29px;
  line-height:40px;
  font-weight:300;
  letter-spacing:0;
}

.woocommerce h1.page-title{
  padding-top: 26px;
}

.woocommerce .page-title{
  clear: both;
}

.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count {
  height: 30px;
  color: #1E1E1C;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid #f0f0f0;
  /*font-family: Roboto;*/
  font-family:inherit;
  font-size: 13px;
  padding: 6px 8px;
}

.woocommerce .woocommerce-ordering select {
  background: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 13px;
  letter-spacing: .5px;
  color: #909090;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul{
  margin:0;
  padding:0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li{
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    margin-bottom: 100px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-bottom: 100px;
}

.woocommerce .woocommerce-Message .button{
  float: none;
}

.woocommerce .woocommerce-ordering select:focus {
  outline: none;
}

address{
  font-style: normal;
}

.woocommerce table.shop_table_responsive tr td:before, 
.woocommerce-page table.shop_table_responsive tr td:before,
label,
.woocommerce .woocommerce-result-count,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
  margin: 0;
  padding-top: 5px;
  font-size: 11px;
  color: #1E1E1C;
  padding-bottom: 9px;
  letter-spacing: .4px;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce form .form-row {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce table.shop_table_responsive tr td:before, 
.woocommerce-page table.shop_table_responsive tr td:before{
  padding-top: 0px;
}

.woocommerce table.shop_table.cart{
  border-radius:0;
  border:1px solid #f3f3f3;
}

.woocommerce table.shop_table:not(.cart){
  border:0;
  background-color: #f9f9f9;
}

.woocommerce .order-total .amount{
  font-size: 18px;
  font-weight: 400;
  color: #1E1E1C;
}

.woocommerce .woocommerce-message{
    border-top-color: #1E1E1C;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #f9f9f9;
    border-radius: 0px;
    font-size: 14px;
    color: #888;
    border-top: 2px solid #1E1E1C;
}

.woocommerce .woocommerce-message a{
  float: right;
  font-weight: 400;
  border-bottom: 1px solid;
  border-radius: 0;
  line-height: 17px;
  color: #1E1E1C;
  padding-top: 5px;
}

.woocommerce .woocommerce-message ~ .product,
.woocommerce .woocommerce-message ~ form,
.woocommerce .woocommerce-message ~ .cart-collaterals .cart_totals .shop_table{
  margin-top: 95px !important;
}

.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #1e1e1c;
}

.woocommerce-checkout .woocommerce .col2-set, 
.woocommerce-checkout.woocommerce-page .col2-set {
    width: 66.667%;
    float: left;
}

.woocommerce-page #order_review {
    float: left;
    width: 33.333%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, 
.woocommerce-checkout.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 90%;
}

.woocommerce-checkout .woocommerce .col2-set .col-2, 
.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 90%;
}

.woocommerce .woocommerce-info {
    border-top-color: rgba(0, 0, 0, 0);
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);
    color: #c4c4c4;
}

.woocommerce .woocommerce-info:before, .woocommerce-info:after {
    display:none; 
}

.woocommerce .woocommerce-info .showcoupon {
   color: #777;
}

.woocommerce h3,
.woocommerce h3 label{
    font-size: 29px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    color: #1E1E1C;
}

.woocommerce h3{
    padding-bottom: 14px;
}

.woocommerce h3 label{ 
  font-size: 19px;
}

.woocommerce h3#ship-to-different-address label {
    font-size: 14px;
    text-transform: initial;
    font-weight: 400;
}

.woocommerce ul.products li.product a:hover h3{
  color:#1E1E1C;
}

.woocommerce .woocommerce-checkout{
  padding-top: 17px;
}

.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce .widget_layered_nav_filters ul li a:before{
  color: #1E1E1C;
}

.woocommerce .widget_layered_nav ul li.chosen a:hover:before, 
.woocommerce .widget_layered_nav_filters ul li a:hover:before{
  opacity:.7;
}

#customer_details #ship-to-different-address label {
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 1em;
    padding: 0;
    float: right;
}

#customer_details #ship-to-different-address input {
    float: left;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
  margin-top:40px;
}

.woocommerce-checkout .checkout #order_review{
  margin-top: 17px;
}

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #f3f3f3;
}

/* WooCommerce Default edits */

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product, 
.woocommerce-page[class*=columns-] ul.products li.product, 
.woocommerce[class*=columns-] ul.products li.product{
  clear:none;
}

.woocommerce ul.products li.product:nth-child(2n), 
.woocommerce-page ul.products li.product:nth-child(2n), 
.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), 
.woocommerce[class*=columns-] ul.products li.product:nth-child(2n){
   float: left;
}

.woocommerce .woocommerce-shipping-fields{
  padding-top: 40px;
}

/* */

.form-row div.select2-container a.select2-choice{
  background-color:#f9f9f9;
  border:0;
  border-bottom:1px solid #e1e1e1;
  border-radius:0;
  padding:5px 10px;
  font-weight: 300;
  font-size: 14px;
  color: #666;
}

.select2-drop-active {
    border: 1px solid #e1e1e1;
}

.select2-results{
    font-size: 13px;
    padding: 0;
    color: #808080;
}

.select2-results li{
  margin: 0;
  background-color: #fff;
}

.select2-drop .select2-search input.select2-input {
    margin: 0;
}

.select2-search{
    padding-top: 2px;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #e1e1e1;
}

.select2-results .select2-highlighted {
    background: #f9f9f9;
    color: #1E1E1C;
    border-radius: 0;
}

.select2-results .select2-result-label{
      padding: 0 8px;
}

input[type="text"]#coupon_code{
  border:1px solid rgba(0,0,0,0.1);
  padding:12px 12px 13px;
  width:175px;
}

.woocommerce table.shop_table td {
  padding: 10px;
  border-top: 1px solid #f3f3f3;
}

.woocommerce .shop_table tbody .product-thumbnail img {
    max-width: 100px;
}

.woocommerce #add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 180px;
}

.woocommerce a.remove{
  font-size: 17px;
  color: #1E1E1C!important;
  background: rgba(0, 0, 0, 0);
  font-weight: 300;
}

.woocommerce a.remove:hover {
  color: #ef173b!important;
  background: transparent;
}

.woocommerce .widget_layered_nav_filters ul li a {
  font-size: 12px;
}

.woocommerce .widget_layered_nav_filters ul li {
  padding-right: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .shipping-calculator-button{
  float: right;
  color: #1E1E1C;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 7px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-radius:0;
  line-height: 15px;
  height: auto;
}

.woocommerce ul#shipping_method li{
  padding:0;
}

#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th{
  vertical-align: middle;
}

.woocommerce ul#shipping_method li label {
  font-weight: 300;
  font-size: 12px;
  vertical-align: text-bottom;
  text-transform: initial;
  color: #888;
}

.woocommerce .wc_payment_methods label{
  display:inline-block;
  vertical-align: 3px;
}

.woocommerce .woocommerce-checkout-payment .wc_payment_methods{
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
  border-bottom: 1px solid #f3f3f3;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #f3f3f3;
}

.woocommerce-cart .woocommerce a.button,
.woocommerce-cart .woocommerce input.button,
.woocommerce-checkout .woocommerce input.button{
  display:inline-flex;
  align-items:center;
  height:44px;
  background:#1f1f1f;
  color:#fff;
  padding:0 40px;
  max-width:100%;
  font-size:13px;
  border:0;
  outline:0;
  cursor:pointer;
  border-radius:0;
  -moz-appearance:none;
  -webkit-appearance:none;
  font-weight:400;
  justify-content:center;
}

.woocommerce-cart .woocommerce a.button:hover,
.woocommerce-cart .woocommerce input.button:hover,
.woocommerce-checkout .woocommerce input.button:hover{
  color:white;
  background-color:#545454; 
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
  border: 0;
  padding: 0;
}

.woocommerce form.checkout_coupon .form-row-first, 
.woocommerce form.checkout_coupon .form-row-last, 
.woocommerce-page form.checkout_coupon .form-row-first, 
.woocommerce-page form.checkout_coupon .form-row-last{
  float: left;
  width: auto;
  display: block;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #f9f9f9;
    border-radius: 0;
}

.woocommerce .shipping-calculator-button{
  float:none;
}

.woocommerce ul#shipping_method li{
  padding-left: 17px;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  float: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #808080;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #fff;
  border: 3px solid #808080;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
  background-color:transparent;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #eee;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #fafafa;
}

.woocommerce a.added_to_cart{
  display:inline-block;
  padding:0;
  font-size:14px;
  display:inline-block;
  float:right;
  line-height:19px;
  margin-left:15px;
}

.woocommerce ul.products li.product a img{
  margin-bottom:18px;
}

.woocommerce ul.products{
  margin:0 -10px;
}

.woocommerce ul.products li.product{
  padding:0 11px;
  margin:0;
  margin-bottom:77px;
  width: 25%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display: block;
  position:relative;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:after{
  content:'View';
  position:absolute;
  width:100%;
  height:100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.85);
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  color: #1E1E1C;
  font-size: 27px;
  font-family: Roboto;
  letter-spacing: .6px;
  font-weight: 300;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover:after{
  opacity: 1;
}

.woocommerce.columns-6 ul.products li.product{
  width:16.666%;
}

.woocommerce.columns-5 ul.products li.product{
  width:20%;
}

.woocommerce.columns-4 ul.products li.product{
  width:25%;
}

.woocommerce.columns-3 ul.products li.product{
  width:33.333%;
}

.woocommerce.columns-2 ul.products li.product{
  width:50%;
}

.woocommerce.columns-1 ul.products li.product{
  width:100%;
}

.woocommerce-tabs div.panel.wc-tab.entry-content {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 80px;
    max-width: 572px;
    margin: 0 auto;
}

.woocommerce-tabs div.panel.wc-tab.entry-content > h2:first-child {
    display:none;
}

.asm-woo-product-details div.summary .product_meta > span {
    color: #1e1e1c;
    display: block;
}

.asm-woo-product-details div.summary .product_meta > span > span {
    color: #808080;
}

.woocommerce div.product form.cart .variations select{
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    font-size: 14px;
    max-width: 100%;
    outline: 0;
    font-family: inherit;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    display: inline-block;
    background-color: #f9f9f9;
}

.woocommerce div.product form.cart .variations label {
    margin: 0;
    padding-top: 5px;
    font-size: 11px;
    color: #1E1E1C;
    padding-bottom: 9px;
    letter-spacing: .4px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: text;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
  background-color: #1E1E1C;
}

.woocommerce .woocommerce-breadcrumb {
  white-space: normal;
}

.woocommerce-account div.woocommerce form.login, 
.woocommerce-account div.woocommerce form.register{
  width:100%;
}

.woocommerce td.product-name dl.variation dd p:last-child {
  margin: 0;
}

.woocommerce td.product-name dl.variation dt {
  font-size: 11px;
  color: #1E1E1C;
  padding-bottom: 0;
  letter-spacing: .4px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 23px;
}

.woocommerce td.product-name dl.variation dd {
    margin-bottom: 0;
    padding: 0;
}

.asm-sidebar ul, 
.asm-sidebar li > ul, 
.asm-sidebar li > ol {
    padding-left: 17px;
}

.woocommerce.asm-page input[type="search"]{
  margin-bottom: 10px;
  width: 91%;
}

.woocommerce ul.products li.product .star-rating {
  font-size: .600em;
  float: right;
  position: absolute;
  top: 10px;
  left: 10px;
}