/* --------------------------------------
   Global Style
-----------------------------------------*/

.page-title {
    position: relative;
    background: url("../images/demo2.jpg") center center no-repeat;
    background-size: cover;
    text-align: center;
}

.page-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 47, 29, .9);
    z-index: 0;
}

.page-title .container {
    position: relative;
    z-index: 2;
}

.page-title .content {
    padding: 70px 0;
}

.page-title .content h2 {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.page-title .content .breadcrumbs-list {
    display: inline-block;
    min-width: 220px;
    background: #3da77c;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px 6px 0 0;
    padding: 13px 20px;
}

.page-title .content ul li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.page-title .content ul li:last-child {
    color: #eee;
    padding-right: 0;
    margin-right: 0;
}

.page-title .content ul li:first-child:after,
.page-title .content ul li.two:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 1px;
    font-size: 14px;
    font-weight: 800;
    color: #eee;
}

.page-title .content ul li a {
    color: #fff;
}

.area {
    background-color: #fff;
}

/* --------------------------------------
   404 Error Content
-----------------------------------------*/

.error-page {
    background-color: #f7f6f6;
    padding-top: 160px;
    padding-bottom: 160px;
}

.error-page h1 {
    font-size: 100px;
    line-height: 1;
    color: #323232;
}

.error-page h3 {
    font-size: 22px;
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 30px;
}

.error-page p {
    font-size: 16px;
    color: #888;
    margin-bottom: 35px;
}

/* --------------------------------------
   Our Team
-----------------------------------------*/

.team {
    padding-bottom: 70px;
}

.team .member {
    margin-bottom: 30px;
}

/* --------------------------------------
   Team Single
-----------------------------------------*/

.team-single {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-single .member-info h3 {
    font-size: 32px;
    line-height: 1.3;
    color: #323232;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.team-single .member-info p {
    line-height: 1.8;
    font-weight: 400;
    color: #777676;
    font-size: 15px;
    margin-bottom: 15px;
}

.team-single .member-info .info>li {
    font-size: 16px;
    letter-spacing: .4px;
    color: #666;
    margin-bottom: 20px;
}

.team-single .member-info .info>li:last-of-type {
    margin-bottom: 0;
}

.team-single .member-info .info>li span {
    display: inline-block;
    font-weight: 600;
    width: 20%;
}

.team-single .member-info .info>li .social {
    display: inline-block;
}

.team-single .member-info .info>li .social li {
    display: inline-block;
    margin-right: 8px;
}

.team-single .member-info .info>li .social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #53dca5;
    border-radius: 0 10px 10px;
    background: transparent;
    border: 1px solid #53dca5;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.team-single .member-info .info>li .social li a:hover {
    color: #fff;
    background: #3da77c;
    border: 1px solid #3da77c;
}

.team-single .my-exp {
    padding-top: 100px;
    padding-bottom: 100px;
}

.team-single .my-exp h3 {
    font-size: 24px;
    letter-spacing: .4px;
    line-height: 1.3;
    color: #323232;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.team-single .my-exp p {
    line-height: 1.8;
    font-weight: 400;
    color: #777676;
    font-size: 15px;
    margin-bottom: 0;
}

.team-single .related-members {
    margin-bottom: 0;
}

.team-single .related-members h3 {
    font-size: 24px;
    letter-spacing: .4px;
    line-height: 1.3;
    color: #323232;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.team-single .related-members .member {
    position: relative;
    border-radius: 0 25px 25px;
    overflow: hidden;
    margin-bottom: 30px;
}

.team-single .related-members .member .member-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.team-single .related-members .member .member-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.team-single .related-members .member .member-info {
    background: #3da77c;
    padding: 25px 0;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.team-single .related-members .member:hover .member-info {
    bottom: 0px;
}

.team-single .related-members .member .member-info .member-name {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .2px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
}

.team-single .related-members .member .member-info span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 23px;
}

.team-single .related-members .member .member-info .social-media {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.team-single .related-members .member:hover .member-info .social-media {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%);
}

.team-single .related-members .member .member-info .social-media a {
    display: inline-block;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    display: inline-block;
    margin-right: 2px;
}

/* --------------------------------------
   Blog
-----------------------------------------*/

.blog {
    padding-bottom: 70px;
}

.blog.blog-page .post {
    margin-bottom: 126px;
}

/* --------------------------------------
   Blog sidebar
-----------------------------------------*/

.blog .blog-sidebar .sidebar-search {
    position: relative;
}

.blog .blog-sidebar .sidebar-search .form-group {
    margin-bottom: 30px;
}

.blog .blog-sidebar .sidebar-search .form-control,
.blog .blog-sidebar .sidebar-search .form-control:focus {
    color: #666;
    outline: none;
    box-shadow: none;
    border-radius: 0 15px 15px;
    height: 50px;
    padding: 12px 45px 12px 30px;
    border: 1px solid #e7e7ea;
}

.blog .blog-sidebar .sidebar-search .search-btn {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 0 10px 10px;
    font-size: 15px;
    background: #53dca5;
    border: 1px solid #53dca5;
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog .blog-sidebar .sidebar-search .search-btn:hover {
    background: #3da77c;
    border: 1px solid #3da77c;
}

.blog .blog-sidebar .sidebar-categories {
    padding: 35px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.blog .blog-sidebar .sidebar-categories h4 {
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
}

.blog .blog-sidebar .categories-list {
    margin-bottom: 0;
}

.blog .blog-sidebar .categories-list li a {
    display: block;
    color: #777676;
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog .blog-sidebar .categories-list li:last-of-type a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.blog .blog-sidebar .categories-list li a span {
    float: right;
    color: #53dca5;
}

.blog .blog-sidebar .categories-list li a:hover {
    color: #53dca5;
}

.blog .blog-sidebar .sidebar-posts {
    padding: 35px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.blog .blog-sidebar .sidebar-posts h4 {
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
}

.blog .blog-sidebar .sidebar-posts .post-inner {
    position: relative;
    padding-left: 105px;
    margin-bottom: 45px;
}

.blog .blog-sidebar .sidebar-posts .post-inner:last-of-type {
    margin-bottom: 12px;
}

.blog .blog-sidebar .sidebar-posts .post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 90px;
    border-radius: 0 15px 15px;
    overflow: hidden;
}

.blog .blog-sidebar .sidebar-posts .post-info h5 a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #3e3e3e;
    font-weight: 700;
    margin: 8px 0 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog .blog-sidebar .sidebar-posts .post-info h5 a:hover {
    color: #53dca5;
}

.blog .blog-sidebar .sidebar-posts .post-info p {
    font-size: 14px;
    color: #777676;
    font-weight: 400;
    margin: 0;
}

.blog .blog-sidebar .sidebar-archives {
    padding: 35px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.blog .blog-sidebar .sidebar-archives h4 {
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
}

.blog .blog-sidebar .archives-list {
    margin-bottom: 0;
}

.blog .blog-sidebar .archives-list li a {
    display: block;
    color: #777676;
    font-size: 15px;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog .blog-sidebar .archives-list li:last-of-type a {
    margin-bottom: 0;
}

.blog .blog-sidebar .archives-list li a:hover {
    color: #53dca5;
}

.blog .blog-sidebar .sidebar-tags {
    padding: 35px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.blog .blog-sidebar .sidebar-tags h4 {
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #333;
    font-weight: 800;
    margin-bottom: 25px;
}

.blog .blog-sidebar .tags-list {
    margin-bottom: 0;
}

.blog .blog-sidebar .tags-list li {
    display: inline-block;
}

.blog .blog-sidebar .tags-list li a {
    display: inline-block;
    background: transparent;
    color: #53dca5;
    border: 1px solid #53dca5;
    font-size: 15px;
    margin-bottom: 8px;
    margin-right: 10px;
    border-radius: 0 10px 10px;
    padding: 6px 15px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog .blog-sidebar .tags-list li a:hover {
    background: #3da77c;
    color: #fff;
    border: 1px solid #3da77c;
}

/* --------------------------------------
   Blog Single
-----------------------------------------*/

.blog.blog-single .post {
    margin-bottom: 30px;
}

.blog.blog-single .post-img {
    border-radius: 0;
}

.blog.blog-single .post .post-content {
    position: static;
    text-align: left;
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    border-radius: 0;
    padding: 25px 30px;
    color: #777676;
}

.blog.blog-single .post .post-content {
    position: static;
    text-align: left;
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    border-radius: 0;
    padding: 25px 30px;
    color: #777676;
}

.blog.blog-single .post .post-content h3, .blog.blog-single .post .post-content .fw-bold {
    color: #333;
}

.blog .post .post-content .post-title h4 {
    margin-bottom: 12px;
}

.blog.blog-single .post .post-content .login {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: inherit;
}
.blog.blog-single .post .post-content .label-info{
    margin-bottom: 20px;
}
.blog.blog-single .post .post-content .label-info .fw-bold{
    color: #616060;
    font-weight: 500 !important;
}

.blog.blog-single .post .post-content .post-text p {
    padding: 0;
}

.blog.blog-single .post .post-content .post-text p:last-of-type {
    margin-bottom: 15px;
}

.blog.blog-single .post .post-content .more-details .image {
    border-radius: 0 15px 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog.blog-single .post .post-content .more-details p {
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 15px;
    color: #777676;
    font-size: 15px;
}

.blog.blog-single .post .post-content .more-details blockquote {
    position: relative;
    background: #3da77c;
    border-radius: 0 25px 25px;
    margin: 0 0 15px;
    padding: 20px;
}

.blog.blog-single .post .post-content .more-details blockquote i {
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 42px;
    text-align: center;
    color: #51b58c;
}

.blog.blog-single .post .post-content .more-details blockquote p {
    margin-bottom: 0;
    padding-left: 55px;
    color: #f3f0f0;
}

.blog.blog-single .post .post-content .post-footer {
    padding: 35px 0;
}

.blog.blog-single .post .post-content .post-footer h5 {
    font-size: 17px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
}

.blog.blog-single .post .post-content .post-footer .post-share {
    margin-bottom: 35px;
}

.blog.blog-single .post .post-content .post-footer .post-share ul li {
    display: inline-block;
    margin-right: 14px;
}

.blog.blog-single .post .post-content .post-footer .post-share ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: #53dca5;
    border-radius: 0 10px 10px;
    background: transparent;
    border: 1px solid #53dca5;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog.blog-single .post .post-content .post-footer .post-share ul li a:hover {
    color: #fff;
    background: #3da77c;
    border: 1px solid #3da77c;
}

.blog.blog-single .post .post-content .post-footer .post-tags ul li {
    display: inline-block;
}

.blog.blog-single .post .post-content .post-footer .post-tags ul li a {
    display: inline-block;
    background: transparent;
    color: #53dca5;
    border: 1px solid #53dca5;
    font-size: 15px;
    margin-bottom: 8px;
    margin-right: 4px;
    border-radius: 0 10px 10px;
    padding: 6px 12px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog.blog-single .post .post-content .post-footer .post-tags ul li a:hover {
    color: #fff;
    background: #3da77c;
    border: 1px solid #3da77c;
}

.blog.blog-single .post .post-content .post-comments {
    padding: 0 0 25px;
}

.blog.blog-single .post .post-content .post-comments h3 {
    font-size: 21px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 35px;
}

.blog.blog-single .post .post-content .post-comment {
    position: relative;
    margin-bottom: 35px;
}

.blog.blog-single .post .post-content .post-comment.reply {
    margin-left: 90px;
}

.blog.blog-single .post .post-content .post-comment .comment-image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog.blog-single .post .post-content .post-comment h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 7px;
}

.blog.blog-single .post .post-content .post-comment span {
    display: inline-block;
    color: #888;
    font-size: 15px;
    margin-bottom: 10px;
}

.blog.blog-single .post .post-content .post-comment .reply-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #53dca5;
}

.blog.blog-single .post .post-content .post-comment .reply-btn i {
    font-weight: 500;
    margin-right: 7px;
}

.blog.blog-single .post .post-content .post-comment p {
    font-size: 14px;
    line-height: 1.8;
    color: #777676;
    margin-bottom: 0;
}

.blog.blog-single .post .post-content .post-form {
    padding: 0 0 35px;
}

.blog.blog-single .post .post-content .post-form h3 {
    font-size: 21px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 35px;
}

.blog.blog-single .post .post-content .post-form .form-group {
    margin-bottom: 25px;
}

.blog.blog-single .post .post-content .post-form .form-control,
.blog.blog-single .post .post-content .post-form .form-control:focus {
    border: 1px solid #f7f6f6;
    background-color: #fbfafa;
    color: #777676;
    border-left: 2px solid #53dca5;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
}

.blog.blog-single .post .post-content .post-form .form-control::placeholder {
    color: #777676;
}

.blog.blog-single .post .post-content .post-form textarea.form-control,
.blog.blog-single .post .post-content .post-form textarea.form-control:focus {
    height: 155px;
    resize: none;
    padding-top: 18px;
}

/* --------------------------------------
   Shop Products
-----------------------------------------*/

.shop-products {
    padding-top: 50px;
    padding-bottom: 50px;
}

.shop-products .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
}

.shop-products .top-bar .product-view .filter-list li {
    display: inline-block;
}

.shop-products .top-bar .product-view .filter-list li a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #f3f3f3;
    color: #53dca5;
    margin-right: 10px;
    line-height: 1;
    border-radius: 0 10px 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.shop-products .top-bar .product-view .filter-list li a.active,
.shop-products .top-bar .product-view .filter-list li a:hover {
    background: #53dca5;
    border: 1px solid #53dca5;
    color: #fff;
}

.shop-products .top-bar .results p {
    color: #323232;
    font-size: 15px;
    margin-bottom: 0;
}

.shop-products .top-bar .product-filter .select-option {
    border: 1px solid #f3f3f3;
    padding: 0 8px;
    height: 32px;
    outline: none;
    color: #323232;
    font-size: 15px;
}

.shop-products .top-bar .product-filter .select-option:focus {
    outline: none;
}

.shop-products .products {
    padding-top: 0;
    padding-bottom: 0;
}

.shop-products .products .tab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.shop-products .products .tab.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.shop-products .products .product-list .product-item {
    padding: 20px 15px;
    border: 1px solid #f3f3f3;
    margin-top: 30px;
}

.shop-products .products .product-list .product-item .product-image {
    position: relative;
}

.shop-products .products .product-list .product-item .product-image a {
    display: block;
}

.shop-products .products .product-list .product-item .product-image a img {
    max-width: 100%;
    width: 100%;
}

.shop-products .products .product-list .product-item .product-image .discount {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #53dca5;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 0 30px 30px;
}

.shop-products .products .product-list .product-item .product-image .new {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f35141;
    color: #fff;
    min-width: 78px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 0 30px 30px;
}

.shop-products .products .product-list .product-item .product-image .action-links {
    position: absolute;
    bottom: -10px;
    left: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.shop-products .products .product-list .product-item:hover .product-image .action-links {
    transform: translateY(-20px);
    opacity: 1;
    z-index: 1;
}

.shop-products .products .product-list .product-item .product-image .action-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #555;
    color: #fff;
    font-size: 17px;
    margin-right: 2px;
    border-radius: 0px 10px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.shop-products .products .product-list .product-item .product-image .action-links a:hover {
    background-color: #53dca5;
    color: #fff;
}

.shop-products .products .product-list .product-item .product-info h3 a {
    color: #323232;
    font-weight: 600;
    font-size: 17px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.shop-products .products .product-list .product-item .product-info h3:hover a {
    color: #53dca5;
}

.shop-products .products .product-list .product-item .product-info .product-price {
    margin-top: 5px;
}

.shop-products .products .product-list .product-item .product-info .product-price span {
    display: inline-block;
    margin: 0 7px;
    font-size: 14px;
}

.shop-products .products .product-list .product-item .product-info .product-price .old-price {
    color: #848383;
    text-decoration: line-through;
}

.shop-products .products .product-list .product-item .product-info .product-price .new-price {
    color: #53dca5;
}

.shop-products .products .product-list .product-item .product-info p {
    font-size: 15px;
    line-height: 1.7;
    color: #777676;
    margin-top: 15px;
    margin-bottom: 0;
}

.shop-products .products-pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.shop-products .products-pagination li {
    display: inline-block;
    margin: 0 5px;
}

.shop-products .products-pagination li a {
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #f3f3f3;
    color: #53dca5;
    margin-right: 10px;
    border-radius: 0 10px 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.shop-products .products-pagination li.active a,
.shop-products .products-pagination li a:hover {
    background: #53dca5;
    border: 1px solid #53dca5;
    color: #fff;
}

.shop-products .products-pagination li.disabled a {
    background: #fcfafa;
    border: 1px solid #f3f3f3;
    color: #cfcece;
}
/* --------------------------------------
   Shop Single
-----------------------------------------*/

.single-shop {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-shop .product-image {
    border: 1px solid #f3f3f3;
    text-align: center;
    position: relative;
}

.single-shop .product-image img {
    max-width: 100%;
}

.single-shop .product-image .tags {
    position: absolute;
    top: 15px;
    right: 15px;
}

.single-shop .product-image .tags .discount {
    display: block;
    background-color: #53dca5;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    margin-bottom: 5px;
    border-radius: 0 30px 30px;
}

.single-shop .product-image .tags .new {
    display: block;
    background-color: #f35141;
    color: #fff;
    min-width: 78px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 15px;
    margin-bottom: 5px;
    border-radius: 0 30px 30px;
}

.single-shop .product-details-info .product-title {
    color: #323232;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 10px;
}

.single-shop .product-details-info .rating {
    font-size: 14px;
    color: #777676;
    margin-bottom: 10px;
}

.single-shop .product-details-info .rating span {
    display: inline-block;
    color: #53dca5;
    font-size: 13px;
    margin-right: 2px;
}

.single-shop .product-details-info .product-price {
    margin-bottom: 10px;
}

.single-shop .product-details-info .product-price span {
    display: inline-block;
    margin-right: 14px;
    font-size: 20px;
}

.single-shop .product-details-info .product-price .old-price {
    color: #848383;
    text-decoration: line-through;
}

.single-shop .product-details-info .product-price .new-price {
    color: #53dca5;
}

.single-shop .product-details-info .product-sku {
    color: #777676;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-shop .product-details-info .product-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #777676;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-shop .product-details-info .product-quantity {
    color: #777676;
}

.single-shop .product-details-info .product-quantity .quantity {
    width: 40px;
    text-align: center;
    height: 38px;
    margin-left: 15px;
    border: 1px solid #e6e5e5;
    color: #777676;
    outline: none;
}

.single-shop .product-details-info .product-quantity .quantity:focus {
    outline: none;
}

.single-shop .product-details-info .product-quantity .main-btn {
    margin-top: 15px;
}

.single-shop .product-details-tab {
    margin-top: 60px;
}

.single-shop .product-details-tab .tabs {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 50px;
}

.single-shop .product-details-tab .tabs li {
    display: inline-block;
    margin-right: 15px;
}

.single-shop .product-details-tab .tabs li a {
    display: inline-block;
    position: relative;
    color: #323232;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.single-shop .product-details-tab .tabs li a:hover,
.single-shop .product-details-tab .tabs li a.active {
    color: #53dca5;
}

.single-shop .product-details-tab .tabs li a:before {
    content: '';
    background: #53dca5;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.single-shop .product-details-tab .tabs li a:hover:before,
.single-shop .product-details-tab .tabs li a.active:before {
    opacity: 1;
    transform: scale(1);
}

.single-shop .product-details-tab-content .product-tab-content.tab {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.single-shop .product-details-tab-content .product-tab-content.tab.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}

.single-shop .product-details-tab-content .product-tab-content .product-description-wrap .product-desc .title {
    color: #323232;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 15px;
}

.single-shop .product-details-tab-content .product-tab-content .product-description-wrap .product-desc p {
    font-size: 15px;
    line-height: 1.7;
    color: #777676;
    margin-bottom: 0;
}

.single-shop .product-details-tab-content .product-tab-content h5 {
    color: #323232;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 30px;
}

.single-shop .product-details-tab-content .product-tab-content .review-item {
    display: flex;
    position: relative;
    margin-bottom: 50px;
}

.single-shop .product-details-tab-content .product-tab-content .review-item.reply {
    margin-left: 90px;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-thumb {
    width: 80px;
    margin-right: 20px;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-thumb img {
    border-radius: 50%;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-details {
    flex: 1;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-details .review-info h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 7px;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-details .review-info .review-reply {
    position: absolute;
    top: 0;
    right: 0;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-details .review-info .review-reply a {
    font-size: 16px;
    color: #53dca5;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-details .review-date span {
    display: inline-block;
    color: #888;
    font-size: 15px;
    margin-bottom: 10px;
}

.single-shop .product-details-tab-content .product-tab-content .review-item .review-details p {
    font-size: 14px;
    line-height: 1.8;
    color: #777676;
    margin-bottom: 0;
}

.single-shop .product-details-tab-content .product-tab-content .comments-reply .form-group {
    margin-bottom: 25px;
}

.single-shop .product-details-tab-content .product-tab-content .comments-reply .form-control,
.single-shop .product-details-tab-content .product-tab-content .comments-reply .form-control:focus {
    border: 1px solid #f7f6f6;
    background-color: #fbfafa;
    color: #777676;
    border-left: 2px solid #53dca5;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
}

.single-shop .product-details-tab-content .product-tab-content .comments-reply .form-control::placeholder {
    color: #777676;
}

.single-shop .product-details-tab-content .product-tab-content .comments-reply textarea.form-control,
.single-shop .product-details-tab-content .product-tab-content .comments-reply textarea.form-control:focus {
    height: 155px;
    resize: none;
    padding-top: 18px;
}

.related-products {
    padding-top: 0;
    padding-bottom: 100px;
}

.related-products h2 {
    color: #323232;
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* --------------------------------------
   Cart
-----------------------------------------*/

.cart {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cart .table-content {
    overflow-x: auto;
}

.cart .table-content table {
    background: #fff;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
}

.cart .table-content table thead tr th {
    border: none;
    border-right: 1px solid #e5e5e5;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #616060;
    font-weight: 700;
}

.cart .table-content table tbody {
    border: none;
}

.cart .table-content table tr {
    border: none;
    border: 1px solid #e5e5e5;
}

.cart .table-content table tbody tr td {
    font-size: 16px;
    color: #777676;
    padding: 20px;
    vertical-align: middle;
    border: none;
    border-right: 1px solid #e5e5e5;
}

.cart .table-content table tbody tr td a {
    color: #777676;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cart .table-content table tbody tr td a:hover {
    color: #53dca5;
}

.cart .table-content table tbody tr .product-thumb img {
    height: 100px;
}

.cart .table-content table tbody tr .product-quantity input,
.cart .table-content table tbody tr .product-quantity input:focus {
    width: 50px;
    text-align: center;
    outline: none;
}

.cart .coupon {
    margin-top: 20px;
}

.cart .coupon .cart-options {
    margin-bottom: 40px;
}

.cart .coupon .apply-coupon h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
}

.cart .coupon .apply-coupon p {
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 15px;
    color: #777676;
    font-size: 15px;
}

.cart .coupon .apply-coupon input.coupon-code,
.cart .coupon .apply-coupon input.coupon-code:focus {
    border: 1px solid #e5e5e5;
    color: #777676;
    font-size: 14px;
    margin-right: 10px;
    padding: 13px 10px;
    width: 170px;
    outline: none;
}

.cart .coupon .apply-coupon .main-btn {
    margin-right: 0;
}

.cart .cart-totals {
    margin-top: 20px;
}

.cart .cart-totals h2 {
    font-size: 21px;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.cart .cart-totals ul {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.cart .cart-totals ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 30px;
    color: #777676;
    font-size: 16px;
    font-weight: 500;
}

.cart .cart-totals ul li span {
    float: right;
}

.cart .cart-totals ul li:last-of-type {
    border: none;
}

/* --------------------------------------
   Wishlist
-----------------------------------------*/

.wishlist-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wishlist-content .table-content {
    overflow-x: auto;
}

.wishlist-content .table-content table {
    background: #fff;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
}

.wishlist-content .table-content table thead tr th {
    border: none;
    border-right: 1px solid #e5e5e5;
    font-size: 16px;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #616060;
    font-weight: 500;
}

.wishlist-content .table-content table tbody {
    border: none;
}

.wishlist-content .table-content table tr {
    border: none;
    border: 1px solid #e5e5e5;
}

.wishlist-content .table-content table tbody tr td {
    font-size: 16px;
    color: #777676;
    padding: 20px;
    vertical-align: middle;
    border: none;
    border-right: 1px solid #e5e5e5;
}
.wishlist-content .table-content table tbody tr td .fw-bold {
    color: #777676 !important;
    font-weight: 500 !important;
}

.wishlist-content .table-content table tbody tr td a {
    color: #777676;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wishlist-content .table-content table tbody tr td a:hover {
    color: #53dca5;
}

.wishlist-content .table-content table tbody tr td.product-add-cart .main-btn,
.wishlist-content .table-content table tbody tr td.product-add-cart .main-btn:hover {
    color: #fff;
}

.wishlist-content .table-content table tbody tr .product-thumb img {
    height: 100px;
}

.wishlist-content .table-content table tbody tr .product-status .in-stock {
    color: #53dca5;
}

.wishlist-content .table-content table tbody tr .product-status .out-stock {
    color: #f35141;
}

/* --------------------------------------
   Checkout
-----------------------------------------*/

.checkout {
    padding-top: 50px;
    padding-bottom: 50px;
}

.checkout .default-links-content .link-accordion h3 {
    background: #f5f4f4;
    color: #333;
    border-left: 3px solid #53dca5;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .2px;
    padding: 18px 30px;
    margin: 0 0 30px;
}

.checkout .default-links-content .link-accordion h3 .login,
.checkout .default-links-content .link-accordion h3 .coupon {
    color: #53dca5;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.checkout .default-links-content .link-accordion h3 .login:hover,
.checkout .default-links-content .link-accordion h3 .coupon:hover {
    color: #3da77c;
}

.checkout .default-links-content .link-accordion .login-content,
.checkout .default-links-content .link-accordion .coupon-content {
    border: 1px solid #e5e5e5;
    padding: 25px;
    margin-bottom: 30px;
    display: none;
}

.checkout .default-links-content .link-accordion .login-content .login-info p {
    font-size: 15px;
    line-height: 1.7;
    color: #777676;
    margin-bottom: 15px;
}

.checkout .default-links-content .link-accordion .login-content .login-info .form-group {
    width: 48%;
    margin-bottom: 20px;
}

.checkout .default-links-content .link-accordion .login-content .login-info .form-group input {
    width: 100%;
    border: 1px solid #f7f6f6;
    background-color: #fbfafa;
    color: #777676;
    border-left: 2px solid #53dca5;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
}

.checkout .default-links-content .link-accordion .login-content .login-info .remember {
    margin-left: 10px;
    color: #333;
}

.checkout .default-links-content .link-accordion .login-content .login-info .remember span {
    margin-left: 5px;
}

.checkout .default-links-content .link-accordion .login-content .login-info .lost-password {
    margin-top: 15px;
}

.checkout .default-links-content .link-accordion .login-content .login-info .lost-password a {
    color: #333;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 15px;
}

.checkout .default-links-content .link-accordion .login-content .login-info .lost-password a:hover {
    color: #53dca5;
}

.checkout .default-links-content .link-accordion .coupon-content .coupon-info .checkout-coupon input,
.checkout .default-links-content .link-accordion .coupon-content .coupon-info .checkout-coupon input:focus {
    border: 1px solid #e5e5e5;
    color: #777676;
    font-size: 14px;
    margin-right: 10px;
    padding: 13px 10px;
    width: 170px;
    outline: none;
}

.checkout .checkout-details .billing-details .billing-details-title,
.checkout .checkout-details .shipping-details .shipping-details-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #eceaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.checkout .checkout-details .billing-details .form-group,
.checkout .checkout-details .shipping-details .form-group {
    margin-bottom: 10px;
}

.checkout .checkout-details .billing-details label,
.checkout .checkout-details .shipping-details label {
    color: #333;
    font-size: 14px;
    margin-bottom: 7px;
}

.checkout .checkout-details .billing-details label span,
.checkout .checkout-details .shipping-details label span {
    color: #f35141;
}

.checkout .checkout-details .billing-details input,
.checkout .checkout-details .billing-details input:focus,
.checkout .checkout-details .shipping-details input,
.checkout .checkout-details .shipping-details input:focus {
    width: 100%;
    color: #777676;
    font-size: 14px;
    border: 1px solid #d6d2d2;
    padding: 5px 12px;
    outline: none;
}

.checkout .checkout-details .billing-details input[type=checkbox],
.checkout .checkout-details .shipping-details input[type=checkbox] {
    width: auto;
    padding: 0;
}

.checkout .checkout-details .billing-details input[type=radio],
.checkout .checkout-details .shipping-details input[type=radio] {
    width: auto;
    padding: 7px;
}

.checkout .checkout-details .billing-details select,
.checkout .checkout-details .billing-details select:focus,
.checkout .checkout-details .shipping-details select,
.checkout .checkout-details .shipping-details select:focus,
.checkout .checkout-details .order select,
.checkout .checkout-details .order select:focus {
    width: 100%;
    font-size: 14px;
    padding: 7px 12px;
    color: #777676;
    border: 1px solid #d6d2d2;
    outline: none;
}

.checkout .checkout-details .billing-details .checkout-box .create-account,
.checkout .checkout-details .shipping-details .checkout-box .create-account {
    margin-bottom: 20px;
}

.checkout .checkout-details .billing-details .checkout-box .create-account,
.checkout .checkout-details .billing-details .checkout-box .ship-box-info,
.checkout .checkout-details .shipping-details .checkout-box .create-account,
.checkout .checkout-details .shipping-details .checkout-box .ship-box-info {
    display: none;
}

.checkout .checkout-details .billing-details .checkout-box .create-account p,
.checkout .checkout-details .shipping-details .checkout-box .create-account p {
    font-size: 15px;
    line-height: 1.7;
    color: #777676;
    margin-bottom: 15px;
}

.checkout .checkout-details .billing-details textarea,
.checkout .checkout-details .billing-details textarea:focus,
.checkout .checkout-details .shipping-details textarea,
.checkout .checkout-details .shipping-details textarea:focus {
    width: 100%;
    font-size: 14px;
    border: 1px solid #d6d2d2;
    color: #777676;
    padding: 12px;
    outline: none;
}

.checkout .checkout-details .order .order-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #eceaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.checkout .checkout-details .order .order-content {
    background-color: #f7f6f6;
    padding: 20px 30px 35px;
}

.checkout .checkout-details .order .order-content table th {
    width: 300px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 600;
}

.checkout .checkout-details .order .order-content table th,
.checkout .checkout-details .order .order-content table td {
    color: #777676;
    border-bottom: 1px solid #eceaea;
    font-size: 14px;
    padding: 15px 0;
}

.checkout .checkout-details .order .order-content table td .amount {
    color: #f35141;
}

.checkout .checkout-details .order .payment-method {
    margin-top: 40px;
}

.checkout .checkout-details .order .payment-method h5 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.checkout .checkout-details .order .payment-method h5 label {
    margin-bottom: 10px;
}

.checkout .checkout-details .order .payment-method .payment-content {
    display: none;
    padding-left: 20px;
}

.checkout .checkout-details .order .payment-method .payment-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #777676;
    font-weight: 100;
    margin-bottom: 15px;
}
.checkout .checkout-details .order .payment-method .payment-content p a {
    color: #777676;
    text-decoration: underline;
}
.checkout .checkout-details .order .payment-method .payment-content p a:hover {
    color: #777676;
    text-decoration: none;
}

.checkout .checkout-details .order .order-button-payment {
    margin-top: 15px;
}
@media (max-width: 991.98px) {
    /*=========== Blog ============*/
    .blog.right-col .blog-sidebar {
        margin-top: 30px;
    }
    .blog.left-col .blog-sidebar {
        margin-bottom: 60px;
    }
}

/* Small Devices */

@media (max-width: 767.98px) {
    /*=========== FAQ ============*/
    .faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .faq .card .card-header h5 .btn-link {
        font-size: 16px;
    }
    /*=========== Our Team ============*/
    .team {
        padding-bottom: 50px;
    }
    .team .member {
        margin-left: 0;
        margin-right: 0;
    }
    /*=========== Team Single ============*/
    .team-single {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .team-single .member-image {
        width: 75%;
        margin: auto;
        margin-bottom: 40px;
    }
    .team-single .member-info .info>li {
        font-size: 14px;
    }
    .team-single .member-info .info>li span {
        width: 32%;
    }
    .team-single .member-info .info>li .social li {
        margin-right: 5px;
    }
    .team-single .member-info .info>li .social li a {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .team-single .my-exp {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /*=========== Blog ============*/
    .blog {
        padding-bottom: 50px;
    }
    /*=========== Single Blog ============*/
    .blog.blog-single .post {
        margin-left: 0;
        margin-right: 0;
    }
    .blog.blog-single .post .post-content .more-details .image,
    .blog.blog-single .post .post-content .post-comment .comment-image {
        margin-bottom: 15px;
    }
    .blog.blog-single .post .post-content .post-comment.reply {
        margin-left: 65px;
    }
    /*=========== Shop Products ============*/
    .shop-products {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .shop-products .top-bar {
        flex-direction: column;
    }
    .shop-products .top-bar .results p {
        margin: 10px 0;
    }
    .shop-products .products .product-list .product-item .product-image a {
        text-align: center;
    }
    .shop-products .products .product-list .product-item .product-image a img {
        width: auto;
    }
    .shop-products .products .product-list .product-item .product-info {
        border-top: 1px solid #f3f3f3;
        position: relative;
        padding-top: 20px;
        text-align: center;
        border-top: 1px solid #f3f3f3;
    }
    .shop-products .products .product-list .product-item .product-info:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: scale(0);
        border-top: 1px solid #53dca5;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    .shop-products .products .product-list .product-item:hover .product-info:before {
        transform: scale(1);
    }
    /*=========== Shop Single ============*/
    .single-shop {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .single-shop .product-image {
        margin-bottom: 30px;
    }
    .related-products {
        padding-bottom: 80px;
    }
    /*=========== Wishlist ============*/
    .wishlist-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /*=========== Cart ============*/
    .cart {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /*=========== Checkout ============*/
    .checkout {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    /*=========== FAQ ============*/
    .faq .card .card-header h5 .btn-link {
        font-size: 15px;
    }
    .faq .card .card-body {
        font-size: 14px;
    }
    /*=========== Team Single ============*/
    .team-single .related-members .member {
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }
    .team-single .related-members .member .member-img img {
        width: 100%;
    }
    .team-single .member-info .info>li span {
        width: 37%;
    }
    .team-single .member-info h3,
    .team-single .my-exp h3,
    .team-single .related-members h3 {
        font-size: 19px;
    }
    /*=========== Shop Single ============*/
    .single-shop .product-details-tab-content .product-tab-content .review-item.reply {
        margin-left: 65px;
    }
    .single-shop .product-details-tab-content .product-tab-content .review-item {
        display: block;
    }
    .single-shop .product-details-tab-content .product-tab-content .review-item .review-thumb {
        margin-bottom: 15px;
    }
    .single-shop .product-details-tab-content .product-tab-content .review-item .review-details .review-info .review-reply {
        top: 112px;
    }
    /*=========== Cart ============*/
    .cart .coupon .apply-coupon input.coupon-code,
    .cart .coupon .apply-coupon input.coupon-code:focus {
        margin-bottom: 8px;
    }
    .cart .cart-totals ul li {
        font-size: 15px;
    }
    /*=========== Checkout ============*/
    .checkout .default-links-content .link-accordion .login-content .login-info .form-group {
        float: none;
        width: 100%;
    }
    .checkout .default-links-content .link-accordion .login-content .login-info .remember {
        margin-top: 10px;
    }
    .checkout .default-links-content .link-accordion .coupon-content .coupon-info .checkout-coupon input,
    .checkout .default-links-content .link-accordion .coupon-content .coupon-info .checkout-coupon input:focus {
        margin-bottom: 10px;
    }
    .checkout .default-links-content .link-accordion h3 {
        line-height: 1.5;
    }
}