

a.page-numbers {
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 50%;
    background: #e8e8e8;
}
a.page-numbers:hover {
    border-color: #014eb4;
    color: #ffffff;
    background: #014eb4;
}
.theme_pagination ul li {
    padding-right: 4px;
}
span.page-numbers.current {
    border: 1px solid #00b9ff;
	padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #00b9ff;
}
span.page-numbers.current:hover {
    color: #00b9ff;
    background: #e8e8e8;
	border: 1px solid #e8e8e8;
}


.group-title {
    margin: 0;
    color: #181818;
    font-size: 30px;
    font-weight: 900;
    font-family: "Playfair Display";
    margin-bottom: 60px;
}
.reply-btn a{
	text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
    font-size: 12px;
    letter-spacing: .2em;
    color: #00b9ff;
    font-weight: 600;
    transition: all .4s ease;
}
.reply-btn a:hover{
	-webkit-transform: translateX(5px);
    transform: translateX(5px);
    text-decoration: underline;
}

.share-block .float-left{
	font-size: 20px;
    font-family: "Playfair Display";
    color: #181818;
    font-weight: 900;
    margin-right: 6px;
}
.share-block .float-left a {
    font-size: 16px;
    font-weight: 500;
    color: #353535;
    margin-left: 6px;
    transition: all .4s ease;
}
.share-block .float-left span.commax{
	font-size: 16px;
    color: #7f7f7f;
    transition: all .4s ease;
}
/*this classes element is commenting in custom.css*/
.comment-form button {
    border: none;
    padding: 19px 50px;
    background: #014eb4;
    color: #fff;
    font-size: 16px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	display: block;
    width: 100%;
    border: none;
    outline: none;
    background: #f3f3f3;
    height: 72px;
    padding-left: 40px;
    color: #7f7f7f;
}

.comment-form .form-group textarea{
	position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 20px;
    color: #7c7b7b;
    font-size: 16px;
    font-weight: 400;
    background: #f3f3f3;
    resize: none;
    height: 125px;
    border: 1px solid #eef2ed;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.comment-form button {
    cursor: pointer;
}
#respond .group-title {
    margin-bottom: 10px;
}
.shop-item .inner-box .image .overlay-box .cart-option li:last-child{
	display:none!important;
}