/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#vpc-container.VPC_Ouando_Skin {
    overflow: hidden;
}

.VPC_ouando_skin #vpc-ajax-loader-container.vpc-ajax-loader > img {
    /*top: 55%;*/
    /*transform: translateY(-50%);*/
}

.VPC_ouando_skin #vpc-ajax-container {
    overflow: auto;
}

.VPC_Ouando * {
    box-sizing: border-box!important;
    outline: none;
}

.VPC_Ouando button:active,
.VPC_Ouando input[type="button"]:active,
.VPC_Ouando input[type="reset"]:active,
.VPC_Ouando input[type="submit"]:active {
    position: relative;
    top: 0;
}

/*vpc input and buttons*/
.vpc-ouando-buttons-container {
    margin: 0 auto; /*0 auto 20px*/
    text-align: center;
}

.VPC_Ouando .vpc-action-buttons {
    margin-bottom: 0!important;
}

.vpc-ouando-buttons-container.vpc-ouando-buttons-mobile {
    display: none;
}

.vpc-ouando-buttons-container #vpc-qty-container input[type="button"],
.vpc-ouando-buttons-container .vpc-action-buttons button,
.vpc-ouando-buttons-container #vpc-qty-container input[type="number"] {
    border-radius: 0;
}

.vpc-ouando-buttons-container #vpc-qty-container input[type="button"],
.vpc-ouando-buttons-container .vpc-action-buttons button {
    background-color: #37983b!important;
}

.vpc-ouando-buttons-container #vpc-qty-container input[type="button"] {
    width: 35px;
}

#vpc-qty-container {
    max-width: 60%;
}

#vpc-qty-container,
.vpc-ouando-buttons-container .vpc-action-buttons button {
    display: inline-block;
    margin: 5px auto;
    font-size: 14px;
}

.vpc-ouando-buttons-container #vpc-qty-container input[type="number"] {
    background-color: #ffffff!important;
    width: calc(100% - 70px);
}

/*vpc global preview*/
.VPC_Ouando #vpc-preview,
.VPC_Ouando .vpc-global-preview div[id^="wrapper_"]
/*, .vpc-cart-config-image, .saved-config-preview*/ {
    border: 0 none!important;

    width: 65%;
    margin: auto;
}

.VPC_Ouando .vpc-global-preview {
    position: relative;
    display: inline-block;
    width: 100%;
}

.VPC_Ouando #vpc-preview-wrap {
    border: 1px solid #f1f4f9;
    background-color: #e8eaed;
    position: relative!important;
    top: 0!important;
}

.VPC_Ouando #vpc-price-container .vpc-price-label {
    display: none;
}

.VPC_Ouando #vpc-price {
    padding: 10px 20px;
    color: #37983b;
    display: block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

div[id^="wrapper_text_and_upload_panel"] .canvas-container {
    left: 50%;
    transform: translateX(-50%);
}


/*Components*/
.VPC_Ouando.VPC_Ouando_Topbar_Skin #vpc-preview-wrap {
    margin-bottom: 20px;
}

.VPC_Ouando #vpc-ouando-slides {
    width: 100%;
    height: 150px;
    margin: 0 auto 20px;
    float: left;
    position: relative;
    border-left: 1px solid #e8eaed;
    border-right: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
}

.VPC_Ouando.VPC_Ouando_Topbar_Skin #vpc-ouando-slides {
    margin-bottom: 0;
    border-bottom: 0 none;
    border-top: 1px solid #e8eaed;
}

.VPC_Ouando #vpc-components {
    background: #ffffff;
    margin-top: 0;
    height: calc(100% - 40px);
}

.VPC_Ouando #vpc-options {
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
}

.VPC_Ouando .vpc-components,
.VPC_Ouando .all_options {
    background-color: #ffffff;
    width: calc(100% - 120px);
    position: relative;
    height: auto;
    margin: auto;
    text-align: center;
    outline: none!important;
}

.VPC_Ouando .vpc-component {
    border: 0 none;
    float: left;
    height: calc(100% - 60px);
}

.VPC_Ouando .vpc-component.slick-current {
    /*background-color: #ffffff;*/
}

.VPC_Ouando .vpc-component.vpc-active .all_options.slick-initialized {
    display: block!important;
    background-color: #ffffff;
}

.VPC_Ouando .all_options.slick-initialized .slick-slide > div {
    height: 100%;
}

.VPC_Ouando .vpc-component-header {
    /*margin-top: 15px;
    top: 50%;
    transform: translateY(-50%);*/
    text-align: center;
}

.VPC_Ouando .vpc-component-header .vpc-component-name {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
}

.VPC_Ouando .vpc-component-header .vpc-component-name:hover,
.VPC_Ouando .vpc-component.vpc-current .vpc-component-name,
.VPC_Ouando .vpc-component.vpc-active .vpc-component-name {
    color: #37983b;
}

.VPC_Ouando .vpc-component-header > img {
    display: block;
    height: 40px!important;
    margin: auto;
    width: auto;
}

.VPC_Ouando .vpc-selected-icon {
    display: none;
}

.VPC_Ouando button.vpc-arrow {
    box-sizing: border-box;
    float: left;
    font-size: 0;
    width: 60px!important;
    background-color: #ffffff;
    height: 99%;
    line-height: 100%;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.VPC_Ouando button.vpc-arrow i.fa {
    font-size: 60px;
    font-family: 'fontawesome';
    color: #000000;
}

.VPC_Ouando button.vpc-arrow.slick-disabled i.fa {
    font-size: 60px;
    font-family: 'fontawesome';
    color: #cccccc;
}

.VPC_Ouando button.vpc-arrow-prev {
    left: 0;
}

.VPC_Ouando button.vpc-arrow-next {
    right: 0;
}

.VPC_Ouando .vpc-hidden {
    /*display: none; /*!important*/
    z-index: -1!important;
}

.VPC_Ouando .vpc-shown {
    /*display: block; !important*/
    z-index: 1!important;
}

.VPC_Ouando .all_options {
    position: absolute;
    width: calc(100% - 120px); /*auto*/
    min-width: calc(100% - 260px);
    height: 99%;
    left: 60px;
    right: 60px;
    /*top: 40px;*/
    margin-top: 0;
    background-color: #ffffff;
    box-sizing: border-box!important;
    /*z-index: 99;*/
}

.VPC_Ouando #vpc-options * {
    z-index: 99;
}

.VPC_Ouando #vpc-options .vpc-options {
    background-color: #ffffff;
    margin-top: 43px;
    min-width: 100%;
}

.VPC_Ouando #vpc-options .all_options {
    display: block!important;
}

.VPC_Ouando #vpc-options button.vpc-arrow-prev,
.VPC_Ouando #vpc-options button.vpc-arrow-next {
    height: 98%!important;
}

.VPC_Ouando .all_options .slick-track {
    /*width: auto!important;*/
    /* height: 100%;*/
    margin: 0;
}

.VPC_Ouando .all_options .slick-list {
    height: 100%;
}


.VPC_Ouando .vpc-options-close {
    background-color: #157eb1;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px!important;
    height: 20px;
    line-height: 1;
    -webkit-text-stroke: 3px #157eb1;
    -moz-text-stroke: 3px #157eb1;
    -o-text-stroke: 3px #157eb1;
    text-stroke: 3px #157eb1;
}

.VPC_Ouando .vpc-component.vpc-active .vpc-options-close {
    position: absolute;
}

.VPC_Ouando .vpc-options-content {
    display: none;
    max-width: calc(100% - 260px);
    overflow: hidden;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}

.VPC_Ouando .vpc-component.vpc-active .vpc-options-content {
    display: block;
    position: absolute;
}

.VPC_Ouando .slick-track .vpc-group .vpc-group-name {
    border-left: 1px solid #333333!important;
}

.VPC_Ouando .slick-track .vpc-group:first-child .vpc-group-name,
.VPC_Ouando .slick-track .vpc-group .vpc-group-name:first-child {
    border: 0 none!important;
}

.VPC_Ouando .vpc-current-component {
    color: #000000;
    visibility: hidden;
    height: 40px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    position: relative;
    margin: auto;
    width: 90%;
    z-index: 999;
}

.VPC_Ouando .vpc-current-component span.vpc-cname {
    font-size: 14px;
}

.VPC_Ouando .vpc-choosed-opt {
    color: #ff0000;
    padding: 0 10px;
}

.VPC_Ouando .vpc-group {
    border: 0 none!important;
    width: auto!important;
    height: 100%;
    float: left;
}

.VPC_Ouando .vpc-group-name {
    height: auto;
    display: inline-block;
    float: left;
    border-left: 1px solid #333;
    line-height: 50px;
}

.VPC_Ouando .vpc-single-option-wrap {
    /*min-width: 100px;*/
    text-align: center;
    float: left;
    position: relative;
}

.VPC_Ouando .all_options select {
    height: 30px;
    position: relative;
    margin-top: 5%;
}

.VPC_Ouando .all_options .vpc-textfield-font select {
    margin-top: 0;
    float: right;
}

.vpc-component.slick-active .all_options .vpc-single-option-wrap input:checked + label.custom:before {

}

/*options single or multiple of vpc core*/
.VPC_Ouando .all_options label.custom {
    /* height: 50px !important;
     width: 50px !important;
     line-height: 50px !important;*/
}

.VPC_Ouando .all_options label.custom,
.VPC_Ouando .all_options label.custom:before {
    border-radius: 5px;
}

.VPC_Ouando .all_options label.custom:before {
    top: 0;
}


/*bx slider multiviews*/
.VPC_Ouando #mva-bx-pager {
    background-color: transparent;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.VPC_Ouando #mva-bx-pager .bx-pager-item a {
    background-color: #37983b;
    color: #ffffff;
    font-size: 12px;
    margin: 5px auto;
    display: inline-block;
    width: 80px!important;
}

.VPC_Ouando .bx-controls.bx-has-controls-direction {
    display: none;
}

.VPC_Ouando .bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc0;
    -webkit-box-shadow: 0 0 5px #ccc0;
    box-shadow: 0 0 5px #ccc0;
    border: 0 none!important;
    background: transparent!important;
    margin-bottom: 0;
}

.VPC_Ouando .bx-wrapper .bx-pager {
    max-height: none;
    top: 50%;
    transform: translateY(-50%);
}

.VPC_Ouando .bx-wrapper,
.VPC_Ouando .bx-wrapper .bx-viewport {
    background-color: transparent!important;
}

.VPC_Ouando .bx-wrapper .bx-controls-direction a {
    position: relative!important;
    float: left!important;
    display: block;
    line-height: normal!important;
}

/*upload file addon options*/
.VPC_Ouando .custom-uploader.userfile_upload_form {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.VPC_Ouando .acd-upload-info {
    height: 100%!important;
}

.VPC_Ouando .acd-upload-info img {
    border: 0 none;
    padding: 0!important;
    margin: 0!important;
}

.VPC_Ouando .upload_option_name {
    margin-right: 5px;
}

.VPC_Ouando .drop label,
.VPC_Ouando .acd-upload-info {
    margin: 0;
}

.VPC_Ouando .drop {
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #777;
}

.VPC_Ouando .drop label {
    border: 0 none;
}

/*custom text addon*/
.VPC_Ouando .vpc-single-option-wrap.textfield {
    width: auto;
    margin: 0;
    padding-top: 0;
}

.VPC_Ouando [id$="color-selector"] {
    margin: 0;
    height: 23px;
}

.VPC_Ouando span.color-code {
    display: none;
}

.VPC_Ouando span.vpc-textfield-label {
    margin-right: 5px;
    width: 25px;
    text-align: left;
}

.VPC_Ouando .vpc-single-option-wrap.textfield input[type="text"] {
    background-color: #cccccc;
    height: 30px;
}

.VPC_Ouando .vpc-textfield-color,
.VPC_Ouando .vpc-textfield-font {
    display: flex;
    align-items: center;
    height: 30px;
}

.VPC_Ouando .vpc-textfield-color {
    float: left;
    margin: 0 0 2px 0;
    width: auto;
}

.VPC_Ouando .vpc-textfield-font {
    float: right;
    margin: 0 0 2px 8px;
    width: calc(100% - 65px);
}

.VPC_Ouando .slick-dots {
    display: none;
}

.VPC_Ouando .vpc-slick-disabled,
.VPC_Ouando button.vpc-arrow-next.vpc-slick-disabled {
    cursor: default!important;
}

.VPC_Ouando .vpc-slick-disabled i {
    color: #cccccc!important;
}

#debug {
    margin-top: 0!important;
}

#debug .vpc-success {
    float: left!important;
    width: 100%!important;
}

.VPC_Ouando #vpc-options.vpc-slider .slick-track {

}

#vpc-save-config.disabledClick{
    background-color: #e8eaed!important;
}

@media only screen and (max-width:1024px){}

@media only screen and (max-width:768px){
    .VPC_Ouando .vpc-current-component span.vpc-cname {
        font-size: 12px;
    }

    .vpc-ouando-buttons-container {
        display: none;
    }

    .vpc-ouando-buttons-container.vpc-ouando-buttons-mobile {
        display: block;
    }
}

@media only screen and (max-width:480px){
    #vpc-qty-container,
    .vpc-ouando-buttons-container .vpc-action-buttons button {
        width: 60%;
        display: inline-block;
        font-size: 12px;
        margin: 5px auto;
    }

    .VPC_Ouando #vpc-ouando-slides {
        margin-bottom: 30px;
    }
}
