#team .team-box {
    padding: 10px 15px;
    border: 5px solid rgb(7 215 101);
    box-shadow: 10px 10px 10px 0px;
    background-color: #fff;
}

.w3-display-left,
.w3-display-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.w3-display-left {
    left: 0;
}

.w3-display-right {
    right: 0;
}

.w3-display-left:hover,
.w3-display-right:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#category {
    margin-top: 90px;
    margin-bottom: 90px;
}

#category .image-box {
    padding: 0px 15px;
}

#sideimage img {
    width: 100%;
}

.bg_light_blue .deal_content .btn-default {
    background-color: #770924 !important;
}

.bg_light_blue .deal_content .btn-default::before {
    border-color: #fff !important;
}

.btn-default,
.btn-default.btn-borderd::before,
.btn-outline-default,
.icon_box_style1 .box_icon::before,
.icon_box_style3 .box_icon::before,
.icon_box_style1:hover,
.border_social .social_icons li a:hover,
.border_social.social_icons li a:hover,
.cart_btn .add_wishlist:hover,
.testimonial_style1 .testimonial_img::before,
.product_gallery_item a.active,
.testimonial_style2 .owl-item.center .testimonial_box,
.page-item.active .page-link,
.page-item .page-link:hover,
.tab-style1 .nav-tabs .nav-link.active,
.tab-style1 .nav-tabs .nav-link.active:hover,
.custome-radio input[type="radio"]:checked+.form-check-label::before,
.owl-theme .owl-dots .owl-dot span,
.contact_info.contact_info_style2 li span::after {
    border-color: #ffffff !important;
}

section#onecategory {
    background: #efe3e5;
}

section#onecategory .product_list .product_img img {
    padding: 10px;
}

#contact-box .contact_info p {
    color: #000 !important;
}

#contact-box .contact_info a {
    color: #000 !important;
}

#contact-box .contact_info address {
    color: #000 !important;
}

.blog_imgs img {
    float: right;
    padding: 20px 20px;
}

#about_img img {
    width: 60%;
}

.team_img img {
    border: 5px solid #fff;
}

.team_info {
    border: 3px solid #874a59;
}

.bg_gray .testi_meta .testi_user h5 {
    color: #fff !important;
}

.bg_gray .testi_meta .testi_user span {
    color: #fff !important;
}

.testimonial_slider .testi_desc p {
    color: #fff !important;
}

.popup-content {
    left: 0% !important;
}

#blog-box .blog_post {
    box-shadow: 0px 0px 30px 0px;
}
.row.step:hover {
    background: #d5d1d2;
}