/**
*/
.order_carrier_logo {
  max-width: 40px;
}

.sc_payment_row img {
  max-width: 40px;
}

#modal-cms .modal-content {
  padding: 1.25rem;
  background-color: #f6f6f6;
}

.unlock_address {
    position: absolute;
    right: 0px;
    top: 0px;
}

.unlock_address:hover, .unlock_address:focus {
  background: transparent;
  border-color: transparent;
}
.btn-default:hover {
  background-color: #f9f7f9;
}
.btn.button-plus span, .btn.button-minus span{
  border: 0;
}
.p_r_n{
  padding-right: 0;
}
.p_l_n{
  padding-left: 0;
}
.address_block {
    position: relative;
    margin-top: 8px;
    padding: 4px;
    border: 1px solid #eee;
}

.cart_quantity_delete, .price_discount_delete {
    font-size: initial;
}

[class^="icon-"] {
    font-size: large;
}

.cart_quantity_input {
    font-size: larger;
    text-align: center;
    width: 81px;
}

.button-plus, .button-minus {
  width: 39px;
}

#discount_name.discount_name {
  width: 100%;
}

.for_lock .form_row{
    display:inline-block;
}

.for_lock.lock label, .for_reg.lock label, .for_lock.lock input.form-control, .for_reg.lock input.form-control,
.for_lock label, .for_reg label, .for_lock input.form-control, .for_reg input.form-control {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.for_lock, .for_lock label, .for_reg label {
  margin-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.for_lock.lock label, .for_reg.lock label {
 	font-size: small;
    font-weight: initial;
    margin-top: 0px;
}
.sing_out {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.for_lock.lock label:after, .for_reg.lock label:after {
    content:": ";
    color: initial;
}

.for_lock.lock input.form-control:focus, .for_reg.lock input.form-control:focus {
    box-shadow: none;
}

.for_lock.lock input.oncheck:disabled:checked + .label-text::before, .for_reg.lock input.oncheck:disabled:checked + .label-text::before {
    content: "\f14a";
    color: #2980b9;
}

.for_lock.lock input.form-control, .for_reg.lock input.form-control {
 	font-size: medium;
    padding: 0px;
    border: 0px;
    height: initial;
    background: transparent;
}

.for_lock.lock input.form-control, .for_reg.lock input.form-control {
    max-width: 66%;
}

.for_lock.lock input.sc-error, .for_lock.lock input.sc-ok {
	border:none !important;
	color:#555555 !important;
	background:none !important;
}

.cart_item  span.cart_quantity {
  display: flex;
}
.for_lock input.form-control, .for_reg input.form-control {
 	display: initial;
}

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

.sc-label {
    font-size: 1.5em !important;
    width: 100%;
    margin-bottom: 10px;
}
.form-row.type_auth {
  margin-bottom: 15px;
  margin-top: 10px;
}
.cart_product_title {
  display: flex;
  justify-content: space-between;
}
.form-control{
  height: 40px;
}
.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.has-spinner, .sc_payment_row.has-spinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  border: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.sc_carrier_row .text-end {
  text-align: end;
}

.has-spinner.sc_carrier_row_checked, 
.has-spinner.sc_payment_row_checked {
   /* background-color: rgb(214, 212, 212);*/
   border: 1px solid #000;
}
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 {
	border:1px solid #f13340 !important;
	color:#f13340 !important;
	background:url(../../../img/error.gif) 98% no-repeat #fff1f2 !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;
}

*/
input.type_auth, input.delivery_sc_radio, input.payment_sc_radio {
    position: initial;
    opacity: initial;
}

span.type_auth {
  margin-right: 1rem;
}

.custom-radio {
  margin-right: initial;
}
.cart_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
.cart_total{
  text-align: center;
}
/*.sc_carrier_row.has-spinner,
.sc_payment_row.has-spinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
}*/
span.cart_unit .price {
  text-align: center;
}
.p_l_f{
  padding-left: 50px;
  margin-left: -10px;
}
div#customer_place {
    padding-left: 15px;
    margin-left: 10px;
}
.cart_quantity_button .btn span{
  display: inline;
}
.cart_quantity_button .btn {
  /* float: left; */
  margin-right: 3px;
  /* border-radius: 4px; */
  padding: 11px 0px 8px 0px;
  margin-left: 3px;
  /* text-align: left; */
}
.sc_payment_row.has-spinner.sc_payment_row_checked {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
}
.cart_quantity.text-center .form-control {
  height: 39px;
}
.cart_total_price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.cart_total_delivery{
  font-size: 16px;
  margin-bottom: 10px;
}
.f_r{
  float: right;
}
.price {
  font-size: 14px;
  color: #777;
  white-space: nowrap;
  text-align: right;
}
.cart_total_price.end {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

/**/
.show-left-column.show-right-column #center_column {
    width: 100%;
    display: flex;
    justify-content: center;
}
.cart_detail h1.page-heading {
    background: none;
    color: #000 !important;
}
div#cart_summary{
    border: 1px solid #000 !important;
    display: inline-block;
}
.cart_item {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
}
.cart_total_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-right: 15px;
    font-weight: 500;
}

.price {
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    text-align: right;
}
.cart_total_price span#total_product {
    font-size: 20px;
    font-weight: 500;
}
.sc_carrier_row.has-spinner, .sc_payment_row.has-spinner{
  min-height: 55px;
}
div.selector {
    background: #f5f5f5;
    width: 100% !important;
    height: 40px !important;
    background-image: none;
    border: 1px solid #dfdfdf;

}
div.selector span{
   padding: 5px 6px 0 6px !important;
   background: #f5f5f5;
}
div.selector select{
  height: 40px;
    cursor: pointer;
}
.form-row.to.mt-1 {
    display: flex;
    flex-direction: column;
}
div.radio span {
    position: relative;
    top: 2px !important;
}
/*.container {
    width: 100%;
    max-width: 100%;
}*/
.breadcrumb.fullwidth-breadcrumb{
  display: none;
}
div#customer_place,div#carrier_place,div#payment_place,div#checkout_place{
    border: 1px solid #000 !important;
    padding-top: 10px;
    margin-bottom: 15px;
}
div#carrier_place,div#payment_place,div#checkout_place,div#cart_place,div#cart_summary {
  padding: 10px;
}
span.flex_mob,span.check_logo {
    display: flex;
    align-items: center;
    padding: 0;
}
#search_block_top .form-control{
  height: 27px;
}
@media (max-width: 767px) {
div#simplecheckout_content {
  padding: 0 15px 0 15px;
}
.table-responsive{
  border: 0;
}
.p_l_f{
  padding-left: 15px;
  margin-left: 0;
}
div#customer_place {
    padding-left: 15px;
    margin-left: 0px;
}
div#customer_place,div#carrier_place,div#payment_place,div#checkout_place,
div#cart_place  {
    border: 1px solid #000 !important;
    padding-top: 10px;
    margin-bottom: 15px;
}
div#carrier_place,div#payment_place,div#checkout_place,div#cart_place {
  padding: 10px;
}
.cart_item {
    /*display: flex;
    align-items: center;
    flex-direction: column;*/
    display: inline-block;
}
div#cart_summary {
    border: 1px solid #000 !important;
    display: inline-block;
}
div#cart_place{
    border: 0px solid #000 !important;
    margin-bottom: 15px;
    padding: 0;
}
span.del_but {
    position: absolute;
}
.p_n_mob{
  padding: 0;
}
span.flex_mob {
    display: flex;
    align-items: center;
    padding: 0;
}
.sc_carrier_row.has-spinner, .sc_payment_row.has-spinner{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border: 1px solid #dfdfdf;
    margin-bottom: 5px;
}
input.type_auth, input.delivery_sc_radio, input.payment_sc_radio {
    position: initial;
    opacity: initial;
    margin-right: 10px;
}
 .checkbox input[type="checkbox"]{
  margin-right: 10px !important;
 }
 .cart_total_price.end{
  display: flex;
  padding: 0;
  font-size: 22px;
 }
 span#total_price_without_tax{
  font-size: 20px;
 }
 span.cart_description.col-md-5.col-xs-8 {
    min-height: 115px;
}
}
/**/