/* PHPpot shop/product glue styles moved from the former global stylesheet. */

/* Shop/product styles formerly mixed into style.css */
a.get-product {
    display: inline-block;
    margin: 10px 0;
    border-radius: 3px;
    border: 1px solid;
    padding: 8px 50px;
    cursor: pointer;
    color: #262626;
    font-size: 1.1em;
    background-color: #f0ad4e;
    border-color: #ffc87a #e2a348 #bf8a3f;
}

/* Dont know where the following styles are used starts */
span.product-price {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 20px 0 0;
}

.small-info {
    font-size: .8em;
    color: #565656;
}

.buy-now-btn,
.buy-now-btn:visited {
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid;
    padding: 8px 38px;
    cursor: pointer;
    color: #111;
    font-size: .95em;
    background-color: #ffb932;
    border-color: #ffc87a #e2a348 #da9d0a;
}

.buy-now-btn:hover {
    background-color: #fea700;
}

.m-l-30 {
    margin-left: 30px;
}

a.live-preview-btn {
    padding: 8px 4px 8px 4px;
    color: #262626;
    display: inline-block;
    width: 130px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid;
    position: relative;
    background-color: #ffffff;
    border-color: #8b9092;
}

a.live-preview-btn:hover {
    background-color: #ececec;
}

.pd-15 {
    padding-left: 15px;
}

.shop-footer-common .shop-doc-nav-links {
    float: none;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 4px;
}

.text-right {
    text-align: right;
}

#wait_approval {
    margin: 40px 0px 20px;
    font-size: .9em;
    border-radius: 3px;
    padding: 8px 15px;
    background-color: #a8ebc4;
    border-color: #9be8bc;
    color: #1b7943;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.svg-icon {
    vertical-align: middle;
    display: inline-block;
    fill: #a7a7a7;
}

.sidebar-subscribe {
    border: 1px solid #f2f2f2;
    padding: 20px 17px;
    margin-bottom: 30px;
    border-radius: 15px;
}

a.signup-btn {
    background-color: #fd0;
    padding: 5px 20px;
    border-radius: 4px;
    color: #000000;
    font-family: charter, Georgia, Cambria, "Times New Roman", Times, serif;
}

.txt-tweet {
    background: #dcf1ff;
    padding: 10px;
    border-radius: 3px;
}

#saas-content {
    line-height: 1.45;
    border: #e0d8c2 1px solid;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    text-align: center;
}

#saas-content #product-title {
    font-weight: bold;
}

#saas-content #product-photo {
    width: 200px;
    margin: 10px auto;
}

#saas-content a.signup-btn {
    font-family: unset;
}

.sidebar-product .product-link {
    margin-bottom: 8px;
}

@media screen and (max-width: 450px) {
    .btn-get-license {
        margin-left: 0px;
        margin-top: 15px;
    }
}

/* Existing root shop.css rules consolidated here so only /css/shop.css is enqueued. */
.section-panel {
    padding: 18px;
    border: 1px #ececec solid;
    background-color: white;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 19px;
    color: #333;
    margin-bottom: 20px;
    overflow: auto;
}

.rating-form {
    padding: 18px;
    border: 1px #ececec solid;
    background-color: white;
    border-radius: 3px;
    box-sizing: border-box;
    line-height: 19px;
    color: #333;
    margin-bottom: 20px;
    overflow: auto;
}

.meta-attr-head {
    color: #757575;
}

table.product-meta-tbl {
    font-size: .9em;
}

.w-50 {
    width: 50%;
}

.product-meta-tbl td {
    padding-bottom: 10px;
    vertical-align: top;
}

.place-order-btn-panel {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    height: 39px;
    border: 1px solid;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    width: 100% !important;
    border-color: #d2aa5b #b3852d #a96f04;
    background: #ffb932;
}

.place-order-btn-wrap {
    width: 100% !important;
    display: block;
    position: relative;
    height: 37px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
    background: #ffb932;
    background: -moz-linear-gradient(top, #ffc452, #dc9204);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc452),
        color-stop(100%, #dc9204));
    background: -webkit-linear-gradient(top, #ffc452, #dc9204);
    background: -o-linear-gradient(top, #ffc452, #dc9204);
    background: -ms-linear-gradient(top, #ffc452, #dc9204);
    background: linear-gradient(top, #ffc452, #dc9204);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc452',
        endColorstr='#dc9204', GradientType=0);
}

.place-order-btn-wrap:hover {
    background: #efaa25;
    background: -moz-linear-gradient(top, #f9b93f, #cc8601);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9b93f),
        color-stop(100%, #cc8601));
    background: -webkit-linear-gradient(top, #f9b93f, #cc8601);
    background: -o-linear-gradient(top, #f9b93f, #cc8601);
    background: -ms-linear-gradient(top, #f9b93f, #cc8601);
    background: linear-gradient(top, #f9b93f, #cc8601);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9b93f',
        endColorstr='#cc8601', GradientType=0);
}

.place-order-btn {
    outline: 0;
    color: #111;
    text-align: center;
    font-size: 15px;
    line-height: 29px;
    display: block;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    background-color: transparent;
    margin: 0;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px 0 11px;
    cursor: pointer;
    -webkit-appearance: button;
    box-sizing: border-box;
}

ul.support-info {
    font-size: .9em;
    list-style: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

ul.support-info li {
    margin: 5px 0;
}

ul.support-info li:before {
    content: "\2714\0020";
    margin: 0 8px 0 0;
    color: #939393;
}

input[type=checkbox] {
    width: auto;
    margin-right: 6px;
    vertical-align: bottom;
}

form label {
    width: auto;
}

.place-order-info {
    color: #565656;
    font-size: .9em;
}

.license-label {
    cursor: pointer;
}

/*Todo: to remove after new shop-sidebar design*/
.summary-list table td.order-total {
    padding: 5px 0 5px 0;
    color: #af2603;
}

#item-price {
    color: #B12704;
    font-size: 1.2em;
}

.price-option {
    margin: 10px 0px 0px 0px;
    font-size: 0.75em;
}

.btn-price-type {
    border: #dedede 1px solid;
    padding: 5px 8px;
    margin-right: 10px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}

.btn-price-type:last-child {
    margin-right: 0px;
    float: right;
}

.btn-price-type.active {
    border: #e47911 1px solid;
}

.price-info {
    font-size: 0.9em;
    margin-bottom: 5px;
    overflow: auto;
}

.price {
    margin-left: 8px;
}

#extended-price {
    width: 102px;
    box-sizing: border-box;
}

#dev-price {
    width: 68px;
    box-sizing: border-box;
    margin-left: 6px;
}

#user-price {
    width: 92px;
    box-sizing: border-box;
}

#item-type-row {
    cursor: pointer;
}

#item-type {
    color: #006fea;
}

.license-item {
    padding: 5px 10px;
    border-bottom: #F0F0F0 1px solid;
    color: #444;
}

.license-item:last-child {
    border: none;
}

.license-footer {
    text-align: center;
    padding: 10px 5px 5px;
}

.license-item label {
    font-weight: bold;
}

.tick-icon {
    width: 16px;
    vertical-align: text-bottom;
    display: none;
}

.selected .tick-icon {
    display: -webkit-inline-box;
}

#site-logo {
    padding-top: 14px;
}

.shop-content {
    width: 985px;
}

#tutorial-body {
    float: left;
    margin-top: 20px;
    width: 630px;
}

#tutorial {
    width: 100%;
    padding-right: 0px;
}

#sidebar {
    width: 336px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.license-option {
    position: absolute;
    display: none;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    background: #FFF;
    width: 300px;
    height: auto;
    padding: 5px 0px;
    margin-right: 10px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: normal;
    z-index: 200000;
    top: 75px;
}

.license-option ul {
    padding: 0px 0px 0px 8px;
    margin: 5px 10px;
}

pre {
    padding: 0 10px 0 10px;
    border-radius: 15px;
    background-color: #fdfbf7;
    background: #f3f1ec;
    background-image: -webkit-linear-gradient(#f3f1ec 50%, #fdfbf7 50%);
    background-image: -moz-linear-gradient(#f3f1ec 50%, #fdfbf7 50%);
    background-image: -ms-linear-gradient(#f3f1ec 50%, #fdfbf7 50%);
    background-image: -o-linear-gradient(#f3f1ec 50%, #fdfbf7 50%);
    background-image: linear-gradient(#f3f1ec 50%, #fdfbf7 50%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 38px 38px;
    line-height: 19px;
    overflow: visible;
    overflow-y: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.shop-content h1 {
    margin-top: 20px;
}

.wrapper {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.wrapper p,
.wrapper li {
    line-height: 1.45;
}

#review {
    margin-top: 40px;
    border-top: 1px #ececec solid;
}

.review-field {
    margin: 5px 0px 20px 0px;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: 50%;
    box-sizing: border-box;
}

textarea.review-field {
    width: 100%;
}

.review-submit {
    background-color: #3b4045;
    color: #FFF;
    border: 1px solid #34383c;
    border-radius: 3px;
    padding: 8px 30px;
    cursor: pointer;
}

.rating ul,
.product-rating ul {
    padding: 0;
    margin: 5px 0;
    display: inline-block;
}

.rating li,
.product-rating li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 1px #666666;
    font-size: 30px;
}

.product-rating .highlighted,
.product-rating .selected {
    color: #f2c507;
    text-shadow: 0 0 1px #f2c507;
}

.loader-icon {
    display: none;
}

.rating-success {
    background: #e2f3e1;
    padding: 3px 20px 6px 20px;
    border-radius: 3px;
    border: #cfe6ce 1px solid;
    display: block;
    margin: 20px 0px;
}

.rating-error {
    background: #ffcfcf;
    padding: 3px 20px 6px 20px;
    border-radius: 3px;
    border: #f5c7c7 1px solid;
    display: block;
    margin: 20px 0px;
}

.rating-container {
    margin: 40px 0;
}

.review-customer {
    margin-bottom: 8px;
}

.review-subject {
    margin-left: 10px;
    font-weight: bold;
    color: #565656;
    display: inline-block;
}

.customer-int-info {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 1em;
    color: #45a8f7;
}

.customer-int-info-sep {
    padding: 0px 5px;
    color: #666;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=30);
    z-index: 10;
    background: rgba(170, 170, 170, 0.3);
    display: none;
}

@media screen and (max-width: 960px) {
    #site-logo {
        margin: 0px;
    }
}

@media screen and (max-width: 801px) {
    #tutorial-body {
        margin-top: 50px;
    }
}
