b{font-weight:600}strong{font-weight:700}@media(min-width: 992px){.comp-actionZone .btn,.comp-actionZone .icon{display:block}}.comp-actionZone .icon{width:1.75rem;height:1.5rem;margin-left:auto;margin-right:auto;font-size:inherit;overflow:visible;fill:#5470ff}.comp-actionZone .text{font-size:15px}.comp-actionZone ul{padding:0}@media(max-width: 991.98px){.comp-actionZone ul.action-list>li>button{border-radius:5px;box-shadow:0 0 8px 0 rgba(0,0,0,.1)}}.comp-actionZone li{position:relative}@media(max-width: 991.98px){.comp-actionZone li{margin-top:10px}}.comp-actionZone li+li{margin-left:20px}@media(max-width: 991.98px){.comp-actionZone li+li{margin-left:10px}}[dir=rtl] .comp-actionZone li+li{margin-left:0;margin-right:20px}@media(max-width: 991.98px){[dir=rtl] .comp-actionZone li+li{margin-left:0;margin-right:10px}}.comp-actionZone .popover-body ul li{margin-left:5px}[dir=rtl] .comp-actionZone .popover-body ul li{margin-left:0;margin-right:5px}[dir=rtl] .comp-actionZone .popover-body ul li:first-child{margin-right:0px}.comp-actionZone .popover-body ul li:first-child a{padding-right:0}.comp-actionZone .btn{padding-left:0;padding-right:0}@media(max-width: 991.98px){.comp-actionZone .btn{border-radius:5px;font-weight:bold;padding:8px}}.comp-actionZone .btn:hover{color:#006589}.comp-actionZone .btn._disabled,.comp-actionZone .btn[disabled]{color:#666;opacity:.65;cursor:not-allowed}.comp-actionZone .btn:not(._disabled):not([disabled]):hover._facebook{color:#1753aa}.comp-actionZone .btn:not(._disabled):not([disabled]):hover._twitter{color:#11a4d1}.comp-actionZone .btn:not(._disabled):not([disabled]):hover._whatsapp{color:#089b08}.comp-actionZone .btn:not(._disabled):not([disabled]):hover._pinterest{color:#c13434}.comp-actionZone .btn:not(._disabled):not([disabled]):hover._mail{color:#006589}.comp-actionZone .btn:not(._disabled):not([disabled]):hover._link{color:#006589}.comp-actionZone .btn:not(:hover):not(:focus)._facebook{color:#537bbd}.comp-actionZone .btn:not(:hover):not(:focus)._twitter{color:#78cdf0}.comp-actionZone .btn:not(:hover):not(:focus)._whatsapp{color:#01c501}.comp-actionZone .btn:not(:hover):not(:focus)._pinterest{color:#eb5755}.comp-actionZone .btn:not(:hover):not(:focus)._mail{color:#007fad}.comp-actionZone .btn:not(:hover):not(:focus)._link{color:#007fad}@media(min-width: 992px){.comp-actionZone .popover::before{content:"";position:absolute;top:-80px;background-color:rgba(0,0,0,0);bottom:0;width:4.375rem;margin:0 auto;left:0;right:0;z-index:-1}}.comp-actionZone .popover li{margin-left:0;margin-right:0}.comp-actionZone .popover .btn{padding:0 0.25rem}.comp-actionZone .popover .btn .icon{width:1.4375rem;height:1.25rem}.js-share--wrapper .popover-body{padding:8px 5px}.comp-scrollToTop.comp-scrollToTop .btn{position:fixed !important;display:none;bottom:30px;left:30px;right:auto;padding:0;color:#fff;font-size:30px;background-color:#e5e5e5;transform:translateY(-50%) rotate(180deg);transition:all .3s ease,top .75s ease}[dir=rtl] .comp-scrollToTop.comp-scrollToTop .btn{left:auto;right:30px}@media(max-width: 767.98px){.comp-scrollToTop.comp-scrollToTop .btn{width:2.5rem;height:2.5rem;font-size:1.375rem;left:0;right:auto}[dir=rtl] .comp-scrollToTop.comp-scrollToTop .btn{left:auto;right:0}}@media(min-width: 768px){.comp-scrollToTop.comp-scrollToTop .btn{width:3.125rem;height:3.125rem;font-size:30px}}.comp-scrollToTop.comp-scrollToTop .btn:hover{background-color:#ddd}.save-to-personal{background-image:url("../../assets/images/itempage/svg/bookmark-to-personal.svg");width:40px;height:50px;background-repeat:no-repeat;background-position:top;display:flex;align-items:flex-end}@media(max-width: 991.98px){.save-to-personal{border-radius:5px;box-shadow:0 0 8px 0 rgba(0,0,0,.1);background-position:center;height:42px}}.save-to-personal.saved{background-image:url("../../assets/images/itempage/svg/saved-to-personal.svg")}/*# sourceMappingURL=actionZone.component.min.css.map */}

.comp-scrollToTop.comp-scrollToTop .btn {
  position: fixed !important;
  display: none;
  /*top: calc(80% + 20px);*/
  bottom: 30px;
  left: 30px;
  right: auto;
  padding: 0;
  color: #fff;
  font-size: 30px;
  background-color: #e5e5e5;
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s ease, top 0.75s ease;
}
[dir=rtl] .comp-scrollToTop.comp-scrollToTop .btn {
  left: auto;
  right: 30px;
}
@media (max-width: 767.98px) {
  .comp-scrollToTop.comp-scrollToTop .btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.375rem;
    left: 0;
    right: auto;
  }
  [dir=rtl] .comp-scrollToTop.comp-scrollToTop .btn {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .comp-scrollToTop.comp-scrollToTop .btn {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 30px;
  }
}
.comp-scrollToTop.comp-scrollToTop .btn:hover {
  background-color: #dddddd;
}

.save-to-personal {
  background-image: url("../../assets/images/itempage/svg/bookmark-to-personal.svg");
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .save-to-personal {
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    background-position: center;
    height: 42px;
  }
}
.save-to-personal.saved {
  background-image: url("../../assets/images/itempage/svg/saved-to-personal.svg");
}/*# sourceMappingURL=actionZone.component.min.css.map */