/**
* 2007-2019 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-2019 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.
*/
.lk-wrap-gr{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255,255,255,.7);
    overflow: auto;
    display: none;
}
.lk-wrap {
    position: absolute;
    left: 50%;
    min-width: 550px;
    background: #fff;
    top: 12%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    padding: 30px 0 0;
    border: 3px solid #ff0000;
}
.lk-front{
    width: 100%;
    min-height: 500px;
    position: relative;
    background-size: cover; 
    padding: 30px;
}
.lk-front .logo{
    float: left;
    max-width: 430px;
}
.lk-front ul{
    position: absolute;
    right: 50px;
    top: 30px;
}
.lk-front ul li{
    margin-bottom: 25px;
    list-style: none;
}
a.close-garantie {
    background: #ff0000;
    width: 35px;
    height: 35px;
    font-size: 20px !important;
    line-height: 35px !important;
    color: #fff !important;
    text-align: center;
    position: absolute;
    right: -15px !important;
    top: -15px !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: 600;
    padding: 0 !important;
}
.lk-front ul a,
a.home-garantie,
a.close-garantie{
    padding: 15px 25px;
    color: #000;
    border: 2px solid #000;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}
.lk-front ul a:hover,
a.home-garantie:hover,
a.close-garantie:hover{
    background: #000;
    color: #000;
}
a.home-garantie,
a.close-garantie{
    position: absolute;
    left: 20px;
    top: 38px;
    padding:4px 10px
}
a.close-garantie{
    left: auto;
    right: 20px;
}
.lk-front a.close-garantie{
    position: static;
    margin: 20px auto;
    max-width: 80px;
    font-size: 14px;
    padding: 1px 10px;
}
.lk-front .notice{
    position: absolute;
    padding: 0 70px;
    left: 0;
    bottom: 20px;
    color: #000;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 24px;
    right:  0;
}
.logo-sec{
    max-width: 200px;
    margin: 30px auto 70px;
    display: none;
}
.lk-form{
    padding: 0 30px 35px;
    overflow: hidden;
}
.lk-row{
    max-width: 100%;
    margin: 0 auto 15px;
    clear: both;
    overflow: hidden;
}
.lk-row > label {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-top: 2px;
    text-align: left;
    margin-bottom: 5px;
    width: 100%;
    margin: 0 auto 8px;
}
.lk-row > input, 
.lk-row > div,
.form-control{
    background: none;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    width: 100% !important;
    padding: 9px 2%;
    color: #000 !important;
    margin: 0 auto;
    position: relative;
    height: auto !important;
}
.lk-row > div{
    padding: 0 !important;
    width: 80% !important;
}
.lk-row > div>span{
    width: 87% !important;
    padding-left: 10px;
    text-transform: capitalize;
} 
.extra{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    filter:alpha(opacity=0);
    width: 100%;
}
.lk-row sub{
    font-size: 10px;
}
.texto{
    width: 100%;
    display: block;
    background: url('../img/down.png') 97% center no-repeat #ff0000;
    background-size: auto;
    background-size: 30px auto;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
#lk-form-declare #cp-img-lo-w{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 300;
    display: none;
    text-align: center;
}
#lk-form-declare .cp-loader-number {
    font-size: 18px;
    color: #fff !important;
    position: relative;
    top: 9px;
}
#uniform-fileupload_19{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.wrpmlk{
    position: relative;
    cursor: pointer;
}
.remarks{
    float: left;
    color: #000;
    margin-top: 25px;
}
.lk-submit{
    float: right;
    color: #fff;
    border-radius: 2px;
    background: #000;
    min-width: 200px;
    text-align: center;
    padding: 8px 15px;
    margin-top: 20px;
    border: 0;
    cursor: pointer;
    border:1px solid #000;
}
.lk-submit{
    background: #ff0000;
    border:1px solid #ff0000;
    padding: 15px;
    font-size: 16px
   } 
.lk-submit:hover{
    background: #fff;
    color: #000;
}
.inputError{
    border-color: #ff0000 !important;
}
.overlay-f{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    z-index: 10000;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 20%;
    margin: -22px 0 0 -22px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    margin: 6px;
    border: 6px solid #3498db;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3498db transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#code_distr .alert{
    clear: both;
    color: #f00;
    text-align: center;
    margin-bottom: 0;   
    padding-bottom: 0;
}
.lk-cors-msg{
    padding: 30px 30px 30px 50px;
}
.lk-cors-msg p{
    color: #000;
    font-size: 16px;
}
.list-rev{
    height: 200px;
    overflow:auto;
    padding: 10px;
}
.list-rev ul{
    padding: 12px;
    list-style: none;
}
.list-rev ul li{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dcdcdc !important;
}
.list-rev ul li a{
    color: #000;
    text-decoration: underline;
}
.list-rev div.radio {
    margin-right: 3px;
    position: relative;
    top: 4px;
}
.list-rev .notice{
    padding: 20px;
    text-align: center;
}
#pk_customlinks li{
    float: left;
}
.start-warranty{
    font-weight: bold;
}

.start-warranty img{
  max-width: 428px;
  /*
    position: absolute;
    right: -100px;
    top: 4px;
    */
}  
.start-warranty:hover{
    opacity: .7;
}  


.start-warranty{
    /*
  -webkit-animation: 2s linear infinite condemed_blink_effect;
  animation: 2s linear infinite condemed_blink_effect;
  display: block;
  */
  font-size: 16px;
color: #e67e22 !important
}
@-webkit-keyframes condemed_blink_effect {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes condemed_blink_effect {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 800px) {
    .lk-wrap{
        width: 80%;
        min-width: auto !important;
    }
    .header-1 .header_logo {
        margin: 0 !important;
    }
    #header .pts-container-wrap.header-1 {
        padding: 20px 0 0 !important;
    }
    .lk-front{
        width: 100%;
        padding: 5%
    }
    .lk-form {
        padding: 0 10px 35px;
    }
    .lk-front .logo {
        float: none;
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        display: block;
    }
    .lk-front ul,
    .lk-front .notice {
        position: static;
    }
    .lk-front ul a{
        max-width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }
    .lk-front .notice{
        font-size: 12px;
        padding: 0 6px;
    }
    .logo-sec {
        margin: 80px auto 10px;
    }
     .lk-row > label{
        margin-bottom: 10px;
     }
    .lk-row > label,
    .lk-row{
        width: 100%;
        text-align: center;
        max-width: 100%;
        padding: 0;
    }
    .lk-row > input, .lk-row > div, .form-control{
        width: 100% !important
    }
    .lk-row > input, .lk-row > div{
        width: 100% !important;
    }
    iframe{
        height: 300px;
    }
    .remarks {
        float: none;
        text-align: center;
    }
    .lk-submit{
        float: none;
        margin: 0 auto;
        display: block;
    }  
    .lk-cors-msg {
        padding: 20px;
    }
    #for-gar{
        position: relative !important;
        width: 100% !important;
        clear: both;
        margin-bottom: 10px;
        padding-top:30px;
    }
    #for-gar.dib a.start-warranty{
        color: #000 !important;
        position: relative;
        bottom: 8px;
    }
    #for-gar.dib a.start-warranty img {
        display: block;
        max-width: 100% !important;
        right: -14px;
        top: 11px;
    }
}

.for-read-only-pop .home-garantie,
.for-read-only-pop #lk-form-rp>.lk-row:first-child,
.for-read-only-pop .remarks,
.for-read-only-pop .lk-submit{
    display: none !important
}
.pre-text-ar{
    text-align: right;
    direction: rtl;
}
.pre-text{
    margin-bottom: 40px;
}
