/**
* This module provide feature for merchant to show Social Media like Popup – Options to Customize Dimensions.
*
* NOTICE OF LICENSE
*
* Each copy of the software must be used for only one production website, it may be used on additional
* test servers. You are not permitted to make copies of the software without first purchasing the
* appropriate additional licenses. This license does not grant any reseller privileges.
*
* @author Shahab
* @copyright 2007-2021 Shahab-FK Enterprises
* @license Prestashop Commercial Module License
*/
@charset "UTF-8";
/* RSAlert - Всплывающие окна - Sayfutdinov Ruslan */
#rsalert {
  box-shadow: 1px 1px 5px #bbb;
  display: flex;
  justify-content: center;
  max-width: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#rsalert:hover,
#rsalert:focus {
  cursor: default;
}
#rsalert a {
  color: inherit;
  text-decoration: underline;
}
#rsalert>span {
  padding: 7px 15px;
}
.rsalert-info {
  background-color: #68a0de;
  border: 1px solid #68a0de;
  color: #fff;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
/* Ustawiamy margin-top dla .navbar-fixed-top i .page-home, gdy body ma klasę has-notification */
body.has-notification .navbar-fixed-top {
  margin-top: 30px !important;
}
body.has-notification #wrapper {
  margin-top: 30px !important;
}
