/*

Theme Specific CSS File

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Layout
# Header
# Footer
# Sidebar
# Typography
# Forms & Buttons
# Elements
# Navigation
# Rev Slider
# Search
# Product Index
# Product Page
# Product Box Icons
# Image Flipper
# Add to Cart Popup
# Quick View
# Tooltips
# Visual Composer Animations
# Widgets
# Viewport FX
# Responsive Specific
# Demo Related - This can be removed
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
img {
    max-width: 100%!important;
    height: auto!important;
    width: auto\9; /* ie8 */
}



html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.background-left {
  position: fixed;
  width: 42%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: white;
}

.preloader {
  display:none!important;
}

.background-right.hidden {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  left: 42%;
  z-index: -1;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.background-right {
  position: fixed;
  width: 42%;
  height: 100%;
  top: 0;
  left: 42%;
  z-index: -1;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.blog .background-right,
.single .background-right,
.woocommerce .background-right,
.page .background-right,
.search-results .background-right,
.archive .background-right,
.blog .background-right.hidden,
.single .background-right.hidden,
.woocommerce .background-right.hidden,
.page .background-right.hidden,
.search-results .background-right.hidden,
.archive .background-right.hidden{
  background:none;
}

.blog .header-right,
.single .header-right,
.woocommerce .header-right,
.page .header-right,
.search-results .header-right,
.archive .header-right{
  background: rgba(255, 255, 255, 0.2);
}

.page-template-page-fullwidth-no-title .header-right{
  background: rgba(228, 215, 202, 0.2);
}

.page-template-page-fullwidth-no-title .background-right.hidden {
  position: fixed;
  width: 0%;
  height: 100%;
  top: 0;
  left: 42%;
  z-index: -1;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.page-template-page-fullwidth-no-title .background-right {
  position: fixed;
  width: 42%;
  height: 100%;
  top: 0;
  left: 42%;
  z-index: 0;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

#sidebar-area{
  background:#e4d7ca;
  margin-top: -110px;
  padding-top: 110px;
  z-index:60;
  position:relative;
  opacity:0;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

#sidebar-area.show{
  opacity:1;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-transition: all ease 0.7s 1.6s;
  -moz-transition: all ease 0.7s 1.6s;
  transition: all ease 0.7s 1.6s;
}


.container{
  margin: auto;
  padding-top:110px;
  margin-right:16%;
  display:flex;
}

.woocommerce #container{
    background:#efefef;
    max-width: 2500px;
    width: 100%;
    margin: auto;
    padding: 100px 3% 80px 3%;
    margin-top:50px;
    opacity:0;
    position:relative;
    left:-200px;
}

.woocommerce #container.show{
    -webkit-transition: all ease 0.7s 1.6s;
    -moz-transition: all ease 0.7s 1.6s;
    transition: all ease 0.7s 1.6s;
    position:relative;
    opacity:1;
    left:0;
}

.blog #main-content,
.single #main-content,
.woocommerce #main-content,
.page #main-content,
.search-results #main-content,
.archive #main-content {
    opacity: 0;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 110px;
    margin-top: -110px;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.woocommerce-wishlist-old #main-content{
    opacity: 0;
    padding-left: 3%!important;
    padding-right: 3%!important;
    padding-top: 110px!important;
    margin-top: -110px!important;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
}

.blog #main-content.show,
.single #main-content.show,
.woocommerce #main-content.show,
.page #main-content.show,
.search-results #main-content.show,
.archive #main-content.show{
  opacity:1;
  -webkit-transition: all ease 0.7s 1.5s;
  -moz-transition: all ease 0.7s 1.5s;
  transition: all ease 0.7s 1.5s;
}

.page-template-page-fullwidth-no-title #main-content {
  padding-left:0;
  padding-right:0;
}

.image-wrap{
    overflow:hidden;
}
.entry-header img{
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
    zoom: 1.20; /* IE */
    -moz-transform: scale(1.20); /* Firefox */
    -o-transform: scale(1.20); /* Opera */
    -webkit-transform: scale(1.20); /* Safari And Chrome */
    transform: scale(1.20); /* Standard Property */
}

.entry-header img:hover{
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
    zoom: 1.10; /* IE */
    -moz-transform: scale(1.10); /* Firefox */
    -o-transform: scale(1.10); /* Opera */
    -webkit-transform: scale(1.10); /* Safari And Chrome */
    transform: scale(1.10); /* Standard Property */

}

.woocommerce .container{
      padding-top: 130px;
      background:#ffffff;
}

.woocommerce #primary {
    width:100%;
    padding:80px;
    background:#EFEFEF;
}

.mia-button {
    position:relative;
    z-index:99999;
}

.woocommerce-wishlist-old .container{
  padding-top:160px;

}

.woocommerce-wishlist-old #sidebar-area{
  display:none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 23.20%;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-breadcrumb,
.archive .page-title{
  display:none!important;
}

.woocommerce ul.products li.product
.woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}

.preloader{
  position:fixed;
  height:100%;
  width:100%;
  background:white;
  z-index:1000;
}

.spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.to-front{
  z-index:6;
}


.screen-washer{
  position:fixed;
  width:100%;
  height:100%;
  background:white;
  top:0;
  margin-left:0%;
  z-index:1000;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.screen-washer.right{
  position:fixed;
  width:100%;
  height:100%;
  background:white;
  top:0;
  margin-left:100%;
  z-index:1000;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.screen-washer.left{
  position:fixed;
  width:0%;
  height:100%;
  background:white;
  top:0;
  z-index:1000;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
  height:110px;
  position: fixed;
  top:0;
  width: 100%;
  z-index:10;
  -webkit-transition: all 800ms 1000ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms 1000ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms 1000ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms 1000ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.site-header.hidden{
  height:110px;
  position: fixed;
  top:-110px;
  width: 100%;
  z-index:5;
  -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.header-left{
    width: 26%;
    position: absolute;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 16%;
}

.header-right{
    width: 42%;
    height: 100%;
    position: absolute;
    left: 42%;
    background: rgba(228, 215, 202, 0.2);
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer{
  width:100%;
  display: table-cell;
  vertical-align: middle;
}

.site-footer .left-block{
    width: 42%;
    position: absolute;
    height: 110px;
    text-align:center;
}

.site-footer .right-block{
    width: 42%;
    height: 110px;
    position: absolute;
    left: 42%;
    text-align:center;
}

.site-footer .textwidget{
    position: relative;
    top: 10px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

#sidebar-area .widget,
#sidebar-area aside .widget {
    margin: 0 0 60px;
    border: 1px solid #ffffff;
    padding: 5px 20px 20px 20px;
    overflow: visible;
    background:#efefef;
}

#sidebar-area .widget-header-wrapper,
#sidebar-area .widget-header-wrapper {
    text-align: left;
}

#sidebar-area .widget li,
#sidebar-area aside li {
    list-style: none;
    padding: 5px 0;
}

#sidebar-area .widget li:before,
#sidebar-area aside li:before {
    content: '';
    border-top: 2px solid #dfdfdf;
    padding: 4px;
    position: relative;
    top: 14px;
    left: -8px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
    font-family: 'Questrial', sans-serif;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-weight: 400;
    font-style: normal;
    color: #898989;
    font-size: 13px;
}

h1, .entry-title a{
  font-family: Lato;
  font-size:50px;
  font-weight:100;
  line-height:60px;
  color:black;
}

h2{
  font-family: Lato;
  font-size:40px;
  font-weight:100;
  line-height:60px;
  color:black;
}

h3{
  font-family: Lato;
  font-size:30px;
  font-weight:300;
  line-height:40px;
  color:black;
}

.widget h3{
  font-family: Lato;
  font-size:18px;
  font-weight:300;
  line-height:40px;
  color:black;
}

.products h3{
    font-family: 'Open Sans';
    font-size: 0.9em!important;
    font-weight: 600;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase!important;
    margin-top: 10px!important;
}


h4 {
  font-family: Lato;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 60px;
  color: black;
}

.site-footer h4 {
  font-family: Lato;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 60px;
  color: black;
}

h5 {
  font-family: Lato;
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 60px;
  color: black;
}

h6 {
  font-family: Lato;
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 60px;
  color: black;
}

.low-line-height h4 {
  font-family: Lato;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 20px;
  color: black;
}

a {
    color: #5c5b5b;
    font-weight:normal;
}

a:hover {
    color: black;
}

.main-navigation .menu a,
.sticky-navigation .menu a,
.site-footer .menu a {
    font-family: "Open Sans";
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600;
    font-style: normal;
    color: #504e50;
    font-size: 12px;
}

hr {
    background-color: #E3E3E3;
    border: 0;
    height: 1px;
    margin: 20px 0;
}


ul ul, ol ul {
    list-style-type: none;
}


.woocommerce table.wishlist_table {
  font-size:100%;
}

.no-hover:hover {
  color:#666666;;
}

/*--------------------------------------------------------------
# Forms & Buttons
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 10px;
    outline:none;
}

.wpb_wrapper input[type="text"],
.wpb_wrapper input[type="email"],
.wpb_wrapper input[type="url"],
.wpb_wrapper input[type="password"],
.wpb_wrapper input[type="search"],
.wpb_wrapper textarea {
  width:100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#sidebar-area .searchsubmit  {
    margin-top: 25px;
    display: block;
    margin-left:auto;
    margin-right:auto;
}

#sidebar-area .s  {
    margin-right: -3px;
    margin-top: 30px;
    width: 85%;
}

.widget_search {
    text-align:center;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 1em;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.theme-button,
.btn .btn-flat,
.entry-footer a,
.page-navigation li a,
.mia-button a,
.vc_btn3,
.wpcf7-submit,
.festi-cart-view-cart,
.festi-cart-checkout,
.lmp_button  {
    background-color: #2c2d32!important;
    color: #ffffff!important;
    letter-spacing: 4px!important;
    text-transform: uppercase!important;
    font-size: 0.8em!important;
    font-family: lato!important;
    padding: 15px 90px!important;
    box-shadow: inset 0 0 0 0 #575a5e;
    -webkit-transition: all ease 0.7s!important;
    -moz-transition: all ease 0.7s!important;
    transition: all ease 0.7s!important;
    border:0!important;
    opacity:1;
    cursor:pointer;
    line-height: 18px!important;
    border-radius: 0;
}

button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.theme-button:hover,
.btn .btn-flat:hover,
.entry-footer a:hover,
.page-navigation li a:hover,
.mia-button a:hover,
.vc_btn3:hover,
.wpcf7-submit:hover,
.festi-cart-view-cart:hover,
.festi-cart-checkout:hover,
.lmp_button:hover {
 box-shadow: inset 500px 0 0 0 #575a5e;
}

.lmp_load_more_button .lmp_button:hover {
    background-color: inherit!important;
    color: white!important;
}



.mia-button button {
    background-color: #2c2d32!important;
    color: #ffffff!important;
    letter-spacing: 4px!important;
    text-transform: uppercase!important;
    font-size: 0.8em!important;
    font-family: lato!important;
    padding: 15px 90px!important;
    box-shadow: inset 0 0 0 0 #575a5e;
    -webkit-transition: all ease 0.7s!important;
    -moz-transition: all ease 0.7s!important;
    transition: all ease 0.7s!important;
    border:0!important;
    opacity:0;

}

.mia-button button:hover{
    box-shadow: inset 500px 0 0 0 #575a5e;


}

.mia-button-anim button{
  opacity:1!important;
  -webkit-transition: all ease 1.2s!important;
    -moz-transition: all ease 1.2s!important;
    transition: all ease 1.2s!important;
}

.mia-button{
  opacity:0;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.mia-button.show{
  opacity:1;
  -webkit-transition: all ease 0.7s 2s;
  -moz-transition: all ease 0.7s 2s;
  transition: all ease 0.7s 2s;
}


.page-navigation {
  margin-bottom: 100px;
  text-align: center;
}


.page-navigation li a,
.page-navigation li a:hover,
.page-navigation li.active a,
.page-navigation li.disabled {
    padding: 10px 15px!important;
    font-weight: 500;
    text-transform: none;
    font-size: inherit;
    letter-spacing: inherit;
    margin: 0 4px 0 0;
    background: white!important;
    color: black!important;
    background-color: white!important;
    border: 1px solid #bcbcbc!important;
}


.page-navigation li a:hover,
.page-navigation li.active a:hover,
.page-navigation li.disabled:hover {

    color: white!important;
}

.entry-footer a {
    padding:8px 10px;
    margin:0 2px;
    border: 1px solid #DEDEDE;
}

.comments-section .third {
    display: inline-block;
    width: 28%;
    margin-right: 38px;
}

select {
    max-width: 100%;
    min-width:165px;
    border: 1px solid #CFCFCF;
    background-color: #fff;
    padding: 0 10px;
    font-size: 13px;
    color: #5f5f5f;
    height: 35px;
    line-height: 2;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("images/arrow_down.png")!important;
    background-repeat: no-repeat;
    background-position: 98%;
    background-position: calc(100% - 10px);
    outline: none;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 2em 2em;
}

.post-password-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
   min-width: 50%;
   display: block;
}

.post-password-form input[type="submit"]{
  margin-top:30px;
  display:block;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.entry-meta {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    padding: 30px 0;
    margin: 47px 0;
}

.entry-meta i {
    margin: 0 5px 0 15px;
}

.entry-meta .fa-calendar {
    margin: 0 5px 0 0;
}

article:first-child {
    padding: 0 0 20px 0;
}

article {
  margin-bottom:90px;
}

.comments-section {
    padding: 5%;
    margin-top: 60px;
    border: none;
    background: #FBFBFB;
}

.commentlist {
  list-style-type:none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #666666;
}

.vc_tta.vc_general .vc_tta-panel.vc_active,
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    background: #FEFEFE;
}



.woocommerce .woocommerce-breadcrumb:before{
    content: "";
    display: block;
    background: url("images/breadcrumb.png") no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 6px 0 0;
    position: relative;
    top: 7px;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 30px 0 4em -20px!important;
}



.strip-flex-nav .flex-next,
.strip-flex-nav .flex-prev,
.strip-flex-nav .flex-control-nav,
.strip-flex-nav .flex-control-paging {
  display:none!important;
}


.strip-flex-nav .flexslider {
    border: 0!important;
    border-radius:0!important;
    box-shadow: none!important;
    margin:0!important;
}

.ct-wooSearch-greyOut .ct-wooSearch-imgWrap {
    height: 32px;
}

.absolute {
    position:absolute;
}

.zoom div {
  background-size:100%!important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.zoom div:hover {
  background-size:110%!important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.sticky {
    background: #F8F8F8;
    padding: 50px!important;
}

.sticky h2 span {
    background: #F8F8F8;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #EBEBEB;
    display: block;
    position: relative;
    top: 1px;
    width: 200px!important;
    border-color: #bcbcbc!important;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.menu-area{
    position: fixed;
    width: 16%;
    height: 100%;
    top: 0;
    left: 84%;
    z-index: 100;
    background: #2c2d32;
    overflow:hidden;
    -webkit-transition: all 800ms 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -moz-transition: all 800ms 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
         -o-transition: all 800ms 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
            transition: all 800ms 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.menu-area.hidden{
    position: fixed;
    width: 0%;
    height: 100%;
    top: 0;
    left: 84%;
    z-index: 100;
    background: #2c2d32;
    -webkit-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1); /* older webkit */
    -webkit-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110);
    -moz-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110);
    -o-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110);
    transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110); /* custom */
}

.menu-area-header.hidden,
.menu-area-footer.hidden,
.main-menu.hidden{
  opacity:0;
  -webkit-transition: all ease 0.7s;
  -moz-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.menu-area.fullscreen{
  width:100%;
  height:100%;
  top:0;
  left:0;
  opacity:1;
  display:fixed;
}

.main-menu.show{
  display:flex!important;
  -webkit-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1); /* older webkit */
    -webkit-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110);
    -moz-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110);
    -o-transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110);
    transition: all 700ms cubic-bezier(0.790, 0.005, 0.635, 1.110); /* custom */
}

.menu-area-header{
  height:110px;
  text-align:center;
  padding-top:50px;
  width:100%;
  position:absolute;
  opacity:1;
  -webkit-transition: all ease 0.7s 1.4s;
  -moz-transition: all ease 0.7s 1.4s;
  transition: all ease 0.7s 1.4s;
}

.cart-icon{
  width: 26px;
  height: 26px;
  background-image: url('images/bag.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display:inline-block;
  opacity:0.5;
  padding: 0 6px 2px 6px;
  cursor:pointer;
}

.search-icon{
  width: 26px;
  height: 26px;
  background-image: url('images/search.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display:inline-block;
  opacity:0.5;
  padding: 0 6px;
  cursor:pointer;
}

.burger-icon.close{
  width: 26px;
  height: 26px;
  background-image: url('images/close.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  opacity:0.5;
  padding: 0 6px;
  cursor:pointer;
  -webkit-transition: all .6s 1s ease;
  -moz-transition: all .6s 1s ease;
  -ms-transition: all .6s 1s ease;
  -o-transition: all .6s 1s ease;
  transition: all .6s 1s ease;
}

.burger-icon{
  display:none;
  width: 26px;
  height: 26px;
  background-image: url('images/menu.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  opacity:0.5;
  padding: 0 6px;
  cursor:pointer;
  -webkit-transition: all .6s 1s ease;
  -moz-transition: all .6s 1s ease;
  -ms-transition: all .6s 1s ease;
  -o-transition: all .6s 1s ease;
  transition: all .6s 1s ease;
}

.menu-area-footer{
  height: 65px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity:1;
  -webkit-transition: all ease 0.7s 2s;
  -moz-transition: all ease 0.7s 2s;
  transition: all ease 0.7s 2s;
}

.facebook-icon{
  width: 26px;
  height: 26px;
  background-image: url('images/facebook.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display:inline-block;
  opacity:0.5;
  padding: 0 6px 2px 6px;
  cursor:pointer;
}

.twitter-icon{
  width: 26px;
  height: 26px;
  background-image: url('images/twitter.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display:inline-block;
  opacity:0.5;
  padding: 0 6px 2px 6px;
  cursor:pointer;
}

.instagram-icon{
  width: 26px;
  height: 26px;
  background-image: url('images/instagram.svg');
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display:inline-block;
  opacity:0.5;
  padding: 0 6px 2px 6px;
  cursor:pointer;
}

.menu-area .main-menu{
  height: 100%;
    padding: 10px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: auto;
    width: 100%;
    -webkit-transition: all ease 0.7s 1.7s;
    -moz-transition: all ease 0.7s 1.7s;
    transition: all ease 0.7s 1.7s;

}

.menu-area ul{
  list-style:none;
      -webkit-margin-start: 0em;
}

.menu-area ul li{
  margin-bottom:5px;
}

.menu-area ul a{
  font-size: 0.8em;
  letter-spacing: 2px;
  padding: 10px 0;
  text-transform:uppercase;
  font-family: Lato;
  color:white;
  opacity:0.5;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.menu-area ul a:hover{
  color:white;
  opacity:1;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.menu-area ul li ul a{
  font-size: 0.7em;
  opacity: 1;
}

.menu-area ul li ul {
  margin-bottom:0;
  margin-top: 10px;
  margin-left: 0;
}

.main-navigation a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}

.main-navigation li ul li a {
    font-size:11px!important;
    width:100%;
}

.main-navigation li ul li a:hover {
    font-size:11px!important;
}

.post-navigation {
    background: white;
    width: 95%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
    border: 1px solid #DEDEDE;
    padding: 20px;
}

.main-navigation li ul li:hover{
  background:#FBFBFB;
}

.comments-section .navigation{
  margin-bottom:60px;
}

/*--------------------------------------------------------------
  Mobile Menu
--------------------------------------------------------------*/


.mobile-menu .menu-main-menu-container {
  padding: 0;
}
.mobile-menu .menu {
  margin: auto;
  padding-top: 10%;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  overflow: auto;
}
.mobile-menu.menu-overlay {
  width: 100%;
  height:100%;
  position: fixed;
  top:0;
  left:0;
  display: block;
  background: white;
  z-index: 100000;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
}
.mobile-menu.menu-overlay.hidden {
  display: none;
  position: relative;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
}
.mobile-menu .menu a {
  display: block;
  padding: 10px;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
}
.mobile-menu .menu li:hover {
  background:#F8F8F8;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
}
.mobile-menu .menu li ul.hidden, .mobile-menu .menu li ul li ul.hidden {
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
  max-height: 700px;
  margin: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mobile-menu .menu li ul, .mobile-menu .menu li ul li ul {
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
  max-height: 0px;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mobile-menu .menu li ul li {
  display: block;
  text-align: left;
  margin: 0!important;
  padding: 5px 0px;
}
.mobile-menu .menu li ul li:first-child {
  margin-top: 14px!important;
}
.mobile-menu .menu li ul {
}
.mobile-menu .menu li ul li a {
  font-size: 14px;
}
.mobile-menu .menu li ul li {
  text-align: left;
  padding-left: 20px;
}
.mobile-menu .menu a {
  color: grey;
  font-family: 'Questrial';
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.mobile-menu .menu a:hover {
  color: black;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.mobile-menu.overlay-logo {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  top: 15%;
}
.mobile-menu h2 {
  text-align: center;
  font-family: 'Lato';
  color: white;
  font-size: 18px;
  padding-top: 10px;
}
.mobile-menu h2:after {
  content: '';
  position: relative;
  top: 10px;
  display: block;
  margin: auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.show-submenu {
  display:inline!important;
}
.mobile-menu .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.mobile-menu .close i {
  color: white;
  font-size: 20px;
}
.mobile-menu .menu li a:after {
  content: '';
  float: right;
  padding: 15px;
}
.mobile-menu .menu li > a:after {
  font-family: 'FontAwesome';
  font-size: 11px;
  content: '\f0d7';
  padding: 0px;
  position: relative;
  right: 48px;
}
.mobile-menu .menu li a:only-child:after {
  content: '';
  padding: 0px;
}

.mobile-menu .header-search-icon {
    cursor: pointer;
    display: inline;
    position: absolute;
    margin-left: 17px;
    top: 25px;
    width: 25px;
    height: 25px;
    background-image: url('images/magnify-thick.svg');
    background-repeat: no-repeat;
    background-size: 16px 16px;
}


/*--------------------------------------------------------------
# Rev Slider
--------------------------------------------------------------*/

.custom.tp-bullets{
      left: -45px!important;
      top: 20%!important;
}

.custom.tp-bullets:before {
    content: '';
    width: 1px;
    padding: 0;
    height: 74px;
    background: #CFCFCF;
    bottom: 130%;
    margin-left: 6px;
}

.custom.tp-bullets:after {
    content: '';
    width: 1px;
    padding: 0;
    height: 175px;
    background: #CFCFCF;
    top: 130%;
    margin-left: 6px;
    position: absolute;
}

.custom .tp-bullet:hover, .custom .tp-bullet.selected {
    background: rgb(157, 137, 128);
}

.custom .tp-bullet {
    width: 14px;
    height: 14px;
    position: absolute;
    background: #aaa;
    background: rgba(125, 125, 125, 0.26);
    cursor: pointer;
    box-sizing: content-box;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.closeicon {
    position: fixed;
    right: 3%;
    top: 16px;
    width: 32px;
    height: 32px;
    opacity: 1;
    cursor: pointer;
}

.search-overlay .closeicon {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 32px;
    height: 32px;
    opacity: 1;
    cursor: pointer;
}

.widget_product_search .widget-inner {
  text-align:center;
}

.woocommerce-product-search input[type="submit"] {
  margin-left:-3px;
}

.closeicon.small {
  -ms-transform: scale(0.6); /* IE 9 */
  -webkit-transform: scale(0.6); /* Safari */
  transform: scale(0.6);
}
.closeicon:hover {
  opacity: 1;
}
.closeicon:before, .closeicon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 40px;
  width: 1px;
  background-color: white;
}
.closeicon:before {
  transform: rotate(45deg);
}
.closeicon:after {
  transform: rotate(-45deg);
}
.search-overlay {
  position: fixed;
  display:block;
  width: 84%;
  height: 100%;
  top: 0;
  left:0;
  visibility: visible;
  opacity: 1;
  background: white;
  z-index: 10000000000;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.search-overlay.hidden {
  position: fixed;
  width: 84%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: white;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}
.search-overlay .search-label {
  font-size: 24px !important;
  letter-spacing: 2px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: black;
  position: relative;
  top: 6px;
}
.search-overlay .s {
  background: none!important;
  border: 0;
  border-bottom: 1px solid black;
  width: 30%;
  color: black;
  padding-left: 20px;
  font-size: 2em;
}
.search-overlay .searchsubmit  {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-left: 14px;
    top: 4px!important;
    width: 26px!important;
    font-size: 0!important;
    height: 25px!important;
    background-image: url('images/magnify-thick.svg');
    background-repeat: no-repeat;
    background-size: 35px 28px;
    text-align: center;
    border: 0!important;
    background-color: transparent!important;
    white-space: nowrap;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;

}
.search-submit a:hover, .search-submit a, .search-overlay .search-submit:hover {
  background-color: transparent!important;
}
.search-overlay .searchform {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: fixed;
  top: 40%;
  left:0;
}
.search-overlay .searchsubmit:hover{
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-left: 14px;
  top: 4px!important;
  width: 26px!important;
  font-size: 0!important;
  height: 25px!important;
  background-image: url('images/magnify-thick.svg');
  background-repeat: no-repeat;
  background-size: 35px 28px!important;
  box-shadow: none!important;
  text-align: center;
  border: 0!important;
  background-color: transparent!important;
  white-space: nowrap!important;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
}
.search-overlay .search-field:focus{
  background: none!important;
  border: 0;
  border-bottom: 1px solid black;
  width: 30%;
  color: black!important;
  outline: none;
  padding-left: 20px;
  font-weight: 300;

}

.search-overlay .closeicon:before,
.search-overlay .closeicon:after {
    background-color: black!important;
}


/*--------------------------------------------------------------
# Product Index
--------------------------------------------------------------*/

.woocommerce .woocommerce-breadcrumb {
    margin: 0px 0 5em;
    padding: 20px;
    font-size: .92em;
    color: #777;
}

.woocommerce ul.products li.product .price {
    font-size: 0.9em;
    margin-top: -10px;
    color: #000;
    z-index: 100;
}

.woocommerce ul.products li.product {
  text-align:center;
}

.woocommerce ul.products li.product .price del {
    display: inline;
    margin-right:6px;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
    border:0!important;
    border-radius: 0!important;
    border-color: #00a8ca;
    padding: 40px!important;
}


.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 0!important;
}

#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 48%;
    padding: 40px 5% 40px 5%!important;
}

.woo-filter {
    width: 40px;
    height: 40px;
    float: right;
    margin-bottom: 45px;
    margin-top: -55px;
    margin-right: 27px;
    background-image: url(../assets/woo-filter.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid grey;
    opacity: 0.5;
    cursor:pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.woo-filter:hover {
    opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}



.filter-main-container{
    position: fixed;
    overflow:hidden;
    top: 0;
    left: 0;
    width: 84%;
    height: 100%;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
}

.filter-main-container.hidden{
    position: fixed;
    top: 0;
    left: 0;
    width: 84%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .5s cubic-bezier(.645,.045,.355,1);
    transition: all .5s cubic-bezier(.645,.045,.355,1);
 }

 .filter-main-container .closeicon {
    top: 4%;
    right: 20%;
}

 .woof_sid_auto_shortcode {
  background:rgba(20, 20, 20, 0.95);
  height: 100%;
  border:0!important;
  border-radius:0;
  padding:10%!important;
 }

 .woof_edit_view{
  display:none;
 }

 button .woof_submit_search_form{
  float:right!important;
 }

 .woof_sid_auto_shortcode .woof_container_inner_color {
   background:none!important;
 }

 .woof_sid_auto_shortcode h4 {
    color: #fff!important;
    margin: 0 0 5px 20px !important;
}


/*--------------------------------------------------------------
# Product Page
--------------------------------------------------------------*/

.wc-tabs-wrapper{
    margin-top: 100px;
    padding-top: 100px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    border-left: 1px solid #DADADA;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #DADADA;
    background-color: #FCFCFC;
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0 -5px;
    padding: 8px 39px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    color: #515151;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.6px;
    font-weight:300;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 30px 0;
}

.woocommerce div.product div.summary{
    padding:0 20px;
}

.qty,
.input-number,
.input-number-decrement,
.input-number-increment {
    border: 1px solid rgba(0, 0, 0, 0.15)!important;
    background: #FDFDFD;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woocommerce .quantity .qty {
  width: 50px;
  text-align: center;
  vertical-align: top;
  height: 50px;
  background:white;
}
.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 50px;
  height: 50px!important;
  line-height: 50px;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.single_add_to_cart_button {
  margin-left:30px!important;
}

input[type='number'] {
  -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
    margin-bottom: 35px;
}

.single-product .onsale{
  display:none;
}

.woocommerce div.product div.images div.thumbnails {
    max-width: 100%;
}

.yith_magnifier_gallery li {
    position: relative;
    float: left;
    display: block;
    margin-right: 8px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 45%;
}

.accordionStyle h2{
  display:none;
}



.accordionStyle h3:first-child{
  margin-top:30px;
}

.accordionStyle h3{
  padding:15px 0;
  margin:0;
  border-top:1px solid #cfcccc;
  border-bottom:1px solid #cfcccc;
  cursor:pointer;
  outline:none!important;
  letter-spacing:1px!important;
  font-size: 17px;
}

.accordionStyle h3:last-of-type{
  border-top: 0px!important;
}

.accordionStyle span {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: 40px;
    margin-top: 11px;
}

.ui-state-default .ui-icon {
    background-image: url(http://code.jquery.com/ui/1.11.4/themes/smoothness/images/ui-icons_888888_256x240.png);
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.single-product .product_meta {
    margin-top: 50px;
}

.single-product #accordion{
    margin-top: 100px;
}

.single-product .cart {
    margin-top: 50px;
}

.related.products {
    margin-top: 150px;
}

.related.products h2 {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Product Box Icons
--------------------------------------------------------------*/
.woocommerce ul.products li.product a img {
    margin: 0;
}

.product-wrapper{
    height:100%;
    position:relative;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 23%;
    float: left;
    margin: 0;
    list-style: none;
    padding-right: 15px;
    padding-top: 15px;
}

.product-icons-container{
    width: 100%;
    position: absolute;
    bottom:0;
    z-index: 5;
    height:0;
    opacity:0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-icons-container .col1{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
    bottom:0;
    height:100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 33.33%;
    width: calc(100% / 3);
    background: white;
    display: inline-block;
    background-image: url('../assets/eye.svg');
    background-size: 24px 33px;
    background-position: center;
    background-repeat: no-repeat;
}

.product-icons-container .col2{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
    bottom:0;
    height:100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 33.33%;
    width: calc(100% / 3);
    background: white;
    display: inline-block;
    background-image: url('../assets/bag.svg');
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}

.product-icons-container .col3{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position:relative;
    bottom:0;
    height:100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 33.33%;
    width: calc(100% / 3);
    background: white;
    display: inline-block;
    background-image: url('../assets/heart.svg');
    background-size: 17px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product:hover .product-icons-container{
    height:50px;
    opacity:1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    top: 0;
    right: 0;
    left: auto;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    /* top: -.5em; */
    /* left: -.5em; */
    margin: 5px!important;
    border-radius: 0;
    background-color: #FFFFFF;
    color: #636363;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}

.add_to_wishlist,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-button,
.yith-wcqv-button,
.woocommerce ul.products li.product .add_to_cart_button,
.added_to_cart {
  display:none!important;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    text-transform: capitalize;
}

#coupon_code{
    height: 48px;
    width: 110px;
}

/*--------------------------------------------------------------
# Image Flipper
--------------------------------------------------------------*/

.pif-has-gallery {
    position: relative;
}
.pif-has-gallery .onsale {
    z-index: 999999;
}

.pif-has-gallery .secondary-image {
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}


 /**
 * Animation
 */
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
    }   100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

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

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

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

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

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

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -o-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

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

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

/*--------------------------------------------------------------
# Add to Cart Popup
--------------------------------------------------------------*/

div.festi-cart-pop-up-body div.festi-cart-pop-up-header span.festi-cart-added-to-cart-msg {
    color: #000000!important;
}

div#festi-cart-pop-up-content div.festi-cart-pop-up-body {
    border: 2px solid;
    border-color: #7B7B7B!important;
}

div#festi-cart-pop-up-content span.festi-cart-closed.b-close span.festi-cart-closed-button {
    color: #C3C3C3!important;
}

div.festi-cart-pop-up-footer span.festi-cart-continue.b-close span.festi-cart-continue-shopping {
    color: #BABABA!important;
}

div.festi-cart-pop-up-footer span.festi-cart-continue.b-close span.festi-cart-continue-shopping:hover {
    color: #000!important;
}

div#festi-cart-pop-up-content span.b-close span.festi-cart-closed-button:hover {
    color: #000!important;
}

body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a.festi-cart-title, body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span.festi-cart-title {
    color: #8E8E8E!important;
}

body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a.festi-cart-title:hover {
    color: #000!important;
}

div#festi-cart-pop-up-content {
    z-index: 9999999 !important;

}

a.festi-cart-view-cart {
    margin-bottom: 20px!important;
    margin-top: 30px!important;
    color:white!important;
}

/*--------------------------------------------------------------
# Quick View
--------------------------------------------------------------*/

#yith-quick-view-modal .yith-wcqv-wrapper {
    padding: 0;
}

.woocommerce div.product div.summary {
    padding: 20px 30px 20px 0!important;
}

#yith-quick-view-close {
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    width: 28px;
    height: 25px;
    text-align: center;
    line-height: 31px;
    z-index: 2;
    opacity: 1;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    height: auto;
    overflow-y: hidden;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

#yith-quick-view-content div.images {
    width: 38%;
    float: left;
    padding: 20px;
}


/*--------------------------------------------------------------
# Tooltips
--------------------------------------------------------------*/

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -14px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-14px);
  -moz-transform:    translateY(-14px);
  transform:         translateY(-14px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -14px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-14px);
  -moz-transform:    translateX(-14px);
  transform:         translateX(-14px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -14px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(14px);
  -moz-transform:    translateY(14px);
  transform:         translateY(14px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -14px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(14px);
  -moz-transform:    translateX(14px);
  transform:         translateX(14px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}


/*--------------------------------------------------------------
# Visual Composer Animations
--------------------------------------------------------------*/

/* Bottom to top */
.wpb_start_animation.wpb_bottom-to-top {
  -webkit-animation: elusive_wpb_btt 2.0s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  /* Safari 4+ */
  -moz-animation: elusive_wpb_btt 2.0s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  /* Fx 5+ */
  -o-animation: elusive_wpb_btt 2.0s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  /* Opera 12+ */
  animation: elusive_wpb_btt 2.0s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  /* IE 10+ */
  opacity: 1!important;
}

/* Bottom to top keyframes */
@-webkit-keyframes elusive_wpb_btt {
    0% {
        -webkit-transform: translate(0, 20%);
        opacity: 1;
        filter: alpha(opacity=1)
    }
    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes elusive_wpb_btt {
    0% {
        -moz-transform: translate(0, 20%);
        opacity: 1;
        filter: alpha(opacity=1)
    }
    100% {
        -moz-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes elusive_wpb_btt {
    0% {
        -o-transform: translate(0, 20%);
        opacity: 1;
        filter: alpha(opacity=1)
    }
    100% {
        -o-transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes elusive_wpb_btt {
    0% {
        -webkit-transform: translate(0, 20%);
        -ms-transform: translate(0, 20%);
        -o-transform: translate(0, 20%);
        transform: translate(0, 20%);
        opacity: 1;
        filter: alpha(opacity=1)
    }
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 100px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal;
}

.woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: inline;
    margin-left: 16px;
}

.product_list_widget li:before,
.product_list_widget li:before {
    content: '';
    border-top: 0px solid #dfdfdf!important;
    padding: 4px;
    position: relative;
    top: 55px;
    left: -8px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 10px 0 15px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #E3E3E3;
}

/*--------------------------------------------------------------
# Viewport FX
--------------------------------------------------------------*/

.fx-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: white;
     -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.fx-wrapper.hidden {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-left:100%;
    background: white;
     -webkit-transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.fx-wrapper2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: white;
     -webkit-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.fx-wrapper2.hidden {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-right:100%;
    background: white;
     -webkit-transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 800ms 1.7s cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}



.slide-right{
  opacity:1;
  position:relative;
  left:-1500px;
  overflow:hidden;
}

.slide-right-anim {
  opacity:1;
  position:relative;
  left:0;
  -webkit-transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.slide-left{
  opacity:1;
  position:relative;
  right:-1500px;
  overflow:hidden;
}

.slide-left-anim {
  opacity:1;
  position:relative;
  right:0;
  -webkit-transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 1800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.slide-down{
  opacity:0;
  position:relative;
  top:-100px;

}

.slide-down-anim {
  opacity:1;
  position:relative;
  top:0;
  -webkit-transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.slide-up{
  opacity:0;
  position:relative;
  top:100px;

}

.slide-up-anim {
  opacity:1;
  position:relative;
  top:0;
  -webkit-transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
     -moz-transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
       -o-transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980);
          transition: all 2800ms cubic-bezier(1.000, 0.010, 0.545, 0.980); /* custom */
}

.side-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);

}

.rotate {
  transform: rotate(-90deg);
  white-space:nowrap;
}



/*--------------------------------------------------------------
# Responsive Specific
--------------------------------------------------------------*/

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


  .menu-area{
    height:110px;
    position: fixed;
  }

  .burger-icon{
    display:inline-block;
  }

  .site-header{
    background:white;
    z-index:99;
  }

  .background-left{
    width:50%;
  }

  .background-right,
  .header-right{
    width:50%!important;
    left:50%!important;
  }

  .search-overlay{
    width:100%;
  }

  .menu-area .main-menu,
  .menu-area-footer{
    display:none;
  }

  #sidebar-area.show {
    padding-top: 180px;
}

  .container{
    margin-right:0;
  }

  .header-left-block, .header-right-block{
    display:none;
  }

  .header-center-block{
    text-align:left;
  }

  .mobile-menu-icon{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 37px;
    right: 54px;
    width: 25px;
    height: 25px;
    background-image: url('images/mobile-menu-icon.svg');
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }


  .site-logo img{
    max-width:inherit;
      }

  .custom.tp-bullets {
    left: 30px!important;
    top: 20%!important;
  }

  .custom.tp-bullets:before,
  .custom.tp-bullets:after {
    content: '';
    width: 0;
  }

  .filter-main-container {
    width:100%;
  }

  .woocommerce div.product form.cart div.quantity {
    float: none!important;
    margin: 0 4px 30px 0!important;
  }

  .single_add_to_cart_button{
    margin-left:0!important;
  }


}


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

  .container{
    display:block!important;
  }

  #main-content{
    margin-top:0px!important;
    margin-bottom:150px!important;
  }

  #sidebar-area,
  #main-content{
    display:block!important;
    width:100%!important;
  }

}





@media screen and (max-width: 760px) {
  .menu-area{
    width: 50%;
    left: 50%;
    position:fixed;
  }

  .site-header,
  .header-left,
  .header-right{
    background:white;
  }

  .background-right{
    background:white!important;
  }


  .site-footer{
    height:inherit;
  }

  .footer-row.bottom{
    margin:0;
  }

  .footer-col {
    display:block;
    width:100%;
    text-align:center!important;
    min-height:30px;
    padding:0;
  }

  #menu-footer{
    padding:0;
  }

  .woocommerce div.product div.images,
  .woocommerce .woocommerce-breadcrumb {
    margin: 0 0 10px 0!important;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-tabs li {
    float: none;
    width: 100%;
  }

  .nomargins div{
    margin-left:0!important;
    margin-right:0!important;
  }

  .hide-mobile{
    display:none!important;
  }

  .vc_column-inner {
    margin: 20px 0;
  }

  .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 {
    width: 48%!important;

  }

  .comment {
    padding: 5px;
}

}

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

  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
      width: 100%;
  }

  .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 {
  width: 100%!important;
  }

  .comment {
    padding: 2px;
}

}
