.slide-inner a {
    text-align: center;
}
.slider-services .image {
    background: #fff;
}
.page-gallery p {
    text-align: center;
}
#block-user3 .special-offer {
    max-width: 580px;
}
.row-reverse {
    flex-direction: row-reverse;
}
.text-mwidth {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 560px;
}
.admin-contant a {
    text-align: center;
    width: 200px;
    padding: 0;
    display: inline-block;
    line-height: 49px;
    border: none;
    border-radius: 51px;
    background: #9B66D0 !important;
    font-style: normal;
    font-weight: 800;
    font-size: 11px;
    color: #FFFFFF;
    margin-top: 0px;
}
#block-user10 iframe {
    max-width: 100%;
    width: 100%;
    height: 224px;
    display: table;
}
#block-slider-about {
    background-size: cover;
}
.btn-payment{
    position: relative;
}
.paypal-loader {
    position: absolute;
    display: inline-block;
    right: 55px;
    bottom: 142px;
}
.paypal-loader .loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #373737;
    width: 45px;
    height: 45px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*  product page */
.section-full {
    position: relative;
}
.content-inner {
    padding-top: 80px;
    padding-bottom: 50px;
}
.m-b10 {
    margin-bottom: 10px;
}
.item-img {
    overflow: hidden;
    position: relative;
}
.content-inner .item-img img {
    width: 100%;
    border-style: none;
    height: 305px;
    object-fit: cover;
    vertical-align: middle;
}
.item-info-in {
    bottom: -20%;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .2s;
    opacity: 0;
    background: #ff5ea5;
    background: -moz-linear-gradient(45deg, rgba(255, 94, 165, .8) 5%, rgba(0, 190, 207, .8) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 94, 165, .8) 5%, rgba(0, 190, 207, .8) 100%);
    background: linear-gradient(45deg, rgba(255, 94, 165, .8) 5%, rgba(0, 190, 207, .8) 100%);
}
.text-black {
    color: #000;
}
.p-a10 {
    padding: 10px;
}
.content-inner h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}
.content-inner h6 a {
    color: #232323;
}
.item-info-in ul, .item-review {
    margin: auto;
    padding: 0;
    list-style: none;
}
.item-review li {
    display: inline-block;
    font-size: 15px;
}
.item-price {
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
}
.item-price del {
    font-size: 16px;
    font-weight: 400;
    opacity: .4;
}
.item-price .text-primary {
    color: #ff5ea5;
}
.item-box:hover .item-info-in {
    opacity: 1;
    bottom: 0;
}
.item-info-in ul li {
    display: inline-block;
}
.item-info-in ul li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
}
.stars {
    display: inline-block;
}
.item-info .readonly .fill-star {
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.item-info .stars {
    position: relative;
}

footer .fa {
    color: #fff;
    font-size: 19px;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
}

/*  gallery image home page */
.card-container img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
/* service image home page */
#block-user1 .image img {
    opacity: 0.3;
    height: 375px;
    object-fit: cover;
    width: 100%;
    
}
/*  giftcard  image home page */

.box_img_giftcard img {
    height: 161px;
    width: 100%;
    object-fit: cover;
}
.box_preview .preview_img img {
    height: 150px;
    width: 100%;
    object-fit: cover;
}
/*  coupons  image home page */

#block-coupons .cards-item img {
    height: 325px;
    width: 100%;
    object-fit: cover;
}

/*  on scroll button show */
.call-btn {
    position: fixed;
    right: 20px;
    top: 30px;
    display: none;
    z-index: 999;
}
.call-btn i {
    margin-right: 5px;
}
.call-btn a {
    padding: 10px 15px;
    font-weight: 600;
    background: #9B66D0;
    color: #fff;
    border-radius: 2px;
}
