/*
Theme Name: WooThemeTimeStore2
Description: Wordpress Woocommerce Theme
Theme URI: http://www.pixxy.us
Author: Pixxy
Author URI: http://www.pixxy.us
Version: 2.0
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, translation-ready
Text Domain: WooThemeTimeStore2
License: 
License URI: 
*/

/* 
    Created on : Dec 10, 2012, 1:23:13 AM
    Author     : pixxy.us
*/

/* page preloader */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#606571;
}

.sk-folding-cube {
  margin: 45vh auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

header .widget_text{
    width: 480px!important;
}

header .form-control {
    display: block;
    width: 100%;
    padding: 2px;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.yith-s {
    padding: 3px 0 3px 10px;
    border: 1px solid #dcdcdc;
    width: 180px;
    height: 28px!important;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 13px;
}

input#yith-searchsubmit{
    padding: 2px!important;
    text-align: center;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 80px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    height: 28px!important;
	margin-top: 1px;
}

.show{
    display: inline-block;
    margin-right: 0px;
    /*width: 353px;*/
}

.mx-sm-3 {
    margin-right: 0.2rem!important;
}

.special{
    width: 100%;
}

form.searchform{
    display: none;
}

header .container{
    width: 100%!important;
}


#inputtext{
    font-size: 15px;
    padding-left: 10px;
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/* preloader */

/* common rules */

html{
    min-height: 100vh;
}

body{
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
    min-height: 100vh;
    position: relative;
}

a{
    font-family: "Montserrat", Arial, sans-serif;
}

a:hover{
    /*color: #fff;*/
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 300;
    margin: 0;
    text-align: center;
}

.yith-ajaxsearchform-container{
    margin-left: auto;
}

.impressum h3,
.impressum p{
    text-align: center;
}

a:focus{
    outline: none;
}

a, button, input.button, .wpcf7-submit{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.margin0{
    margin: 0 !important;
}

.padding-spec{
    padding: 25px 0;
}

.padr0{
    padding-right: 0 !important;
}

.padl0{
    padding-left: 0 !important;
}

.spacer{
    height:60px;
    width: 100%;
    display: block;
}

.pull-right{
    float: right;
}

.spacer-double{
    height:120px;
    width: 100%;
    display: block;
}

/* Bootstrap overrides */

@media screen and (min-width:1400px){
    .container {
        width: 1340px;
        max-width: 100%;
    }
}

/*
@media screen and (min-width:1200px){
    .container {
        width: 1340px;
        max-width: 100%;
    }
}
*/

/*@media screen and (max-width:1440px){
   .show {
    display: inline-block;
    margin-right: 0px;
    width: 393px;
}
}*/

header{
	/*z-index: 1;
	position: relative*/
}

#navbarSupportedContent {
    z-index: 3;
    position: relative;
	width:100%;
}

.container-fluid{
    margin: 0;
    padding: 0;
}

.mx-auto {
    display: block;
}

p{
    letter-spacing: 1px;
}

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

.white{
    color: #fff;
}

.mobile-display{
    display: none;
}


/* main */

.navbar-brand img{
    color: #fff;
}

.header-scroll{
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
}

.navbar-brand svg{
    fill: white;
}

.header-scroll .navbar-brand svg{
    fill: #606571;
}

.custom-logo{
    width: 300px;
    height: auto;
    margin: 10px 0;
}

.main-navbar{
    width: 100%;
    height: 75px;
}

.header-top-collapse {
    height: 30px;
    color: #fff;
    padding: 5px 33px;
    font-family: "Montserrat", Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.header-top-collapse a{
    color: #fff !important;
}

.header-top-collapse a i{
    font-size: 20px;
    padding: 0px 5px;
}

.squeezed{
    height: 50px;
}

.squeezed-logo{
    width: 150px;
    height: auto;
    margin: 4px 0;
}

.invisible-collapse{
    height: 0 !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0 !important;
    overflow: hidden;
}

.top-headline{
    max-width: 100vw !important;
    color: #fff;
    font-size: 40px;
    overflow: hidden;
}

.top-subline{
    color: #fff;
    font-family: "sanslight", Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4.7px;
    margin: 0;
}

.header-section{
    width: 100vw;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
}

.header-section#section1{
    /*background: url(img/landing_section_1.jpg) center center no-repeat;*/
    background-size: cover;
}

li.nav-item {
    padding-right: 25px;
    padding-left: 25px;
}

.main-header-nav .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    text-transform: uppercase;
}

.header-scroll.main-header-nav .navbar-nav .nav-link {
    color:#4d4d4d;
}

.custom-logo-link{
    width: 280px;
}

/* LANGUAGE */

.qtranxs_language_chooser{
    padding-right: 19px;
    padding-left: 19px;
}

.qtranxs_widget ul{
    margin: 0;
    min-width: 102px;
}

.qtranxs_widget ul li{
    display: inline-block;
    list-style-type: none;
    margin: 0 5px 0 0;
    height: 12px;
    width: 25px;
    position: relative;
}

.qtranxs_widget ul li a{
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: -4px;
}

.qtranxs_widget ul li:first-child {
    border-right: 1px solid #fff;
}


.header-scroll .qtranxs_widget ul li a{
    color: #4d4d4d;
}

.header-scroll .qtranxs_widget ul li:first-child {
    border-right: 1px solid #4d4d4d;
}

/* LANGUAGE end */


.navbar-toggler {
    cursor: pointer;
    padding: 0.65rem .75rem;
}

.squeezed .navbar-toggler {
    padding: 0.1rem .75rem;
}

.navbar-toggle-dash{
    width:34px;
    height: 2px;
    display: block;
    margin: 7px auto;
}

.downlink{
    position: absolute; 
    left: 50%;
    bottom: 80px;
}

.down-link{
    position: relative;
    left:-50%;
    display: block;
    width: 26px;
    height: 27px;
}

.anime-down-link .scrollNormal {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.anime-down-link:hover .scrollNormal {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

#section2{
    background: url(img/section_2.jpg) top center no-repeat;
    background-size: cover;
}

h3{
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}

h2, .title1 h1{
    font-size: 36px;
    margin-top: 36px;
    margin-bottom: 52px;
}

.woocommerce-cart h2 {
    font-size: 36px;
    margin-top: 6px;
    margin-bottom: 35px;
}

h2.mtb{
    font-size: 36px;
    padding-top: 125px;
    margin-bottom: 50px;
}

.hr-blue{
    width: 60px;
    height: 2px;
    display: block;
    margin: 0 auto;
}

.icon-item p{
    text-align: center;
    margin: 25px 0;
}

h4{
    font-size: 24px;
    margin: 50px 0 25px;
}

.icon-group{
    padding-bottom: 50px;
}

.birthdate {
    margin-top: -95px;
}

#section3 p{
    text-align: center;
}

.img-profil{
    position: absolute;
    bottom: 0;
    z-index: -1
}

.margin-spec{
    margin-top: 100px;
    margin-bottom: 0;
}

#section4{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e2e7ea 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e7ea 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e2e7ea 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e7ea',GradientType=0 );
}

#section5{
    background: url(img/section_5.jpg) top center no-repeat;
    background-size: cover;
}

.statement p{
    text-align: center;
    margin-bottom: 140px;
}

.main-wrapper{
    min-height: 75vh;
}

.footer-links h6 a:hover{
    color: #fff;
}

.footer-links h6{
    text-align: left;
    padding-bottom: 10px;
}

.footer-links ul{
    padding: 0;
    list-style: none;
}

.footer-links ul li{
    line-height: 1.25;
    padding: 6px 0;
}

.footer-links ul li a{
    color: #fff;
    white-space: nowrap;
    opacity: 0.5;
}

footer p{
    color: #fff;
    opacity: 0.5;
}

.footer-links ul li a:hover{
    opacity: 1;
}

.footer-links .col-sm-3{
    padding-bottom: 20px;
}

footer h4{
    text-align: left;
    font-size: 19px;
    margin: 50px 0 15px;
}

.subfooter{
    text-align: center;
    padding: 10px 0;
    background: #4f545f;
    margin-top: 20px;
}

.subfooter .col-sm-6:first-child{
    text-align: left;
}

.subfooter .col-sm-6:last-child{
    text-align: right;
}

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

    .subfooter .col-sm-6:first-child,
    .subfooter .col-sm-6:last-child{
        padding-top:5px;
        padding-bottom:5px;
        text-align: center;
    }

}

.subfooter, .subfooter a{
    color: #969cab;
    font-size: 12px;
}

.subfooter a:hover{
    color: #fff;
}

a.footer-icon i{
    color: #fff;
}

a.footer-icon{
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    background: #878c98;
    text-align: center;
    line-height: 2;
}

a.footer-icon:hover{
    background: #91b0bc;
}

ul.icon-list {
    padding-left:20px;
    list-style:none;
}

ul.icon-list li {
    margin-bottom:30px;
    line-height: 1.5;
    letter-spacing: 2px;
}

ul.icon-list li:before {    
    font-family: 'FontAwesome';
    content: '\f111';
    margin: 9px 15px 0 -21px;
    font-size: 5px;
    position: absolute;
    color: #6DBBD4;
}

#bewerber2{
    background-color: #f5f6f9;
}

.table td{
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}

.table.contact-data td:nth-child(odd) {
    text-align: center;
    color: #6DBBD4;
}

.table.contact-data-impressum td:nth-child(odd) {
    text-align: left;
    color: #6DBBD4;
}

.table a{
    color: inherit;
}

.tt-contact-map.nstyle {
    height: 500px;
    width: 100%;
}

.header-scroll .nav-item.white{
    color: inherit
}

.img-fluid.logo-footer {
    margin: 15px auto;
    display: block;
}

.center-block{
    display: block;
    margin: 0 auto
}

.table.table-responsive.contact-data-impressum.center-block {
    max-width: 242px;
}

.wpmenucart-contents{
    padding-top: 6px;
    display: block;
}

.product-categories{
    margin-top: 50px;
}

.grid-item {
    width: 410px;
    height: 410px;
    display: block;
    margin: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 10px 25px;
}

/*.grid-item:hover {
    background-size:160%
}*/

.grid-inner {
    width: 100%;
    height: 100%;
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.grid-item a{
    width: 100%;
    height: 100%;
    display: block;
    z-index: 100;
    position: relative;
}

.grid-item p{
    text-transform: uppercase;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    text-align: left;
    font-size: 24px;
    margin: 22px 12px;
}

.grid-item--width2 { width: 840px; }

.grid-item--height2 { height: 840px; }



.promo-product-tabs{
    margin-top: 50px;
}

.nav-tabs .nav-link {
    display: block;
    padding: .5em 1em;
    padding: 20px;
    background: #fff;
    border-radius: 0 !important;
    text-transform: uppercase;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    display: block;
    padding: .5em 1em;
    padding: 20px;
    color: #fff;
    border-radius: 0 !important;
}

.nav-tabs .nav-link.active {
    display: block;
    padding: .5em 1em;
    padding: 20px;
    color: #fff;
    border-radius: 0 !important;
    border: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 5em 2.8% 1em 0;
    position: relative;
}

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

span.price del{
    float: left;
    padding: 0px 0 0 40px;
}

span.price ins{
    float: right;
    padding: 0 40px 0 0;
}

.slider.price {
    max-width: 400px;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1.157em;
    text-align: center;
}

.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce .product_buttons  a.button:hover{
    background-color: #fff;
}

 .woocommerce a.button, .button.add_to_cart_button {
    width: 180px;
    padding: 17px !important;
    text-align: center;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 auto;
    display: block;
    font-size: 15px;
}

 a.view-order {
    width: auto;
    display: table;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 15px;
    margin: 10px auto;
}

 a.view-order:hover {
    background: #fff;
}

.archive.woocommerce a.button, .button.add_to_cart_button {
    top: 50px !important;
}

a.button.yith-wcqv-button{
    margin-top: 10px !important;
}

.product_buttons .woocommerce a.button:hover,.product_buttons .button.add_to_cart_button:hover{
    background: #fff;
}

.button.add_to_cart_button::before{
    content: "\f07a";
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 11px;
}



.button.yith-wcqv-button::before{
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 11px;
}

.woocommerce span.onsale {
}

.nav-tabs {
    border-bottom: 0;
}

.blog-container h3{
    text-align: left;
    font-size: 32px;
    margin: 20px 0;
}

.woocommerce-customer-details h2,
.woocommerce-order-details__title{
    text-align: left;
}

.blog-container h4,
.blog-container p{
    margin: 20px 0;
}


 .blog-container .blogspot h3,
 .blog-container .blogspot p{
    margin: 20px;
}

.blog-container{
    margin-bottom: 100px
}

span.date{
    margin:20px;
}

.blogreadmore{
    float: right;
    padding: 4px 10px;
    color: #fff;
    margin: 0 20px 20px;
}

.blogreadmore:hover{
    background: #fff;
}

.blogspot{
    border: 1px solid #f3f3f3
}

.store-information-container{
    margin: 50px 0 0 0;
}

.store-info {
    padding: 35px 15px 20px;
}

.store-info i,
.store-info p.customer-info{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.store-info i{
    width: 40px;
    height: 40px;
    margin: 5px auto;
    display: block;
    font-size: 40px;
}

footer h4{
    color:#fff;
}

.top-margin-page{
    margin: 20px 0;
    display: block;
    width: 100%;
    height: 1px;
}

.woocommerce-products-header__title.page-title {
    text-align: left;
    margin: 0 0 25px 0;
}

select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 3px 0 3px 10px;
    border: 1px solid #dcdcdc;
    background: url(img/arrow.jpg) center right no-repeat;
    height: 44px;
    width: 210px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 13px;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    select{
        padding: 0px 0 0px 10px;
        line-height: 3;
    }
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0;
    line-height: 3.8;
}

.widget-title.berocket_aapf_widget-title span,
h2.widget-title{
    font-size: 22px;
    text-align: left;
    margin: 0 0 25px 0;
    width: 100%;
    display: block;
}

.berocket_filter_slider.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
}



.widget-area .product-categories {
    margin-top: 0px;
}

section.widget{
    margin: 10px 0 0 0;
    padding: 0px 20px 40px 0px;
    background: url(img/border-bott.jpg) bottom left no-repeat #fff;
}

.widget-area ul{
    padding: 0;
    list-style: none
}

.widget-area ul li{
    font-size: 14px;
}

label.screen-reader-text{
    display: block;
}

#searchform input[type="text"],
.yith-s{
    padding: 3px 0 3px 10px;
    border: 1px solid #dcdcdc;
    height: 36px;
    width: 167px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 13px;
}

.actions input.button{
    padding: 10px !important;
    text-align: center;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 80px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

#yith-searchsubmit,
#searchform input[type="submit"],
.wpcf7-form-control.wpcf7-submit{
    padding: 7px !important;
    text-align: center;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 80px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.actions input.button{
    width: 150px;
}

input.input-text{
    padding: 3px 0 3px 10px;
    border: 1px solid #dcdcdc;
    height: 36px;
    width: 180px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered,.select2-selection__arrow {
    
    margin-top: 4px;
}

.single_add_to_cart_button.button,
.button.yith-wcms-button.next,
.form-row.place-order input{
    padding: 8px !important;
    text-align: center;
    color: #fff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 200px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 20px !important;
}

#yith-wcms-back-to-cart-button, .button.yith-wcms-button.prev{
    padding: 12px !important;
    text-align: center;
    color: #fff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 180px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 20px !important;
    margin-top: 25px;
}

.blog.button.yith-wcms-button.prev{
    margin-left: 0px !important;
}

#yith-wcms-back-to-cart-button{
    float: left;
    position: relative;
    margin-top: -82px;
    margin-left: 0 !important;
}

.button.yith-wcms-button.next:hover,
.single_add_to_cart_button.button:hover,
.form-row.place-order input:hover{
    background: #FFf !important;
}

#yith-wcms-back-to-cart-button:hover,
.button.yith-wcms-button.prev:hover{
    background: #fff !important;
}

.input-text.qty.text{
    padding: 7px !important;
    text-align: center;
    width: 80px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 25px 0;
    padding: 0;
    font-size: .92em;
    color: #777;
    display: block;
    width: 100%;
    padding-left: 15px;
}

#content.row{
    margin-bottom: 40px;
}

.yith_magnifier_zoom_wrap{
    border: 1px solid #dcdcdc;
}

.single-product .nav-item .woocommerce-Price-amount  {
    font-size: inherit;
    color: inherit;
}

.single-product .woocommerce-Price-amount {
    font-size: 24px;
}

.product_title.entry-title.text-left{
    margin-bottom: 20px;
    font-size: 36px;
}

.woocommerce-product-details__short-description p{
    margin: 20px 0 40px 0;
}

.woocommerce-message{
    position: fixed;
    top: 289px;
    z-index: 10000;
    left: 39%;
    padding: 46px;
}

.modal-notice-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1390;
    background-color: rgba(0, 0, 0, .65);
    top: 0;
    left: 0;
}

.dismiss{
    right: -15px;
    position: absolute;
    top: -20px;
    border-radius: 20px;
    border: 0;
    width: 33px;
    height: 33px;
    background: #999;
    color: #fff;
    cursor: pointer;
	text-align: center;
	padding: 4px 9px;
}

.woocommerce-message::before {
    display: none;
}

.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button{
    top: 0 !important;
    margin-left: 20px;
}

.product-overlay {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    /*background-color: rgba(103, 171, 192, 0.5);*/
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 1;
}

.product_buttons {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
   transition: all 0.2s;
   width: 100%;
   z-index: 2;
}


li.product:hover .product_buttons,
li.product:hover .product-overlay{
    opacity: 1;
}


.yith-wcwl-add-to-wishlist {
    margin-top: 9px;
}


#commentform .submit{
    color: #fff !important;
    padding: 11px !important;
    text-align: center;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 180px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.yith-wcwl-add-to-wishlist a:before{
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 12px;
    padding-right: 11px;
}


#commentform .submit:hover{
    background: #fff !important;
}

textarea#comment.comment{
    padding: 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 0
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 5px 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #d7ecf3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    width: 205px;
    float: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background: #FFF;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dcdcdc;
}

/* blog */


.excerpt{
    font-size: 18px;
    margin: 5px 0;
}

.datetime{
    font-style: italic;
    font-size: 12px;
    color: #f58e33;
}

.contents{
    position: absolute;
    width: 100%;
    padding:30px;
    display: block;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,000000+100&0+0,0+27,0.8+100 */
    background: -moz-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(167,167,167,0) 27%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(167,167,167,0) 27%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229,229,229,0) 0%,rgba(167,167,167,0) 27%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.single-post{
    position: relative;
    height: 400px;
    width: 100%;
}

.contents h2, .contents p, .datetime{
    color: #fff;
}


section#heading{
    /*height: 360px;*/
    padding: 40px 0;
    background-position: center center;
    background-size: cover;
}

.dropdown-menu {
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,00,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,00,0.2);
    border: 0;
    border-radius: 0;
	z-index: auto !important;
}

.dropdown-item {
    padding: 8px 16px;
}

.dropdown-menu .li.nav-item {
    padding-right: 5px;
    padding-left: 5px;
}


.post-grid.grid{
    height: auto !important;
}

.value #pa_color{
    float: left;
    margin-right: 0;
    margin-bottom: 9px;
    width: 197px;
}

table.variations td label{
    padding: 9px 0 0 0px;
}

table.variations td.label{
    width: 16%;
}

.woocommerce div.product form.cart{
    margin-bottom: 2em;
    margin-top: -2px;
}

section.widget_berocket_aapf {
    margin: 10px 0 0 0;
    padding: 0px 20px 7px 0px;
    background: transparent;
}

section.widget_berocket_aapf h3.widget-title span {
    margin: 0 0 15px 0;
}

ul.berocket_aapf_widget {
    margin-bottom: 0;
}

.berocket_aapf_widget input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('img/filter-check-sprite.png') no-repeat;
    cursor: pointer;
    margin-bottom: -4px;
    margin-top: 9px;
    margin-right: 7px;
}

.berocket_aapf_widget input[type="checkbox"]:checked + label::before {
    background-position: -20px 0;
}


.small-shop-cart-item {
    display:none;
    top: 33px;
    position: absolute;
    background: #fff;
    padding: 20px;
    list-style: none;
    right: 20px;
    width: 300px;
    font-size: 12px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,00,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,00,0.2);
    border: 0;
    border-radius: 0;
}

.product-minicart{
    margin:10px -15px;
}

.go-to-cart-btn{
    padding: 5px !important;
    text-align: center;
    color: #fff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    margin: 0 5px;
}

.go-to-cart-btn:hover{
    background: #FFF !important;
}

.checkout-buttons{
    margin-top: 25px;
}

.small-shop-cart-item:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    right: 60px;
}

.minicart-link:hover + .small-shop-cart-item,
.small-shop-cart-item:hover{
    display: block;
}

.woocommerce-cart h2{
    text-align: left;
}

.product-minicart a.remove:hover {
    color: #fff !important;
    background: red;
}
.product-minicart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image{
    width: 30%;
    height: auto;
    margin: 20px auto;
    display: block;
}

.small-shop-cart-item .attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image{
    width: 100%;
}

.yith_magnifier_zoom_magnifier{
    background-color: #fff;
}

#yith-quick-view-content{
    padding: 50px;
}

#yith-quick-view-content .product_meta{
    margin-top: 50px;
}

.woocommerce-LoopProduct-link .star-rating{
    margin: 5px auto !important;
}

a.added_to_cart { 
    display: block;
    position: absolute;
    top: 0;
	padding-bottom: 9px;
    margin: 0 auto;
    width: 100%;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 0 10px #000000;
}

.sub-header ul.product-categories{
    padding: 0;
    list-style: none;
    margin: 0 auto;
}

.sub-header ul.product-categories li.cat-item {
    display: inline-block;
    padding: 5px 13px;
    text-transform: uppercase;
}

.container-fluid.sub-header {
    background: aliceblue;
    /*z-index: -1;*/
}

#content.row ul.product-categories{
    padding: 0;
    list-style: none;
    float: right;
}

#content.row ul.product-categories li.cat-item {
    display: inline-block;
    padding: 5px 13px;
    text-transform: uppercase;
}

.less-sh{
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.navbar-toggler.navbar-toggler-right.cats-navbar {
    padding: 10px;
    border: 1px solid #fff;
    width: 135px;
    border-radius: 0;
}

.cats-navbar .navbar-toggle-dash {
    width: 20px;
    height: 2px;
    background: #FFF;
    display: block;
    margin: 4px auto;
}



.cats-navbar p {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 4px 0 0 0;
    margin: 0;
}

.cats-navbar .navbar-toggle-dash {
    margin: 2px 4px;
    float: right;
}

.yith-wcwl-wishlistaddedbrowse span.feedback{
    display: none !important;
}

.swatch{
    border: 1px solid #cacaca !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

a.reset_variations{
    color: red;
    margin-left: 20px;
}

a.reset_variations:before{
    font-family: 'FontAwesome';
    content: '\f00d';
    margin: 1px 11px 0 -14px;    
    position: absolute;
    color: red;
}

.woocommerce .wishlist-title{
    display: none !important;
}

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

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    display: table-caption;
}

.woocommerce .cart .actions .button{
    float: right;
    margin: 10px;
}

.woocommerce .cart .coupon .button{
    float: left;
    display: table-caption;
	border-radius: 0;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    display: table-caption !important;
    color: #fff;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: 220px;
}

.woocommerce .wishlist_table td.product-add-to-cart a:hover{
    background: #FFF !important;
}

.yith-wcwl-share ul{
    width: 119px;
    display: block;
    margin: 0 auto;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 78%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}

.yith-wcwl-wishlistexistsbrowse span.feedback{
    display: none !important;
}

.upsells .woocommerce-Price-amount,
.related.products .woocommerce-Price-amount {
    font-size: inherit;
}

.menu-item.menu-item-has-children.dropdown-menu{
    display: block;
    position: relative;
    box-shadow: none;
    top: auto;
    padding: 0 15px;
}

.menu-item.menu-item-has-children.dropdown-menu:after{
    font-family: 'FontAwesome';
    content: '\f0da';
    font-size: 12px;
    position: absolute;
    color: #292b2c;
    left: auto;
    right: 12px;
    top: 7px;
}

.menu-item.menu-item-has-children.dropdown-menu:hover > .dropdown-menu.sub-menu.depth_1{
    display: block;
}

.dropdown-menu.sub-menu.depth_1{
    position: absolute;
    right: 0;
    left: 95%;
    top: -8px;
    width: 95%;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 13px;
}

.woocommerce nav.woocommerce-pagination ul li span {
    line-height: 0.9;
    padding-bottom: 14px;
}

.category_banner_image {
    width: 100%;
    height: auto;
    margin: 0 15px 30px 15px;
}

.coupon input {
    margin: 10px 0 !important;
}

.about-us-area img{
    float: right;
    margin: 0 0 0 20px;
}

.product_meta{
    margin: 20px 0;
}

.posted_in{
    display: none;
}

.woocommerce-Tabs-panel{
    padding: 0 30px !important;
}

.woocommerce p.stars a::before {
    font-size: 1.5em;
}

.woocommerce p.stars a {
    height: 2em;
    width: 2em;
}

.element_1.excerpt{
    font-size: 14px !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

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

h2.blog-title{
    color: #fff;
    text-shadow: 0 0 10px #000000;
    margin: 60px 0 30px;
}

h2.blog-title.noimage{
    text-shadow: none;
    margin: 10px 0 -10px;
}

img.alignright{
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft{
    float: left;
    margin: 0 20px 20px 0;
}

.wpcf7-form-control,
.wpcf7-form-control-wrap{
    width: 100%;
}

.wpcf7-form-control {
    padding: 3px 0 3px 10px;
    border: 1px solid #dcdcdc;
    height: 36px;
    font-family: "Raleway", Arial, sans-serif;
    font-size: 13px;
}

textarea.wpcf7-form-control {
    height: auto;
}

.woocommerce-products-header .term-description p {
	    text-align: justify;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 47%;
}

.woocommerce-cart.woocommerce-page .woocommerce-message {
    left: 46%;
}

.arconix-faq-wrap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none repeat scroll 0 0 #fff;
    clear: both;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 5px 10px;
}

.arconix-faq-title {
    background: url(img/toggle-open.png) no-repeat left transparent;
}

.arconix-faq-title.faq-open {
    background: url(img/toggle-close.png) no-repeat left transparent;
}

.yith-wfbt-section h3{
    text-align: left;
}

.yith-wfbt-item del{
    display: none !important;
}

.single-product .yith-wfbt-item .woocommerce-Price-amount {
    font-size: 16px;
}

.yith-wfbt-submit-button{
    border-radius: 0 !important; 
}

.add-request-quote-button.button{
    background: transparent;
    border: 0;
    width: auto;
    text-align: left;
}

/***************RECENT POSTS *****************/

.widget-area .recent-each{margin: 10px 0;}
.recent-each .rp-img-holder {margin-right: 5px; display: inline-block; vertical-align: top;}
.recent-each .rp-title {display:block; vertical-align: top; font-size: 16px}
.recent-each .post-date {display:block; vertical-align: middle; font-size: 14px}
.recent-each .wrap-recent-data {display: inline-block;}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width: 25%}

/*************************SEARCH****************/
.search-results .container.search {margin-top: 192px}
.search-results .container.search .search-post {display: inline-block}
.search-results .container.search .post-text {margin-bottom: 20px}
.search-results .container.search  .blog.button {display: block}

.form-control.subscribe-input{
    display: inline-block;
    float: left;
    max-width: 300px;
    border-radius: 0;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 300;
    padding: 11px;
    margin: 0;
}

.footer-subscribe p{
    text-align: right;
    padding: 10px 0;
    margin-bottom: 0;
}

.footer-subscribe{
    padding: 20px 0;
    background: #7b808a;
}

select {
    padding: 5px 0 3px 10px;
    line-height: 1;
}

.woocommerce-wishlist .button.yith-wcqv-button{
    display: none;
}

.woocommerce-wishlist .blog.button.yith-wcms-button.prev {
    margin-left: 0px !important;
    margin-top: -90px;
}

.woocommerce-wishlist .woocommerce a.button{
    top: 0 !important
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}





/* introduced CSS fixes 8.12.2017 */


li.nav-item {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
    text-transform: uppercase;
}

/* category fixes */

ul.children li.cat-item {
    padding-left: 20px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

ul.children li.cat-item a {
    font-size: 13px;
}

/* other fixes */

#yith-quick-view-content .extra-options {
    display: none;
}

#yith-quick-view-modal{z-index: 150000;}


/* !IMPORTANT - fixed-non-fixed header snippet - uncomment for normal 

header.fixed-top {
    position: relative;    
}

.top-margin-page {
    margin: 17px 0;
}

section#heading {
    padding: 10px 0 40px;
}

/* !IMPORTANT - fixed-non-fixed header snippet - uncomment for normal */


.dropdown-item {
    padding: 3px 16px;
}

.autocomplete-suggestions{
    z-index: 100000 !important;
}


/* CONSTANT CONTACT CSS FIX - Apply if not Mailchimp 

.wpcf7-form-control.wpcf7-submit.btn.button.yith-wcms-button.next {
    line-height: 0px;
    margin-top: -36px;
    float: right;
}

footer .wpcf7-form{
    width: 506px;
    margin: 0 auto;
}

footer span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    left: -300px;
    top: 48px;
}

footer div.wpcf7-validation-errors,
footer div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
}

footer .wpcf7-ctct,
footer .ctct-946{
    border: 0 !important;
    pointer-events: none;
}

footer div.wpcf7-response-output {
    margin: 0.5em;
    padding: 0.1em 1em;
}

@media screen and (max-width:530px){
    
    footer .wpcf7-form {
        width: 100%;
    }
    
}

@media screen and (max-width:500px){
    
    footer .wpcf7-form-control.wpcf7-submit.btn.button.yith-wcms-button.next {
        line-height: 0px;
        margin-top: 0px;
        float: none;
        width: 100%;
        left: -24px;
        margin-left: 0px !important;
    }
    
    footer .form-control.subscribe-input {
        display: block;
        float: none;
        max-width: 100%;
    }
    
    footer span.wpcf7-not-valid-tip {
        top: 62px;
    }
    
}

 CONSTANT CONTACT CSS FIX - Apply if not Mailchimp  */

.woocommerce-wishlist .button.yith-wcqv-button{
    display: none;
}

.woocommerce-wishlist .blog.button.yith-wcms-button.prev {
    margin-left: 0px !important;
    margin-top: -90px;
}

.woocommerce-wishlist .woocommerce a.button{
    top: 0 !important
}

.woocommerce-payment-methods .woocommerce a.button{
    width: 220px;
}

.nav-link {
    display: inline-block;
    padding: .5em 1em;
    width: 100%;
}


@media screen and (max-width:1700px){
    
    li.nav-item a.dropdown-item,
    li.nav-item a.nav-link {
        font-size: 13px;
    }
    
    .dropdown-menu li.nav-item a.nav-link, li.nav-item a.dropdown-item {
        font-size: 13px;
    }
    
    #mainMenu > li.nav-item {
        padding-right: 7px;
        padding-left: 7px;
    }
    
}

@media screen and (max-width:1200px){
      
    li.nav-item a.dropdown-item,
    li.nav-item a.nav-link {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 1199px){
    .grid-item,
    .grid-item--width2,
    .grid-item--widthfull{
        width: 100%;
    }
}

@media screen and (min-width: 1200px){

    .dropdown-menu {
        top: 90%;
        width: 100%;
        min-width: 240px;
    }
    
    li.menu-item.nav-item.menu-item-has-children.dropdown-menu:hover > ul.dropdown-menu.sub-menu.depth_2{
        display: block;
    }
	
	

}

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

	li.nav-item a.dropdown-item, li.nav-item a.nav-link {
		font-size: 13px;
	}
	
}

ul.dropdown-menu.depth_0 li.menu-item.menu-item-has-children.dropdown-menu a.nav-link:hover + ul.dropdown-menu.depth_1, 
ul.dropdown-menu.depth_1:hover{
	display: block;
}

ul.dropdown-menu.depth_1 li.menu-item.menu-item-has-children.dropdown-menu a.nav-link:hover + ul.dropdown-menu.depth_2, 
ul.dropdown-menu.depth_2:hover{
	display: block;
}

.tawcvs-swatches .swatch {
    line-height: 1;
}

/* menu fix */

.menu-item.menu-item-has-children.dropdown-menu {
    padding: 0 15px;
}

.dropdown-menu.depth_0 {
    left:0;
}

.dropdown-menu.depth_1 {
    left: 85%;
    top:0;
}

.dropdown-menu.depth_2 {
    left: 90%;
    top: 0;
}

ul.dropdown-menu li a:after{
    display: none;
}

.dropdown-menu{
    z-index: 1200;
}

.dropdown-menu.depth_0{
    z-index: 1201 !important;
}

.dropdown-menu.depth_1{
    z-index: 1202 !important;
}

.dropdown-menu.depth_2{
    z-index: 1203 !important;
}

.dropdown-menu {
	z-index: auto !important;
}

@media screen and (max-width:576px){
    
    .woocommerce .wishlist_table td.product-add-to-cart a {
		width: 100%;
	}
	
}

.menu-item.menu-item-has-children.dropdown-menu {
    padding: 0 15px;
}

/* woo message fix final */

@media screen and (min-width:480px){
	.woocommerce-message {
		position: fixed;
		top: 289px;
		z-index: 10000;
		left: 0 !important;
		padding: 46px;
		width: 400px !important;
		right: 0 !important;
		margin: 0 auto !important;
		text-align: center;
	}
}

@media screen and (max-width:479px){
	.woocommerce-message {
		left: 0 !important;
		padding: 46px;
		width: 100% !important;
		right: 0 !important;
		margin: 0 auto !important;
		text-align: center;
	}
	.dismiss {
		right: 5px;
	}
}

/* woo message fix final */


.woocommerce form .form-row .input-checkbox {
    width: 20px;
}

button#place_order{
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 65px;
}

/*@-moz-document url-prefix() {
    .show{
        width: 264px;
        margin-right: 0;
    }

}*/


/* search header CSS */

.yith-ajaxsearchform-container {
    position: relative;
    display: flex;
	/*width: 410px;*/
}

section.widget {
    margin: 40px 0 0 0;
}

.yith-s {
    height: 26px;
}

#yith-searchsubmit{
    padding: 2px !important; 
}


@media screen and (max-width:1100px){
      
    li.nav-item a.nav-link.minicart-link{
		font-size: 0;
	}
      
    li.nav-item a.nav-link.minicart-link i.fa{
		font-size: 16px;
		line-height: 2;
	}
	
	.yith-ajaxsearchform-container {
		width:450px;
	}
    
}

@media screen and (max-width:991px){
	
	.yith-ajaxsearchform-container {
		width:250px;
	}
	
	.yith-ajaxsearchform-container {
		position: absolute;
		right: 30px;
		top: 44px;
		display: block;
	}

	#navbarSupportedContent {
		margin-top: -30px;
	}
	
	#navbarSupportedContent {
		margin-top: 6px;
	}
	
	.yith-ajaxsearchform-container {
		right: 100px;
		top: 13px;
	}
	
	li.nav-item a.nav-link.minicart-link{
		font-size: 16px;
	}
    
}

@media screen and (max-width:768px){
	
	.yith-ajaxsearchform-container {
		width: 234px;
	}
    
}

@media screen and (max-width: 576px){
	
	.yith-ajaxsearchform-container {
		right: 30px;
		top: 40px;	
	}
	
	.navbar-toggler-right {
		top: -3px;
	}
	
}

@media screen and (max-width: 400px){
	
	.custom-logo {
		width: 120px;
		height: auto;
		margin: 18px 0;
	}
	
	.custom-logo-link {
		width: 200px;
	}
	
}

/* search header CSS ends here */


/* slick fix */

.slick-track  li.first{
    clear: none !important;
}

.slick-track  li,
.slick-track  li.last{
    margin-right: 20px !important;
    margin-left: 20px !important;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   th.product-add-to-cart{
		width: 320px;
	}
}

.product-minicart img{
	max-width: 100%;
	height: auto;
}

.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce table.shop_table{
	border-radius: 0;
	-webkit-border-radius: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-left: auto;
}

.tab-content .woocommerce ul.products li.product {
    margin: 5em 1.47% 1em 1.47%
}