.pop-up-window{position:fixed;z-index:998;top:0;width:100%;height:100%;display:flex;display:none;align-items:center;justify-content:center;background:#00000060}.pop-up-window .content{width:300px;height:200px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#05a242;font-weight:600;border-radius:10px;background-color:#fff;box-shadow:0 0 20px rgb(0 0 0 / 20%)}.pop-up-window.active{display:flex!important}.close-window{position:absolute;right:10px;top:10px;cursor:pointer;width:24px;height:24px;display:none}.close-window span{display:inline-block;width:100%;height:2px;border-radius:2px;background-color:#05a242}.close-window span:nth-child(1){transform:translateY(8px) rotate(-45deg)}.close-window span:nth-child(2){transform:translateY(-12px) rotate(45deg)}.products-details-potho-desc{padding-bottom:60px}