#cookie .pagewidth {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  position: fixed;
  bottom: 25px;
  right: 10%;
  background: #66C299;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  z-index: 60;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 380px;
  padding: 35px 25px 14px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  #cookie .pagewidth {
    right: 0;
    bottom: 0;
    padding: 35px 15px 14px 20px;
  }
}
#cookie .pagewidth.opened {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#cookie .pagewidth .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  display: block;
  line-height: 0;
}
#cookie .pagewidth .close:before,
#cookie .pagewidth .close:after {
  content: '';
  width: 12px;
  height: 2px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}
#cookie .pagewidth .close:hover {
  cursor: pointer;
}
#cookie .pagewidth .close:hover:before,
#cookie .pagewidth .close:hover:after {
  background: #000000;
}
#cookie .pagewidth .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cookie .pagewidth .close:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#cookie .pagewidth .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}
#cookie .pagewidth .innerbox:before {
  content: '';
  min-width: 38px;
  height: 52px;
  margin-right: 23px;
  display: block;
  background: url("../..//images/user/cookies%201.529bd..svg") no-repeat center center;
}
#cookie .pagewidth .innerbox .boxhead {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  line-height: normal;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
#cookie .pagewidth .innerbox span {
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  font-weight: 400;
}
#cookie .pagewidth .innerbox span a {
  text-decoration: underline;
  color: inherit;
}
@media (max-width: 480px) {
  #cookie .pagewidth .innerbox .boxhead {
    font-size: 16px;
  }
  #cookie .pagewidth .innerbox span {
    font-size: 14px;
  }
}
#cookie .pagewidth .btn-white {
  color: #66C299;
  min-width: 160px;
  text-align: center;
  font-size: 16px;
}
.banneroutler {
  background: #FFF9EB;
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  padding: 18px 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 15px;
}
.banneroutler .innerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.banneroutler .innerbox:after {
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom: 1px;
  background: #8B2811;
}
.banneroutler .innerbox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banneroutler .innerbox .item:first-child {
  margin-bottom: 1px;
}
.banneroutler .innerbox .item .sep {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.banneroutler .innerbox .item .text {
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.banneroutler .innerbox .item .text strong {
  font-weight: 700;
  display: block;
}
@media (max-width: 1200px) {
  .banneroutler .innerbox .item .text {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .banneroutler .innerbox .item .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .banneroutler {
    padding: 11px 16px;
  }
  .banneroutler .innerbox:after {
    display: none;
  }
  .banneroutler .innerbox .item.img {
    display: none;
  }
  .banneroutler .innerbox .item img {
    max-height: 60px;
  }
}
@media (max-width: 420px) {
  .banneroutler .innerbox .item .text {
    font-size: 14px;
  }
  .banneroutler .innerbox .item img {
    max-height: 45px;
  }
}

#infopage25 > .boxhead,
#infopage37 > .boxhead {
  display: none;
}
#infopage25 .innerbox .resetcss,
#infopage37 .innerbox .resetcss {
  text-align: center;
}
#infopage25 .innerbox .resetcss .boxhead,
#infopage37 .innerbox .resetcss .boxhead{
  color: var(--font);
  text-align: left;
  font-size:30px;
  line-height: 38px;
  margin-top: 8px;
  margin-bottom: 24px;
}
#infopage25 .innerbox .resetcss a.undeliner,
#infopage37 .innerbox .resetcss a.undeliner{
  text-decoration: underline;
}
#infopage25 .innerbox .flex .flex-left,
#infopage37 .innerbox .flex .flex-left{
  width: 58%;
  padding-right: 40px;
  text-align: left;
}
#infopage25 .innerbox .flex .flex-right,
#infopage37 .innerbox .flex .flex-right{
  width:42%;
}

#infopage25 .innerbox > .flex,
#infopage37 .innerbox > .flex{
  margin-bottom: 40px;
}
#infopage25 .innerbox .resetcss .innerbox p,
#infopage37 .innerbox .resetcss .innerbox p {
  max-width: 750px;
  margin: 12px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color:#4D5761;
}
#infopage25 .innerbox .resetcss .innerbox p a,
#infopage37 .innerbox .resetcss .innerbox p a {
  font-weight: 600;
  text-decoration: underline;
  color:#4D5761;
}
#infopage25 .innerbox .resetcss .innerbox p.color,
#infopage37 .innerbox .resetcss .innerbox p.color {
  color: var(--orange);
  font-weight: 600;
}
#infopage25 .innerbox .resetcss .innerbox h4,
#infopage37 .innerbox .resetcss .innerbox h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:470px;
  margin: 0 auto;
}

#infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items .item,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .availablecoupons-title,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .availablecoupons-title {
  margin: 12px 0;
  display: block;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .availablecoupons-title strong
#infopage37 .innerbox .resetcss .innerbox .l_attributes .availablecoupons-title strong{
  font-weight:600;
}
#infopage25 .innerbox .resetcss .innerbox .infopage-coupons-list,
#infopage37 .innerbox .resetcss .innerbox .infopage-coupons-list{
  margin-bottom: -10px;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes > h4,
#infopage37 .innerbox .resetcss .innerbox .l_attributes > h4{
  margin-top: 40px;
}

#infopage25 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list > a,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list .infopage-coupons-list-item,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list .infopage-coupons-list-item {
  margin: 0 27px;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list .infopage-coupons-list-item img,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list .infopage-coupons-list-item img {
  margin-bottom: 0 !important;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .item,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item {
  margin: 20px 0;
  border-bottom: 1px solid #E5E7EB;
  padding: 20px 0 28px 0;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items .item,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items .item {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items .item,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items .item{
  font-size:18px;
  line-height:28px;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items .item strong,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items .item strong{
  display: block;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .item.with-arrow,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item.with-arrow{
  position: relative;
}
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item.with-arrow::after{
    content:'';
    background:url('/userdata/public/assets/0_layout/infopage/loyalty/loyalty_0_i.svg') white  no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    bottom:-12px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: content-box;
    left:50%;
    transform:translateX(-50%);
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .item.last,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item.last {
  margin-top: 40px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .item.last p:not(.color),
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item.last p:not(.color),
#infopage25 .innerbox .resetcss .innerbox .l_attributes .item.last a,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item.last a{
  color:var(--font);
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .item img,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item img {
  display: block;
  margin: 0 auto 24px auto;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes .item h5,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

#infopage25 .innerbox .resetcss .innerbox .l_attributes .item.last .color,
#infopage37 .innerbox .resetcss .innerbox .l_attributes .item.last .color{
  margin-top: 16px;
}
#infopage25 .innerbox .resetcss .innerbox .l_attributes > a,
#infopage37 .innerbox .resetcss .innerbox .l_attributes > a{
  color:#4D5761;
}

@media screen and (max-width:900px){
  #infopage25 .innerbox .flex .flex-left, #infopage37 .innerbox .flex .flex-left{
    width: 100%;
    padding-right: 0;
  }
  #infopage25 .innerbox .resetcss .boxhead, #infopage37 .innerbox .resetcss .boxhead{
    font-size:20px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 8px;
  }
  #infopage25 .innerbox .flex .flex-right, #infopage37 .innerbox .flex .flex-right{
    display: none;
  }
  #infopage25 .innerbox .resetcss .innerbox p, #infopage37 .innerbox .resetcss .innerbox p{
    margin: 8px 0;
    font-size:14px;
    line-height: 21px;
  }
  #infopage25 .innerbox > .flex, #infopage37 .innerbox > .flex{
    margin-bottom:8px;
  }
  #infopage25 .innerbox .resetcss .innerbox h4, #infopage37 .innerbox .resetcss .innerbox h4{
    margin-bottom:0;
    font-size:18px;
    line-height: 28px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .item, #infopage37 .innerbox .resetcss .innerbox .l_attributes .item{
    margin:18px 0 10px 0;
    padding:10px 0 18px 0;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .item img, #infopage37 .innerbox .resetcss .innerbox .l_attributes .item img{
    margin-bottom: 16px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .item h5, #infopage37 .innerbox .resetcss .innerbox .l_attributes .item h5{
    font-size:16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .availablecoupons-title strong
  #infopage37 .innerbox .resetcss .innerbox .l_attributes .availablecoupons-title strong{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list .infopage-coupons-list-item, #infopage37 .innerbox .resetcss .innerbox .l_attributes .infopage-coupons-list .infopage-coupons-list-item{
    margin: 0 8px;
  }
  #infopage25 .innerbox .resetcss .innerbox .infopage-coupons-list, #infopage37 .innerbox .resetcss .innerbox .infopage-coupons-list{
    margin-bottom: -18px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes > h4, #infopage37 .innerbox .resetcss .innerbox .l_attributes > h4{
    margin-top: 20px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items, #infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items{
    justify-content: space-between;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items .item, #infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items .item{
    font-size:14px;
    line-height: 21px;
    max-width: 150px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .two-items .item strong, 
  #infopage37 .innerbox .resetcss .innerbox .l_attributes .two-items .item strong{
    font-size:16px;
    line-height: 24px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes .item.last, #infopage37 .innerbox .resetcss .innerbox .l_attributes .item.last{
    margin-top: 20px;
  }
  #infopage25 .innerbox .resetcss .innerbox .l_attributes > a, #infopage37 .innerbox .resetcss .innerbox .l_attributes > a{
    font-size:14px;
    line-height: 21px;
  }
}

body .modal .modal-header h3 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width:700px){
  body .modal .modal-header h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.modal .modal-body .confirmmodalpoints {
  text-align: center;
}
.modal .modal-body .confirmmodalpoints h6,
.modal .modal-body .confirmmodalpoints h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.modal .modal-body .confirmmodalpoints h6.header {
  color: var(--orange);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.modal .modal-body .confirmmodalpoints input.loyaltycode {
  margin: 20px auto 20px auto !important;
  display: block;
  border-color: #F5F5F5;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  height: 54px;
  letter-spacing: 0.25em;
  border-radius: 10px;
}
.modal .modal-body .confirmmodalpoints p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .modal .modal-body .confirmmodalpoints p {
    white-space: nowrap;
    word-break: keep-all;
  }
}
.modal .modal-body .confirmmodalpoints .btn {
  margin-top: 22px;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  display: inline-block;
}
.points-loader + h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.points-loader {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #D45A47;
  /* Blue */
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px auto;
  -webkit-animation: points-spin 2s linear infinite;
          animation: points-spin 2s linear infinite;
}
@-webkit-keyframes points-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes points-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* #box_panel .wrap-border {
  padding: 28px 38px;
  border-color: #D9D9D9;
} */
.header-account {
  position: relative;
}
.header-account .loyalty-points-user {
  font-weight: 700;
  font-size: 10px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: var(--font);
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  line-height: 10px;
  padding: 2px 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.header-account .loyalty-points-user.hidden {
  opacity: 0;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}
.basket .loyalty_points {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin: 15px 0;
}
.basket .loyalty_points strong {
  color: var(--orange);
}
body.preload > div,
body.preload > header,
body.preload > * {
  display: none !important;
}
body.preload:after {
  content: '';
  background: url(https://sklep476233.shoparena.pl/skins/user/rwd_shoper_23/images/logo.png) no-repeat;
  background-size: 100%;
  width: 200px;
  height: 70px;
  display: block;
  position: absolute;
  top: calc(50% - 65px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.preload:before {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  width: 100%;
  text-align: center;
  font-size: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: 'Trwa przekierowanie...';
}
@media (max-width: 700px) {
  .outer-desc-perm {
    padding: 0px 15px;
  }
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery + .productpage-menu + .outer-reco,
.shop_product #box_productfull .permament_unavailable .productpage-gallery + .outer-reco {
  width: calc(100% - 365px);
}
@media (max-width: 900px) {
  .shop_product #box_productfull .permament_unavailable .productpage-gallery + .productpage-menu + .outer-reco,
  .shop_product #box_productfull .permament_unavailable .productpage-gallery + .outer-reco {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .shop_product #box_productfull .permament_unavailable .productpage-gallery + .productpage-menu + .outer-reco .boxhead,
  .shop_product #box_productfull .permament_unavailable .productpage-gallery + .outer-reco .boxhead {
    padding: 0px 15px;
  }
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery + .productpage-menu + .outer-reco .box_recommendations .boxhead,
.shop_product #box_productfull .permament_unavailable .productpage-gallery + .outer-reco .box_recommendations .boxhead {
  display: none;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery {
  width: 335px;
}
@media (max-width: 700px) {
  .shop_product #box_productfull .permament_unavailable .productpage-gallery {
    width: 100%;
  }
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner {
  background: #FFFFFF;
  padding: 20px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D6D6D6;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media (max-width: 700px) {
  .shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 0px;
  }
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .boxhead {
  margin: 0;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .boxhead h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #949494;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .flexing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .flexing .manufacturer a {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #949494;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .flexing .price em {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  color: #949494;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .btn {
  width: 100%;
  color: #ffffff;
  background: #949494;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  pointer-events: none;
  line-height: 25px;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .productimg {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .smallgallery {
  min-width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50px;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .custom-gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: unset;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding: 0;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .custom-gallery .custom-gallery-inner .owl-carousel {
  height: auto;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .custom-gallery .custom-gallery-inner .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop_product #box_productfull .permament_unavailable .productpage-gallery .unavailableborderinner .custom-gallery .custom-gallery-inner .owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-enter-active {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.slide-leave-active {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.slide-enter-to,
.slide-leave {
  max-height: 200px;
  overflow: hidden;
}
.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0 !important;
  padding: 0;
}
body #banners-frontpage .banners-frontpage-box a:hover span.btn,
body #banners-frontpage-top .banners-frontpage-box a:hover span.btn {
  background: var(--green) !important;
  border-color: var(--green) !important;
}
body #box_articlelistsmall article .article_name {
  height: 56px;
  max-height: 56px;
}
.fixedpopup {
  position: fixed;
  background: #ffffff;
  opacity: 1;
  top: 0;
  left: 0;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fixedpopup.hided {
  display: none;
}
.fixedpopup.notOpacity {
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  opacity: 0;
}
.fixedpopup a {
  display: block;
}
.fixedpopup a img {
  display: block;
}
.fixedpopup .close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  color: #000000;
}
.fixedpopup .close:before {
  font-family: 'aurora-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\E90D';
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
}
.fixedpopup .close:hover {
  color: #ffffff;
  background: var(--green);
}
.fixedmask-menu {
  position: fixed;
  background: #000000;
  opacity: 0.6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixedmask-menu.hided {
  display: none;
}
.fixedmask-menu.notOpacity {
  opacity: 0;
}

