/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.woocommerce-form.woocommerce-form-register.register{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-row-first,
.form-row-last{
    order: -1;
    width: 49%;
}

.form-row-wide{
    width: 100%;
}

.ppcp-messages{
    display: none !important;
}

@media screen and (min-width : 1023px){
	[class*="thumbs-grid-bottom"] .wd-carousel-wrap{
		--wd-col:2 ;
	}
}

.gt_float_switcher .gt_options{
    position: absolute !important;
    background: white !important;
}

.gt_float_switcher img{
    width: 16px !important;
}

.gt_float_switcher{
    font-size: 14px !important;
    box-shadow: none !important;
    font-family: "Outfit", sans-serif !important;
}

.gt-current-lang{
    padding-bottom: 4px !important;
	padding-left:0px !important;
	background : transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
    transform: rotate(0deg) !important;    
}

.wd-header-nav{
	flex: none !important;
}

.gt_float_switcher .gt_options a:hover{
	background:rgb(254,0,0) !important;
}

.gt_float_switcher .gt_options a{
	display : flex !important;
	min-width: max-content;
}

.whb-general-header{
	border: none !important;
}

.gt_float_switcher,
.gt_float_switcher .gt-selected{
    background: transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
	color : white !important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
	padding : 6px 2px !important;
}

.white-links a {
	color : white !important;
}