/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@100..900&display=swap');
body,p,a,ul,li,button,input,textarea,select,header nav.main_menu > ul > li > a{
    font-family:Sofia Sans!important;
}
/*----- INIT -------*/
:root {
	/*--dark-blue: #4d358b;*/
    --dark-blue: #0c3452;
    --blue: #1F5B88;
	--light-blue: #6FADDB;
 	--orange: #FCB566;
    --white: #ffffff;
    --black: #000000;
    --grey: #707070;
    --google-font: Sofia Sans;
}

.blue,.blue .heading{
    color: var(--blue)!important;
}
.dark-blue,.dark-blue .heading{
    color: var(--blue)!important;
}
.light-blue,.light-blue .heading{
    color: var(--blue)!important;
}
.orange,.orange .heading{
    color: var(--orange)!important;
}
.white,.white .heading{
    color: var(--white)!important;
}
.black,.black .heading{
    color: var(--black)!important;
}
.grey,.grey .heading{
    color: var(--grey)!important;
}
ul{
	padding-left:20px!important;
}

/*------ HEADER ------*/
nav.main_menu ul#menu-main-menu-right li:nth-child(1){
    margin-left: 0!important;
}
div.logo_wrapper, div.side_menu_button, div.shopping_cart_inner{
    height: auto;
}
div.header_top .right{
    padding-top: 50px;
}
div.header_top .right div.widget_product_search{
    padding-top: 5px;
}
div.header_bottom::before{
    clear: both;
}
.header_top #searchform input[type=text]{
    border:0!important;
}
.header_top #searchform input[type=submit]{
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    background: url(https://xp.b-labs.gr//wp-content/themes/bridge/css/img/search_icon_gray.png);
}
.header_top #searchform input::placeholder{
    color: #adadad!important;
}
div.header_top .right .qbutton.white{
    border-color: var(--orange);
}
/*------ HEADER ------*/

/*------ FOOTER ------*/
.footer_bottom{
    height: 90px!important;
}
a#back_to_top span i, a#back_to_top span span{
    color: var(--orange)!important;
}
a#back_to_top:hover span i, a#back_to_top:hover span span{
    color: var(--white)!important;
}
div.footer_top .footer_col1,div.footer_top .footer_col2,div.footer_top .footer_col3{
    text-align: left;
}
div.footer_top h5{
    font-size: 58px;
    line-height: 68px;
    color: var(--orange)!important;
}
.footer_bottom ul li.menu-item{
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}
.footer_bottom ul li.menu-item:last-child{
    margin-right: 0px;
}
.footer_bottom ul li.menu-item::before{
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--orange);
}
.footer_bottom ul li.menu-item:first-child{
    padding-left: 0px;
}
.footer_bottom ul li.menu-item:first-child:before{
    display: none;
}
/*------ FOOTER ------*/

/*------ PAGE TITLE ------*/
.title{
    /*margin-bottom: 100px;*/
}
/*------ PAGE TITLE ------*/

/*------ MAIN CONTENT ------*/
div.full_width{
    padding: 100px 0;
}
.home div.full_width{
    padding-top:0;
}
/*------ MAIN CONTENT ------*/

/*------ SHOP -------*/
div.qode-pl-holder .qode-pli .qode-pli-price *,.woocommerce div.product div.product_meta > span a, .woocommerce div.product div.product_meta > span span{
    color: var(--orange)!important;
}
.woocommerce .product h1.product_title,.woocommerce div.product .summary p.price, .woocommerce div.product .summary p.price span.amount,.woocommerce table.shop_attributes th,.woocommerce table tr td{
    color: var(--white)!important;
}
.woocommerce ul.products li.product .product-categories, .woocommerce-page ul.products li.product .product-categories{
    margin-top: 12px;
    margin-bottom: 0;
}
.woocommerce div.product div.product_meta>.social_share_list_holder>span, .woocommerce div.product div.product_meta>span,.qode-pl-holder .qode-pli .qode-pli-category a,.woocommerce ul.products li.product .product-categories a:not(:hover), .woocommerce-page ul.products li.product .product-categories a:not(:hover){
    color: var(--light-blue)!important;
    text-transform: uppercase;
}
.woocommerce ul.products li.product a.product-category.product-info, .woocommerce-page ul.products li.product a.product-category.product-info{
    padding: 0;
}
.qode-pl-holder .qode-pli .qode-pli-add-to-cart a{
    color: var(--white)!important;
    border: 1px solid var(--orange)!important;
    padding: 10px 14px;
}
.qode-pl-holder .qode-pli .qode-pli-add-to-cart:hover a{
    background-color: var(--orange)!important;;
}
.q_accordion_holder.accordion.boxed h6.ui-accordion-header{
    font-family: var(--google-font)!important;
    background-color: transparent;
    background: transparent;
    color: var(--light-blue)!important;
}
.q_accordion_holder.accordion.boxed h6.ui-accordion-header span{
    padding-right: 20px;
    position: relative;
}
.q_accordion_holder.accordion h6.ui-accordion-header span:after{
    position: absolute;
    right: 0;
    top:0;
    content:"";
    display: block;
    width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid var(--orange)!important;
    margin-top: 4px;
}
.woocommerce div.product div.related{
    padding-top: 100px;
}
.woocommerce-page .quantity input.qty{
    border: 0!important;
    color: var(--orange)!important;
    font-size: 24px;
    line-height: 46px;
}
.woocommerce div.product .cart .quantity{
    height: 46px;
    line-height: 46px;
    padding-bottom: 0;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
    background-color: var(--dark-blue);
    width: 46px;
    height: 46px;
    color: var(--orange);
    font-size: 24px;
    line-height: 46px;
}
.woocommerce .quantity .plus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce-page .quantity .plus:hover,.woocommerce .quantity .minus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .minus:hover{
    color: var(--white);
}
.woocommerce .woocommerce-message a.button{
    color: var(--white)!important;
    border-color: var(--orange)!important;
    font-family: var(--google-font)!important;
}
.woocommerce table.cart tbody td.product-remove a.remove, .woocommerce-page table.cart tbody td.product-remove a.remove{
    background: url(https://xp.b-labs.gr/wp-content/themes/bridge/css/img/remove-icon-white.png) center no-repeat;
}
/*------ RELATED PRODUCTS -----*/
.woocommerce div.product div.related .qode-related-upsells-title, .woocommerce div.product div.related h4{
    text-align: center;
}
.woocommerce .qbutton.add-to-cart-button{
    border-color: var(--orange)!important;
    color: var(--white)!important;
}
.woocommerce-page ul.products li.product a.product-category.product-info, .woocommerce ul.products li.product a.product-category.product-info,.woocommerce ul.products li.product{
    background-color: transparent!important;
}
.woocommerce ul.products li.product h6,.woocommerce-account table.my_account_orders thead tr th, .woocommerce-cart table.cart thead th, .woocommerce-checkout .checkout table thead th, .woocommerce-page table.my_account_orders thead tr th{
    color: var(--white)!important;
}
.woocommerce-cart table.cart tbody tr td a:not(.checkout-button), .woocommerce-checkout .checkout table tbody tr td a,.woocommerce-checkout table.shop_table tfoot th{
    color: var(--white)!important;
}
.woocommerce ul.products li.product .price,.woocommerce table.cart tbody tr span.amount, .woocommerce-page table.cart tbody span.amount,.woocommerce form.checkout table.shop_table span.amount{
    color: var(--orange)!important;
}
.woocommerce-page input[type=text],.woocommerce-page input[type=tel],.woocommerce-page input[type=email],.woocommerce-page textarea,.woocommerce-page section,.select2-container--default .select2-selection--single{
    background-color: transparent!important;
    background: transparent!important;
    border: 1px solid var(--white)!important;
    color: var(--white)!important;
}
.select2-container--default .select2-dropdown,.select2-container--default .select2-dropdown input[type=text]{
    color: var(--grey)!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid var(--grey)!important;
}
input::placeholder,textarea::placeholder {
    color: var(--white)!important;
}
.woocommerce form.checkout table.shop_table td strong{
    font-weight: 700;
}
/*------ SHOP -------*/

/*------ CONTACT ------*/
.cf7_custom_style_1  input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    font-family: var(--google-font)!important;

    color: var(--white);
    background-color: var(--orange);
    border-color: var(--orange);
}
			
.cf7_custom_style_1  input.wpcf7-form-control.wpcf7-submit:hover,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
}
			
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date,
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea,
.cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz{
    background-color: transparent;
    border-color: var(--white);
    color: var(--white);
    font-family: var(--google-font)!important;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text:focus,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number:focus,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date:focus,
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea:focus,
.cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select:focus,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz:focus{
    color: var(--white);
    background-color: transparent;
    border-color: var(--white);
}
/*------ CONTACT ------*/