body{
  position:relative;
}
.cross-selling, .promotion img{
  width: 50px;
  height: 50px;
}
.cross-selling{
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
.popup-ads{
  height: 500px;
  box-shadow: 2px 2px 8px 0;
  background:#fff;
  position: fixed;
  z-index: 100;
  display: none;
}
.popup-ads-2 {
  display: block;
}
.promotion{
  position: fixed;
  z-index: 101;
}
.cross-selling-apt{
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
  background:#fff;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}
.close-ads{
  width: 25px;
  height: 25px;
  display: none;
  line-height: 10px;
  cursor: pointer;
  position: fixed;
  z-index:101;
  border:none;
  border-radius: 100%;
}
.close-ads-2 {
  display: block;
}
.close-ads span{
  font-size: 20px;
}
.title-cross{
  text-align: center;
  padding: 10px 0;
}
.cross-selling hr, .cross-selling-apt hr{
  width: 70%;
  margin-top:10px;
}

.prd-cross img{
  width: 100%;
}
.prd-cross article{
  float: left;
}
.prd-cross{
  max-height: 100%;
}

.popup-ads .add-to-cart.row{
  clear: left;
  margin-top: 16px;
}
.totalSave{
  font-size: 15px;
  margin-left: 30px;
  font-weight: bold;
}
.totalPrice{
  font-size: 25px;
  margin-left: 30px;
  color:#2fb5d2;
  font-weight: bold;
}
.total-price{
  color: gray;
  float: left;
  margin-right: 20px;
}
.price_old{
  text-decoration: line-through;
}
.block-cross{
  overflow: hidden;
}
.slick-arrows{
  position: relative;
}

.prd-cross .block-cross .slick-prev{
  top: 140px;
  width: 60px;
  height: 60px;
}
.prd-cross .block-cross .slick-next{
  right:0;
  top: 140px;
  width: 60px;
  height: 60px;
}
.leo-blockcart-modal .col-md-5{
  border-right: 1px solid #dbdbdb;
}
.leo-blockcart-modal{
  color: #232323;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}
.leo-blockcart-modal .modal-header{
  font-weight: none;
}
.leo-blockcart-modal .modal-dialog{
  max-width: 1140px;
  width: 100%;
}
.leo-blockcart-modal .modal-body{
  padding: 3.125rem 1.875rem;
}
.leo-blockcart-modal .modal-title {
  color: #353943;
  font-size: 1rem;
  font-weight: 400;
}
.leo-blockcart-modal .product-name {
  color: #2fb5d2;
  font-size: 1.125rem;
}
.leo-blockcart-modal .cart-content{
  padding-left: 2.5rem;
}
.leo-blockcart-modal .cart-content p .label, .leo-blockcart-modal .cart-content p .value {
  font-weight: 600;
}
.leo-blockcart-modal .cart-products-count{
  font-size: 1rem;
  color: #6c868e;
  font-weight: 600;
}
.leo-blockcart-modal .cart-content p {
  color: #363a42;
  display: flex;
  justify-content: space-between;
}
.leo-blockcart-modal .cart-content .cart-products-count{
  display: inline-block;
}
.product-modal-cross{
  margin-bottom: 5px;
  font-size:14px;  
}
.leo-blockcart-modal .cart-content .value{
  text-align: right;
}
.leo-modal-backdrop{
  background: #000;
  opacity: 0.5;
  display: none;
  position: fixed;
  z-index: 1049;
}
.leo-loading,.leo-loading-hook {
  z-index: 1000;
  bottom: -8px;
  left: 245px;
  margin-left: 50px;
  display: none;
}
.cssload-container {
  width: 100%;
  height: 45px;
  text-align: center;
}
.cssload-double-torus {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent rgba(0,0,0,0.9) rgba(0,0,0,0.9);
  animation: cssload-spin 690ms infinite linear;
    -o-animation: cssload-spin 690ms infinite linear;
    -ms-animation: cssload-spin 690ms infinite linear;
    -webkit-animation: cssload-spin 690ms infinite linear;
    -moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
  100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes cssload-spin {
  100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes cssload-spin {
  100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes cssload-spin {
  100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes cssload-spin {
  100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@media only screen and (min-width: 1377px){
  .popup-ads{
      width: 50%;
  }
}
@media only screen and (max-width: 1376px){
  .popup-ads{
      width: 70%;
  }
}
@media only screen and (max-width: 992px){
  .popup-ads{
      width: 80%;
  }
}
@media only screen and (max-width: 800px){
  .popup-ads{
    height: 550px;
  }
}
@media only screen and (max-width: 480px){
  .popup-ads {
    width: 80%;
  }
  .add_group_product {
    padding: 10px 10px;
  }
  .popup-ads-1 {
    right: 40px;
    bottom: 40px;
  }
  .cross-selling-1 {
    right: 10px;
  }
  .popup-ads-2 {
    left: 40px;
    bottom: 40px;
  }
  .cross-selling-2 {
    left: 10px;
  }
  .close-ads-1 {
    right: 30px;
    bottom: 580px;
  }
}
@media only screen and (min-width: 481px){
  .popup-ads-1 {
    right: 60px;
    bottom: 60px;
  }
  .cross-selling-1 {
    right: 30px;
    bottom: 30px;
  }
  .popup-ads-2 {
    left: 60px;
    bottom: 60px;
  }
  .cross-selling-2 {
    left: 30px;
    bottom: 30px;
  }
  .close-ads-1 {
    right: 50px;
    bottom: 550px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 800px){
  .close-ads-1 {
    right: 50px;
    bottom: 600px;
  }
}
/*Position*/

.cross-selling-apt .add-to-cart {
  
} 

/* popup */
.popup-ads .product-miniature .product-miniature {
  padding:0 .8125rem;
}
.popup-ads .prd-cross{
  padding-left: 30px;
}