* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a,
button:focus,
input:focus,
button {
    text-decoration: none;
    outline: none;
    line-height: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background-color: #f9f9f9;
}

.header_right_btn {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.right_btn_item {
    color: #808080;
    text-transform: capitalize;
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
}

.right_btn_item.active i {
    color: #fd634e;
}

.right_btn_item a {
    color: #808080;
}

.right_btn_item img {
    width: 12px;
}

.right_btn_item>span {
    color: #808080;
}

.right_btn_item,
.right_btn_item span,
.right_btn_item i {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.right_btn_item i {
    margin-right: 5px;
}

.right_btn_item:hover>span,
.right_btn_item:hover>i,
.right_btn_item:hover>a>i,
.right_btn_item:hover>a>span {
    color: var(--green_color);
}

.search_filter form {
    display: flex;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}

.right_btn_item a {
    text-decoration: none;
}

.nav_header ul.sub-dropdown-menu li {
    padding: 0;
}

.nav_header ul.sub-dropdown-menu li a {
    display: block;
    color: #000;
    padding: 8px 12px;
    border-bottom: 1px solid #e7e7e7;
    text-transform: capitalize;
}

.nav_header ul.sub-dropdown-menu li a:hover {
    color: #fff;
    background-color: var(--green_color);
    text-decoration: none;
}

.search_filter form>div {
    margin-bottom: 0;
    flex: auto;
}

.search_filter form .form-control {
    border-radius: 0;
    border: none;
    height: 38px;
    text-transform: capitalize;
    font-size: 14px;
    color: #b2b2b2;
}

.search_filter select {
    border-left: 1.5px solid #f5f5f5 !important;
    border-right: 1.5px solid #f5f5f5 !important;
}

.search_catg input {
    font-size: 0 !important;
    width: auto;
    padding: 0;
}

.nav_header {
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 7px 4px -6px #ccc;
}

.shop_catg_section span {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.shop_catg_section i {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav_header nav.navbar {
    padding: 0;
}

.nav_action {
    display: flex;
    justify-content: flex-end;
}

.shop_top_header .row {
    align-items: center;
}

.action_item select {
    text-transform: capitalize;
    color: #b2b2b2;
    border: none;
    padding: 20px;
}

.shop_catg_section {
    padding: 0;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    cursor: pointer;
    background-color: #a2ca28;
    border: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 44px;
    line-height: 42px;
    min-width: 100px;
    text-align: center;
}

.nav_header ul.navbar-nav a {
    color: #808080;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 15px !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.banner_slider img {
    border-radius: 8px;
    width: 100%;
}

.shop_banner_section {
    margin: 30px 0;
}

.banner_slider {
    position: relative;
}

.shop_caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}

.sale_btn {
    display: inline-block;
    background-color: #fd634e;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 50px;
    margin-top: 20px;
    transition: all 0.3s ease-out;
}

.search_catg input.form-control {
    background-image: url("../images/search_icon.png");
}

.sale_catg {
    height: 100%;
    padding: 15px;
}

.sale_catg h2 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 0;
}

.sale_img {
    margin: 0 auto 22px;
}

.shop_catg_item {
    box-shadow: 0px 4px 6px 0px rgba(165, 165, 165, 0.25);
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}

.last_sale .shop_catg_item {
    display: flex;
    padding: 10px;
}

.shop_catg_item .for_sale {
    flex: 1;
    padding-left: 15px;
    margin: auto;
}

.sale_btn:hover {
    background-color: #f5533c;
}

.for_sale h3 {
    font-size: 16px;
    color: #a2ca27;
    line-height: normal;
    margin-bottom: 0;
}

.for_sale h3 span {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    position: absolute;
    right: -6px;
    top: -6px;
    text-transform: capitalize;
}

.last_sale .shop_catg_item {
    margin-bottom: 16px;
}

.last_sale .shop_catg_item:last-child {
    margin-bottom: 0px;
}

ul.side_sub_menu {
    background-color: #f9f9f9;
    padding: 10px 0;
}

ul.side_sub_menu li {
    padding-bottom: 0;
}

.left_cat li a {
    text-transform: capitalize;
    font-size: 14px;
    color: #808080;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 12px 0;
}

ul.side_sub_menu {
    background-color: #f9f9f9;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.4s ease-out;
}

.left_cat ul li:hover ul.side_sub_menu {
    padding: 10px 0;
    margin-bottom: 15px;
    height: auto;
    overflow: visible;
}

.left_cat ul li ul.side_sub_menu li a {
    padding: 5px 0;
    font-size: 13px;
}

span.click_open_catg {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 4px;
    right: 0;
    text-align: center;
    line-height: 35px;
}

.left_cat li a img {
    margin-right: 10px;
}

.left_cat ul li {
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s ease-out;
    padding: 0 15px;
    position: relative;
}

.mid_art {
    border-radius: 3px;
    overflow: hidden;
}

.left_cat ul li:last-child {
    border-bottom: none;
}

.filter_links {
    box-shadow: 0px 4px 6px 0px rgba(165, 165, 165, 0.25);
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}

.filter_links ul li {
    display: inline-block;
}

.item_head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 15px;
    z-index: 99;
    position: absolute;
    min-height: 36px;
    margin-top: 5px;
}

.item_head span {
    text-transform: uppercase;
    background-color: #f9634e;
    color: #fff;
    font-size: 10px;
    line-height: normal;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #fff;
}

.action_icon {
    float: right;
}

.action_icon a {
    margin-left: 0;
    height: 36px;
    width: 36px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
}

.action_icon a i {
    color: #fff;
}

.product_image img {
    width: 100%;
    transition: all 0.3s ease-out;
}

.product_item:hover .product_image img {
    transform: scale(1.2);
}

.product_item {
    box-shadow: 0px 4px 6px 0px rgba(165, 165, 165, 0.25);
    border-radius: 5px;
    margin-bottom: 32px;
    background-color: #ffffff;
    height: auto;
    padding-bottom: 62px;
    position: relative;
    height: calc(100% - 32px);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.product_item:hover {
    box-shadow: 0px 15px 10px -5px rgba(0, 0, 0, 0.1);
}

.product_item .product-name {
    margin-top: 0px;
}

.product_item h2 {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.product_item h2 a {
    color: #666666;
}

.product_item h2 a span {
    display: block;
}

.product_rating {
    text-align: left;
    padding: 0 15px;
}

.star_rate {
    display: inline-block;
}

.product_rating span {
    margin-left: 5px;
    color: #808080;
    font-size: 12px;
}

.star_rate i.fa-star-o {
    color: #b7b7b7;
}

.star_rate i.fa-star {
    color: #fd634e;
}

.product_price {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 10px;
    min-height: 36px;
    position: absolute;
    bottom: 12px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.product_price .sold_out {
    font-weight: 600;
    color: red;
}

.product_price button {
    border: none;
    height: 36px;
    width: 36px;
    background-color: #ededed;
    border-radius: 50px;
}

.product_price button img {
    filter: invert(1);
    width: 15px;
}

.product_price strong {
    color: #000;
    font-weight: 600;
    font-size: 19px;
}

.filter_links ul li.active a {
    color: var(--green_color);
}

.filter_links ul {
    padding: 0 25px;
}

.filter_links ul li a {
    color: #666666;
    text-transform: capitalize;
    padding: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.filter_links ul li a::before {
    content: "";
    height: 2px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.filter_links ul li.active a::before {
    background-color: var(--green_color);
}

section.our_product_sec {
    padding-bottom: 60px;
}

.left_cat {
    position: sticky;
    top: 10px;
    background-color: #fff;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px 0px rgba(165, 165, 165, 0.25);
}

.left_cat::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(left, #96a6bf, #63738c);
    box-shadow: inset 0 0 3px 3px #5c6670;
}

.left_cat::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eee;
}

.left_cat::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(left, #000, #000);
}

.left_cat {
    background-color: #fff;
}

.left_cat::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

ul.pagination {
    justify-content: center;
    margin: 0 auto;
    display: table;
    float: none;
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px -2px #ccc;
}

ul.pagination li {
    display: inline-block;
}

ul.pagination li:last-child a {
    margin-right: 0;
}

ul.pagination li a {
    color: #000;
    padding: 0;
    border-radius: 50px !important;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    margin: 0 4px;
    border: 1px solid #e9e9e9;
}

ul.pagination li.active a,
ul.pagination li:hover a {
    background-color: #fd634e;
    border-color: #fd634e;
    color: #fff;
}

.nav_header ul.navbar-nav a:hover,
.shop_catg_section:hover i,
.shop_catg_section:hover span {
    color: var(--green_color);
}

.shop_catg_section:hover {
    background-color: var(--red_color);
}

.custom_login_register form button:hover {
    background-color: var(--red_color);
    border-color: var(--red_color);
}

.new_design ul.pagination {
    padding: 0px;
    box-shadow: none;
    background-color: transparent;
    margin: 0 auto;
}

.new_design ul.pagination li a {
    font-size: 12px;
    margin: 0px 2px;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    box-shadow: none !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.new_design ul.pagination li a:hover {
    background-color: #fd634e;
    border-color: #fd634e;
}

.mobile_icons {
    display: none;
}

#acceptBid .bidding_fields .input_field {
    border: 1px solid #e4e4e4;
    margin: 8px 0;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

#acceptBid .bidding_fields .input_field span {
    margin: 0;
    font-size: 15px;
}

.show_symbol_input {
    position: relative;
}

.show_symbol_input>span {
    position: absolute;
    top: 10px;
    left: 12px;
}

.show_symbol_input input.form-control {
    padding-left: 30px;
}

.highest_bid {
    position: relative;
}

.highest_bid strong {
    position: absolute;
    right: 15px;
    background-color: #fd634e;
    color: #fff;
    padding: 10px;
    bottom: 5px;
    font-size: 14px;
}

.auction-bids {
    box-shadow: 0px 3px 8px -2px #ccc;
    background-color: #fff;
    margin-top: 30px;
    padding: 20px;
}

.auction-bids .auction-bidding-item {
    border: 1px solid #ccc;
    padding: 15px;
    flex: 0 0 25%;
    max-width: calc(25% - 2%);
    margin: 10px 1%;
    border-radius: 11px;
}

.auction-bids .auction-bidding-item .col-free-bidding {
    margin: 0 !important;
    position: relative;
    align-items: center;
}

.auction-bids .auction-bidding-item .col-free-bidding h4 {
    display: inline-block;
}

.auction-bids .auction-bidding-item .col-free-bidding .col-free-bid {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #fff;
    position: relative;
    top: 0;
    padding: 2px 8px;
    border-radius: 50px;
    color: #fd634e;
    border: 1px solid #fd634e;
}

.auction-bids .auction-bidding {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.auction-bids .auction-bidding-item .col-free-bidding .col-free-bid p {
    font-size: 12px;
}

.auction-bids .auction-bidding-item .col-free-bidding h4 a {
    color: #808080;
}

.bid_content {
    margin-top: 12px;
}

.bid_content a.fre-normal-btn {
    color: #fff;
    font-size: 14px;
    background-color: #fd634e;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 12px;
}

.bid_content a.fre-normal-btn i {
    margin-left: 4px;
}

.shop_banner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.shop_banner .shop_banner_text {
    max-width: 30%;
    flex: 0 0 30%;
    background: #fd634e;
    padding-left: 15%;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
}

.shop_banner .shop_banner_text .text_wrapper {
    margin-right: -300px;
}

@media only screen and (max-width: 750px) {
    .shop_banner .shop_banner_text .text_wrapper {
        margin-right: -30vh;
    }
}

@media only screen and (max-width: 620px) {
    .shop_banner .shop_banner_text .text_wrapper {
        margin-right: -30vh;
    }
}

@media only screen and (max-width: 575px) {
    .shop_banner .shop_banner_text .text_wrapper {
        margin-right: -30vh;
    }
}

@media only screen and (max-width: 380px) {
    .shop_banner .shop_banner_text .text_wrapper {
        margin-right: -30vh;
    }
}

@media only screen and (max-width: 320px) {
    .shop_banner .shop_banner_text .text_wrapper {
        margin-right: -25vh;
    }
}

.shop_banner .shop_banner_text h2 {
    font-size: 82px;
    color: #fff;
    margin-bottom: 32px;
}

.shop_banner .shop_banner_text a {
    background-color: #000;
}

.shop_banner .shop_banner_text a:hover {
    background-color: #a2c93a;
}

.shop_banner .shop_banner_image {
    max-width: 70%;
    flex: 0 0 70%;
    height: 500px;
    overflow: hidden;
}

@media only screen and (max-width: 750px) {
    .shop_banner .shop_banner_image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.detail_page .product_content h1 {
    font-size: 26px;
    padding-bottom: 0px;
    margin-bottom: 0;
    border: none;
}

.detail_page .new_rating {
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.detail_page .new_rating i {
    font-size: 16px;
    margin-right: 3px;
}

.detail_page .new_rating span {
    margin-left: 10px;
    color: #808080;
}

.detail_page .new_rating i.fa-star-o {
    color: #b7b7b7;
}

.detail_page .new_rating i.fa-star {
    color: #fd634e;
}

.detail_page .product_title {
    display: flex;
    align-items: flex-start;
    float: left;
    width: 100%;
}

.detail_page .product_title h1 {
    flex: 1 1 auto;
    max-width: 100%;
    padding-right: 20px;
}

.detail_page button.add_fav {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    display: block;
    float: right;
}

.detail_page button.add_fav i {
    font-size: 24px;
    color: #b7b7b7;
}

.detail_page button.add_fav:hover i,
.fa-heart-marked {
    color: #fd634e;
}

.detail_page button.add_fav:disabled i,
.detail_page button.add_fav:disabled:hover i {
    color: #dcdcdc;
    cursor: not-allowed;
}

.detail_page .product_content .status {
    margin-top: 0px;
    float: left;
    width: 100%;
}

.detail_page .product_content .status p {
    padding: 0px;
    border-radius: 0px;
    background: none;
    font-weight: 700;
    float: left;
}

.detail_page .product_content .status p.active {
    color: green;
}

.detail_page .prices_range {
    margin-top: 25px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.detail_page .prices_range .price_title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.detail_page .ranges {
    display: flex;
    flex-wrap: wrap;
}

.detail_page .ranges .range {
    padding-right: 40px;
    display: flex;
    align-items: flex-start;
}

.detail_page .prices_range .price_title {
    margin-bottom: 10px;
    font-size: 14px;
}

.detail_page .ranges .range h2 {
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 600;
}

.detail_page .ranges .range span {
    margin-right: 10px;
    color: #808080;
}

.detail_page .ranges .range.min h2 {
    color: green;
}

.detail_page .ranges .range.max h2 {
    color: #fd634e;
}

.detail_page .auction_range {
    margin-top: 20px;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.highest_bid p {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.detail_page .auction_range .ranges .range span {
    font-size: 14px;
    line-height: normal;
}

.detail_page .auction_range .ranges .range h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.detail_page .other_view {
    margin-top: 15px;
}

.detail_page .other_view .img_box {
    border: 2px solid #e8e8e8;
}

.custom_login_register {
    margin-bottom: 30px !important;
}

.custom_login_register.register_form {
    max-width: 100%;
}

a.cart-btn {
    background-color: var(--red_color);
    color: #fff !important;
    text-transform: capitalize;
    font-size: 12px;
    padding: 0 20px;
    margin: 0 0 0 auto;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
}

.right_btn_item table {
    border-radius: 0 !important;
}

.sbmt_loader {
    width: 36px;
    right: 0;
    top: 0px;
    position: absolute;
}

.my_account_form .card .card-header {
    text-align: center;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: bold;
}

.my_account_form .card {
    border: none;
}

.my_account_form label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom_login_register,
.common_shadow {
    border: 1px solid #ededed;
    padding: 60px;
    box-sizing: border-box;
    box-shadow: 0px 0px 18px -3px #e9e9e9;
    max-width: 500px;
    margin: auto;
    background-color: #fff !important;
    border-bottom: 3px solid #ccc;
}

.custom_login_register .card-header {
    text-align: center;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 30px;
    line-height: normal;
}

.custom_account .card {
    background-color: transparent;
}

.custom_login_register .card-body {
    padding: 0;
}

.my_account,
.custom_account {
    margin: 20px 0;
    width: 100%;
    min-height: calc(100vh - 363px);
}

.custom_login_register .card-body form h3 {
    display: none;
}

.card-body label.col-form-label,
.form-group label {
    text-transform: capitalize;
    color: #808080;
    font-weight: 500;
    font-size: 13px;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.custom_artwork .form_button {
    padding: 25px 0 0;
}

.nav_header ul.sub-dropdown-menu li a.router-link-active {
    background-color: var(--red_color);
    color: #fff;
}

.left_cat li {
    cursor: pointer;
}

.multiselect__tag,
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: var(--green_color);
}

.otp_verify p {
    margin-bottom: 0;
}

.otp_verify p a {
    color: var(--red_color);
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

.custom_account .card .card-body.custom_artwork {
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 0px 0px 18px -3px #e9e9e9;
    border-bottom: 3px solid #ccc;
}

.custom_project_request .card .checkout-process {
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

.art_submit {
    text-align: center;
    margin-top: 40px;
}

.vdp-datepicker input[type="text"] {
    padding: 0 15px;
}

.otp_mobile_number input {
    background-color: transparent !important;
    border: none !important;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    color: #a2ca28;
    font-weight: bold;
}

.otp_mobile_number input:focus {
    box-shadow: none;
}

.otp_verify {
    margin-top: 20px;
}

.choose_category .multiselect__tags input.multiselect__input {
    opacity: 0;
}

.choose_category .multiselect__select {
    top: 3px;
}


/* .left_cat ul li:hover,
.left_cat ul li.active {
    border-left-color: var(--green_color);
} */

.left_cat>ul>li:hover>a,
.left_cat>ul>li.active>a,
.side_sub_menu li a:hover {
    color: var(--green_color);
}

.upload_image {
    position: relative;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.upload_image input.custom-files-input {
    opacity: 0;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.upload_files {
    top: -7px;
    width: 100%;
    position: absolute;
    text-align: right;
    height: 52px;
    padding: 10px 15px;
    right: -9px;
}

.upload_files i {
    font-size: 16px;
    color: #818181;
    height: 35px;
    width: 35px;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 50px;
    line-height: 35px;
}

#select-shipping-method input {
    height: auto !important;
}

.card-body input,
.card-body select,
.card-body input:focus,
.card-body select:focus {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    width: 100%;
    font-size: 14px;
}

.card-body textarea {
    height: 70px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
}

.custom_login_register form button.register_btn {
    padding: 0 70px;
}

.left_cat {
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(165, 165, 165, 0.25);
    position: sticky;
    top: 60px;
}

.custom_login_register form button {
    background-color: #a2ca28;
    text-transform: capitalize;
    border-radius: 3px;
    margin-top: 30px;
    border-color: transparent;
    font-size: 14px;
    max-width: initial;
    margin: auto;
    height: 38px;
    padding: 0 40px !important;
    width: auto;
}

.appart_button .appart_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.appart_button .appart_item span {
    /* flex: 1; */
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 15px;
    opacity: 0.9;
}

.appart_button .add_btn {
    border-radius: 50px;
    width: 52px;
    height: 52px;
    padding: 0;
    font-size: 28px;
}

.appart_button {
    border-radius: 10px;
    margin-bottom: 15px;
}

.appart_item>label {
    font-weight: bold;
}

.added_apart {
    margin-top: 18px;
    position: relative;
    padding: 20px;
    box-shadow: 0px 1px 1px 0px rgba(185, 184, 184, 0.75);
    border: 1px solid #ededed;
    background-color: #fcfcfc;
    border-radius: 5px;
}

.close_icon {
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 33px;
}

.close_icon i {
    font-size: 20px;
    color: #000;
}

.appart_item button {
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
    height: 52px;
    border: 1px solid;
    background-color: transparent;
}

.add_btn,
.add_btn:hover,
.add_btn:focus {
    color: #a2ca28;
}

.wishlist_content table tr {
    background-color: #fff !important;
}

.confirm_password {
    display: block;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 20px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.added_apart .remove_btn {
    height: 22px;
    width: 22px;
    position: absolute;
    font-size: 12px;
    padding: 0 !important;
    border: none;
    border-radius: 50px;
    top: -10px;
    right: -8px;
    text-align: center;
}

.appart_item button:hover,
.appart_item button:focus {
    box-shadow: none;
    border: 1px solid;
    background-color: transparent;
}

.appart_item .remove_btn {
    margin-top: 30px;
    color: var(--red_color);
    width: 100%;
}

.appart_item .remove_btn:focus {
    color: var(--red_color);
    border: 1px solid;
}

.custom_account .card {
    border: none;
}

.custom_account .choose_category {
    border: none;
    border-bottom: 3px solid #ccc;
    border-radius: 0;
}

.cart-page table {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #000;
    margin-bottom: 0;
}

.cart-page table tr {
    background-color: #fff !important;
}

.card-header {
    background-color: transparent;
    text-align: center;
    border: none;
    text-transform: capitalize;
    font-size: 26px;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
    color: #444;
}

.custom_account .card .card-body {
    padding: 0;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #a2ca28;
    border-color: #a2ca28;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(162 202 40 / 41%);
}

.cart-page .cartlist_content table.table tr th,
.wishlist_content table tr th,
.shipping_info table thead th {
    background-color: #fff;
    border: none;
    color: #000;
    text-transform: capitalize;
    padding: 15px 20px !important;
    font-size: 14px;
}

.shipping_info table td,
.shipping_info table tbody td,
.shipping_info table tbody th {
    padding: 10px 15px !important;
    font-size: 13px;
    border-bottom: 1px solid #f3f3f3;
    letter-spacing: 0.5px;
}

.shipping_info table {
    width: 100%;
    background-color: #fff;
}

.cart_total {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.cart_total_btn {
    float: left;
    width: 100%;
}

.cart_total_btn .back_shop {
    float: left;
}

.cart-page .checkout_proces {
    width: 100%;
}

.inner_total {
    margin-bottom: 24px;
    width: 30%;
    float: right;
}

tr.total_order:last-child td,
tr.total_order:last-child th {
    border-bottom: none !important;
}

.cart-page .cartlist_content table,
.wishlist_content table {
    border: 1px solid #ebebeb;
    border-radius: 0 !important;
}

.shipping_info table {
    border: 1px solid #ebebeb;
    border-top: 0;
    border-radius: 0 !important;
}

.cart-page .cartlist_content table.table tr td,
.cart-page .cartlist_content table.table tr th,
.wishlist_content table tr th,
.wishlist_content table tr td {
    padding: 5px 20px;
    vertical-align: middle;
}

.product_rating>*:empty {
    display: none;
}

.product_item .product_image img,
.related_product .product_image img {
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
}

.star_rate:empty {
    display: none;
}

.new_design .exl_info a:hover {
    color: #f9634e;
}

.site_btn {
    font-size: 13px;
    vertical-align: middle;
    height: 38px;
    background-color: #a2ca28;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    min-width: 120px;
    border-radius: 3px;
    letter-spacing: 1px;
    border: none;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
}

.site_btn:disabled,
.site_btn:disabled:hover {
    background-color: #c3c3c3;
    cursor: not-allowed;
}

.cart-page .cartlist_content table.table tr td {
    font-weight: 500;
}

.cart_product_img {
    display: inline-block;
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50px;
    vertical-align: middle;
}

.cart_product_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.add_wishlist:disabled {
    border-color: #c3c3c3;
}

.add_wishlist:disabled i {
    color: #c3c3c3;
}

.site_btn:hover {
    text-decoration: none;
    color: #fff;
}

.cart-page .checkout_proces h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-right: 0;
    background-color: #fff;
    color: #000;
    padding: 15px 20px;
    margin-bottom: 0;
    position: relative;
    top: 1px;
    /* border-top-left-radius: 15px; */
    /* border-top-right-radius: 15px; */
    border: 1px solid #dee2e6;
}

.cart-page .checkout_proces th,
.cart-page .checkout_proces td {
    background-color: transparent;
    border: 1px solid #dee2e6;
    text-align: right;
}

.cart-page .checkout_proces tr {
    background-color: transparent !important;
}

.cart-page .cartlist_content tr td:last-child {
    text-align: center;
}

.cart-page .cartlist_content tr td:last-child span {
    height: 20px;
    width: 20px;
    display: inline-block;
    background-color: var(--red_color);
    line-height: 20px;
    color: #fff !important;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
}

.cart-page .cartlist_content tr td:not(:first-child),
.cart-page .cartlist_content tr th:not(:first-child),
.wishlist_content tr th:not(:first-child),
.wishlist_content tr td:not(:first-child) {
    text-align: center;
}

._vue-flash-msg-body_error._vue-flash-msg-body._vue-flash-msg-_right-top {
    z-index: 9999999;
}

.shop_caption a:hover {
    text-decoration: none;
}

.add_wishlist {
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    line-height: 50px;
    border: 1px solid #a2ca28;
    text-align: center;
    color: #a2ca28;
    cursor: pointer;
    border-radius: 50px;
    background: transparent;
}

.add_wishlist i {
    font-size: 18px;
}

.product_content h1 {
    text-transform: capitalize;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    color: #000000;
}

.description {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #808080;
    min-height: auto;
    clear: both;
    word-break: break-word;
}

.star_rate i {
    font-size: 14px;
    margin-right: 2px;
}

.quantity strong {
    font-size: 15px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: 15px;
}

.quantity .sold-out {
    font-size: 20px;
}

.price {
    display: inline-block;
}

.price p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    color: #505050;
}

.product_actions {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product_actions .quantity {
    flex: 1;
}

.related_product {
    margin-top: 60px;
}

.site_heading {
    text-align: center;
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
}

.related_product .vhl-item {
    text-align: center;
    padding-left: 0px !important;
    padding-right: 24px !important;
    margin-right: 0px !important;
    padding-bottom: 0 !important;
    margin: 0px !important;
}

.related_wrap {
    padding: 20px 0;
    background-color: #f9f9f9;
}

.related_product .vhl-container {
    margin: 0 !important;
}

.product_content .star_rate {
    width: 100%;
    margin: 8px 0;
    text-align: right;
}

.category-page {
    margin-top: 20px;
}

.product_prices {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.product_prices>div {
    flex: 1;
}

.related_product .vhl-container h4 {
    font-size: 18px;
    margin-top: 15px;
    text-align: left;
    padding: 0 15px;
}

._vue-flash-msg-body._vue-flash-msg-body_success {
    z-index: 999999;
}

.no_item_found {
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px 0;
    background-color: #fff;
    width: 100%;
}

.no_item_found a {
    color: var(--red_color);
}

.login_note {
    margin-top: 20px;
    font-size: 14px;
    text-transform: capitalize;
}

.login_note a {
    color: var(--red_color);
    margin-left: 4px;
}

.shipping_check label input {
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
}

.check_icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    border: 1px solid #ccc;
    position: relative;
    border-radius: 3px;
    margin-right: 10px;
    top: -1px;
}

.check_icon::before {
    content: "";
    height: 6px;
    width: 12px;
    border-width: 0px 0px 2px 2px;
    border-style: solid;
    border-color: white;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    left: 3px;
}

.shipping_check input:checked+.check_icon {
    background-color: #a2ca28;
    border-color: transparent;
}

.shipping_check label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.additional_address_details {
    margin-top: 45px;
}

.checkout-process h2 {
    flex: 0 0 100%;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}

.shipping_address br {
    display: none;
}

.additional_address_details p {
    font-size: 14px;
}

.form_button {
    padding: 10px 50px 0;
    text-align: center;
}

.checkbox_sidebar {
    background-color: #fff;
    border: 2px solid #ebebeb;
    padding: 20px 25px 0;
    position: sticky;
    top: 10px;
}

.search_filter form>div.search_catg {
    flex: 0 0 50px;
}

.custom_check {
    padding: 6px 0;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 12px;
}

.shipping_check {
    margin: 30px 0 50px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 25px;
}

.payment_details label.col-form-label {
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    padding: 0;
    cursor: pointer;
}

.card_info .row .form-group {
    margin-bottom: 8px;
}

.card_info label.control-label {
    font-weight: 600;
    font-size: 16px;
}

.form_button .site_btn {
    margin: 0 10px;
    position: relative;
}

.card_info label.control-label {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 16px;
}

.order-details {
    border: 2px solid #ebebeb;
    padding: 20px 25px;
    background-color: #fff;
}

.order-details table {
    width: 100%;
    margin: 20px 0;
}

.multiselect__content-wrapper ul li span {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

span.multiselect__tag span {
    font-size: 12px;
    line-height: normal;
}

.multiselect__content-wrapper ul li>span::after {
    font-size: 11px;
    background-color: #dc3720;
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #df4c4c !important;
}

.nav_header ul.sub-dropdown-menu {
    left: 0;
}

.right_product_list .art_table {
    background-color: #fff;
}

.right_product_list th,
.right_product_list td {
    border-color: #f3f3f3;
    vertical-align: middle;
}

.right_product_list td {
    font-size: 13px;
    padding: 10px 20px;
    color: #808080;
}

.right_product_list th {
    padding: 15px 20px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}

.art_table img {
    height: 50px !important;
    width: 50px !important;
    border-radius: 100% !important;
    border: 1px solid #ccc;
    min-height: 50px !important;
    min-width: 50px !important;
    max-height: 50px !important;
    max-width: 50px !important;
}

.right_product_list th:last-child,
.right_product_list td:last-child {
    text-align: center;
}

.table_action {
    display: inline-block;
    background-color: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50px;
    border: 1px solid;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    padding: 0;
    opacity: 0.65;
}

.summary_details table {
    margin: 0;
}

.summary_details tr {
    display: inline-block;
    border: 1px solid #e1e1e1;
    margin: 0 0 15px;
    padding: 10px;
    text-transform: capitalize;
    font-size: 13px;
    width: 50%;
    max-width: calc(50% - 15px);
    margin-right: 15px;
    vertical-align: top;
    border-radius: 5px;
}

.summary_details tr th {
    display: inline-block;
    font-weight: 600;
}

.payment_type label {
    margin-bottom: 0;
    font-weight: bold;
    margin-right: 5px;
}

.payment_type {
    font-size: 15px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ebebeb;
    align-items: center;
}

.payment_type span img {
    width: 30px;
}

.shipping_info table tbody td:not(:first-child),
.shipping_info table th:not(:first-child) {
    text-align: center;
}

.shipping_info table thead th {
    font-size: 13px;
    padding: 15px !important;
    border-bottom: 1px solid #f3f3f3;
}

.custom_login_register form>span {
    text-align: center;
    display: block;
    margin-top: 20px;
    text-transform: capitalize;
}

.my_account .custom_login_register button {
    width: auto;
    position: relative;
}

.custom_login_register form>span a {
    color: #fd634e;
}

.custom_login_register ul.alert {
    text-align: center;
}

.related_product h4 a,
.related_product h4 a:hover {
    color: #000;
    text-decoration: none !important;
}

.upload_image label {
    position: absolute;
    margin: 10px 12px;
}

.form_button .next_btn i {
    margin-left: 4px;
}

.form_button .back_btn i {
    margin-right: 4px;
}

.form_button button.site_btn.back_btn {
    color: #a2ca28;
    background-color: transparent;
    border: 1px solid #a2ca28;
}

.next_btn {
    border: 1px solid transparent;
}

.custom_artwork .form_button {
    text-align: center;
}

.custom_check input {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: -1;
}

.pmt_check {
    display: inline-block;
    height: 22px;
    width: 22px;
    line-height: 20px;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    border: 1px solid #7e7e7e;
    margin-right: 8px;
}

.pmt_check i {
    opacity: 0;
}

.invite_choose .custom_check label span.pmt_check {
    vertical-align: top;
}

.invite_choose .custom_check label {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    width: 100%;
}

.multiselect__tag-icon {
    line-height: 28px;
}

.custom_check input:checked+.inner_check .pmt_check {
    border-color: #a2ca28;
    background-color: #a2ca28;
}

.custom_check input:checked+.inner_check .pmt_check i {
    opacity: 1;
}

.custom_check input:checked+.inner_check {
    color: #a2ca28;
    border-color: #a2ca28;
}

.note strong {
    background-color: #e7efcc;
    display: block;
    border-left: 4px solid #828282;
    padding: 10px 15px;
    font-size: 13px;
}

.note {
    margin-bottom: 20px;
}

.related_product .item {
    background-color: #fff;
    box-shadow: 0px 0px 5px -2px #ccc;
    border-radius: 5px;
    padding-bottom: 12px;
    height: 100%;
    padding-bottom: 62px !important;
    position: relative;
}

.product_item .product-name {
    color: #000;
    transition: all 0.2s ease-out;
    display: block;
}

.product_item .product-name h2 {
    font-size: 16px;
    text-align: left;
    padding: 0 15px;
}

._vue-flash-msg-body__content p {
    margin-bottom: 0;
    padding: 5px 0;
}

._vue-flash-msg-body__content h3:empty {
    display: none;
}

.detail_faq h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.hire_freelancer .form_button {
    padding: 25px 0 0;
    margin-bottom: 0;
}

.detail_faq .faq {
    padding: 0;
}

.detail_faq .faq .accordion {
    margin-top: 0;
    border: none;
}

.detail_faq .faq .accordion__title {
    padding: 15px;
    background-color: #fff;
}

.detail_faq .accordion__item {
    border: 1px solid #d1d1d1 !important;
    margin-bottom: 15px;
    border-width: 0 0 2px 0 !important;
}

.detail_faq .accordion__item .accordion__value {
    padding: 0;
}

.detail_faq section {
    padding: 0 !important;
}

.vhl-btn-left,
.vhl-btn-right {
    transform: translateY(-50%);
}

.detail_faq .accordion__item .accordion__title+div {
    border-top: 1px solid #f1f1f1 !important;
    padding: 15px;
}

.custom_project_request .card .checkout-process {
    padding: 25px 35px !important;
}

.invite_choose>label.col-form-label {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 6px;
}

.multiselect__tags input.multiselect__input {
    display: none;
}

.customprojects .product_item h2 {
    margin-top: 14px;
    line-height: normal;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.left_cat li a:hover {
    text-decoration: none;
}

.customprojects .product_item .product-name {
    margin-top: 0;
    flex: 1;
}

.customprojects .product_item {
    padding: 15px 25px;
    position: relative;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    min-height: auto;
    height: auto;
}

.customprojects {
    padding: 0 70px 25px;
}

.custom-project-page {
    margin: 20px 0;
}

.custom-project-page .no-float {
    float: none;
}

.product_name {
    margin-bottom: 20px;
}

.product_name h2 {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.project_detail .card {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}

.project_detail .artist_info,
.job_contract_info {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px;
}

.bidder_items {
    display: flex;
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 10px;
    margin-top: 12px;
    align-items: center;
}

.bidder_items .project_status {
    flex: 1;
    text-align: right;
}

.bidder_items>div:not(.project_status) {
    margin-right: 25px;
}

.freelancer-bidding>h2 {
    font-size: 22px;
    text-transform: capitalize;
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 70px;
    margin-bottom: 0;
}

.inner_sub_detail {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 25px 30px;
}

.project_detail .card p {
    margin-bottom: 0;
    font-size: 14px;
}

.project_detail .card h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.seller_wrap .product-btn .site_btn {
    margin: 0 5px;
}

button.my_art.site_btn {
    background-color: var(--red_color);
    color: #fff;
    border-color: var(--red_color);
}

.page_heading {
    align-items: center;
    margin-bottom: 35px;
    background-color: #fff;
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
}

.page_heading h2 {
    flex: 1;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.wishlist_content table {
    border: none;
    box-shadow: 0px 5px 7px -2px #ccc;
}

.right_btn_item table tr:first-child td {
    border: none;
}

.right_btn_item table tr td {
    padding: 8px 15px !important;
    vertical-align: middle;
}

.wish_action a {
    margin-right: 6px;
}

.wishlist-page table tr td {
    border-top: 0 !important;
}

.wishlist-page table tr td.wish_action {
    white-space: nowrap;
}

.left_cat li a img {
    width: 22px;
    filter: contrast(0) invert(1) brightness(0.5);
    height: 22px;
}

.left_cat ul li.active img,
.left_cat ul li:hover img {
    filter: none;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fd634e;
    border-color: #fd634e;
}

.category-page .filter_links ul li a::before {
    width: 2px;
    position: absolute;
    height: 100%;
    left: 0px;
    right: auto;
}

.category-page .filter_links ul li a {
    width: 100%;
    position: relative;
}

.category-page .filter_links ul li {
    width: 100%;
}

.category-page>.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-page .filter_links ul {
    padding: 0;
}

.category-page .filter_links {
    border-radius: 0;
}

.product_item a.product-name:hover {
    text-decoration: none;
    color: #fd634e;
}

.card.inner_sub_detail {
    border-top: 1px solid #ededed;
    -moz-box-shadow: 0px 1px 1px 0px rgba(185, 184, 184, 0.75);
    box-shadow: 0px 1px 1px 0px rgba(185, 184, 184, 0.75);
    background-color: #fff;
    padding: 0;
}

.inner_sub_detail>div {
    padding: 0 0 20px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.artist_info .project_status {
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin-top: 4px;
    line-height: normal;
}

.artist_info>div.product-btn {
    border-top: 0;
}

.active_status {
    background-color: green;
}

.artist_info h4,
.job_contract_info h4 {
    margin-bottom: 10px !important;
    flex: 0 0 100%;
    font-size: 18px;
}

.artist_info {
    line-height: 28px;
}

.send_proposal .modal-header {
    border: none;
    padding: 30px 0 0;
    position: relative;
    border: none;
}

.send_proposal .modal-header h5 {
    display: block;
    text-align: center;
    width: 85%;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    margin: 5px auto 15px;
}

.breadcrumb {
    font-size: 13px;
    text-transform: capitalize;
    padding: 12px 0;
    margin-bottom: 0;
    background-color: #f1f1f1;
    color: #6d6d6d;
    font-weight: 500;
    border-radius: 0px;
}

.breadcrumb i {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.breadcrumb span {
    color: var(--red_color);
}

.send_proposal .modal-header .close {
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    font-size: 44px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    background-color: var(--red_color);
    border-bottom-left-radius: 50px;
}

.plan_outer .membership_btn .membershippln:hover {
    background-color: #e6523d !important;
}

.send_proposal .modal-dialog .modal-body {
    padding: 0 45px;
    margin-top: 0;
    max-height: 500px;
    overflow-y: auto;
}

.send_proposal .modal-dialog .modal-content {
    border-radius: 0 !important;
    border: none;
    background-color: #fff;
}

.send_proposal .modal-dialog {
    max-width: 750px;
    /* transform: translateY(-50%) !important;
    top: 50%; */
}

.upload_image hr {
    display: none;
}

.send_proposal .modal-dialog .modal-content>div {
    border: none;
}

.send_proposal .modal-header .close span {
    color: #fff;
    font-size: 30px;
    line-height: normal;
    margin: auto;
    position: relative;
    right: -5px;
    top: -3px;
}

.freelancer-bidding-item span {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.send_proposal .modal-dialog .modal-content .modal-footer {
    justify-content: center;
    padding-top: 0;
    margin-bottom: 20px;
    border: none;
}

.send_proposal .modal-dialog .modal-content .modal-footer .site_btn {
    padding: 0 50px;
    position: relative;
}

.freelancer-invites {
    border-top: 1px solid #ededed;
    -moz-box-shadow: 0px 1px 1px 0px rgba(185, 184, 184, 0.75);
    box-shadow: 0px 1px 1px 0px rgba(185, 184, 184, 0.75);
    background-color: #fff;
    margin-top: 30px;
    padding: 30px;
}

.project_detail .cover-letter-content p pre {
    font-size: 100%;
    margin: 0;
    word-break: break-all;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    white-space: break-spaces;
}

.freelancer-bidding-head {
    border-bottom: 1px solid #ededed;
    padding: 15px 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.freelancer-bidding .freelancer-bidding-item {
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.project-detail-box h2 {
    font-size: 18px;
    margin: 0;
}

.col-free-bid p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.col-free-bidding h4 {
    margin-bottom: 0;
    font-size: 14px;
}

.col-free-bidding h4 a {
    color: #a2ca28;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.site__nav ul .register_btn a {
    border-color: #fff;
    color: #fff !important;
}

.register_btn {
    margin-left: 15px;
}

.action_icon a {
    cursor: pointer;
}

.custom_scroll::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(left, #96a6bf, #63738c);
    box-shadow: inset 0 0 3px 3px #5c6670;
}

.custom_scroll::-webkit-scrollbar-track {
    border-radius: 0;
    background: #eee;
}

.custom_scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(left, #000, #000);
}

.custom_scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.order-details table th {
    font-weight: normal;
}

.order-received-page .payment_type {
    border: none;
    padding: 0;
}

.order_summary_table.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.order_summary_table th,
.order_summary_table td {
    vertical-align: middle;
    padding: 5px 4px;
    font-size: 12px;
    border: none;
}

.success_thankyou {
    color: green;
    position: relative;
    text-align: left;
    margin-top: 10px;
}

.success_thankyou::before {
    content: "\f058";
    display: inline-block;
    font-family: "FontAwesome";
    line-height: normal;
}

.checkout-form .checkout-process {
    padding-bottom: 50px;
}

.order-received-page {
    margin: 20px 0;
}

.inner_check {
    padding: 0;
    border-radius: 5px;
    display: flex;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    align-items: center;
}

.payment_details h2 {
    margin-bottom: 10px;
}

.agree_terms label {
    margin-bottom: 0;
    vertical-align: middle;
    color: #575757;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.viewMilestoneDetails .modal-body.bidding_fields {
    padding-bottom: 35px;
}

.completionReason .bidding_fields textarea {
    border-radius: 0;
}

.completionReason .bidding_fields {
    margin-bottom: 23px;
}

.agree_terms input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.read_terms {
    color: #a2ca28;
    border-bottom: 2px solid;
    text-decoration: none;
}

.read_terms:hover {
    text-decoration: none;
    color: #000;
}

.detail_faq {
    margin-top: 70px;
    white-space: pre;
}

.detail_faq .faq-wrapper {
    max-width: 100% !important;
}

a.add_wishlist:hover {
    color: #a2ca28;
}

.detail_faq .faq-wrapper .accordion__item {
    background-color: #ffffff;
}

.product_content .action_price {
    margin-top: 25px;
}

.range_price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.range_price>div {
    border: 1px solid #ccc;
    flex: 0 0 48%;
    padding: 8px 5px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    max-width: 48%;
    margin-bottom: 10px;
}

.detail_faq .faq .accordion__title p.accordion__title-text {
    font-weight: 600;
    font-size: 16px;
}

.range_price>div p {
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px 6px;
}

.range_price>div p span {
    display: block;
    font-weight: 400;
    color: #808080;
    font-size: 14px;
    margin-right: 10px;
    line-height: normal;
}

.product_content .status p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 50px;
    line-height: 22px;
    padding: 0 15px;
    margin-right: 5px;
}

.custom_login_register .input_field {
    position: relative;
}

.forgot_onlogin {
    position: absolute;
    bottom: calc(50% - 18px);
    right: 2px;
    background-color: var(--red_color);
    border-radius: 50px;
    z-index: 999;
}

.forgot_onlogin a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 14px;
    font-weight: 500;
}

.action_schedule.range_price {
    margin-bottom: 30px;
}

.product_content .status {
    margin: 18px 0 10px;
}

.product_content .status p.sold {
    background-color: #d51b1b;
}

.auction_product_detail {
    margin-top: 70px;
}

.auction_product_detail>div {
    padding: 20px;
    box-shadow: 0px 3px 8px -2px #ccc;
    margin: 25px 0;
    border-radius: 5px;
    background-color: #ffffff;
}

.auction_product_detail h2,
.auction-bidding-head h2 {
    font-size: 16px;
    text-transform: capitalize;
}

.auction_product_detail>.artist_info {
    border: none;
}

.auction_product_detail span {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: normal;
    color: #808080;
}

.login_psw .invalid-feedback {
    position: absolute;
    bottom: -22px;
}

.login_psw {
    margin-bottom: 25px !important;
}

.site_btn:hover,
.site_btn:focus,
.site_btn:active {
    background-color: #8bb01a !important;
    color: #fff !important;
}

body a:hover {
    text-decoration: none;
}

.sale_btn:hover {
    color: #fff;
}

.sale_img img {
    object-fit: cover;
    width: 100%;
}

.product-btn div {
    display: flex;
    justify-content: space-between;
}

.product_image {
    background-color: #f3f3f3;
    overflow: hidden;
}

.rental_p {
    background-color: #f1604c;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    border-radius: 50px;
    padding: 3px 12px;
}

select {
    appearance: none;
    background-image: url("../images/select_arrow.png");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% center;
}

img.add_cart {
    width: 22px;
    position: relative;
    left: -6px;
}

.vdp-datepicker input {
    background-image: url("../images/calendar.png");
    background-repeat: no-repeat;
    background-size: 25px;
    z-index: 0;
    background-position: 97% center;
}

.billing_wrap {
    background-color: #fff;
    border: 2px solid #ebebeb;
    padding: 20px 25px;
}

.card_info .form-control {
    height: 38px !important;
}

.payment_details p {
    font-size: 11px;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.card_info {
    margin-bottom: 20px;
}

.stipe_img {
    margin-bottom: 10px;
}

.customprojects .product-btn .site_btn {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
    font-size: 13px;
    margin-top: 10px;
}

.contract_pending {
    background-color: #fff;
    margin-top: 2px;
    padding: 10px 0;
    border: 1px solid #ebebeb;
}

.category-page .filter_links ul li a {
    padding: 8px 15px;
}

.inner_sub_detail>div:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.quantity input[type="button"] {
    height: 38px;
    width: 38px;
    border-radius: 50px;
    border: 1px solid #c0c0c0;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
}

.table_action:hover {
    color: #000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.quantity input[type="number"] {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: none;
    text-align: center;
    margin: 0 5px;
}

.attachment-holder {
    position: absolute;
    top: 9px;
    left: 16px;
}

.attachment-holder span.label {
    padding: 0 !important;
}

.custom_project_price .product_price {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    min-height: auto;
    position: unset;
}

.projet_desc p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px;
    color: #808080;
}

.customprojects .product_item:hover {
    background-color: #fffbfb;
}

.custom_project_price .product_price span {
    margin-left: 8px;
    color: #808080;
    font-size: 13px;
}

.inviteonly_section {
    margin-bottom: 35px;
}

.send_proposal .site_btn {
    border-color: transparent;
}

.project_head {
    display: flex;
    flex-wrap: wrap;
}

.project_budget {
    margin-left: 25px;
}

.project_head span {
    font-weight: 600;
}

.col-free-bidding a {
    font-weight: 600;
    color: #a2ca28;
    font-size: 14px;
}

.freelancer-bidding-item .col-content-bid a {
    height: auto !important;
    padding: 8px 20px;
    line-height: normal;
    font-size: 12px;
}

.col-free-bidding {
    margin: 0 0 6px;
    display: flex;
    justify-content: space-between;
}

.freelancer-bidding .freelancer-bidding-item:last-child {
    border: none;
}

.project_detail .cover-letter-content p {
    line-height: normal;
    margin-bottom: 0;
}

.bid_attch_byfreelancer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bid_attch_byfreelancer .download_attchment {
    margin-bottom: 12px;
}

.attachments_sec .download_attchment a {
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px 4px;
    border: 1px solid var(--red_color);
    color: var(--red_color);
    border-radius: 50px;
    margin-left: 15px;
    font-size: 11px;
}

.attachments_sec {
    margin: 10px 0 0;
}

.attachments_sec .download_attchment a i {
    float: right;
    margin-top: 4px;
    margin-left: 7px;
}

.col-content-bid a {
    cursor: pointer;
}

.send_proposal.job_contract .modal-dialog {
    max-width: 1000px;
}

.chat_outer button#btn-chat {
    width: 38px;
    padding: 0;
    min-width: auto;
    border-radius: 50px;
}

.job_contract .milestone_section .appart_outer {
    width: 100%;
}

.project_tabs {
    margin-bottom: 25px;
}

.job_contract .input_field label {
    font-size: 16px;
}

.bid_patment_type label {
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 500;
}

.job_contract .bidding_fields h5 {
    margin-bottom: 20px;
}

.bid_patment_type .form-group {
    margin-top: 22px;
}

.bid_prices_col .input_field label {
    flex: 0 0 170px;
}

.bid_prices_col .input_field {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.bid_prices_col .input_field:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.job_contract .custom_check {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    cursor: pointer;
    text-align: left;
}

.job_contract .custom_check label {
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.milestone_section {
    display: flex;
    justify-content: center;
    margin: 20px 0 15px;
    flex-wrap: wrap;
    align-items: center;
}

.milestone_section .add_btn {
    border: 1px solid;
    background-color: transparent;
    height: 38px;
    width: 38px;
    border-radius: 50px;
    font-size: 22px;
    text-align: center;
    order: 1;
}

.appart_outer {
    order: 3;
}

.milestone_section>span {
    width: 100%;
    text-align: center;
    order: 2;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 6px;
    font-weight: 600;
    text-transform: capitalize;
}

.job_contract_info h4 {
    margin-bottom: 10px !important;
}

.job_contract_info {
    border-top: 0;
}

.milestone_section .added_apart {
    width: 100%;
}

.milestone_section .added_apart .vdp-datepicker.form-control {
    border: none;
    padding: 0;
}

.bidder_info {
    display: flex;
    flex-wrap: wrap;
}

.action_item a {
    color: var(--red_color);
    border-radius: 50px;
    padding: 6px 15px;
}

.custom_status {
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 4px;
    cursor: pointer;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-bottom: 0;
    height: 38px;
    line-height: 38px;
}

.working_status {
    background-color: #171a8f;
}

.cancel_status {
    background-color: red;
}

.view-milestones a {
    background-color: #f9634e;
    color: #fff !important;
    cursor: pointer;
    padding: 0;
    border-radius: 50px;
    margin-left: 5px;
    position: relative;
    font-size: 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}

.view-milestones a::before {
    content: "\f06e";
    font-family: "FontAwesome";
    font-size: 14px;
    position: relative;
    top: 2px;
    left: -0.5px;
}

.cancel_status:hover {
    color: #fff;
}

.project_detail .artist_info .site_btn {
    border: none;
    outline: none;
    line-height: normal;
}

.saved_head {
    display: flex;
    align-items: center;
}

.saved_head h2 {
    margin-bottom: 0;
    flex: 1;
}

.order-details table th {
    font-weight: normal;
}

.saved_head .next_btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
}

.saved_head .next_btn i {
    height: 32px;
    width: 32px;
    border: 1px solid #000;
    line-height: 32px;
    margin-left: 6px;
    border-radius: 50px;
    font-size: 12px;
}

.mission_info,
.mission_image {
    margin: 0 -15px;
}

.mission_info {
    height: 100%;
    text-align: center;
    background-color: var(--green_color);
    color: #fff;
    display: flex;
}

.mission_in {
    margin: auto;
    color: #fff;
    padding: 0 130px;
}

.all_addresses .custom_check {
    text-align: left;
}

.all_addresses .added_address {
    margin: 0;
}

.right_product_list .filter_links ul li a:hover {
    color: var(--green_color);
}

.inner_page_wrap .mission_in p {
    color: #fff;
}

.all_addresses .added_address .pmt_check {
    text-align: center;
    position: relative;
    top: 4px;
    display: none;
}

.added_address .custom_check input:checked+.inner_check {
    color: #000;
}

.left_address>span {
    display: block;
    margin-bottom: 6px;
}

.address_text {
    line-height: normal;
    opacity: 0.85;
    width: 100%;
    display: flex;
}

.left_address {
    flex: 0 0 60%;
    max-width: 60%;
}

.address_action {
    text-align: right;
    flex: 0 0 40%;
    max-width: 40%;
}

.address_action .deliver_btn {
    border: 1px solid #a2ca28;
    text-transform: capitalize;
    color: #a2ca28;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    background-color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
}

.inner_page_wrap h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 8px;
    letter-spacing: 0;
}

.edit_del {
    margin-top: 7px;
    display: inline-block;
}

.address_text>span strong {
    font-weight: bold;
}

.address_text i {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #707070;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 7px;
}

.product_content .rqst_rental {
    margin-top: 35px;
}

.auction_product_detail>div:last-child {
    margin-bottom: 0;
}

.added_address .custom_check label {
    width: 100%;
}

.rental_table_wrap {
    margin-top: 70px;
}

.rental_table_wrap .art_table {
    margin: 0;
}

.rental_table_wrap .art_table .site_btn {
    margin: 0 5px;
}

.heading_wrap {
    margin-bottom: 60px;
}

.seller_item {
    background-color: #fff;
    margin: 10px 0;
    padding: 10px 18px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 10px;
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.seller_item i {
    font-size: 20px;
    color: #a2ca29;
    position: absolute;
    top: 12px;
    left: -9px;
    background-color: #fff;
    border-radius: 50px;
}

.project_tabs nav {
    background-color: #fff;
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: #ebebeb;
}

.project_tabs nav a.nav-item {
    border: none;
    background-color: transparent !important;
    text-transform: capitalize;
    font-size: 14px;
    color: #000 !important;
    margin: 0 !important;
    padding: 12px 25px;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.project_tabs nav .nav-tabs {
    border: none;
}

.project_tabs nav a.nav-item.active {
    color: var(--green_color) !important;
}

.project_tabs nav a.nav-item::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: var(--green_color) !important;
    opacity: 0;
    z-index: 9;
}

.project_tabs nav a.nav-item.active::before {
    opacity: 1;
}

.product_description p {
    margin-bottom: 0;
    font-size: 14px;
}

.inner_sub_detail div h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.inner_sub_detail div p {
    font-size: 14px;
    margin-bottom: 0;
    color: #808080;
}

.artist_info>div span {
    font-weight: 400;
    font-size: 14px;
}

.project-employer-since {
    font-size: 14px;
}

.project_detail .artist_info .site_btn i {
    margin-left: 10px;
}

.project_tabs nav a.nav-item i {
    margin-right: 10px;
}

.project_tabs nav a.nav-item i::before {
    margin-left: 0;
    font-size: 22px;
    vertical-align: middle;
}

.attached_row {
    padding: 0 15px;
    margin-top: 10px;
}

.attached_row .cover_attachment {
    flex: 0 0 50%;
    max-width: calc(50% - 5px);
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-radius: 12px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attached_row span.label {
    font-size: 11px;
    width: 180px;
    display: inline-block;
}

.attached_row .cover_attachment:nth-child(2n) {
    margin-right: 0;
}

.close_attach {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    top: 3px;
    line-height: normal;
}

.close_attach button {
    padding: 0;
    background-color: transparent !important;
    line-height: normal;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 12px;
    vertical-align: text-bottom;
}

.cover-letter-content {
    flex: 1;
}

.chat_outer .input-group {
    margin-top: 15px;
    padding: 0 20px;
}

picture.bid_user_img {
    width: 35px;
    height: 35px;
    overflow: hidden;
    flex: 0 0 35px;
    margin-right: 10px;
    border-radius: 50px;
}

.bid_result_action {
    text-align: left;
    flex: 100%;
    max-width: 100%;
    padding-left: 45px;
}

.bid_result_action .col-free-bid {
    margin-bottom: 8px;
}

.inner_sub_detail .detail_head {
    display: flex;
    border: none;
    padding-bottom: 0;
    background-color: #fff2f0;
    padding: 0 30px;
    margin: -25px -30px 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.detail_head>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail_head .product_timline {
    margin-right: 30px;
    border-right: 1px solid #ccc;
    padding-right: 30px;
    letter-spacing: 0;
}

.detail_head label {
    margin-bottom: 0;
    color: #000000;
    text-transform: capitalize;
    font-size: 15px;
    margin-right: 5px;
    font-weight: normal;
}

.detail_head span {
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
}

ul.chat li {
    padding: 8px 15px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
}


/* ul.chat li:hover {
    background-color: #f7f7f7;
} */

ul.chat li p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #808080;
}

ul.chat li .chat-body .header {
    margin-bottom: 5px;
}

.chat_outer {
    border: 2px solid #ebebeb;
    background-color: #ffff;
    padding: 20px 15px;
}

.chat {
    max-height: 300px;
    overflow-y: auto;
}

.chat_outer .input-group .form-control {
    height: 90px;
    margin-right: 25px;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
}

.chater_img {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 10px;
    flex: 0 0 35px;
}

.contact_info_icon i {
    position: relative;
    top: 3px;
}

.chater_img img {
    height: 100%;
    width: 100%;
}

.right_refer_sec h4 {
    margin-bottom: 15px;
    font-size: 16px;
}

.inviteonly_section .multiselect__tag-icon:after {
    color: #fff;
}

.right_refer_sec {
    margin-top: 15px;
}

.right_refer_sec .form_button {
    text-align: left;
    padding: 0;
    margin-left: -5px;
}

.inviteonly_section .multiselect__placeholder {
    margin-bottom: 0;
    padding: 8px 10px;
    vertical-align: middle;
    font-size: 12px;
}

.inviteonly_section .multiselect__tags {
    min-height: 40px;
    padding: 0;
}

.inviteonly_section .multiselect__tags-wrap {
    display: inline-block;
    padding: 5px 6px 0;
}

.inviteonly_section .multiselect__tag {
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f9634e;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: #d03e2a !important;
}

.multiselect__option--highlight {
    background: #f9634e !important;
}

.inv_user_item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.inv_user_item picture {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    overflow: hidden;
}

.inv_user_item picture img {
    width: 100%;
    width: 100%;
    object-fit: cover;
}

.inv_user_item .already_invited {
    opacity: 0.55;
    background-color: #000;
    pointer-events: none;
}

.inv_user_info {
    display: flex;
}

.user_occupation {
    padding-left: 10px;
    font-size: 14px;
}

.inv_detail .occupation {
    margin-bottom: 0;
}

.inv_detail span.occupation strong {
    font-weight: 500;
    text-transform: capitalize;
    color: #808080;
    font-size: 12px;
}

.inv_user_item:last-child {
    border: none;
}

.inv_user_item name {
    font-weight: 600;
    font-size: 14px;
}

.inv_user_item:last-child {
    border: none;
}

.search_user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.search_user .form-group {
    position: relative;
    margin: 0;
    flex: 0 0 60%;
}

.check_to_user label {
    margin: 0;
}

.search_user .form-group input[type="submit"] {
    position: absolute;
    width: 50px;
    top: 0;
    right: 0;
    background-image: url(../images/search_icon.png);
    background-color: #f9634e;
    background-repeat: no-repeat;
    background-position: center;
    border-color: #f9634e;
    font-size: 0;
}

.search_user .form-group input[type="search"] {
    padding-right: 80px;
}

span.clear_search {
    position: absolute;
    top: 8px;
    right: 60px;
    opacity: 0;
}

.search_user .form-group input[type="search"]:focus+span.clear_search {
    opacity: 1;
}

.right_refer_sec .search_user h4 {
    margin-bottom: 0;
    margin-right: 22px;
}

.right_chat {
    flex: 1;
}

.chat_time {
    flex: 0 0 120px;
    text-align: right;
    font-size: 13px;
    color: #808080;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    bottom: -15px;
}

.invite_user i {
    display: none;
}

.check_to_user {
    text-align: right;
}

.check_to_user input:checked+.invite_user {
    background-color: #ababab;
    font-size: 0;
    text-align: center;
}

.check_to_user input:checked+.invite_user::after {
    content: "Deselect";
    color: #fff;
    display: inline-block;
    font-size: 13px;
}

.check_to_user input:checked+.invite_user i {
    display: inline-block;
    font-size: 14px;
}

.check_to_user input:checked+.invite_user:hover {
    background-color: #ababab !important;
}

.check_to_user input {
    display: none;
}

.selected_pln {
    margin-bottom: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 18px;
}

.cardDetails .modal-footer {
    margin-top: 15px;
}

.cardDetails .stipe_img img {
    width: 160px;
}

.cardDetails .modal-header h5 {
    width: 100%;
    text-align: left;
}

.cardDetails .modal-header {
    padding-left: 45px;
    padding-right: 45px;
}

.key_des ul {
    text-align: left;
}

.key_des ul li {
    font-size: 13px;
    display: flex;
    color: #808080;
    line-height: 15px;
    align-items: flex-start;
    margin: 12px 0;
}

.key_des ul li i {
    color: #a2ca27;
    font-size: 12px;
    margin-right: 3px;
    position: relative;
}

.already_sent_bid {
    margin-top: 20px;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.already_sent_bid a.edit_bid {
    position: relative;
    color: #fd634e;
    cursor: pointer;
}

.already_sent_bid a.edit_bid::before {
    content: "\f040";
    font-family: "FontAwesome";
    margin-right: 6px;
}

.pay_auction span {
    display: inline-block !important;
    font-size: 13px !important;
    font-weight: bold;
    margin-left: 10px;
}

.pay_btn {
    background-color: #a2c93a;
    color: #fff;
    border-radius: 50px;
    padding: 3px 0;
    display: inline-block;
    width: 52px;
    cursor: pointer;
}

._vue-flash-msg-body._vue-flash-msg-body_error {
    border: 2px solid #f12222 !important;
    background-color: #fff !important;
}

._vue-flash-msg-body_error._vue-flash-msg-body ._vue-flash-msg-body__content p._vue-flash-msg-body__text {
    color: #f12122 !important;
}


/************search_category************/

.catg_grid {
    margin: 50px 0;
}

.search_catg_item {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 3px 8px -3px #ccc;
    height: calc(100% - 30px);
    box-sizing: border-box;
}

.catg__image img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
    object-position: center;
    min-height: 210px;
}

.search_catg_item h2 {
    font-size: 18px;
    color: #353535;
    padding: 10px;
    margin: 0;
}

.right_product_list .art_table td button.approved {
    padding: 0 10px;
    font-size: 11px;
    height: 27px !important;
}

.category-page>.container>.row {
    width: 100%;
}

.sub_header .site__nav ul li a.router-link-exact-active.router-link-active {
    color: #f9634e;
}

.table_action:hover {
    background-color: var(--red_color);
    border-color: var(--red_color);
}

.sub_header .site__nav ul li a:hover {
    color: #f9634e;
}

.bidding_fields {
    padding: 0;
}

.order-details table th,
.order-details table td {
    font-size: 14px;
}

.order-details h5 {
    text-transform: capitalize;
}

.scroll-fixed-header.is-fixed {
    background-color: #fff;
}

.scroll-fixed-header.is-fixed .nav_header {
    margin: 0;
}

.apply_coupon {
    max-width: 500px;
    margin-top: 20px;
    position: relative;
}

.apply_coupon input[type="submit"] {
    position: absolute;
    max-width: 110px;
    right: 0;
    top: 0;
    background-color: #a2ca27;
    color: #fff;
    font-size: 14px;
    border: none;
}

.apply_coupon input[type="submit"]:hover {
    background-color: #8bb01a;
}

.apply_coupon input.form-control {
    font-size: 14px;
}

.conatct_info_tab {
    display: flex;
    align-items: center;
}

.conatct_info_tab .freelancer_view {
    flex: 1;
    text-align: right;
}

.conatct_info_tab>div:not(.freelancer_view) {
    margin-right: 25px;
}

body ._vue-flash-msg-body {
    border-radius: 0;
}

body ._vue-flash-msg-body ._vue-flash-msg-body__content {
    padding: 10px 20px 10px 50px;
    border: none !important;
    position: relative;
}

body ._vue-flash-msg-body ._vue-flash-msg-body__content p._vue-flash-msg-body__title {
    padding: 0;
}

body ._vue-flash-msg-body ._vue-flash-msg-body__content p._vue-flash-msg-body__text {
    font-size: 15px;
    text-transform: capitalize;
    padding: 0;
    color: #01947a;
    font-weight: bold;
}

body ._vue-flash-msg-body {
    width: auto;
}

ul.alert {
    text-align: center;
}

._vue-flash-msg-body._vue-flash-msg-body_success ._vue-flash-msg-body__content::before {
    color: #2e9cab;
    content: "\f058";
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    font-family: "FontAwesome";
    left: 10px;
    font-size: 26px;
    top: 3px;
    text-align: center;
}

._vue-flash-msg-body._vue-flash-msg-body_success {
    border: 2px solid #01947a !important;
    background-color: #fff !important;
}

._vue-flash-msg-body._vue-flash-msg-body_success:hover {
    background-color: #ffffff;
}

button.navbar-toggler[aria-expanded="true"] i::before {
    content: "\f00d";
}

.freelancerAccept .modal-content .modal-footer button:last-child {
    background-color: transparent;
    color: #a2ca27;
    border: 1px solid #a2ca27;
}

.freelancerAccept .modal-header h5 {
    max-width: 350px;
}

.modal-content {
    max-height: 100vh;
}

.bidding_fields .milestone_section .appart_item .form-group {
    margin-bottom: 6px;
}

.bidding_fields .milestone_section .appart_item .form-group label {
    margin: 0;
}

.bidding_fields .milestone_section .appart_item .form-group textarea {
    height: 106px;
}

.product_details_page {
    width: 100%;
}

.conti_shop {
    float: right;
    width: auto;
    margin-top: 20px;
}

.detail_page button.add_fav.fa-heart-marked i {
    color: red;
}

.login-shop-btn a {
    background: #fd634e;
    color: #fff;
    padding: 8px 17px 8px 18px;
    border-radius: 3px;
    height: 38px;
    float: left;
    display: flex;
    align-items: center;
}

.login-shop-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-shop-btn a i {
    margin-left: 4px;
}

.custom_login_register .login-shop-btn button {
    margin: auto;
}

.login-shop-btn a:hover {
    background: #a2ca28;
}

.related_wrap .product_content .status button.site_btn {
    float: left;
    clear: both;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 5px 10px;
    min-width: 90px;
}

.right_dashboard .right_product_list .art_table table.table td button.site_btn {
    height: auto;
}

.detail_page .highest_bid.auction_range {
    margin-top: 5px;
}

.detail_page .related_wrap .product_content .auction_range {
    float: left;
    width: 100%;
}

.detail_page .star_rate+.prices_range {
    margin-bottom: 0;
}

.inner_sub_detail .product_supplement_materials img {
    /* object-fit: cover; */
}

.related_wrap .product_content .product-btn.already_sent_bid,
.detail_page .product_content .product_actions {
    float: left;
    width: 100%;
}

.our_product_sec .right_product_list .product_item .product-name h2 {
    min-height: 96px;
}

.search_catg_item h2 {
    min-height: 85px;
}

#rentalRequest.send_proposal .modal-dialog .modal-body {
    overflow-y: initial;
}

.buttondisable {
    pointer-events: none;
}

.download_attchment a span {
    display: inline-block;
    width: 130px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cover-letter-content .bid_attch_byfreelancer .download_attchment .download_attachment {
    display: flex;
    align-items: center;
}

.summary_details table tbody {
    display: flex;
    flex-wrap: wrap;
}

.order-received-page table td {
    padding-left: 25px;
}

.close_icon i {
    border: 1px solid;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    border-radius: 50px;
}

.zsiq_theme1 div.zsiq_cnt {
    left: 125px !important;
}

.shipping_notice {
    margin-top: 13px;
    font-size: 13px;
}

@media only screen and (max-width: 1170px) {
    .shop_header .container {
        max-width: 100%;
    }
    .nav_header ul.navbar-nav a {
        font-size: 13px;
    }
    .nav_header ul.navbar-nav a {
        font-size: 13px;
    }
    .right_btn_item {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 980px) {
    .nav_action {
        justify-content: left;
    }
    .nav_header ul.navbar-nav li {
        padding: 5px 0px;
    }
    .header.shop_header {
        padding-top: 15px !important;
    }
    .nav_header {
        margin-top: 15px !important;
    }
    .shop_mobile_menu>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .shop_mobile_menu .mobile_icons {
        display: block;
    }
    .shop_mobile_menu .shop_logo {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        width: 100%;
    }
    .mobile_icons {
        display: flex;
        align-items: center;
    }
    .mobile_icons .shop_search_btn {
        display: none;
    }
    header.shop_header {
        padding-top: 15px !important;
    }
    .right_btn_item {
        margin-left: 15px;
    }
    .right_btn_item:first-child {
        margin-left: 0px;
    }
    .product_item .product-name h2 {
        font-size: 16px;
    }
    .apply_coupon {
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .cart_product_img {
        width: 30px;
        height: 30px;
    }
    .shop_banner .shop_banner_text {
        padding-left: 6%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .billing_wrap {
        padding: 20px 15px;
    }
    .cart-page .cartlist_content table.table tr th,
    .wishlist_content table tr th,
    .shipping_info table thead th {
        padding: 10px 15px !important;
        font-size: 14px;
    }
    .our_product_sec .right_product_list .product_item .product-name h2 {
        min-height: auto;
    }
    .apply_coupon {
        margin-top: 70px;
    }
    .common_address .form-group {
        margin-bottom: 0;
    }
    .common_address .form-group>div {
        margin-bottom: 15px;
        padding: 0;
    }
    .saved_head {
        margin-bottom: 15px;
    }
    .cart-page .cartlist_content table.table tr td,
    .cart-page .cartlist_content table.table tr th,
    .wishlist_content table tr th,
    .wishlist_content table tr td {
        padding: 10px 15px;
        font-size: 13px;
    }
    .checkout-process h2 {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 5px;
    }
    .checkbox_sidebar {
        padding: 15px;
        position: static;
        margin-top: 15px;
    }
    .cart_total {
        margin-top: 20px;
    }
    .site_btn {
        height: 38px;
        line-height: 38px;
        padding: 0 12px;
        letter-spacing: 0;
        font-size: 14px;
        min-width: 80px;
    }
    .cart-page .checkout_proces {
        width: 100%;
    }
    .inner_total {
        width: 100%;
    }
    .cart-page table th,
    .cart-page table td {
        padding: 8px 15px;
        font-size: 14px;
    }
    .cart-page .checkout_proces h2 {
        font-size: 14px;
        padding: 10px 15px;
    }
    .custom_account .card .card-header {
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 6px;
    }
    .cart-page .col-md-12>a {
        display: none;
    }
    .my_account,
    .custom_account {
        margin: 20px 0 50px;
    }
    .cartlist_content[data-v-4e437c4e],
    .wishlist_content[data-v-4e437c4e],
    .sub-dropdown-menu[data-v-4e437c4e] {
        right: auto;
        width: 220px;
        left: 0;
    }
    .cart_dropdown_heading h2 {
        font-size: 13px !important;
        flex: 1;
    }
    a.cart-btn {
        font-size: 10px;
        padding: 0 8px;
    }
    .send_proposal {
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 15px;
    }
    .send_proposal .modal-dialog .modal-body {
        padding: 0;
    }
    .auction_product_detail {
        margin-top: 20px;
    }
    .product_content {
        margin-top: 20px;
    }
    .detail_page .product_content .status {
        display: inline-block;
        margin: 0;
    }
    .sale_catg {
        padding: 15px;
    }
    .shop_banner {
        margin-bottom: 30px;
    }
    .shop_banner .shop_banner_image {
        height: auto;
    }
    .sale_btn {
        margin-top: 0px;
    }
    .shop_banner .shop_banner_text h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .right_btn_item {
        margin-left: 0;
        padding: 6px 10px;
    }
    .right_btn_item img {
        height: 13px;
    }
    .right_btn_item span {
        margin-left: 0;
        font-size: 12px;
        font-weight: 500;
        line-height: normal;
    }
    .header_right_btn .right_btn_item i {
        font-size: 10px;
        width: 100%;
        text-align: center;
    }
    .header_right_btn {
        justify-content: space-between;
    }
    .search_filter form {
        box-shadow: 0px 0px 7px -4px #ccc;
    }
    .search_filter form .search_catg {
        flex: 0 0 40px;
        max-width: 40px;
    }
    .product_item {
        height: auto;
        padding-bottom: 52px;
    }
    .product_item h2 {
        margin-top: 12px;
    }
    .search_filter form .form-control {
        height: 40px;
        font-size: 12px;
    }
    .nav_action {
        margin-bottom: 10px;
        border: none;
    }
    .nav_action .action_item {
        flex: 1 1 auto;
    }
    .nav_action .action_item select {
        width: 100%;
        padding: 8px 15px;
        background-position: 88%;
        color: #808080;
        font-size: 13px;
    }
    .shop_catg_section {
        padding: 8px 15px;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .shop_catg_section span {
        color: #fff;
    }
    .shop_catg_section i {
        color: #fff;
        font-size: 16px;
    }
    .nav_header {
        margin-top: 0 !important;
    }
    .nav_header ul.navbar-nav li a {
        color: #808080;
    }
    .shop_caption {
        width: 100%;
    }
    .sale_catg {
        height: auto;
        margin-bottom: 30px;
    }
    .shop_catg_item {
        height: auto;
        margin-bottom: 30px;
    }
    .mid_art,
    .mid_art img {
        width: 100%;
        height: auto;
    }
    .filter_links ul {
        padding: 10px 15px;
    }
    .filter_links ul li a {
        padding: 6px 0;
        font-size: 13px;
    }
    .right_product_list {
        margin-top: 15px;
    }
    section.our_product_sec {
        padding-top: 0px;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .sale_img {
        margin: 0 auto 15px;
    }
    .sale_catg h2 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .left_cat ul li {
        padding: 6px 10px;
        border-left: 2px solid transparent;
    }
    .detail_page .other_view .row {
        margin: 0;
    }
    .detail_page .other_view .row>div {
        flex: 1;
        padding: 0 5px !important;
    }
}

@media only screen and (max-width: 620px) {
    .search_filter {
        margin-bottom: 10px;
    }
    .shop_mobile_menu .col-auto {
        width: 100%;
    }
    .shop_mobile_menu .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search_filter {
        display: none;
    }
    .show_filter {
        display: block;
    }
    .mobile_icons .shop_search_btn {
        display: inline-block;
    }
    .cart-page .cartlist_content table {
        min-width: 620px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .header_right_btn {
        flex-wrap: wrap;
    }
    .shop_caption h2 {
        font-size: 1.2rem;
    }
    .right_btn_item {
        padding: 6px 0px;
    }
}

@media only screen and (max-width: 624px) {
    .related_product .vhl-item {
        padding: 0px 10px !important;
    }
}

@media only screen and (max-width: 825px) {
    .quantity strong {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .wishlist_content {
        overflow-x: auto;
        overflow-y: hidden;
    }
    .wishlist_content table {
        min-width: 620px;
        margin-bottom: 0px;
    }
    .customprojects .product_item {
        margin-bottom: 20px;
    }
}

.left_profile_img picture {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 6px;
}

.left_profile_img picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}