:root{
  --bg-light:#eee;
}

.bg-light{
  background-color: var(--bg-light) !important;
}

/*
* Margins and Paddings
*/
.pb-6{padding-bottom: 4rem!important;}
.pb-7{padding-bottom: 5rem!important;}
/* Margins and Paddings */

.pages{
  border-radius: 18px;
  border: 1px solid #ddd;
  word-break: break-word;
}

.pages p {
  color: #444;
  font-weight: 400 !important;
}

.pages b,
.pages strong {
  color: #333;
}

.pages h4 {
  font-weight: 700;
  margin-top: 25px;
}

.pages a:not(.btn),
.pages a:not(.button) {
  color: var(--blueLight) !important;;
  transition: color .2s ease-in-out;
  text-decoration: underline;
  text-underline-position: under;
}
.pages .title_page {
  display: inline-block;
  position: relative;
}
.pages .title_page::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 1px;
  bottom: -5px;
  left: -5%;
  border-bottom: 1px dotted var(--dark);
}

body.page_products_selected {
  background-color: #fff !important;
}
.page_list {
   margin-top: 64px;
}
.page_list .head_page_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.head_page_list .logo_list {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.6);
  overflow: hidden;
  margin-bottom: 16px;
}
.head_page_list .logo_list img {
  max-width: 100%;
}
.head_page_list h1 {
  margin: 0px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.head_page_list p {
  margin: 3px 0 0 0;
  color: #777;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.page_list .products_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_list .products_list .product_item {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 16px;
  border-bottom: 2px solid #fff;
  background-color: rgb(229, 236, 243);
  color: rgb(0, 0, 0);
  transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3) 0s;
  border-radius: 14px;
  padding: 8px 20px 8px 5px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
}
.page_list .products_list .product_item:hover {
  transform: scale(1.02);
  border-color: #fff !important;
}
.products_list .product_item .product_item_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
}
.products_list .product_item .product_item_img {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  pointer-events: none;
  margin-right: 10px;
}
.product_item .product_item_img img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  display: block;
  object-fit: cover;
  object-position: initial;
}
.products_list .product_item .product_item_title {
  width: calc(100% - 70px);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000;
}
.page_shipping .box_shipping,
.page_shipping_check .box_shipping {
  min-height: 65vh;
}

.shipping_destination {
  position: relative;
  margin-bottom: 70px;
}
.shipping_destination li {
  font-size: 1rem;
  line-height: 1;
  color: #444;
  padding: 5px 0;
}
.shipping_destination li.client_name {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 5PX;
}
.shipping_destination li .shipp_label{
  width: 30%;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  font-size: .9rem;
}
.shipping_destination li b{
  width: 67%;
  display: inline-block;
}

.shipping_info {
  position: relative;
  margin-bottom: 100px;
  border-radius: 10px;
  padding: 11px 13px;
}
.shipping_info h4 {
  color: #164091;
  margin-bottom: 25px;
}
.shipping_info .shipp_info_item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #dde7f7;
  padding: 25px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #4f74bb;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(22, 64, 145,.3);
  transition: all 150ms ease-in-out;
}
.shipping_info .shipp_info_item:hover {
  background-color: #d2def3;
}
.shipping_info .shipp_info_item:last-child {
  margin-bottom: 0;
}
.shipping_info .shipp_info_item i {
  width: 11%;
  font-size: 1.5rem;
  color: #08317f;
  margin-right: 12px;
}
.shipping_info .shipp_info_item span {
  width: 92%;
}
.shipp_info_item .shipp_time {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: .7rem;
  font-weight: 400;
}
.shipp_info_item ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin-top: 10px;
  font-size: .9rem;
  font-weight: 500;
}
.shipp_info_item ul ul {
  list-style: disc;
  list-style-type: circle;
  padding-left: 1rem;
  margin-top: 5px;
  font-size: .85rem;
  font-weight: 400;
}

@media screen and (min-width: 440px) {
  .products_list .product_item .product_item_title {
    font-size: 16px;
  }
  .shipping_info .shipp_info_item i {
    width: 9%;
  }
}

@media screen and (min-width: 576px) {
  .products_list .product_item .product_item_title {
    font-size: 16px;
  }
  .shipping_info .shipp_info_item i {
    width: 7%;
  }
}

@media screen and (min-width: 768px) {
  .page_shipping .box_shipping,
  .page_shipping_check .box_shipping {
    min-height: 95vh;
  }
  .shipping_info .shipp_info_item {
    width: 100%;
  }
  .shipping_info .shipp_info_item i {
    width: 10%;
  }
}

@media screen and (min-width: 1280px) {
  /* .shipping_info .shipp_info_item i {
    width: 8%;
  } */
}

@media screen and (min-width: 1330px) {
  .shipping_info .shipp_info_item i {
    width: 9%;
  }
}