/**
 * Price Tax Switcher
 *
 * @author    Nxtal <support@nxtal.com>
 * @copyright Nxtal 2021
 * @license   GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 * @version   3.1.0
 */
#header .header-nav .tax-selector-wrapper{
	display:inline-block;
	margin-left: 10px;
}
#header .header-nav .tax-selector {
    margin-top: .9375rem;
    white-space: nowrap;
}
select.tax-switcher-select{
	border: none;
	outline: none;
	-webkit-user-select: none;
	background: transparent;
}
#left-column .tax-selector-wrapper,
#right-column .tax-selector-wrapper{
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
}
#left-column .tax-selector-wrapper .tax-selector-text,
#right-column .tax-selector-wrapper .tax-selector-text {
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #7a7a7a;
	font-size: .9375rem;
	margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
}
#left-column .tax-selector-wrapper select,
#left-column .tax-selector-wrapper label,
#right-column .tax-selector-wrapper select,
#right-column .tax-selector-wrapper label{
	color: #7a7a7a;
}
#left-column .tax-selector-wrapper label,
#right-column .tax-selector-wrapper label{
	display: table;
    text-align: left;
}
#content-wrapper .tax-selector-wrapper{
	margin-bottom: .5rem;
	display: inline-block;
    float: right;
}
#content-wrapper .tax-selector-wrapper .tax-selector-text{
	float: left;
    margin-right: 10px;
}

/* Switch Interactive */
.tax-toggle-switch{
	margin: 0px 10px 0px 10px;
}
.tax-toggle-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	font-size: 13px;
	line-height: 13px;
}

.tax-toggle-container div{
	margin-bottom: 0;
}
.tax-toggle-switch-text {
	margin-right: 5px;
}
.tax-toggle-switch-label-before, .tax-toggle-switch-label-after{
	font-weight: 400;
    color: #1d1d1b;
    cursor: pointer;
    text-decoration: underline;
	text-transform: none;
}
.tax-toggle-switch{
    overflow: hidden;
    height: 25px;
	font-size: 14px;
	width: 110px;
}
/*
.tax-toggle-switch .tax-toggle-checkbox{
	height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}*/
#tax-toggle-checkbox{
	display: none;
}
.tax-toggle-switch label{
	position: absolute;
    display: inline-block;
    background: #2fb5d2;
	color: #fff;
    cursor: pointer;
    text-align: right;
    text-transform: initial;
    font-size: 12px;
    width: 110px;
    height: 22px;
    line-height: 21px;
	border-radius: 25px;
	padding-right: 10px;
}

.tax-toggle-switch label:after{
	content: '';
    background: #fff;
    transition: 0.3s;
    position: absolute;
    top: 3px;
    left: 5px;
    height: 15px;
    width: 15px;
    border-radius: 25px;
    background-clip: padding-box;
}
.tax-toggle-switch input:checked + label:after{
	left: calc(100% - 5px);
    transform: translateX(-100%);	
}
.tax-toggle-switch input:checked + label{
	background: #f9952c;
    text-indent: -9999px;
	font-size: 0;
}

.tax-toggle-switch input:checked + label:before{
	content: attr(data-label);
    text-indent: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    width: 110px;
    height: 22px;
    line-height: 21px;
	text-align: left;
	font-size: 12px;
}

/* Switch */
.tax-switch-container{
	display: flex;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 3px;
	margin-left: 10px;
}

.tax-switch-container .tax-switch{
	padding-top: 4px;
    height: 22px;
    margin: 4px 0;
    line-height: 8px;
    padding-right: 35px;
}
.tax-switch-container .tax-switch-label-text {
	padding-top: 3px;
    padding-right: 4px;
    font-weight: 500;
    margin-right: 5px;
}
.tax-switch-container .tax-switch-label{
	position: relative;
    cursor: pointer;
}
.tax-switch-container label{
	margin-bottom: 5px;
}
.tax-switch-container .tax-switch-label:before{
	text-align: initial;
    white-space: nowrap;
    content: attr(data-label-tax-excl);
    display: block;
    color: #fff;
	background-color: #2fb5d2;
    padding: 4px 18px;
    width: 50px;
    line-height: 10px;
    border-radius: 8px;
    font-size: 9px;
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tax-switch-container .tax-switch-input:checked + .tax-switch-label:before{
	content: attr(data-label-tax-incl);
    padding: 4px 12px 4px 5px;
    background-color: #f9952c;
}

.tax-switch-container .tax-switch-label:after{
	left: -5px;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #D7DADA;	
	content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tax-switch-container .tax-switch-input:checked + .tax-switch-label:after{
	-webkit-transform: translate(36px,-50%);
    -ms-transform: translate(36px,-50%);
    -o-transform: translate(36px,-50%);
    transform: translate(36px,-50%);
}


