﻿#ad-shamsta {
            font-family: inherit !important;
            z-index: 999999 !important;
            position: fixed;
            bottom: 90px;
            width: 96%;
            right: 2%;
            transform: translateX(300%);
            max-width: 260px;
            width: auto;
            -webkit-transition: -webkit-transform 0.5s ease-in-out;
            -o-transition: transform 0.5s ease-in-out;
            transition: transform 0.5s ease-in-out,-webkit-transform 0.5s ease-in-out;
            direction: rtl !important;
            font-size: 14px;
            background-color: #fff;
            box-shadow: 0px 4px 20px 0px rgba(20, 20, 20, 0.16);
            padding: 0;
            border-radius: 8px !important;
        }

#ad-shamsta.hide{transform: translateX(300%)!important;}
#ad-shamsta.show{transform: translateX(0%)!important;}

            #ad-shamsta img {
                width: 100%;
                height: auto;
                display: block
            }


            #ad-shamsta .info {
                text-align: center;
                line-height: 20px;
                color: #000;
                font-size: 13px;
                font-weight: bold;
                text-decoration: none;
                font-family: inherit !important;
                padding-top:10px;
            }

            #ad-shamsta .close {
                color: #555;
                position: absolute;
		font-size:15px;
                left: 5px;
                top: 5px;
                text-align: center;
                padding: 5px!important;
                border-top-left-radius: 8px !important;
                border-top-right-radius: 8px !important;
                box-shadow: 0px -4px 4px 2px rgb(20 20 20 / 6%);
                cursor: pointer;
                opacity: 0.7;
                transition: all 0.4s ease;
                border-radius: 50% !important;
                box-shadow: unset;
                width: 25px;
                height: 25px;
                justify-content: center;
                background-color: rgb(250 223 82);
                display: block;
            }

                #ad-shamsta .close:hover {
                    color: #fff;
                    background-color: red;
                }