/*
 * Copyright (c) 2022. SkyCode Ltd. All rights Reserved
 * Date: 24.01.22 г., 0:19 ч.
 * shop_checkout.css is a part of the project SkyOffice
 * SkyCore cannot be copied and/or distributed without the express permission of Sand
 * Last Modified: 24.01.22 г., 0:19 ч.
 */
.checkout_container {
  width: 100%;
  display: block;
  padding-top: 30px;
  margin-bottom: 50px;
  overflow: auto;
}
.checkout_details {
  float: left;
  width: 60%;
  border: 1px solid #DEF;
  vertical-align: top;
  margin-right: 20px;
  border-radius: 4px;
  display: inline-block;
}
.checkout_title {
  font: bold 21px Roboto Condensed, Arial, Sans-Serif;
  border-bottom: 1px solid #DEF;
  min-height: 50px;
  line-height: 50px;
  padding-left: 20px;
  background-color: #55A9D4;
  color: white;
}
.order_details {
  float: right;
  width: calc(40% - 20px);
  display: block;
  margin-bottom: 0.75rem;
  background-color: #FFF;
  border-radius: 0;
}
.order_header {
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 20px;
}
.order_title {
  font: bold 20px "Roboto Condensed", Sans-Serif;
}
.order_toggle {
  margin: 15px 0 15px 0;
  padding: 5px;
  font: bold 17px "Roboto Condensed", Sans-Serif;
  color: #1696EF;
  cursor: pointer;
  width: 100%;
  display: block;
  height: 30px;
}
.media {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: none;
  border-bottom: 1px solid #EEE;
}
.media-left {
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  width: 80px;
}
.media-left img {
  border: 1px solid #F1F1F1;
  padding: 5px;
  width: 80px;
}
.media-body {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.order_content {
  width: 100%;
}
.product-name {
  color: #696969;
  font: bold 16px "Roboto Condensed", Sans-Serif;
}
.product-quantity {
  color: #F80;
  display: flex;
}
.product-price {
  font: bold 18px "Roboto Condensed", Sans-Serif;
  color: #55A9D4;
}
.order_total {
  clear: both;
  font: bold 18px "Roboto Condensed", Sans-Serif;
  background: #DEF;
  padding: 5px;
  height: 30px;
  margin-top: 10px;
  color: #359;
}
.total_row {
  color: grey;
  clear: both;
  font: bold 16px "Roboto Condensed", Sans-Serif;
  width: 100%;
  height: 20px;
}
.blockreassurance_product {
  margin-top: 25px;
  background-color: white;
}
.blockreassurance_product > div:not(.clearfix) {
  position: relative;
  padding: 10px;
  border: 1px #EEE solid !important;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 60px;
}
.blockreassurance_product > div:not(.clearfix)::before {
  content: "";
  position: absolute;
  height: calc(100% + 2px);
  width: 3px;
  background-color: #333;
  left: -1px;
  top: -1px;
}
.blockreassurance_product .item-product {
  display: inline-block;
  height: 35px;
  float: left;
  margin-right: 10px;
  padding-top: 4px;
  width: 35px;
}
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
  height: 35px;
  width: 35px;
}
.blockreassurance_product > div:not(.clearfix) .block-title {
  font: bold 16px "Roboto Condensed", Sans-Serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
  cursor: pointer;
}
.toggle_content {
  font-size: 14px;
  font-weight: 300;
  padding-left: 45px;
  margin-bottom: 0;
  margin-top: 0;
  display: none;
  width: 100%;
}
.order_button {
  height: 49px;
  line-height: 47px;
  font-size: 21px;
  padding: 0 45px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1696EF), color-stop(100%, #0676CF));
  background: -webkit-linear-gradient(top, #1696EF 0%, #0676CF 100%);
  background: -o-linear-gradient(top, #1696EF 0%, #0676CF 100%);
  background: -ms-linear-gradient(top, #1696EF 0%, #0676CF 100%);
  background: linear-gradient(to bottom, #1696EF 0%, #0676CF 100%);
  -webkit-box-shadow: 0 0 8px -1px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 8px -1px rgb(0 0 0 / 30%);
  display: block;
  cursor: pointer;
}
.order_button:hover {
  background: #0676CF;
}
.order-shipping-methods {
  display: grid;
  border: 0;
  justify-items: center;
}
.order-shipping-method {
  width: 70%;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 0;
  padding: 5px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #F2F2F2));
  background: -webkit-linear-gradient(top, #FFF 0%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F2F2F2 100%);
  background: -ms-linear-gradient(top, #FFF 0%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #FFF 0%, #F2F2F2 100%);
  display: flex;
}
.order-shipping-method input {
  display: inline-block;
  margin-top: 5px;
}
.order-method-title {
  width: 100%;
  font: 15px "Roboto Condensed", Sans-Serif;
  color: #000;
  vertical-align: middle !important;
  display: inline-block;
  margin: 2px 0 0 5px;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  text-align: left;
}
.order-method-desc {
  font: bold 15px "Roboto Condensed", Sans-Serif;
  color: #000;
  vertical-align: middle !important;
  display: inline-block;
  text-align: right;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  white-space: nowrap;
}
.order-method-desc img {
  height: 24px;
}
.r_checked {
  border-color: #999;
}
.form_local {
  display: none;
  margin-left: 15%;
  font: 15px "Roboto Condensed", Sans-Serif;
}
.form_address {
  display: none;
}
.form_speedy_office {
  display: none;
}
.nav > li {
  cursor: pointer;
}