/*

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
# Mini Cart
# 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%;

}

.page .container {
  overflow-x:hidden;
}

#main-content, #sidebar-area {
    padding-top:60px;
}

#sidebar-area {
    padding-bottom:80px;
}

#main-content.right-content{
    width:70%;
    float:right;
    padding-left:30px;
    padding-right: 10%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}


.left-sidebar #sidebar-area{
  padding-left:10%;
  padding-right:0;
}

#main-content.full-width{
    width:100%;
    float:right;
    padding-left:10%;
    padding-right: 10%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.side-content.right{
    float:right;
    padding-right:10%;
    width:30%;
    margin-top: 60px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.woocommerce .page-title {
    position: relative;
    top: 65px;
    background: #e8e8e8;
    padding: 20px 10%;
    -webkit-transition: all ease 0.7s!important;
    -moz-transition: all ease 0.7s!important;
    transition: all ease 0.7s!important;
}

.wpb_row {
  overflow-x:hidden;
}

.single.woocommerce .container {
    margin: 160px 6%;
}

.single.woocommerce {
    overflow-x:hidden;
}

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

.wrps_related_products_area_title {
    margin-bottom: 155px!important;
    background: #2e2e2e;
    margin-top: 140px!important;
    padding: 120px 10%;
    color: white;
    text-align: center;
    font-size: 24px;
    margin-left:-20%!important;
    margin-right:-20%!important;
    overflow:hidden;
}

.wrps_related_products_area .owl-theme .owl-controls .owl-buttons div {
    background: rgb(255, 255, 255)!important;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 2px 12.5px!important;
    margin: 0px 2px;
    opacity: 1;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 16px!important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


.wrps_related_products.wrps_theme_hover figcaption {
    position: absolute;
    left: 0;
    top: auto;
    padding: 16px 0!important;
    background: rgba(0,0,0,0.5);
    text-align: center;
    height: 154px!important;
    width: 100%;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.woocommerce-wishlist .page-title{
  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: 31%;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-breadcrumb,
.archive .page-title{

}

#wpadminbar {
    z-index: 99999999!important;
}

.preloader{
  position:fixed;
  height:100%;
  width:100%;
  background:white;
  z-index:10000;
  left: 0;
  bottom:0;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
}

.preloader.hidden{
  bottom:-100%;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
}

/*--------------------------------------------------------------
# Headers powered by seperate css files.
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer{
  width: 100%;
}

.site-footer.min{
  display:none!important;
}

.footer-row{
  width:100%;
  overflow:hidden;
  padding: 10px 5% 10px 5%;
  box-sizing: border-box;
}

.footer-row.top{
  width:100%;
  overflow:hidden;
  padding: 100px 7% 130px 7%;
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  background: #1f1f1f;
}

.footer-row.bottom{
  background: #111111;
}

.footer-row::after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.footer-block{
  width: 33.33%;
  width: calc(100% / 3);
  height:auto;
  min-height:10px;
  float:left;
  padding: 15px;
  box-sizing: border-box;
}

.footer-block.left{
  text-align:left;
}

.footer-block.middle{
  text-align:center;
}

.footer-block.right{
  text-align:right;
}

.footer-row.top .footer-block.left{
  width: 24.66%;
  width: calc(100% / 4);
  height:auto;
  min-height:10px;
  float:left;
  padding: 15px;
  box-sizing: border-box;
}

.footer-row.top .footer-block.middle-left{
  width: 24.66%;
  width: calc(100% / 4);
  height:auto;
  min-height:10px;
  float:left;
  padding: 15px;
  box-sizing: border-box;
}

.footer-row.top .footer-block.middle-right{
  width: 24.66%;
  width: calc(100% / 4);
  height:auto;
  min-height:10px;
  float:left;
  padding: 15px;
  box-sizing: border-box;
}

.footer-row.top .footer-block.right{
  width: 24.66%;
  width: calc(100% / 4);
  height:auto;
  min-height:10px;
  float:left;
  padding: 15px;
  box-sizing: border-box;
  text-align:left;
}

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

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

#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;
    position: relative;
    top: 14px;
    left: -8px;
}

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

body {
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height:28px;
  color: #626262;
}

h1,
.entry-title a{
  font-family: 'Open Sans';
  font-size: 26px;
  font-weight: 700;
  line-height: 50px;
  color: black;
}

h2{
  font-family: 'Open Sans';
  font-size:26px;
  letter-spacing:-2px;
  font-weight:700;
  line-height:50px;
  color:black;
  letter-spacing: -1.2px;
}

h3{
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  color: black;
}

h4{
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: black;
}

h5{
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  color: black;
}

h6{
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  color: black;
}

.site-title {
    display:inline-block;
    font-family: 'Open Sans';
    color: white;
    position:relative;
    top:15px;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0!important;
    padding: 0 24px 0 20px!important;
    line-height: 36px;
    text-transform:lowercase;
    letter-spacing:-1.2px;
}

.site-logo-minimal .site-title,
.site-logo-mob .site-title {
    position: relative;
    top: 4px;
}

.widget-title {
    border-bottom: 1px solid #d2d0d0;
    padding-bottom: 15px;
}

.page-title.hidden {
    position:relative;
    top:-180px;
    color:black;
    background: #e8e8e8;
    padding: 20px 10%;
    z-index:100001;
    -webkit-transition: all ease 0.7s!important;
    -moz-transition: all ease 0.7s!important;
    transition: all ease 0.7s!important;
}

.page-title {
    position:relative;
    min-height: 100px;
    line-height: 100px;
    margin-bottom: 50px;
    margin-top:25px;
    color:black;
    top:40px;
    background: #e8e8e8;
    padding: 20px 10%;
    z-index:100001;
    -webkit-transition: all ease 0.7s!important;
    -moz-transition: all ease 0.7s!important;
    transition: all ease 0.7s!important;
}

.page-title.pullup {
    position:relative;
    min-height: 100px;
    line-height: 100px;
    margin-bottom: 50px;
    margin-top:-40px;
    top:40px;
    background: #e8e8e8;
    padding: 20px 10%;
    z-index:100001;
    -webkit-transition: all ease 0.7s!important;
    -moz-transition: all ease 0.7s!important;
    transition: all ease 0.7s!important;
}

.products h3{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size:12px;
    line-height: 40px;
    color: #000000;
}

.large-text h1{
  font-size:60px;
}

.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: #8a8a8a;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.site-footer h3{
  color: #e0e0e0;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom:1px solid #454545;
}
.site-footer a {
  color: #e0e0e0;
  font-family: 'Open Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.site-footer p {
  color: #bebdbd;
}

.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;
}

li {
  margin-bottom:5px;
}

.widget li {
  overflow:hidden;
}


.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 {

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form textarea {
  width:100%;
}

#respond {
    margin-top: 50px;
    margin-bottom:50px;
}

.widget .searchform {
    border: 1px solid #bfbebe;
    height:50px;
}

.wpb_wrapper .widget_search {
    width: 70%!important;
}

.wpb_wrapper .widget-title {
    text-align:left;
}

.wpb_wrapper .widget {
    margin-bottom:60px;
}

.widget .searchsubmit,
.widget .searchsubmit:hover,
.widget .searchsubmit:active  {
  display: inline-block;
  width: 60px;
  padding: 0!important;
  height:50px;
  font-size: 0!important;
  width: 16px;
  height: 16px;
  background:none!important;
  background-image: url(images/search-black.svg)!important;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: -4px;
  margin-left: 25px;
  box-shadow: none;
}

.widget .s  {
  border:0!important;
  width: 60%;
  height:50px;
  padding:0!important;
}

.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,
.nanook-button a,
.vc_btn3,
.wpcf7-submit,
.festi-cart-view-cart,
.festi-cart-checkout,
.lmp_button,
.wc-forward {
    background-color: #2c2d32!important;
    padding: 15px 30px!important;
    margin-top: 20px;
    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;
    background-color: #2c2d32!important;
    color: #ffffff!important;
    text-transform: uppercase!important;
    font-size: 0.8em!important;
    font-family: 'Open Sans'!important;
    line-height: 18px!important;
    border-radius: 0;
    font-weight: 600;
}

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,
.nanook-button a:hover,
.vc_btn3:hover,
.wpcf7-submit:hover,
.festi-cart-view-cart:hover,
.festi-cart-checkout:hover,
.lmp_button:hover,
.wc-forward:hover {
 box-shadow: inset 500px 0 0 0 #575a5e;
}

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

.esg-loadmore-wrapper {
  margin-top:100px;
  margin-bottom:100px;
}

.minimal-dark .esg-navigationbutton {
    padding: 5px 40px!important;
    background:#636363!important;
    border:0!important;
    border-radius:0!important;
    text-transform:uppercase;
}

.nanook-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;

}

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


}

.nanook-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;
}

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

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

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

.post-navigation .prev img{
  float:left;
  margin-right:20px;
}

.post-navigation .next img{
  float:right;
  margin-left:20px;
}

.post-navigation .prev{
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
}

.post-navigation .next{
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: top;
}

.post-navigation .prev span,
.post-navigation .next span {
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}



.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;
    margin-bottom: 20px;
    color: #9c9c9c;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    position: relative;
    right: 24px;
}

.post-password-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
   width: 90%;
   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: 20px 0;
    margin: 20px 0;
}

.entry-meta a {
  font-size:12px;
}

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

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

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

article {
    margin-bottom: 10px;
}

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

.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;
}

.minimal-light .esg-filterbutton,
.minimal-light .esg-navigationbutton,
.minimal-light .esg-sortbutton,
.minimal-light .esg-cartbutton a,
.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-filterbutton:hover,
.minimal-light .esg-sortbutton:hover,
.minimal-light .esg-sortbutton-order:hover,
.minimal-light .esg-cartbutton a:hover,
.minimal-light .esg-filterbutton.selected {
  border:0!important;
  box-shadow:none!important;
  background:none!important;

}

.minimal-light .esg-filterbutton:hover,
.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-sortbutton:hover,
.minimal-light .esg-cartbutton a:hover,
.minimal-light .esg-navigationbutton:hover,
.minimal-light .esg-filterbutton:hover,
.minimal-light .esg-sortbutton:hover,
.minimal-light .esg-sortbutton-order:hover,
.minimal-light .esg-cartbutton a:hover,
.minimal-light .esg-filterbutton.selected:hover {
  opacity:0.7!important;

}

.image-wrap {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-header .sub-menu {
    background: black!important;
}

.cart-icon{
  width: 16px;
  height: 16px;
  background-image: url(images/bag.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: 23px;
  margin-left: 25px;
}

.search-icon{
  width: 16px;
  height: 16px;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: 23px;
  margin-left: 28px;
}

.menu-icon{
  width: 16px;
  height: 16px;
  background-image: url(images/menu.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: 23px;
  margin-left: 28px;
}

.menu-close-icon{
  width: 16px;
  height: 16px;
  background-image: url(images/close.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: 23px;
  margin-left: 28px;
  -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-close-icon.hidden{
  width: 16px;
  height: 16px;
  background-image: url(images/close.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  display: inline-block;
  opacity: 1;
  padding: 0 0px;
  cursor: pointer;
  position: relative;
  top: -70px;
  margin-left: 28px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s 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;
}




.site-header ul{
  list-style:none;
  position:relative;
  display:inline-block;
  text-align:left!important;
}

.site-header ul li{
  margin:10px;
  display: inline;
  position:relative;
}

.site-header ul li ul li{
  display: block;
}

.site-header ul a{
  font-size: 0.8em;
  text-transform:uppercase;
  font-family: Lato;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.site-header ul a:hover{
  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;
}

.site-header ul li ul a{
  font-size: 0.7em;
  opacity: 1;
  color:black;
}

.site-header ul li ul {
  margin-bottom:0;
  margin-top: 10px;
  margin-left: 0;
}

.site-header li > ul {
	visibility: hidden;
	opacity: 0;
  position: absolute;
  z-index:99999999999;
	top: 70px;
	left :0;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: rgb(255, 255, 255);
  border: 1px solid rgba(128, 128, 128, 0.40);
	-webkit-transition: all .2s 0.3s ease;
	-moz-transition: all .2s 0.3s ease;
	-ms-transition: all .2s 0.3s ease;
	-o-transition: all .2s 0.3s ease;
	transition: all .2s 0.3s ease;
}

.site-header li:hover > ul {
	visibility: visible;
	opacity: 1;
	position: absolute;
  z-index:99999999999;
	top: 44px;
	margin-top: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.header-row.top ul li > a{
  display: inline-block!important;
  color: #ffffff!important;
  font-family: 'Open Sans'!important;
  font-size: 12px!important;
  font-style: normal!important;
  font-weight: 600!important;
  padding-top: 11px!important;
  padding-left: 13px!important;
}

.header-row.top ul li ul li a{

}

.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;
}

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

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


#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    margin-top: 18px;
    margin-bottom: 25px;
}

.minimal-light .esg-filterbutton,
 .minimal-light .esg-navigationbutton,
  .minimal-light .esg-sortbutton,
   .minimal-light .esg-cartbutton a,
    .minimal-light .esg-navigationbutton:hover,
     .minimal-light .esg-filterbutton:hover,
      .minimal-light .esg-sortbutton:hover,
       .minimal-light .esg-sortbutton-order:hover,
        .minimal-light .esg-cartbutton a:hover,
         .minimal-light .esg-filterbutton.selected{
  color: black!important;
  font-family: 'Open Sans'!important;
  font-size: 12px!important;
  font-style: normal;
  font-weight: 700!important;
  text-decoration: none;
  text-transform:uppercase;
  margin-bottom:34px;
}

/*--------------------------------------------------------------
	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%!important;
	position: absolute;
	top: 0;
  left:0;
	display: block;
	background: black;
	z-index: 10000000;
  overflow: auto;
	-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: black;
	-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: 12px;
}
.mobile-menu .menu li ul li {
	text-align: left;
	padding-left: 20px;
}
.mobile-menu .menu a {
	color: white;
	font-family: 'Open Sans';
	font-size: 13px;
  font-weight: 600;
	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 .social-block a, .slide-in-right .social-block a {
	font-size: 18px;
}
.mobile-menu .menu a:hover {
	color: #999;
	-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;
  color: white;
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: 0;
}
.mobile-menu h2:after {
	content: '';
	position: relative;
	top: 10px;
	display: block;
	margin: auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
}

.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;
}
.mobile-menu .menu li a:only-child:after {
	content: '';
	padding: 0px;
}



/*--------------------------------------------------------------
# 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: absolute;
    right: 3%;
    top: 30px;
    width: 32px;
    height: 32px;
    opacity: 1;
    cursor: pointer;
}

.search-overlay .closeicon {
  position: absolute;
  right: 34px;
  top: 26px;
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
}

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

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

.closeicon:hover {
  opacity: 1;
}
.closeicon:before, .closeicon:after {
  position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 1px;
    background-color: white;
}
.closeicon:before {
  transform: rotate(45deg);
}
.closeicon:after {
  transform: rotate(-45deg);
}
.search-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 66px;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
  background: white;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
  z-index: 9999998;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.search-overlay.hidden {
  position: fixed;
  display: block;
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background: white;
  z-index: 9999998;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.search-overlay.pushdown{
  top:30px;
}

.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: 0;
    width: 300px;
    color: black;
    padding-left: 20px;
    font-size: 1em;
    min-width: 200px;
    padding: 0!important;
    margin-top: 20px;
}
.search-overlay .searchsubmit  {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-left: 14px;
  top: -6px!important;
  width: 20px!important;
  font-size: 0!important;
  height: 20px!important;
  background-image: url(images/magnify-thick.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  text-align: center;
  border: 0!important;
  padding: 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: absolute;
  left:0;
}
.search-overlay .searchsubmit:hover{
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-left: 14px;
  top: -6px!important;
  width: 20px!important;
  font-size: 0!important;
  height: 20px!important;
  background-image: url(images/magnify-thick.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  text-align: center;
  border: 0!important;
  padding: 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;
  box-shadow: none!important;
}
.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 nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 50px;
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    min-width: 2em;
    height: 50px;
    width: 50px;
    display: block;
}

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

.woocommerce.single #main-content,.woocommerce #sidebar-area {
  padding-top: 0;
  margin-top: 60px;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    margin-top: 1px;
}

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

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: none!important;
    width:100%!important;
}

.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:left;
}

.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-breadcrumb {
  display:none;
}

.woocommerce .container {
    margin: 6%;
}

.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: 14px;
  font-weight: 600;
}

.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{
    position:relative;
}

.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 #000;
    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: #303030;
    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: #303030;
    display: inline-block;
    background-image: url('../assets/bag.svg');
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.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: #303030;
    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;
    border-radius: 50%;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.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;
}

/*--------------------------------------------------------------
# Mini Cart
--------------------------------------------------------------*/

.mini-cart-container{
  position:fixed;
  z-index:99999999;
  top:65px;
  right:0;
  width:300px;
  height:auto;
  background:black;
  padding:30px;
  display:block;
}

.mini-cart-container li{
  list-style:none;
  padding-bottom:50px;
  border-bottom:1px solid #272727!important;
}

.mini-cart-container.hidden{
  display:none;
}

.mini-cart-container img{
  max-width: 60px!important;
  height: auto!important;
  float: left;
  margin-right: 20px;
}

.mini_cart_item {
    margin-bottom: 20px;
    list-style: none;
}

.mini_cart_item a:first-child span,
.mini_cart_item a:first-child span:hover,
.woocommerce a.remove:hover {
    color: red;
    font-weight: bold;
    background:none!important;

}

.mini_cart_item a:nth-child(2) span {
    display: block;
    font-weight:bold;
    color:white;
}

.mini-cart-container .buttons {
    text-align: center;
}

.mini-cart-container .buttons a {
  margin-top: 15px;
  display: block;
}

.searchsubmit {
    height: 50px;
    position: relative;
    top: -1px;
}


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

.pif-has-gallery {
    position: relative;
}
.pif-has-gallery .onsale {
    z-index: 9!important;
}

.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;
    border-radius: 0!important;
}

a.festi-cart-checkout {
    border-radius: 0!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;
}

.widget .post-date {
  display: block;
    font-size: 12px;
    font-weight: 600;
    color: #6d6d6d;
}

.tagcloud a {
  font-size: 14px!important;
  background:none;
  border: 1px solid #e1e1e1;
  padding: 0px 15px;
  display: inline-block;
  margin: 4px 2px;
  line-height: 40px;
  -webkit-transition: all ease 0.3s!important;
  -moz-transition: all ease 0.3s!important;
  transition: all ease 0.3s!important;
}

.tagcloud a:hover {
  background:#f1f1f1!important;
  -webkit-transition: all ease 0.3s!important;
  -moz-transition: all ease 0.3s!important;
  transition: all ease 0.3s!important;
}

.tagcloud a:before {
  display:none!important;
}

.site-footer .tagcloud a {
  font-size: 14px!important;
  border: 1px solid #3a3a3a;
  padding: 0px 15px;
  display: inline-block;
  margin: 4px 2px;
  line-height: 40px;
  -webkit-transition: all ease 0.7s!important;
  -moz-transition: all ease 0.7s!important;
  transition: all ease 0.7s!important;
}

.tagcloud a:hover {
  background:white;
  color:black;
  -webkit-transition: all ease 0.7s!important;
  -moz-transition: all ease 0.7s!important;
  transition: all ease 0.7s!important;
}

.recent-posts-widget-with-thumbnails a,
#sidebar-area .widget a,
.mega-sub-menu a{
  -webkit-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

.recent-posts-widget-with-thumbnails a:hover,
#sidebar-area .widget a:hover,
.mega-sub-menu a:hover{
  -webkit-transition: width .2s ease-in-out;
  -moz-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}
.recent-posts-widget-with-thumbnails a:before,
#sidebar-area .widget a:before,
.mega-sub-menu a:before {
  font-family: FontAwesome;
   content: "\f178";
   display: inline-block;
   vertical-align: middle;
   font-size: 15px;
   line-height: 18px;
   -webkit-transition: width .2s ease-in-out;
   -moz-transition: width .2s ease-in-out;
   transition: width .2s ease-in-out;
   width: 0;
   overflow: hidden;
}

.recent-posts-widget-with-thumbnails a:hover:before,
#sidebar-area .widget a:hover:before,
.mega-sub-menu a:hover:before {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
    width: 21px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
}


/*--------------------------------------------------------------
# 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) {


  .container{
    margin-right:0;
  }

  .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: 950px) {

  .site-header,
  .menu-box,
  .site-logo-minimal{
    display:none;
  }

  .menu-box-mob,
  .site-logo-mob {
    display:block!important;
    top:0!important;
  }

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

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .
  -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;
  }

  .post-navigation .prev,
  .post-navigation .next {
    width: 100%;
    margin-top:40px;
  }

}
