.tabsWrap {
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#vpc-components .vpc-component {
	display: none;
        border: none;
}

#vpc-components  .vpc-component:nth-child(1),
#vpc-components  .vpc-component:nth-child(2) {
	display: block;
}

.tabsWrap p.label {
	border-bottom: 4px solid transparent;
}



.tabsWrap .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 185px;
	height: 70px;
        background-size: cover;
        background-position: center;
}

.tabsWrap .tab {
	width: 185px;
}

.colorTab .iconsWrap{
    display: flex;
}

.tabsWrap .icon p {
	color: #fff;
	display: inline-block;
	font-family: "HeiT ASC Traditional Chinese","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}

.tabsWrap .label {
	background-color: #f7f7f7;
	background-image: none;
	height: 50px;
	color: #222;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bx-wrapper {
	border: none;
}

.vpc-component-header {
	display: none;
}

body #vpc-components {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 2;
	min-height: 134px;
	justify-content: center;
	align-items: center;
	margin: 0;
	background: #f1f4f9;
        display: none;
}
    body #vpc-components.active {
            display: flex;
    }

/*.colorTab .iconsWrap, 
.tabsWrap .icon{
	display: none;
}*/
.tabsWrap.active .colorTab .iconsWrap,
.tabsWrap.active .icon{
	display: none;
}

.tab {
	min-width: 185px;
        cursor: pointer;
}

#vpc-components .vpc-group {
	display: flex;
	padding: 0;
	border-top: none;
	text-align: center;
        justify-content: center;
        width: auto;
}

#vpc-components .vpc-group .vpc-group-name{
	order: 10;
	width: 100%;
}

#vpc-components .vpc-component:first-child .vpc-options  label.custom,
#vpc-components .vpc-component:first-child .vpc-options  label.custom::before {
	width: 63px;
	height: 78px;
}

#vpc-components  .vpc-component:first-of-type {
	border-top: none;
}

#vpc-components  .vpc-group label {
	border: none;
}

#vpc-components .vpc-options {
	display: flex;
	justify-content: flex-start;
	margin-top: 0;
	flex-wrap: wrap;
}

#vpc-components {
	 width: 1240px;     
}

.tabsWrap .activeTab p.label{
   border-bottom: 4px solid #c00;
   font-weight: 600;
}
/*
#vpc-container {
	max-width: 900px;
	margin: 0 auto;
}*/

.bx-wrapper {
	box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
	background-image: url("/wp-content/uploads/2018/05/ui_view_next_prev_sprite_flat.png");
	height: 63px;
	background-position: left center;
}

.bx-wrapper .bx-controls-direction a:last-child {
	background-position: right center;
}

#mva-bx-pager {
	display: none;
}

.o-col.conf_desc {
	padding-bottom: 100px;
}

.entry-title.main_title {
	text-align: center;
}

#vpc-container {
	position: relative;
}

#vpc-add-to-cart {
	float: right;
}

.vpc-options .vpc-single-option-wrap input:checked + label.custom::before {
	font-family: FontAwesome;
	content: "\f00c";
	color: black;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}

#vpc-components .vpc-component:nth-child(1) .vpc-options {
	width: 100%;
}

.entry-title.main_title {
	margin-bottom: -6px;
}

.entry-title.main_title {
	height: 47px;
	color: #1B1B1B;
	font-family: "Open Sans";
	font-size: 35px;
	font-weight: bold;
        text-align: left;
}

#vpc-price-container, #vpc-price-container span {
	font-family: "Open Sans";
	font-weight: 600;
	text-transform: uppercase;
	color: #373737!important;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}

#vpc-price-container span.vpc-price-label{
        text-transform: none;
}

body .vpc-action-buttons button {
	height: 46px !important;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	background: #DD1F35;
	padding: 0 30px !important;
	word-wrap: break-word;
	white-space: nowrap;
}

.vpc-action-buttons.o-col.xl-1-1.o-left-offset-2-3 {
	width: auto;
	margin: 0 0 0 30px;
}

.bx-wrapper {
	margin-bottom: 55px;
}

.o-col.conf_desc {
	color: #575757;
	font-family: "Open Sans";
	font-size: 22px;
	line-height: 32px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 36px;
}

.iconClose {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
        cursor:pointer;
        opacity: 0.4;
}
.iconClose::before {
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #000;
	transform: rotate(45deg) translate(5px,4px);
}
.iconClose::after {
	width: 100%;
	height: 1px;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #000;
	transform: rotate(-45deg) translate(-4px,5px);
}

#vpc-preview-wrap {
	position: relative;
}

#debug {
	margin-top: 35px;
}

/*.tabsWrap .colorTab .icon{
    background-position: top;
}*/

#vpc-components .vpc-options {
	color: #000;
	font-size: 20px;
}
.pager a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}
.pager .myPager-prev{
	background-image: url("/wp-content/uploads/2018/05/ui_view_next_prev_sprite_flat.png");
	height: 63px;
	background-position: left center;
        left: 10px;
}

.pager .myPager-next {
	background-image: url("/wp-content/uploads/2018/05/ui_view_next_prev_sprite_flat.png");
	height: 63px;
	background-position: left center;
        right: 10px;
}

.pager a:last-child {
	background-position: right center;
}

.vpc-component:not(:first-child) .vpc-options label.custom::before {
	width: 25px;
	height: 25px;
        border:1px solid #000;
        background-image: none!important;
}

#vpc-components .vpc-component:first-child .vpc-group {
	flex-wrap: wrap;
}

.container {
	max-width: 1240px !important;
}

#vpc-components #component-5af30e4711eb5 .vpc-options {
	display: flex;
	justify-content: flex-start;
	margin-top: 0;
	flex-wrap: wrap;
}

.tabsContainer{
    height: 285px;
    width:100%;
    background-color: #2E3C3F;
}

#main-content .container {
	padding-top: 58px;
	width: 100%;
        max-width: 100% !important;
}

#vpc-preview-wrap {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	display: block;
}

.priceHeadingWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
}

.headingWrap .titleBefore {
	margin: 0;
	padding: 0;
	color: #616161;
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 30px;
}

.headingWrap .title  {
	color: #373737;
	font-family: "Open Sans";
	font-size: 45px;
	font-weight: bold;
	line-height: 30px;
}

body, body #et-main-area,
body #main-content{
	background-color: #F7F7F7 !important;
}

.entry-title.main_title {
	display: none;
}

body .bx-wrapper {
	background: none;
}

.priceHeadingBG {
	width: 100%;
	background: #fff;
	padding: 100px 0; 
}

.tabsContainer  {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 30px;
}

.tabsContainer{
    padding-top: 35px;
    height: 248px;
}

.tabsContainer p {
	font-size: 20px;
	font-size: calc(14px + 0.4vw);
	line-height: 130%;
	padding-left: 10px;
	padding-right: 10px;
}

.tabsWrap .icon {
	width: 210px;
	height: 140px;
}

.tabsWrap .tab {
	width: 210px;
	height: 200px;
        box-shadow: 0 2px 20px 0 rgba(0,0,0,0.13);
}

.tabsWrap .label {
	height: 60px;
}

.tabsWrap {
	max-width: 1120px;
	left: 50%;
	transform: translateX(-50%);
        bottom: -31px;
}

body #left-area {
	padding-bottom: 0;
}

body #debug {
	margin-top: 0;
}

.tabsWrap.active .label {
	margin-top: 140px;
}

body #vpc-components {
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	width: 1120px;
}

#vpc-components .vpc-options {
	width: 1120px;
}

.o-col.conf_desc {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 50px;
	color: #000000;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 110px;
	padding-bottom: 50px;
}

body #main-content .container {
	padding-top: 0;
}

.bx-wrapper {
	margin-bottom: 0;
}

body #vpc-components {
	min-height: 141px;
}

.body .vpc-action-buttons button {
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}

#vpc-components .vpc-component .vpc-group {
	width: 25%;
        text-align: left;
}

#vpc-components .vpc-component:first-child .vpc-group {
	width: 100%;
        text-align: center;
}

#vpc-components .vpc-group-name {
	font-size: 14px;
}

.vpc-success.f-right{
    visibility: hidden !important;
    opacity:0 !important;
    overflow:hidden !important;
    display:none !important;
}

.tabsWrap .icon {
	width: 210px;
	height: 140px;
	background-color: #fff;
	background-size: 46%;
	background-repeat: no-repeat;
	background-position: center;
}

.vpc-component:not(:first-child) .vpc-options input[type=radio] + label.custom::before {
	border-radius: 100%;
}

.vpc-component:not(:first-child) .vpc-options input[type=radio]:checked + label.custom::before {
	content:"";
}

.vpc-component:not(:first-child) .vpc-options input[type="radio"]:checked + label.custom::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #000;
	left: 7px;
	top: 7px;
	border-radius: 100%;
}

#vpc-components .vpc-component:nth-child(2) .vpc-group {
	width: auto;
}
#vpc-components .vpc-component:nth-child(2) .vpc-options {
	display: flex;
	justify-content: center;
}

#component-5af30e4711eb5 .vpc-options .vpc-group:last-child{
    width: 50%;
}

.vpc-options .vpc-single-option-wrap input:checked + label.custom::before {
	content: "";
}

.vpc-options .vpc-single-option-wrap input:checked + label.custom::after {
	font-family: FontAwesome;
	content: "\f00c";
	color: black;
	top: -1px;
	font-size: 17px;
	position: absolute;
	left: 5px;
}

.vpc-component:first-child .vpc-options .vpc-single-option-wrap input:checked + label.custom::after {
	top: 25px;
	left:24px;
}

#vpc-components .vpc-component .vpc-group .vpc-single-option-wrap.disabled {
	opacity: 0.3;
}
#vpc-components .vpc-component .vpc-group.disabled {
	opacity: 0.3;
}

/* Mobile styles */
@media(max-width:1200px){
    .tabsWrap .tab {
	width: 170px;
	height: 170px;
	min-width: 170px;
    }
    .tabsWrap .icon {
            width: 170px;
            height: 110px;
    }
    .tabsWrap {
            max-width: 955px;
    }
    body #vpc-components {
            width: 100%;
            max-width: 955px;
    }
    #vpc-components .vpc-options {
            width: 905px;
    }
    .priceHeadingBG {
            padding: 100px 25px;
    }
    #vpc-preview-wrap {
            width: 100% !important;
    }
    .tabsWrap.active .label {
            margin-top: 110px;
    }
    body #vpc-components .vpc-group {
            padding: 5px;
    }
    #component-5af30e4711eb5 .vpc-options .vpc-group:last-child{
        width: 40%;
    }
    #component-5af30e4711eb5 .vpc-options .vpc-group:nth-child(10){
        width: 30%;
    }
}

@media(max-width:1000px){
    .tabsWrap .tab {
            width: 130px;
            height: 110px;
            min-width: 130px;
    }
    .tabsWrap .icon {
            width: 130px;
            height: 70px;
    }
    .tabsWrap {
            max-width: 700px;
            bottom: -12px;
    }
    body #vpc-components {
            width: 100%;
            max-width: 100%;
    }
    #vpc-components .vpc-options {
            width: 100%;
    }
    #vpc-preview-wrap {
            width: 100% !important;
    }
    .tabsWrap.active .label {
            margin-top: 70px;
    }
    .tabsWrap .label {
            height: 40px;
            line-height: 1;
            padding: 0 10px;
    }
    .o-col.conf_desc {
            padding-left: 20px;
            padding-right: 20px;
    }
    .vpc-component{
        width:100%
    }
}
@media(max-width:980px){
    .page-template-default #page-container {
            padding-top: 80px !important;
    }
    .tabsContainer {
            height: 220px;
    }
}

/*@media(max-width:850px){
    #vpc-price-container span.vpc-price-label {
            display: none;
    }

}*/

@media(max-width:768px){

    .priceHeadingWrap {
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
    }
    .headingWrap {
            margin-bottom: 25px;
    }
    .priceHeadingWrap {
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
    }
    .VPC_Default_Skin {
            flex-direction: column-reverse;
    }
    .tabsContainer {
            height: 176px;
    }
    #vpc-components .vpc-component .vpc-group {
            width: 33%;
    }
    .tabsWrap .tab {
            width: 175px;
            height: 40px;
/*            min-width: 175px;*/
            margin-bottom: 5px;
            display: flex;
    }
    .tabsWrap .icon {
            width: 40px;
            height: 40px;
            flex-shrink: 0;
    }
    .tabsWrap .label {
            width: 110px;
    }
    .tabsContainer {
            height: 360px;
    }
    .tabsWrap {
            bottom: 10px;
            flex-direction: column;
    }
    body #vpc-components {
            width: 70%;
            max-width: 70%;
            left: auto;
            right: 18px;
            transform: none;
    }
    .tabsWrap.active .colorTab .iconsWrap, 
    .tabsWrap.active .icon {
            display: block;
    }
    .tabsWrap.active .label {
            margin-top: 0;
    }
    #vpc-components .vpc-component .vpc-group {
            width: 50%;
    }
    .tabsWrap .activeTab p.label {
            border-right: 4px solid #c00;
            border-bottom:none;
    }
    .tabsWrap p.label {
            border-bottom: none;
    }
    body #vpc-components {
            width: 70%;
            max-width: 70%;
            left: 190px;
            right: auto;
            transform: none;
            bottom: 15px;
            height: 220px;
    }
    .tabsWrap .label {
            width: 135px;
            border-right: 4px solid transparent;
    }
    .tabsWrap {
            left: 0;
			padding-left: 15px;
            transform:none;
    }
    
    body #vpc-components .vpc-group {
            padding: 0 5px;
    }
    .vpc-component:not(:first-child) .vpc-single-option-wrap {
            height: 27px;
    }
    .vpc-component:not(:first-child) .vpc-options label.custom::before {
            width: 20px;
            height: 20px;
    }
    .vpc-options label.custom {
            width: 20px;
            height: 20px;
    }
    #component-5af30e4711eb5 .vpc-options .vpc-group:nth-child(10) {
            width: 50%;
    }
    .vpc-options .vpc-single-option-wrap input:checked + label.custom::after {
            top: -2px;
            font-size: 16px;
            left: 3px;
    }
    .vpc-component:not(:first-child) .vpc-options input[type="radio"]:checked + label.custom::after {
            width: 10px;
            height: 10px;
            left: 6px;
            top: 6px;
    }
    .vpc-component:not(:first-child) .vpc-group-name {
            margin: 1px 2px;
            font-size: 16px;
    }
    .vpc-options .vpc-single-option-wrap input:checked + label.custom::after {
            left: 5px;
    }
    .vpc-options .vpc-single-option-wrap input:checked + label.custom::before {
            display: block;
    }
    .vpc-options label.custom {
            width: 20px;
            height: 20px;
    }
    .vpc-component:not(:first-child) .vpc-options label.custom::before {
            width: 15px;
            height: 15px;
            left: 0;
            top: 0;
            position: absolute;
    }
    .vpc-options .vpc-single-option-wrap input[type="checkbox"]:checked + label.custom::after {
            top: -5px;
            font-size: 13px;
            left: 2px;
    }
    .vpc-component:not(:first-child) .vpc-options input[type="radio"]:checked + label.custom::after {
            width: 7px;
            height: 7px;
            left: 5px;
            top: 5px;
    }
   
}




@media(max-width:675px){
    .vpc-component:not(:first-child) .vpc-options input[type="radio"]:checked + label.custom::after {
            width: 7px;
            height: 7px;
            left: 5px;
            top: 5px;
    }
    .vpc-options .vpc-single-option-wrap input:checked + label.custom::after {
            top: -4px;
            font-size: 14px;
            left: 2px;
    }
    #vpc-components .vpc-group {
            padding: 0;
    }
    .vpc-component:not(:first-child) .vpc-options label.custom::before {
            width: 15px;
            height: 15px;
    }
    .vpc-options label.custom::before {
            width: 15px;
            height: 15px;
    }
    .vpc-options label.custom {
            width: 20px;
            height: 20px;
    }
    #vpc-components .vpc-group {
            padding: 0;
    }
    .tabsWrap.active p.label {
            display: none;
    }
    body #vpc-components.active {
            width: 100%;
            max-width: calc(100% - 70px);
            left: 55px;
            right: auto;
            transform: none;
            bottom: 15px;
            height: 220px;
    }
    
    .tabsWrap .icon {
            border-right: 2px solid transparent;
    }
    .tabsWrap .activeTab .icon {
            border-right: 2px solid #DD1F35;
    }
    .bx-wrapper .bx-controls-direction a {
            width: 23px;
    }
}

@media(max-width:550px){
    .vpc-options label.custom {
            width: 20px;
            height: 20px;
    }
    #vpc-components .vpc-group-name {
            font-size: 13px;
    }
    body #vpc-container #vpc-components {
            padding: 5px;
    }
    #vpc-components .vpc-component:nth-child(2) .vpc-options {
            flex-direction: column;
    }
    #vpc-components .vpc-group-name {
            font-size: 12px;
    }
}



@media(max-width:500px){
    .vpc-component:not(:first-child) .vpc-options label.custom::before {
            width: 15px;
            height: 15px;
    }
    .vpc-options label.custom::before {
            width: 25px;
            height: 25px;
    }
    body #vpc-components {
            padding: 10px;
    }
    body #vpc-components .vpc-group {
            padding: 0;
    }
    body .vpc-group-name {
            margin: 1px;
            margin-right: 10px;
    }
    .tabsWrap .tab {
            height: 50px;
            margin-bottom: 12px;
    }
    .tabsWrap .icon {
            height: 50px;
    }
    .tabsWrap .label {
	height: 50px;
    }
    body #vpc-components.active {
            left: 55px;
            bottom: 22px;
            height: 298px;
    }
    .tabsContainer {
            height: 400px;
    }
    #vpc-components .vpc-component:not(:first-child) .vpc-group {
            width: 100%;
            height: auto;
    }
    .bx-wrapper .bx-controls-direction a {
            height: 26px;
    }
    #vpc-price {
		text-align: center;
        margin:20px 0;
		margin-bottom: 25px !important;
		display: inline-block;		
    }
    .vpc-action-buttons.o-col.xl-1-1.o-left-offset-2-3 {
            margin: 0;
    }
    .priceHeadingBG {
            padding: 30px 25px 120px;
    }
    .bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
            background-position: 0px 107px;
    }
}


/* Pioner multy configurator mobile fix */
@media(max-width:1000px){
    .post-8771 .vpc-component:not(:first-child) .vpc-options label.custom::before {
            width: 20px;
            height: 20px;
    }
    .post-8771 .vpc-options label.custom::before {
            width: 20px;
            height: 20px;
    }
    .post-8771 .vpc-options label.custom {
            width: 20px;
            height: 20px;
    }
    .post-8771 .vpc-options .vpc-single-option-wrap input:checked + label.custom::after {
            top: -4px;
            left: 3px;
    }
    .post-8771 .vpc-component:not(:first-child) .vpc-options input[type="radio"]:checked + label.custom::after {
            width: 9px;
            height: 9px;
            left: 7px;
            top: 6px;
    }
}    

@media(max-width:768px){
    .post-8771 .vpc-component:not(:first-child) .vpc-options label.custom::before,
    .post-8771 .vpc-options label.custom::before,
    .post-8771 .vpc-options label.custom{
            width: 15px;
            height: 15px;
    }
    .post-8771 #component-5af30e4711eb5 .vpc-options .vpc-group:nth-child(10) {
            width: 100%;
    }
    .post-8771 #component-5af30e4711eb5 .vpc-options .vpc-group:last-child {
            width: 100%;
    }
    .post-8771 .vpc-options .vpc-single-option-wrap input:checked + label.custom::after {
            top: -5px;
            left: 2px;
    }
    .post-8771 .vpc-component:not(:first-child) .vpc-options input[type="radio"]:checked + label.custom::after {
            width: 6px;
            height: 6px;
            left: 6px;
            top: 6px;
    }
}
.vpc-group.hided {
    display: none !important;
}
.text-center {
    text-align: center;
    padding: 20px;
}
.text-center input#upgrade-mode {
    transform: scale(1.8);
    margin-right: 15px;
}
.vpc-single-option-wrap[data-oid="option-5cc359b322879"]{
    display: none;
}
/* /Pioner multy mobile fix */