/**
* 2007-2018 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-2018 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.
*/

.icon-sc-trash {
	font-size: 16px  !important;
}

.sc-label {
    font-size: 1.1em !important;
    width: 100%;
}

.sc_carrier_row, 
.sc_payment_row {
   cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sc_carrier_row_checked, 
.sc_payment_row_checked {
   
}

label.required-after:after {
    content: " *";
    color: red;
    position: relative;
}

.voucher_name{
   cursor: pointer;
   font-weight: bold;
}

.warning{
   font-weight: bold;
   color: red;
   background-color: transparent !important;
}

input.sc-error {
  background: url(../../../img/error.gif) 98% no-repeat  !important; 
}

input.sc-ok {
  background: url(../../../img/ok.gif) 98% no-repeat  !important; 
}

.sc_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black url(../../../img/ajax-loader.gif) center center no-repeat;
    opacity: .5;
}





.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*
div.checker {
    cursor: pointer;
    margin-right: -15px;
    display: inline-block !important;
}
  
div.checker span.checked:before {
    font-family: "Linearicons";
    content: "\e934";
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    position: absolute;
    left: auto;
    top: auto;
    text-align: center;
    width: 19px;
    height: 19px;
    line-height: 19px;
    color: white;
}

div#uniform-cgv {
    padding-top: 19px;
    float: left;
    margin-left: -3px;
}

label .cgv{
    margin-left: 10px;
}

div.checker span {
    text-align: inherit;
}

.sc_payment_row td {
	padding: 0px !important;
}

.sc_payment_row td img{
	margin-right: 10px;
	padding: 10px;
}

#simplecheckout_content #cart_summary tbody td.cart_description {
    width: 46%;
}

#simplecheckout_content #cart_summary thead th {
    padding: 10px 20px;
}

*/

  .outlined-text-form label {
  position: absolute;
  top: 12px;
    left: 9px;
  pointer-events: none;
  transition: all .2s ease;
  -moz-transition: .2s ease all;
  -webkit-transition: all .2s ease;
  outline: none;
  font-size: 12px;
}

 


#customer_place  .outlined-text-form input {
  
}
.outlined-text-form {
  position: relative;
}
.outlined-text-form input:focus+label, .outlined-text-form input:valid+label {
  top: -11px;
  
  background: #fff;
  padding: 0 6px;
}
 #customer_place .flex-container {
   display: flex;
   flex-direction: column;
 }

 #customer_place .flex-container a {
   align-self: flex-end;
 }
#uniform-id_area_delivery, #uniform-id_city_delivery, #uniform-id_ware_delivery, #uniform-id_country {
  width: 100% !important;
}

#uniform-id_country {
  line-height: 40px;
    height: 40px;
    padding: 0;
}
#uniform-id_country span {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}

#uniform-id_country select {
  margin: 0 !important;
  padding: 0 15px;
  height: 40px;
}
#simplecheckout_content label[for="phone_mobile"] {
  left: 92px;
}

#carrier_place {
  margin-top: 20px;
}

#address1, #city {
  border-radius: 0.25rem;
}


select.form-control {
  background-position: right 9px top 17px;
}

#payment_place   td {
  white-space: inherit !important;
}
.voucher_form {
  display: flex;
  align-items: center;
}

#discount_name {
  flex: 0 0 32%;
  padding: 1.3rem 0.75rem;
}
#checkout_place .voucher_btn {
  background: #ff4c9b;
  color:#fff;
  line-height: 16px;
}

.voucher_btn span {
  color:#fff;
}
.payment__btn:hover,
#checkout_place  .voucher_btn:hover {
  color:#fff;
  background: #e16565;
}

.cart_total_voucher  {
  display: flex;
  justify-content: space-between;
}

#cart_place span.text-right {
  display: none;
}