.filter--style-premmerce {
    padding-top: 1px;
}
.pc-active-filter {
    margin-top: 15px;
}
.woocommerce-product-search button {
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
}
.woocommerce-product-search button:hover {
    background-color: #c29a59;
}
.standard-tab {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */  
}



a, div, button, select {
 outline: none;
}

.woocommerce button.button.alt {
    background-color: #ccbdc900;
    color: #000;
}

.woocommerce button.button.alt:hover {
    background-color: #000;
    color: #fff;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    height: 45px;
}


.__PrivateStripeElement {
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

#account-box .woocommerce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 5px;
	}
	
.woocommerce-MyAccount-navigation {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.woocommerce-MyAccount-content {
    padding-left: 150px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.switcher-dropdown>li span {
    padding: 5px 8px 5px 5px;
}

.switcher-dropdown:before {
    content: "";
    position: absolute;
	top: 7px;
    right: 0px;
    display: block;
	width: 5px;
    height: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.switcher-dropdown .language-dropdown {
	padding: 7px; 
	border: solid 1px #000;
}

@media screen and (max-width: 775px){
#account-box .woocommerce {
    display: block;
}
.woocommerce-MyAccount-navigation {
    width: 100%;
}
.woocommerce-MyAccount-content {
    padding-left: 0px;
}
  
  