.header-right .social-main a {
    color: #353535;
    font-size: 16px;
}
.text-mwidth {
    text-align: center;
    color: #8A8A8A;
    max-width: 425px;
    display: block;
    margin: 0 auto 20px auto;
}
.text-mwidth p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
}
.admin-contant a {
    background: #B18A4E;
    width: 184px;
    line-height: 56px;
    border: none;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
    margin: 20px 0 0 0;
    display: table;
}
#block-user4 img {
    object-fit: cover;
}
.row-reverse {
    flex-direction: row-reverse;
}
#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: 117px;
}
.paypal-loader .loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #B1894E;
    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;
}

footer .fa {
    color: #fff;
    font-size: 19px;
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
}
.dlab-gallery-box img {
    height: 160px;
    object-fit: cover;
    width: 101%;
}

/*  gallery image home page */
.image.card-container img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}
/*  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;
}

/* service image home page */
#block-user2 .image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    
}

/*  review home page */

#block-reviews .readonly .fill-star {
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
#block-reviews .stars {
    position: relative;
    display: inline-block;
}

.reviews-header {
    padding: 35px 19px 0 19px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #B1894E;
}
.review-heading {
    font-size: 32px;
    margin: 10px 0;
    color: #B1894E;
}
.avrage-rating {
    font-size: 32px;
    color: #666666;
    margin-right: 15px;
}
.reviews-header .fa {
    font-size: 25.5px;
    margin-right: 6.8px;
}
.total-review {
    text-align: right;
}
.total-review .review{
    color: #333333;
    margin-top: 5px;
    margin-left: 10px;
}
#block-reviews .item .fa{
    color: #B1894E;
    font-size: 15px;
    margin-right: 2px;

}
#block-reviews .owl-theme .owl-nav .owl-prev {
    background: url(../img/prev-u4.png) no-repeat;
    width: 13px;
    height: 24px;
    float: left;
    margin-left: -50px;
}
#block-reviews .owl-theme .owl-nav .owl-next {
    background: url(../img/next-u4.png) no-repeat;
    width: 13px;
    height: 24px;
    float: right;
    margin-right: -50px;
}
#block-reviews .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
#block-reviews .owl-theme .owl-nav span {
    display: none;
}
.modal{
    z-index: 99999;
}