/*
Theme Name: Blonwe
Theme URI: http://themeforest.net/user/klbtheme/portfolio
Author: KlbTheme (Sinan ISIK)
Author URI: http://themeforest.net/user/KlbTheme
Domain Path: /languages
Description: This WordPress theme is best for use in such business areas as electronics store, fashion store, furniture store, grocery store, auto parts store and responsive ecommerce.
Version: 1.0.4
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.3.1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: right-sidebar, left-sidebar,  one-column, two-columns, three-columns, four-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: getturkeytour.com

/*- - - - - Contents - - - - -
	
	02 - Custom
	
	- - - - - - - - - - - - - -*/

table {
    max-width: 100%;
    background-color: transparent;
    width: 100%
}

form select,select {
    width: 100%
}

.thumbnail-buttons a.klbcp-btn {
    font-size: 0 !important
}

.products .product .thumbnail-buttons>.wishlist-button {
    opacity: 1;
    background: #f7f7f7;
    font-size: 0;
    color: midnightblue;
    border: 15px;
    border-radius: 30px;
    padding: 5px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
    
}

.product-wrapper.product-type-8 .product-buttons.primary-button,.product-wrapper.product-type-11 .product-buttons.primary-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap
}

.quickview-button {
    display: none
}

.klb-authentication-form.tab-style .klb-authentication-inner {
    width: 100%
}

.klb-post form.post-password-form input[type="submit"] {
    color: #FFF;
    background-color: var(--theme-primary-color);
    border-color: transparent;
    height: 2.875rem;
    line-height: initial;
}

.klb-authentication-form.tab-style .klb-authentication-inner { 
    width: 100%; 
}

.klb-post form.post-password-form input[type="submit"]:hover {
    background-color: rgba(var(--theme-primary-color-RGB), 0.9);
}

body.input-variation-filled[data-color=default] ul.woocommerce-widget-layered-nav-list .type-button span.button-box {
    background-color: var(--color-gray50);
    border: none;
}

.woocommerce-page-header .woocommerce-sub-categories .widget-checkbox-list input[type="checkbox"]:checked+label {
    color: var(--theme-primary-color);
    border-color: var(--theme-primary-color) !important;

}

.site-login .site-login-inner .login-form-container .register-form input[type="radio"] {
    height: auto !important;
}

.my-account-page .woocommerce-form-register button.woocommerce-form-register__submit{
    color: #FFF;
    background-color: var(--theme-primary-color);
    border-color: transparent;
}

.my-account-page .woocommerce-form-register button.woocommerce-form-register__submit:hover{
	background-color: rgba(var(--theme-primary-color-RGB), 0.9);
}

a {
    text-decoration: none;
    color: var(--theme-primary-color)
}



span.woocommerce-input-wrapper {
    width: 100%;
}

@media screen and (max-width: 767px) {
	.order-xs-2 {
		order: 2!important;
	}

	.order-xs-3 {
		order: 3!important;
	}
}

.cart-widget-side {
    display: none !important;
}

