/**
* 2007-2020 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.registration-form{
    margin-top: 20px;
}
.registration-form .submit-file, .certificate{
    padding-top: 20px;
}
.error-responses li{
    padding-top: 20px;
    color: red;
    font-size: 1.6rem;
    font-weight: 600;
}
.certificate-img{
    display: block;
    margin: auto;
}

/*#module-ppsetclientgroup-discountregistrationform #wrapper,*/
/*#module-ppsetclientgroup-discountregistrationform .wrapper_shipping  {*/
/*    background-color: #f4e5e5;*/
/*}*/
.pr-logo {
    float: left;
    padding-top: 10px;
}

.pr-phone {
    float: right;
}

.pr-phone p {
    background: url(../img/pr-page/red-phone.png)no-repeat left;
    padding-left: 42px;
    color: #ca294f;
    font-size: 21px;
    height: 32px;
    line-height: 32px;
    margin-top: 25px;
}
.pr-body {
    background-color: #f4e5e5;
    border-top: 5px solid #ca294f;
}

.pr-top-info h1 {
    color: #ca294f;
    font-size: 42px;
    line-height: 48px;
    margin-top: 18px;
    margin-bottom: 24px;
}

.pr-bullets {
    margin-top: 50px;
}

.pr-bullet-item {
    background: #fff;
    padding: 20px;
}

.pr-bullet-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.44);
    width: 70%;
}

.pr-bullet-item img {
    float: left;
    width: 8%;
}

.pr-img-help img {
    padding-top: 10px;
}

.pr-bullet-item p {
    color: #ca294f;
    padding-left: 4%;
    float: left;
    width: 92%;
}

.pr-black {
    color: #000;
}

.pr-form-wrapper {
    background: #fff;
}

.pr-left-info {
    float: left;
    width: 60%;
}

.pr-right-form {
    float: left;
    width: 40%;
}

.shop-item{
    margin-bottom: 20px;
}

.pr-shop-img {
    float: left;
    width: 70%;
}

.pr-shop-contacts {
    float: left;
    width: 30%;
}

.pr-left-info h3 {
    color: #ca294f;
    font-size: 33px;
    line-height: 32px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.pr-left-info h4 {
    color: #ca294f;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.pr-shop-contacts {
    padding-left: 10px;
}

.pr-shop-contacts img {
    padding-bottom: 8px;
}

.pr-shop-contacts p {
    display: block;
    margin-bottom: 0px;
    line-height: 24px;
}

.pr-right-form-rlative {

    margin-top: 100px;
    background: #fbfbfb;
    margin-left: 50px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.pr-right-form-rlative input {
    width: 100%;
    max-width: 400px !important;
}

.pr-right-form-rlative textarea {
    width: 100%;
    max-width: 400px !important;
}

@media screen and (max-width: 767px) {


    .pr-left-info {
        float: none;
        width: 100%;
    }

    .pr-right-form {
        float: none;
        width: 100%;
    }

    .pr-right-form-rlative {
        position: static;
        top: -572px;
        background: #fbfbfb;
        margin-left: 0px;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #efefef;
        margin-top: 15px;
    }

    .pr-phone {
        float: none;
        text-align: center;
    }

    .pr-logo {
        float: none;
        padding-top: 10px;
        text-align: center;
    }

    .pr-phone p {
        background: url(../img/pr-page/red-phone.png)no-repeat left;
        padding-left: 42px;
        color: #ca294f;
        font-size: 21px;
        height: 32px;
        line-height: 32px;
        margin-top: 25px;
        display: inline-block;
    }

    .pr-logo img {
        margin: 0 auto;
    }

    .pr-top-info h1 {
        color: #ca294f;
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 24px;
        text-align: center;
    }

    .pr-top-info {
        width: 100%;
        text-align: center;
    }

    .pr-bullet-item {
        background: #fff;
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 5px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.44);
        width: 100%;
        text-align: left;
    }

    .pr-shop-img {
        float: none;
        width: 100%;
    }

    .pr-left-info h4 {
        color: #ca294f;
        font-size: 24px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: center;

    }

    .pr-cont-left {
        float: left;
        width: 50%;
        margin-top: 15px;
    }

    .pr-cont-right {
        float: left;
        width: 50%;
        margin-top: 15px;
    }

    .pr-shop-img img {
        text-align: center;
        margin: 0 auto;
    }

    .pr-left-info h3 {
        color: #ca294f;
        font-size: 33px;
        line-height: 32px;
        margin-top: 50px;
        margin-bottom: 30px;
        text-align: center;
    }



    .pr-shop-contacts {
        float: none;
        width: 100%;
        padding-left: 0px;
    }


}
.registration-form input[type="text"],
.registration-form input[type="email"]{
    display: block;
    width: 100%;
    height: 39px;
    padding: 0px 12px;
    vertical-align: middle;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: #FFFFFF;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #CECECE;
    border-radius: 2px;
    font-size: 14px;
    line-height: 39px;
    color: #9B9B9B;
    margin-bottom: 15px;
}
.registration-form input[type="file"] {
    display: none;
}
.registration-form .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    max-width: 400px !important;
}

.registration-form .btn {
    /*background-color: #BC133E;*/
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    max-width: 400px;
}
.registration-form .page-subheading {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: 700;
}
.d-none {
    display: none;
}
.d-xs-block {
    display: block;
}

/*Bootstrap clases*/
@media (min-width:768px){
    .d-md-none{
        display:none !important
    }
    .d-md-block {
        display: block !important;
    }
}
/* The container */
.label-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    margin-top: 20px;
}
.label-container a {
    padding-left: 10px;
    color: #BC133E;
    text-decoration: underline;
}

    /* Hide the browser's default checkbox */
.label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
    background-color: #BC133E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.adminTextContent.bg-success {
    padding: 25px;
}