@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.page-productwizard .wizardheader {
    padding: 52px;
    background: #f2ca00;
       margin-top: -10px;
    position: relative;
}

.page-productwizard .wizardheader .img-banner {
    position: absolute;
    right: 45px;
    bottom: -135px;
    top: -20px;
}

.page-productwizard .wizardheader .textblock {
    width: 50%;
    line-height: 35px;
    min-height: 118px;
    margin-top: -13px;
}

.page-productwizard .wizardheader .container {
    position: relative !important;
}

.page-productwizard .wizardheader h1 {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 48px;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 45px;
}

.page-productwizard .wizardheader p {
    margin: 0px;
    font-size: 30px;
    margin-top: 0px;
    color: #fff;
}

.page-productwizard #questions-container {
    margin: 0 -15px;
    padding: 15px 15px 0px;

    margin-top: 50px; /* for header */
}

.page-productwizard #questions-container .question-holder {
    margin-bottom: 40px;
}

.page-productwizard #questions-container .question-holder .qtitle {
    color: #3c3c3b;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: initial;
}

.page-productwizard #questions-container .question-holder .qtitle b {
    font-weight: normal;
}

.page-productwizard #questions-container .question-holder .qtitle span {
    color: #f27900;
    font-weight: bold;
}

.page-productwizard #questions-container .question-holder .question {
    width: calc((100%/3) - 17px);
    display: inline-block;
    min-height: 180px;
    background: #fff;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 2px;
    /*! padding: 10px; */
    cursor: pointer;

    transition: all .2s linear;
    vertical-align: top;
}

.page-productwizard #questions-container .question-holder .question:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, .2);
}

.page-productwizard #questions-container .question-holder .question.noimg {
    padding-top: 0px;
    min-height: 40px;
}

.page-productwizard #questions-container .question-holder .question.noimg .img {
    display: none;
}

.page-productwizard #questions-container .question-holder .question .img {
    min-height: 363px;
    max-height: 363px;
    /*! margin: -10px -10px 0px; */
    background: #f8f8f8;
    overflow: hidden;
}

.page-productwizard #questions-container .question-holder .question .img {
    width: 100%;
    box-sizing: border-box;
}

.page-productwizard #questions-container .question-holder .question .img img {
    width: 100%;
}

.page-productwizard #questions-container .question-holder .question .title {
    padding: 15px 25px;
    /*! margin: 0px -10px -10px; */
    font-size: 14px;
}

.page-productwizard #questions-container .question-holder .question.active .title {
    background: #f27900;
    color: #fff;
    font-weight: bold;
}

.page-productwizard #questions-container .question-holder .question.active .title:before {
    background: url('/sites/all/themes/printconnect/flyer/check.png');
    width: 19px;
    height: 19px;
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}


.page-productwizard #product-container {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
    margin-top: -5px;

    transition: box-shadow .2s linear;
}

.page-productwizard #product-container:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, .2);
}

.page-productwizard #product-container .pheader h2 {
    margin: -20px -20px 20px;
    background: #4c4c4c;
    padding: 15px 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
    font-weight: 100;
    text-transform: initial;
}

.page-productwizard #product-container .pcontent {
    position: relative;
}

.page-productwizard #product-container .pcontent .pimg {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.page-productwizard #product-container .pcontent .pimg img {
    width: 100%;
}

.page-productwizard #product-container .pcontent .pdesc {
    width: calc(70% - 20px);
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}

.page-productwizard #product-container .pcontent .pdesc .pname {
    font-size: 24px;
    color: #ff780a;
    font-weight: bold;
}

.page-productwizard #product-container .pcontent .pdesc p {
    margin-top: 4px;
    padding-bottom: 45px;
    font-weight: 600;
}

.page-productwizard #product-container .pcontent .pbutton {
    padding: 10px 15px;
    background: #79b51d;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    transition: all 0.2s linear;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.page-productwizard #product-container .pcontent .pbutton:hover {
    background: #68a40c;
    text-decoration: none;
}


/* page additional behaviours */

.page-productwizard .messages.error {
    display: none !important;
}

.page-productwizard .whitebox {
    background: transparent !important;
    border: none !important;
    font-family: 'Open Sans', sans-serif;
    padding-right: 0px;
    padding-left: 0px;
}
.page-productwizard #content {
    width: 100%;
}

.page-productwizard #block-pcmenu-main > .content > ul {
    margin: 0px !important;
}

.page-productwizard .tooltipster-follower.tooltipster-shadow .tooltipster-box {
    position: relative;
    border-radius: 0px !important;
}
.page-productwizard .tooltipster-follower.tooltipster-shadow .tooltipster-box:before {
    position: absolute;
    top: -10px;
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

.page-productwizard-stickers #questions-container .question-holder .question:nth-of-type(3n) {
    margin-right: 0;
}

/* FLAGS */


.page-productwizard-flags .wizardheader {
    background: url(https://d4e7wxbvl20c1.cloudfront.net/images.productwizard/flags/bg_banner.png) no-repeat center;
    height: 276px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-productwizard-flags .wizardheader h1 {
    font-weight: 700;
}

.page-productwizard-flags .wizardheader p {
    font-size: 24px;
}

.page-productwizard-flags #questions-container .question-holder .question.active .title {
    background: #f37b01;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #f37b01
}

.page-productwizard-flags #product-container .pcontent .pdesc .pname {
    color: #ff780a;
}

.page-productwizard-flags #questions-container .question-holder .question {
    width: calc((100%/4) - 19px);
}

.page-productwizard-flags #product-container .pcontent .pbutton {
    background: #60c4db;
    left: 370px;
    bottom: 21px;
    right: auto;
}

.page-productwizard-flags #product-container .pcontent .pbutton:hover {
    background: #57b2c7;
    text-decoration: none;
}

.page-productwizard-flags #questions-container .question-holder .question .title {
    padding: 9px 25px;
    position: relative;
    border-width: 0 1px 1px;
    border-style: solid ;
    border-color: #ededed;
    overflow: hidden;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.page-productwizard-flags #questions-container .question-holder .question.active .title:before {
    background: url(https://d4e7wxbvl20c1.cloudfront.net/images.productwizard/flags/check-img.png) no-repeat center #f48d26;
    width: 40px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0px;
    margin-right: 0;
}

.page-productwizard-flags #questions-container .question-holder .question .img {
    border:1px solid #ededed;
    min-height: 214px;
    max-height: 214px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

<<<<<<< HEAD
=======


>>>>>>> 989e64b5c795cc0d68b069062e062e4052147e4f
.page-productwizard-flags #questions-container .question-holder .question.noimg {
    padding-bottom: 0;
}

.page-productwizard-flags #questions-container .question-holder .question.noimg .title {
    border:1px solid #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-productwizard-flags #questions-container .question-holder .question.noimg.active .title {
    border:1px solid #f37b01;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.page-productwizard-flags #product-container {
    padding: 0;
}

.page-productwizard-flags #product-container .pcontent .pimg {
    overflow: hidden;
    border: 1px solid #ededed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-height: 329px;
}

.page-productwizard-flags #product-container .pcontent {
    padding: 20px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ededed;
}

.page-productwizard-flags #product-container .pheader h2 {
    margin: 0;
}

.page-productwizard-flags #questions-container .question-holder .question:nth-of-type(4n) {
    margin-right: 0;
}
