* {
    margin: 0px;
    padding: 0px;
}

body ol,
body ul,
body li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body a {
    text-decoration: none;
    transition: 0.2s;
}

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

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 500;
}

body h1 {
    font-size: 45px;
    margin: 0;
    line-height: 50px;
}

body h2 {
    font-size: 38px;
    margin: 0;
    line-height: 45px;
    font-weight: 600;
    color: #0c8281;
}

body h3 {
    font-size: 32px;
    margin: 0;
    line-height: 38px;
}

body h4 {
    font-size: 30px;
    margin: 0;
    line-height: 30px;
}

body h5 {
    font-size: 25px;
    margin: 0;
}

body h6 {
    font-size: 22px;
    margin: 0;
    line-height: 28px;
}

body p {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

body input:focus {
    outline: none;
}

body select:focus {
    outline: none;
}

body textarea:focus {
    outline: none;
}

body b {
    font-weight: bold;
}

button:focus {
    outline: none !important;
}

header.header {
    background: #fff;
    padding-top: 50px;
}

.header .fixed_nav {
    position: fixed !important;
    left: -250px;
    width: 250px !important;
    height: 100% !important;
    top: 0;
    background: #3025dc;
    transition: 0.5s;
}

.header .fixed_nav.show {
    left: 0;
}

.close_menu {
    text-align: right;
    padding: 7px 6px;
    z-index: 9;
    position: relative;
}

.close_menu button.navbar-toggler {
    color: #fff;
    font-size: 27px;
    -webkit-text-stroke: 2px #1d1684;
}

.header .fixed_nav .dark-blue-bg {
    position: relative;
    z-index: 9;
    background: transparent !important;
}

.header .fixed_nav ul li a:hover {
    color: #b9b7b7 !important;
}

.header .fixed_nav:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    opacity: 0;
    display: none;
    left: 0;
}

.menu_listing ul li .dropdown {
    position: relative;
	line-height: 40px;
}

.find {
    color: #3025dc;
}

.search_header .site-logo a.navbar-brand {
    height: inherit;
}

.header .fixed_nav.show:after {
    opacity: 1;
    display: block;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/togle-blue.png) !important;
    background-size: 25px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border: none !important;
}

.header-top {
    padding-top: 58px;
    padding-bottom: 55px;
}
.background_color {
    width: 35px;
    height: 35px;
    border-radius: 25px;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.buy-btn-view {
    width: 83%;
    text-align: right;
}
.buy-btn-heart {
	   width: 20% !important;
}
.remove_coupon {
    color: red;
}

.dis_amount {
    padding-left: 125px;
}

.navbar-brand h1 {
    color: #3025dc !important;
    font-size: 26px;
    font-weight: 600;
}

.reg-form {
    width: 500px;
    margin: 0 auto;
}

.tracking .card-header {
    padding: 0px;
}

.seller_text {
    color: #bb83df;
}

.user_review_form form#review_form {
    width: 500px;
    padding: 30px 50px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.user_review_form form#review_form button:hover {
    background: #3025dc;
    color: #fff;
}

.user_review_form form#review_form button {
    color: #3025dc;
    border: 1px solid #3025dc;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 17px;
    background: none;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.user_report_form form#report_form {
    width: 500px;
    padding: 30px 50px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.user_report_form form#report_form button:hover {
    background: #3025dc;
    color: #fff;
}

.user_report_form form#report_form button {
    color: #3025dc;
    border: 1px solid #3025dc;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 17px;
    background: none;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.reg-head {
    margin-top: 100px;
}

.search-sec form.search-field input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
    border-radius: 30px !important;
    margin-bottom: 40px;
    color: #3025dc;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 4px 10px #ddd;
}

.featured_image img {
    height: 646px;
}

.gallery_img img {
    height: 100px;
    width: 100%;
}

.related_img img {
    height: 300px;
}

.cart_blue {
    color: #3025e3;
}

.search-sec form.search-field input[type="text"]::placeholder {
    color: #3025dc !important;
}

.form-buttons ul {
    list-style: none;
    text-align: center;
}

.form-buttons ul li {
    display: inline-block;
}

.form-buttons ul li a {
    color: #3025dc;
    border: 1px solid #3025dc;
    padding: 6px 10px;
    border-radius: 6px;
    margin-right: 9px;
    font-size: 20px;
}

.dark-blue-bg {
    background-color: #3025dc!important;
}

.dark-blue-bg h4 {
    margin-bottom: 10px;
}

.error {
    color: red;
}

div#navbarToggleExternalContent {
    position: absolute;
    width: 97.4%;
    box-sizing: border-box;
    z-index: 999;
}

.header div#navbarToggleExternalContent ul {
    list-style: none;
}

.header div#navbarToggleExternalContent ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 12px;
}

.account-list ul li a.list_active {
    background: #3025dc;
}

form.search-field {
    position: relative;
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
}

form.search-field span {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 9px;
}

form.search-field span i {
    font-size: 14px;
    margin-right: 5px;
    color: #3d6deb;
}

form.search-field span a {
    color: #3025dc !important;
    font-weight: 600;
    font-size: 14px;
}

.form-buttons {
    margin-top: 30px;
}

.search_field input {
    width: 100%;
    border: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 2px 30px 2px 0;
}

.search_field input::placeholder {
    color: #999;
}

.search_field {
    border-left: 1px solid rgba(0, 0, 0, 0.075);
    padding-left: 20px;
    margin-left: 25px;
}

header.search_header .site-logo h1 {
    line-height: 27px;
}

.search_field .form_group {
    position: relative;
}

.search_field .form_group button {
    position: absolute;
    right: 8px;
    border: none;
    background: transparent;
    top: 2px;
    cursor: pointer;
}

.menu_listing ul {
    text-align: right;
}

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

.menu_listing ul li a.active {
    color: #3025dc !important;
}

.menu_listing ul li a {
    display: inline-block;
    padding: 0 13px;
    color: #a9a9a9 !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-right: 1px solid rgba(0, 0, 0, 0.075);
}

.menu_listing ul li a:hover {
    color: #3025dc !important;
}

.menu_listing .dropbtn:hover {
    color: #3025dc !important;
}

.menu_listing ul li:last-child a {
    border-right: none;
    padding-right: 0px;
}

header.search_header {
    padding: 0px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    position: fixed;
    z-index: 9;
    width: 100%;
    background: #fff;
    top: 0;
}

.search_page {
    position: relative;
}

.search_page .cart-main {
    margin-top: 62px;
}

.search_filter {
    padding: 22px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search_page .search_filter {
    position: sticky;
    top: 86px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 -26px 0px #fff !important;
    display: flex !important;
    padding: 0 20px 20px !important;
    margin-bottom: 23px !important;
}

.search_filter .tag_location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 15px;
}

.search_filter .tag_category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 15px;
}

.search_filter .tag_filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.search_filter select {
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    padding: 9px 2px;
    color: #a9a9a9;
    letter-spacing: 0.2px;
}

.search_map {
    width: 100%;
    height: 100%;
    /*  position: fixed !important;

    overflow: hidden; */
}

.custom_index {
    margin: 100px 0;
}

.filter_result {
    /* background: #f5f5f5;

    padding: 20px 15px;

    min-height: 500px;

    height: 250px;

    overflow-y: scroll;*/
}

.filter_result {
    background: #f5f5f5;
    padding: 20px 15px;
    min-height: 494px;
    height: calc(100vh - 238px);
    overflow-y: scroll;
}

.filter_result .list_item .item_img img {
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #ccc;
    object-fit: contain;
    padding: 0px 0;
}

.filter_result .list_item .item_img {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    position: relative;
}

.filter_result .list_item .item_description {
    background: #fff;
    padding: 15px;
}

.filter_result .list_item .item_description h3 {
    font-size: 23px;
    color: #3025dc;
    line-height: 23px;
    font-weight: 600;
}

.filter_result .list_item .item_description p {
    color: #000;
    margin: 0;
    letter-spacing: 0.2px;
    font-size: 15px;
    font-weight: 300;
    padding: 12px 0 16px;
    line-height: 19px;
}


.filter_result .list_item .price {
    position: absolute;
    top: 0px;
    left: 0;
}

.filter_result .list_item .price span {
    background: #3025dc;
    color: #fff;
    padding: 5px 9px;
    border-radius: 5px 0 0 0;

    width: 86px !important;
    display: inline-block;
    text-align: center;
}

.img-content {
    position: absolute;
    bottom: 0;
    left: 5px;
}

.img-content p {
    color: #fff;
}

.reg-form-main form {
    width: 500px;
    height: 432px;
    margin: 0px auto;
    padding: 50px 30px 40px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    background-position: center;
}

.card_section {
    margin-bottom: 75px;
    margin-top: 50px;
}

.reg-form-main form h3.form-title {
    margin-bottom: 20px !important;
    color: #3025dc !important;
    font-weight: 500 !important;
    font-size: 20px;
    cursor: pointer;
}

.already_account {
    float: left;
    color: blue;
    font-size: 13px;
}

.already_account_reg {
    color: blue;
    font-size: 13px;
}

.forget_account {
    float: right;
    color: blue;
    font-size: 13px;
}

.reg-form-main form span.btn {
    color: #3025dc !important;
    border: 1px solid #3025dc !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-size: 17px;
    background: none !important;
    width: 150px;
}

.reg-form-main form span.btn:hover {
    background: #3025dc !important;
    color: #fff !important;
}

.reg-form-main {
    background: #f5f5f5;
    padding: 10px 0;
    position: relative;
}

.sidespace {
    margin-top: 60px;
}

.reg-form-main form .form-group input {
    background: none !important;
    padding: 12px 12px !important;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ced4da;
    border-radius: 4px !important;
}

.payment_method_form {
    display: none;
}

.reg-form-main form .form-group label {
    text-align: left;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.reg-form-main form button.btn {
    color: #3025dc !important;
    border: 1px solid #3025dc !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-size: 17px;
    background: none !important;
    width: 150px;
}

.reg-form-main form button.btn:hover {
    background: #3025dc !important;
    color: #fff !important;
}

.reg-form-main form .form-actions {
    margin-top: 30px;
    width: 100%;
}

.copyright {
    text-align: center;
    background: #3025dc;
    color: #fff;
    padding: 20px 0;
    font-weight: 600;
    z-index: 99;
}

.related_product_on .related-product-slider {
    padding: 0 15px;
}

.related_product_on .slick-prev:before {
    background-image: url(../images/arrows-left.png);
}

.related_product_on .slick-next:before {
    background-image: url(../images/arrows-right.png);
    background-position: right;
}

.related_product_on .slick-arrow:before {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: -15px;
}

.active_reg_form {
    color: blue;
}

.pro_rel_gallery .slick-prev:before {
    background-image: url(../images/arrows-left.png);
}

.pro_rel_gallery .slick-next:before {
    background-image: url(../images/arrows-right.png);
    background-position: right;
}

.pro_rel_gallery .slick-arrow:before {
    content: "";
    height: 25px;
    width: 25px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: -15px;
}

.product_right h5 {
    margin-bottom: 15px;
    color: #3025dc;
    border-bottom: none;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 38px;
    line-height: 32px;
}


/* .product_right h5 span { */


/* border-bottom: 3px solid #3025dc; */


/* bottom: -2px; */


/* padding: 0px 0 9px; */


/* margin-bottom: 20px; */


/* font-weight: 600; */


/* } */

.product_right p strong {
    font-size: 18px;
    display: block;
}

.product_right p.price {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

.product_right label {
    color: #000;
    padding: 10px 0 0px;
    font-weight: 600;
    margin-bottom: 0px;
}

.product_right p.description {
    color: #212529;
    font-size: 17px;
    margin-bottom: 10px;
}

.product_right p.description {
    color: #212529;
    font-size: 14px;
    margin-bottom: 22px;
    line-height: 20px;
}

.product_right tr td {
    color: #212529;
    font-size: 20px;
    margin-bottom: 10px;
    border: none;
}

.product_right tr td .number-input button {
    display: none;
}

.product_right tr td input.quantity {
    color: #000000;
    border: 1px solid #000000;
    padding: 3px 4px 3px 11px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    width: 45px;
}

.product_right button.btn-primary {
    color: #3025dc;
    border: 1px solid #3025dc;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 16px;
    background: none !important;
    width: 35%;
    height: 40px;
    box-shadow: none !important;
    display: none;
}

.product_right button.btn-light {
    width: 35%;
    background: #FFF !important;
    color: #3025e3;
    padding: 10px 0;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: none !important;
    height: 40px;
    border: 1px solid #3025dc;
    margin: 0px;
    line-height: 18px;
}

.product_right button.btn-light:hover {
    border: 1px solid #3025dc;
    background: #3025e3 !important;
    color: #fff;
}

.account-list ul li.list_active a {
    background: #3025dc !important;
}

.member_since {
    font-size: 13px;
    color: var(--text_black_color);
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: Barlow, sans-serif;
    background-color: #f3f3f3;
}

.rel-pro {
    padding-bottom: 40px;
}

.rel-pro h4 {
    text-transform: uppercase !important;
}

.product_right tr {
    width: 13%;
    float: left;
    margin-top: 0;
}

.product_right tr td {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: #000000;
}

.search_field .form_group button i.fas.fa-search {
    color: #3625dc;
}

.search_filter select {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ced4da !important;
    padding: 8px 3px;
    color: #7c848b;
    letter-spacing: 0.2px;
    border-radius: 0.25rem;
}

.location_card .location_mark i {
    color: #3025dc !important;
}

.location_card .location_mark {
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.cart_list ul li i {
    color: #3025dc !important;
}

.cart_list ul li a {
    font-size: 15px;
    color: #000 !important;
}

.cart_list ul li span {
    font-size: 15px;
    color: #000 !important;
}

.cart_list ul li {
    font-size: 15px;
    color: #000 !important;
}

.cart_list ul li a:hover {
    color: #3025dc !important;
}

.cart_list ul li:hover span {
    color: #3025dc !important;
}

.cart_list ul li:hover {
    color: #3025dc !important;
}

.featured_image img {
    height: 646px;
    width: 100%;
}

.rel_pro_gallery_img img.img-fluid.featured_image_change {
    width: 100%;
}

table.table-sm td,
table.table-sm th {
    padding-top: 2px !Important;
    padding-bottom: .6rem;
}

.related_img h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 4px;
    color: #3025dc !important;
}

.view-cart-main .table-responsive tbody tr th {
    border-bottom: 1px solid #ccc !important;
}

.view-cart-main .table-responsive tbody tr td {
    border-bottom: 1px solid #ccc !important;
}

.cart-bottom a.btn {
    color: #3025dc;
    border: 1px solid #3025dc;
    padding: 15px 10px;
    border-radius: 6px;
    font-size: 17px;
    background: #fff !important;
    width: 350px;
    display: inline-block;
    box-shadow: none;
}

.user_form {
    position: relative;
}

.user_form form#login_form {
    width: 500px;
    padding: 20px 20px 20px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.user_form form#login_form label {
    text-align: left;
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.user_form form#login_form input {
    background: none !important;
    padding: 12px 12px !important;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ced4da;
    border-radius: 4px !important;
    margin-top: 0px;
    margin-bottom: 20px;
}

.user_form form#login_form button#login_user {
    color: #3025dc !important;
    border: 1px solid #3025dc !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-size: 17px;
    background: none !important;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.user_form form#login_form button#login_user:hover {
    background: #3025dc !important;
    color: #fff !important;
}

.user_form form#login_form button.cancelbtn {
    margin-top: -2px;
    background: red;
    padding: 2px 2px;
    font-size: 16px;
    width: 29%;
    color: white;
    float: right;
}

.user_form form#login_form h3.form-title {
    margin-bottom: 20px !important;
    color: #3025dc !important;
    font-weight: 500 !important;
    font-size: 20px;
    text-align: center;
}

.cart-bottom a.btn:hover {
    background: #3025dc !important;
    color: #fff;
}

.user_register_form {
    position: relative;
}

.user_register_form form#register_form {
    width: 500px;
    padding: 30px 50px 30px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    box-shadow: 0 6px 15px rgb(0 0 0 / 16%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.user_register_form form#register_form label {
    text-align: left;
    color: black;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.user_register_form form#register_form input {
    background: none !important;
    padding: 12px 12px !important;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ced4da;
    border-radius: 4px !important;
    margin-top: 0px;
    margin-bottom: 20px;
}

.user_register_form form#register_form button#add_user {
    color: #3025dc !important;
    border: 1px solid #3025dc !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    font-size: 17px;
    background: none !important;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 41px;
}

.user_register_form form#register_form .register {
    font-size: 16px;
    background: #ffbc00;
    padding: 2px 6px;
    color: white;
}

.user_register_form form#register_form .register a {
    color: white;
}

.user_register_form form#register_form button#add_user:hover {
    background: #3025dc !important;
    color: #fff !important;
    cursor: pointer;
}

.user_register_form form#register_form button.cancelbtn {
    background: red;
    padding: 5px 10px;
    font-size: 13px;
    width: 29%;
    color: white;
    float: right;
    cursor: pointer;
}

.login_right {
    float: left;
}

.user_register_form form#register_form h3.form-title {
    margin-bottom: 20px !important;
    color: #3025dc !important;
    font-weight: 500 !important;
    font-size: 20px;
    text-align: center;
}

.view-cart-main {
    margin-top: 60px;
}

span.active_seller.active_reg_form {
    color: white;
    background: #7a75c7;
    padding: 5px 20px;
    border-radius: 18px;
    box-shadow: 0 0 2px #888;
}

span.active_customer.active_reg_form {
    color: white;
    background: #7a75c7;
    padding: 5px 20px;
    border-radius: 18px;
    box-shadow: 0 0 2px #888;
}

.account-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.account-name h4 {
    color: #3025dc;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.sidespace {
    margin: 60px 0;
    text-align: center;
}

.account-main .reg-form-main form {
    width: 100%;
    padding: 50px 15px 40px;
    height: 640px;
}

section.account-main {
    padding: 80px 0px 40px;
    background: whitesmoke;
}

section.account-main-address .content.reg-form-main {
    height: auto !important;
}

.account-name {
    margin: 20px 0;
}

.account-list ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 0;
    display: inline-block;
    background: #b1b1b5;
    margin-bottom: 5px;
    width: 100%;
}

.account-list ul li a:hover {
    background: #3025dc;
}

.account-main .reg-form-main form .form-group {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.account-main .reg-form-main form .form-group-full {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.form-group-full label {
    text-align: left;
    display: block;
}

.account-main .reg-form-main form h3 {
    text-align: left;
    background: none;
}

.account-main .reg-form-main form h3 span {
    background: no-repeat;
    border: none;
    box-shadow: none;
    color: #3025dd;
}

.empty_cart {
    font-size: 22px;
}

.menu_listing .dropdown-content a {
    color: #a9a9a9 !important;
    line-height: 10px;
}

.menu_listing .dropdown-content {
    background-color: #3025dc;
}

.menu_listing .dropbtn {
    /*  padding: 16px 13px; */
}

.search_field .form_group {
    padding-top: 16px;
}

.site-logo {
    padding-top: 16px;
}

.search_field .form_group button {
    top: 20px;
}

.menu_listing .dropdown-content {
    width: 150px;
}

.account-main .wrapper {
    overflow: hidden;
    margin-top: 0px !important;
}

.account-main .sidespace {
    position: sticky;
    top: 70px;
}

.account-main .wrapper .table-wrapper {
    margin-top: 60px !important;
}


/* 21-5-21 */

header.search_header {
    padding: 15px 15px;
}

header.search_header .site-logo {
    padding-top: 0px;
}

header.search_header .search_field .form_group {
    padding-top: 0;
    border-bottom: 1px solid #ced4da;
}

header.search_header .search_field .form_group button {
    top: 2px;
}

.reg-form-main form .alert {
    position: relative;
    padding: 5px 1rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.reg-form-main form .alert p {
    margin: 0;
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 400;
}

.reg-form-main form {
    padding: 22px 30px 20px;
    height: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reg-form-main .register_form form {
    height: 480px;
}


/* Full-width input fields */

.login_input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/* Set a style for all buttons */

.user_register_form,
.user_form button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.user_register_form,
.user_form button:hover {
    opacity: 0.8;
}


/* Extra styles for the cancel button */

.user_register_form,
.user_form .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


/* Center the image and position the close button */

.user_register_form,
.user_form .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.show_more {
    color: blue;
    cursor: pointer;
}

.user_register_form,
.user_form .container {
    padding: 16px;
}

.user_register_form,
.user_form span.psw {
    float: left;
    padding-top: 0;
    margin-right: 20px;
}

.user_register_form,
.user_form span.psw a#registeration_form {
    font-size: 16px;
    background: #ffbc00;
    padding: 5px 10px;
    width: 29%;
    color: white;
}

.user_form form#login_form label b {
    color: #212121;
}


/* The Modal (background) */

.user_register_form,
.user_form .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;
}


/* The Close Button (x) */

.user_register_form,
.user_form .modal-content .close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.user_register_form,
.user_form .modal-content,
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.login_status_icon {
    color: #28a745;
}

.cancelbtn {
    width: 100%;
}

.show-order table tr th {
    font-weight: 600 !important;
}


/* 25-6-21 */

.search_page .search_filter {
    margin-bottom: 20px !important;
}


/* body .search_page .search_filter { */


/* padding: 0px 30px 22px !important; */


/* border-bottom: 1px solid rgba(0, 0, 0, 0.075); */


/* display: -webkit-box; */


/* display: -ms-flexbox; */


/* display: flex; */


/* -ms-flex-wrap: wrap; */


/* flex-wrap: wrap; */


/* margin-bottom: 20px !important; */


/* } */

header.search_header .search_field .form_group input {
    width: 100%;
    border: none;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 2px 30px 2px 0;
    margin: 0px;
}

.search_page.cntct-sec {
    padding-top: 40px;
    margin-top: 50px;
    padding-bottom: 40px;
}

.cntct-sec img {
    height: 380px;
    width: 150px;
    object-fit: cover;
}

.cntct-sec .cntct-sec-head {
    padding-bottom: 30px;
}

.abt-main-sec {
    padding-top: 40px;
}

.abt-main-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main_docs_section .abt-main-sec {
    background-color: white;
}

.abt-main-sec h2 {
    padding-bottom: 30px;
    color: #3025e3;
}

.abt-main-sec .card .container {
    padding: 20px;
}

.abt-main-sec .card .container h2 {
    padding-bottom: 0px;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 35px;
}

.abt-main-sec .card .container p .button {
    margin-top: 20px;
    text-transform: uppercase;
}

.cntct-sec form .half-form {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.cntct-sec form .full-form {
    width: 100%;
    float: left;
    padding: 0 10px;
}

.cntct-sec form .full-form-btn {
    float: left;
    padding: 0 10px;
}

.cntct-sec form .full-form textarea#subject {
    height: 100px !important;
    font-size: 13px;
}

.cntct-sec form label {
    margin-bottom: 0px;
    font-size: 14px;
}

.cntct-sec form input {
    font-size: 13px;
}

.cntct-sec form select {
    font-size: 13px;
}

.cntct-sec form .full-form-btn input[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}

.rel-pro ul.slick-dots {
    display: none;
}

.single_product_section {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 600px;
}

.search-modal .single-product {
    background: #fff !important;
    padding: 40px 20px;
    box-shadow: 0px 0px 9px #232121;
    position: relative;
    margin-bottom: 0px !important;
    padding-bottom: 30px;
    background: #f9f9f9;
    height: 700px;
}

.search-modal .single-product p.single_price {
    color: #3025dc;
}

span.cross_icon {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}

.search-modal .product_right h5 {
    font-size: 20px;
}

.search-modal .product_right button.btn-light {
    width: auto;
    padding: 10px 10px;
    font-size: 13px;
}

.search-modal table {
    margin-top: 20px;
}

.search-modal table tr {
    width: 23%;
    float: left;
    margin-top: 0;
}

.search-modal .featured_image img {
    height: 300px;
    width: 100%;
    object-fit: contain;
    box-shadow: none;
}

span.cross_icon:hover i {
    color: #e7434d;
}

.search-modal .product-gallery figure {
    box-shadow: none !important;
}

.activedef {
    background: #157ed2;
    padding: 15px;
    color: #eee;
    border-bottom: 1px solid #eee;
}

.card-body {
    padding: 15px;
    position: relative;
}

.card-body .user-btn button {
    width: 50px !important;
}

.card-body .user-btn button.btn-info {
    background: #108bea !important;
    border: 0 !important;
    transition: 1s !important;
    padding: 4px 10px !important;
    color: #fff !important;
}

.card-body .user-btn {
    text-align: right;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    right: 10px;
}

.card-body .user-btn button.btn-info i.far.fa-edit {
    font-size: 16px;
}

.card-body .user-btn button.btn.btn-danger.btn-sm {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    padding: 4px 10px !important;
}

.reg-form-main .card {
    margin-top: 18px;
    position: relative;
    max-width: 600px;
    height: 320px;
    background: var(--background_white_bg_color);
    margin-bottom: 10px;
}

body {
    position: relative;
}

.activedef h5 {
    text-transform: capitalize;
}


/* 14-9-2021 */

.review-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    height: 490px;
    overflow-y: scroll;
    box-shadow: 0px 0px 9px #272727;
    background: #fff;
    width: 650px
}

section.review-listing-main {
    background: #fff !important;
    padding: 40px 0px;
    /* box-shadow: 0px 0px 9px #232121; */
    position: relative;
    margin-bottom: 0px !important;
    padding-bottom: 30px;
    background: #f9f9f9;
}

.review-listing-main .card {
    background: no-repeat;
    padding: 0;
    border: none;
    margin: 20px 0 20px 0;
    /* padding: 20px 30px; */
}

.single-review {
    padding: 20px 30px;
}

.rating-sec {
    padding: 20px 30px;
}

.review-listing-main .card .col-md-4.d-flex.p-0.flex-column {
    text-align: center;
}

.review-btn {
    border: 0px;
    color: #000;
    background: none;
    padding: 5px 10px;
    text-transform: capitalize;
}

.review-btn:hover {
    background: #eaeaea;
}

.active_review {
    background: #d0d0d0;
}

.submit-review-btn {
    border: 0px;
    color: #000;
    background: none;
    padding: 5px 10px;
    text-transform: capitalize;
}

.submit-review-btn:hover {
    background: #eaeaea;
}

.user_review_form .review-submit-main .review-btn.click_review {
    border: none !important;
    float: left;
    margin: 0 5px 0 0px !important;
    color: #000 !important;
    padding: 5px 10px !important;
    width: 20% !important;
    border-radius: 0px !important;
    font-size: 16px !important;
}

.user_review_form .review-submit-main .active_review {
    background: #d0d0d0 !important;
}

.user_review_form .review-submit-main .review-btn.click_review:hover {
    background: #eaeaea !important;
}

.active_review {
    background: #d0d0d0;
}

.user_review_form .review-submit-main .submit-review-btn.click_review {
    margin: 0px !important;
    border: none !important;
    float: left;
    margin: 0px !important;
    color: #000 !important;
    padding: 5px 10px !important;
    width: 20% !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    width: 40% !important;
}

.user_review_form .review-submit-main .submit-review-btn.click_review:hover {
    background: #eaeaea !important;
}

.morecontent span {
    display: none;
}

.rating {
    justify-content: center;
    float: left;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 5vw;
    color: #FFD600;
    cursor: pointer;
    float: right;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}


/* .rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}  */

.rating>input:checked~label:before,
.rating:not(:checked)>label:hover:before,
.rating:not(:checked)>label:hover~label:before {
    opacity: 1
}

.rating>input:checked+label:hover:before,
.rating>input:checked~label:hover:before,
.rating>label:hover~input:checked~label:before,
.rating>input:checked~label:hover~label:before {
    opacity: 1
}

.rating label.selected {
    opacity: 1 !important;
}

.card {
    border-radius: 5px;
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.rating-box {
    width: 130px;
    height: 130px;
    margin: 0 70px;
    background-color: #FBC02D;
    color: #fff;
    text-align: center;
}

.rating label.selected:before {
    opacity: 1 !important;
}

.rating-label {
    font-weight: bold
}

.rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px
}

.bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px
}

.bar-5 {
    width: 70%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-4 {
    width: 30%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-3 {
    width: 20%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-2 {
    width: 10%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

.bar-1 {
    width: 0%;
    height: 13px;
    background-color: #FBC02D;
    border-radius: 20px
}

td {
    padding-bottom: 10px
}

.star-active {
    color: #FBC02D;
}

.all_total_rating_star span.fa.fa-star {
    margin: 10px 0px;
}

.star-active:hover {
    color: #F9A825;
    cursor: pointer
}

.star-inactive {
    color: #CFD8DC;
    margin-top: 10px;
    margin-bottom: 10px
}

.blue-text {
    color: #0091EA
}

.content {
    font-size: 16px
}

.profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 30px;
    object-fit: cover;
}

.review-listing-main .card h3 {
    font-size: 22px;
}

.review-listing-main .card p.text-muted {
    font-size: 15px;
}

.review-listing-main .card h4 {
    font-size: 20px;
}

.review-listing-main .card .single-review h4 {
    margin: 0px !important;
    padding: 0 0 0 110px;
}

.review-listing-main .card .single-review p.content {
    padding: 5px 0 20px 110px;
    font-size: 14px;
}

.review-listing-main .card .single-review p.text-left span.fa.fa-star {
    margin: 2px !important;
}

.total_ratings_reviwes {
    padding-top: 30px;
}

.submit-cancel-main .add_review {
    width: 30% !important;
    margin: 0 110px 0 0px !important;
    float: left !important;
}

.submit-cancel-main span.cancel_btn_open button.cancel_btn.cancelbtn {
    width: 40% !important;
}

.pic {
    width: 80px;
    height: 80px;
    margin-right: 10px
}

.vote {
    cursor: pointer
}

.card h4.blue-text {
    width: 100%;
}

#coupon_code {
    border-radius: .25rem;
}

#coupon_code::placeholder {
    font-size: 14px;
}

#click_coupon {
    border-radius: .25rem;
}

#coupon_code {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #ced4da;
    border-radius: 0px;
    padding: 0px;
}

#click_coupon {
    margin: 0px;
    border: none;
    background: none !important;
    color: #3625dc;
    box-shadow: none;
}


/* 14-9-2021 */


/* 11-10-2021 */

.seller_section .card>.row .image-bg {
    float: left;
    margin: 0px !important;
    width: 35%;
    margin-right: 10px !important;
}

.seller_section .row .text-left {
    width: 50%;
    float: left;
    margin-left: 13px;
    margin-bottom: 15px;
}

.seller_section .card>.row {
    width: 100%;
    float: left;
    padding: 0px !important;
}

.seller_section .row .text-left h2 {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
}

.seller_section .row .text-left h3 {
    color: #4285f4;
    font-size: 17px;
    line-height: 25px;
}

.seller_section .row .text-left h4 {
    font-size: 15px;
}

.seller_section .seller_profile {
    clear: both;
    display: flex;
    text-align: center;
}

.seller_section .seller_profile h6 {
    font-size: 14px;
    margin: 0 6px;
}

.seller_section .card>.row .image-bg img {
    object-fit: cover;
    height: 90px;
    width: 90px;
}

.seller_section .seller_profile h6 span {
    display: block;
    color: #4285f4;
}

.section .row .col-lg-4 .card {
    width: 100%;
    padding-right: 0px !important;
}

.seller_section .line {
    display: none;
}

.filter_result .list_item li {
    cursor: pointer;
}

.seller_data ul li .action a.save_product {
    padding: 0 5px !important;
}

.seller_data ul li p.description {
    min-height: auto !important;
}

.seller_data ul li p.description span.show_more {
    font-size: 14px;
}

.seller_data ul li h4.box-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px !important;
}

.verified_seller_document form {
    width: 100% !important;
}

.verified_seller_document form .cross_on_image span {
    padding-top: 0px !important;
}

.search_filter label {
    display: none !important;
}

.video_play video.video {
    position: absolute;
    left: 0;
    height: 100% !important;
    object-fit: cover;
}

.video_display.video_play {
    position: relative;
    left: -16px;
}

.video_display {
    width: 33%;
    height: 500px;
}

.related-product-slider video {
    height: 300px !important;
}


/* 11-10-2021 */

.search_filter label {
    display: block;
    min-height: 24px;
}

.search_filter form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.video_title {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 28px;
}

.search_filter form .tag_category {
    display: inline-block;
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
    width: 60%;
}

.search_filter form span {
    display: inline-block;
}

.cart-main .view-cart-main .table {
    width: 100%;
    margin-bottom: 0;
    color: #212529;
}

.search_filter form span button {
    margin: 0;
    padding: 10px 30px;
}

.search_page .search_filter {
    position: sticky;
    top: 86px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 -26px 0px #fff;
}

.search_page.cntct-sec~footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

.cart-main table.table th div {
    padding: 0 !important;
    font-size: 15px;
    font-weight: 600;
}
.main_product_sec span{
    background: linear-gradient(353deg,#5565e7 , #844e9d , #5ba9e0) !important;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 25px;
    margin-left: 10px;
}
.image-bg span{
    background: linear-gradient(353deg,#5565e7 , #844e9d , #5ba9e0) !important;
    width: 90px;
    height: 90px;
    display: block;
}
.cart-main .view-cart-main table.table th div span.media {
    display: inline-block !important;
    vertical-align: middle !important;
}
i.fa.fa-heart.saved_icon {
    color: red !important;
}
.cart-main {
    padding-top: 60px !important;
}

.cart-main .view-cart-main {
    box-shadow: 0 0 12px #ccc !important;
}

.home-wishlist-btn .buy-now .buy-btn {
    width: 80% !important;
}
.home-wishlist-btn .buy-now .saved {
    width: 30% !important;
}
.cart-main .view-cart-main {
    box-shadow: none !important;
    border: 1px solid #ccc;
    padding: 0 !important;
    border-radius: 2px !important;
}

.cart-main .view-cart-main table.table th div span.media video {
    height: 44px;
    object-fit: cover;
}

.account-main form .form-group input {
    background: none !important;
    padding: 4px 12px !important;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ced4da;
    border-radius: 4px !important;
}


/*30-10-2021*/

.menu_listing .dropdown-content {
    width: 275px;
    padding: 10px;
    border-radius: 5px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 16px 10px rgba(0, 23, 92, .2);
    box-shadow: 0 16px 10px rgba(0, 23, 92, .2);
    top: 30px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}

.menu_listing .dropdown-content:after {
    position: absolute;
    top: -11px;
    right: 0px;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    border-right: 11px solid transparent;
    border-bottom: 12px solid #f5f5f5;
    border-left: 11px solid transparent;
    content: "";
}

.menu_listing .dropbtn {
    line-height: 45px;
}
.seller_data ul li .action a.save_product {
    padding: 0 5px !important;
    background: no-repeat;
    font-size: 16px;
    color: #000 !important;
}
.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
    background: linear-gradient(86deg, #ff74f1,#e319cf, #396efb);
    color: #fff !important;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    margin-left: 110px;
    border: none;
}
.tag_location {
    margin-top: 16px;
}
.menu_listing .dropdown-content a {
    border: none !important;
    width: 50%;
    float: left;
    text-align: center;
    padding-right: 0px !important;
}

.menu_listing .dropdown-content a:hover {
    background-color: transparent;
    color: #a9a9a9;
}

.thank-main {
    box-shadow: none !important;
}

.menu_listing li.feedboot-list .dropdown-content {
    transform: inherit;
    left: auto;
}

.menu_listing li.feedboot-list .dropdown-content:after {
    top: -11px;
    right: 20px;
    left: auto;
}


/*30-10-2021*/
/*12-3-2021*/
.account-main .reg-form-main form {
    position: static;
    top: auto;
    left: auto;
    transform: inherit;
    height: auto;
}
.view-cart-main .table-responsive tbody tr td button.plus {
    display: none;
}


/*12-3-2021*/

/*19-02-2022*/

	
.menu_listing ul li  a.new_create_design {
    padding: 10px 20px;
    background: linear-gradient(86deg, #ff74f1,#e319cf, #396efb);
    color: #fff !important;
    font-weight: 500;
    border-radius: 25px;
}
.menu_listing ul li .new_create_design_btn {
    background: linear-gradient(86deg, #ff74f1,#e319cf, #396efb);
    color: #fff !important;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    padding: 1px 8px;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    margin-left: 20px;
}
.menu_listing ul li .new_create_design_btn:hover {
    color: #fff !important;
}
.menu_listing ul li .dropdown button.dropbtn {
    line-height: normal;
    padding: 0px 13px 10px;
}
.main_product_sec {
    margin-bottom: 10px;
}
.product-img_box_sec {
    width: 25%;
    display: inline-block;
    text-align: center;
}
.product-img_box_sec img.user-img.fit-image {
    width: 45px;
    height: 45px;
}
.product-heading_box_sec {
    width: 100px;
    display: inline-block;
}
.product-heading_box_sec h4 {
    font-size: 15px !important;
    text-transform: capitalize;
}
.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
    margin-left: 110px !important;
}
/*19-02-2022*/
.virtual_section img {
    width: 100% !important;
    height: 492px !important;
    object-fit: cover;
    border: 1px solid #fff;
    box-shadow: 0 0 11px #ccc;
}

.virtual_section .main_shop_section {
    position: absolute;
    bottom: 53px;
    padding: 0px 0 0 35px;
    width: 40% !important;
    text-align: center;
}
.virtual_section {
    position: relative;
    margin-bottom: 0px;
    padding: 8px 30px 0;
}
.slider_main {
    margin-top: 1px;
}
.virtual_section .main_shop_section h5 {
    color: #3025dc !important;
}
.virtual_section .main_shop_section a.btn {
    margin: 11px 0;
    padding: 10px 20px;
    background: linear-gradient(86deg, #ff74f1,#e319cf, #396efb);
    color: #fff !important;
    font-weight: 500;
    border-radius: 25px;
}
.slider_main .slick-arrow,.seller-profile-list .slick-arrow {
    display: none !important;
}
.seller-profile-list {
    margin-top: 21px;
    padding-left: 30px;
    padding-right: 30px;
}
.seller-profile-list img {
    width: 48px;
    height: 48px;
    border-radius: 100px !important;
    object-fit: cover;
    border: 1px solid #ccc !important;
    margin: 0 auto;
}
.seller-profile-list .slick-slide
{
 
    padding: 2px;
}
.seller-profile-list .slick-slide a:hover img {
    border: 1px solid #2196f3 !important;
}
/*tooltip start*/

/* Tooltip text */
.seller-profile-list  .tooltip {
    position: relative !important;
    opacity: 1 !important;
    }
.seller-profile-list .tooltip .tooltiptext {
    top: -21px;
    visibility: hidden;
    width: auto;
    background: linear-gradient(86deg, #ff74f1,#e319cf, #396efb);
    color: #ffffff;
    text-align: left;
    padding: 0px 10px;
    border-radius: 7px;
    position: absolute;
    z-index: 99 !important;
    font-weight: 600;
    left: 50%;
    border-bottom: none;
    line-height: 17px;
    height: 20px;
    transform: translate(-50%, 0);
}

/* Show the tooltip text when you mouse over the tooltip container */
.seller-profile-list  .tooltip:hover .tooltiptext {
  visibility: visible;
}
.seller-profile-list .slick-slide {
    padding-top: 22px;
}
/*tooltip end*/
.menu_listing ul li .dropdown {
    position: relative;
    line-height: 18px;
}
.search_filter form span button {
    color: #fff !important;
    height: 36px;
    vertical-align: middle;
    line-height: 19px;
}
.listing-style1.hotel .feedback {
    margin: 0 0 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.seller_data .image-carousel ul.slides li article.box p.description {
    padding: 10px 15px !important;
  
}
.seller_section a.button {
    margin-left: 0 !important;
}
.search_filter .tag_location .form-control {
 
    font-size: 14px !important;
    line-height: 22px !important;
    color: #7c848b !important;
    height: 39px !important;
}


   .digital-btns {
    text-align: center;
  
}
.digital-btns .digital-first-btn {
    margin-bottom: 20px;
}
.digital-btns button.btn {
    background: none;
    border-radius: 10px !important;
    text-transform: uppercase;
    border: 1px solid #3025dc !important;
    color: #3025dc !important;
    width: 316px;

}
.digital-btns button.btn:hover {
    background: #3025dc;
    border: 1px solid #3025dc !important;
    color: #fff !important;
   
}
.digital-btns .modal-content {
    text-align: left !important;
}
.transferable-form .img-upload input#img {
    display: inline-block !important;
    width: 19%;
    margin-top: 67px;
    border: none !important;
    padding: 0;
    margin-right: 0;
    border-radius: 3px !important;
    height: 39px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 99;
}
.transferable-form .img-upload .img {
    display: inline-block !important;
    width: 126px;
    height: 126px;
    object-fit: cover;
    position: absolute;
    top: 4px;
    right: 0;
    border: 1px solid #ccc;
}
.transferable-form .img-upload label{
   display: block !important;
}
.transferable-form .img-upload {
    position: relative;
    height: 130px;
}
.transferable-form .form-group select.form-control {
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
}
.transferable-form .form-group input{
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
}
.transferable-form .form-group textarea {
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
    height: 34px !important;
}
.transferable-form .img-upload-file {
    position: relative;
    
}
.transferable-form .img-upload span.upload-img {
    position: relative;
    background: #e319cf !important;
    color: #fff !important;
    border-radius: 3px !important;
    height: 38px !important;
    top: 67px;
    display: inline-block;
    width: 107px;
    text-align: center;
    line-height: 37px;
    border: 1px solid #3025dc !important;
    cursor: pointer;
}
.transferable-form .img-upload-file input#img2 {
    display: inline-block !important;
    width: 174px;
    margin-top: 0;
    border: none !important;
    padding: 0;
    margin-right: 0;
    border-radius: 3px !important;
    height: 39px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.transferable-form .img-upload-file span.upload-img {
    position: relative;
    background: #e319cf !important;
    color: #fff !important;
    border-radius: 3px !important;
    height: 38px !important;
    top: 0px;
    display: inline-block;
    width: auto;
    text-align: center;
    line-height: 37px;
    border: 1px solid #3025dc !important;
    cursor: pointer;
    padding: 0 10px;
}
.digital-sec-btn .modal-body {
    position: relative;
    padding: 15px 30px;
}
.transferable-form .submit input[type="submit"] {
    background: #e319cf !important;
    color: #fff !important;
    border-radius: 3px !important;
    height: 38px !important;
    display: inline-block;
    width: auto;
    text-align: center;
    line-height: 37px;
    border: 1px solid #3025dc !important;
    cursor: pointer;
    padding: 0 10px 0 26px;
}
.transferable-form .submit i.fa.fa-check {
    position: absolute;
    color: #fff !important;
    top: 13px;
    left: 25px;
}
.profile-list {
    display: flex;
    padding: 15px;
}

.profile-list .profile-img {
    display: flex;
    width: 90% !important;
}
.profile-list .profile-img img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin-right: 8px;
}
.profile-list .ellipsis {
    display: flex;
    width: 10%;
}
.profile-txt h5 a {
    font-size: 18px;
    color: #000;
    line-height: 20px;
}
.profile-txt h5 {
    margin-bottom: 4px;
    line-height: 16px;
}
.profile-txt p {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #2196f3;
}
.digital-product-img img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 225px;
    object-fit: contain;
}
.profile-list .ellipsis i.fa {
    color: #838181;
}
.digital-content {
    display: flex;
    padding: 0 15px 15px;
}
.digital-content h2 {
    width: 69%;
    line-height: 6px;
}

.digital-content h2 a{
    font-size: 17px;
    color: #3025dc;
    line-height: 23px;
    font-weight: 600;
  
}
.digital-content .price_ {
    text-align: right;
    width: 31%;
}
.digital-content .price_ label {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
}

.digital-description p {
    line-height: 20px;
    color: #000;
    font-size: 15px;
}
.digital-content .price_ span.amount {
    color: #2196f3;
}

.digital-product-list .buy-now {
    padding: 0 15px;
    display: flex;
    width: 100%;
}

.digital-product-list .buy-now .buy-btn {
    width: 50%;
    display: flex;
}
.digital-product-list .buy-now .saved {
	cursor: pointer;
    width: 50%;
    display: inline-block;
    text-align: right;
}
.digital-product-list .buy-now .buy-btn a.now {
    display: inline-block;
    color: #3025dc !important;
    padding: 0px 0px;
}
.digital-product-list .buy-now .saved i {
    color: #838181;
    margin-right: 2px;
}
.digital-description {
    padding: 0 15px 0px;
    margin-bottom: 25px;
}
.digital-product-list .buy-now .saved span.count {
    color: #838181;
}
.filter_result .list_item {
    margin: 15px 0px;
    position: relative;
    min-height: 550px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgb(204 204 204) 0px 0px 17px;
    padding: 0 0 15px;
}
.ellipsis ul {
    padding: 5px;
    margin-bottom: 0;
    position: absolute;
    border: 1px solid #ccc;
    top: 30px;
    background: #fff;
    width: 81px !important;
    border-radius: 4px !IMPORTANT;
    z-index: 9;
}
.ellipsis ul li {
    list-style: none;
    padding: 2px 9px;
    background: #ccc;
    margin-bottom: 2px;
}
.buy-btn-view {
    width: 25% !important;
    text-align: right;
}
.digital-product-list .buy-now .buy-btn {
    width: 93% !important;
    display: inline-block;
}
.seller-profile-list .tooltip .tooltiptext {
    top: -21px;
    visibility: hidden;
    width: auto;
    background: linear-gradient(86deg, #ff74f1,#e319cf, #396efb);
    color: #ffffff;
    text-align: left;
    padding: 10px 10px;
    border-radius: 7px;
    position: absolute;
    z-index: 99 !important;
    font-weight: 600;
    left: 50%;
    border-bottom: none;
    line-height: 14px;
    height: auto;
    transform: translate(-50%, 0);
    /* display: inline-block !important; */
}

/* media */

@media(min-width:1440px) {
.filter_result {
    min-height: 490px;
}
.virtual_section img {
 
    height: 487px !important;
 
}
.virtual_section {
 
    padding: 9px 30px 0;
}
}
@media(min-width:1800px) {
.virtual_section img {
    height: 487px !important;
}
.seller-profile-list img {
    width: 48px;
    height: 48px;

}
}
/*@media(max-width:1800px) {
.virtual_section img {
    height: 492px !important;
}
}*/
@media(max-width:1920px) {
    .search_filter form span button {
        padding: 8px 30px;
        font-size: 14px;
        margin: 0 0 5px 0;
    }
    .rating {
        width: 330px;
    }
    .rating>label {
        font-size: 3vw;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 160px !important;
	}
}

@media(max-width:1600px) {
    .rating {
        width: 305px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 160px !important;
	}
}

@media(min-width:1500px) {
    body .container {
        max-width: 1430px;
    }
}

@media(max-width:1500px) {
    .search_filter form .tag_category {
        width: 50%;
    }
    .rating {
        width: 295px;
    }
}

@media(max-width:1440px) {
    .rating {
        width: 295px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 120px !important;
	}
}

@media(max-width:1366px) {
    .filter_result .list_item .item_description h3 {
        font-size: 17px;
    }
    .search_filter form .tag_category {
        width: 50%;
    }
    .search_filter form span button {
        padding: 8px 30px;
        font-size: 14px;
    }
    .rating {
        width: 290px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 110px !important;
	}
}

@media(max-width:1300px) {
    .search_filter form span button {
        padding: 10px 19px;
    }
}

@media(max-width:1280px) {
    .search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 100px !important;
	}
}

@media(max-width:1200px) {
    .search_filter form .tag_category {
        width: 55%;
    }
    .filter_result .list_item .item_description h3 {
        font-size: 20px;
    }
    .product_right tr td input.quantity {
        margin-left: 20px;
    }
    .search_filter form span button {
        padding: 8px 16px;
        font-size: 14px;
    }
    .search_filter .tag_location {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    .search_filter form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 67%;
        max-width: 67%;
    }
    .rating {
        width: 275px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 110px !important;
	}
.seller-profile-list img {
    height: 35px;
    width: 35px;
}
.seller-profile-list ul.slick-dots {
    display: none;
}
.virtual_section {
  
    padding: 15px 30px 0;
}
.virtual_section img {
    height: 491px !important;
}
.search_field {
    border-left: 1px solid rgba(0, 0, 0, 0.075);
    padding-left: 15px;
    margin-left: 31px;
}
}

@media(max-width:1199px) {
    .seller_data ul li .action a.save_product {
        width: 100%;
        margin-bottom: 10px;
    }
    .seller_data ul li .action a.button {
        width: 100%;
    }
    .seller_data ul li article.box {
        padding-bottom: 20px;
    }
    .image-carousel ul.slides li article.box .action a.button {
        display: inline-block;
        margin: 0 2px 3px;
    }
    .action a.button.btn-small.btn.btn-primary.popup-map {
        margin: 0px;
        display: inline-block;
        float: none;
    }
    .image-carousel ul.slides li article.box .action {
        text-align: center;
    }
    .digital-product-list .buy-now .buy-btn {
    width: 83% !important;

}
}

@media(max-width:1024px) {
    .search_filter select {
        font-size: 12px;
    }
    .tag_location input#sloc {
        font-size: 12px;
    }
    .search_filter form .tag_category {
        width: 50%;
    }
    .search_filter form span button {
        margin: 0;
        padding: 8px 17px;
    }
    .search_field input {
        font-size: 12px;
    }
    .product_right h5 {
        line-height: 32px;
        font-size: 28px;
    }
    .user_form form#login_form {
        left: 50%;
        top: 50%;
    }
    .rating {
        width: 260px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 75px !important;
	}
    .seller-profile-list img {
    height: 34px;
}
.seller-profile-list {
    margin-top: 25px;
    margin-bottom: 0 !important;
}
.search_field {
    border-left: none;
    padding-left: 0;
    margin-left: 0px;
}
.search_header .col-lg-1 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
}
.search_header .col-lg-8 {
    flex: 0 0 60%;
    max-width: 60%;
}
.search_header .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
section.account-main article.card .card-body article.card {
    padding-left: 0;
    padding-right: 0;
}
section.account-main-address .content.reg-form-main .manage_form .card.box {
    padding-left: 20px;
    padding-right: 20px;
}
.search_page .col-lg-5 {
    width: 50% !important;
    flex: 0 0 50%;
    max-width: 50%;
}
    .search_page .col-lg-7 {
        width: 50% !important;
        flex: 0 0 50%;
         max-width: 50%;
}
    .buy-btn-view {
    width: 100% !important;
    text-align: right;
}
.buy-btn-view {
    width: 25% !important;
    text-align: right;
}
}

@media(max-width:991px) {
    .search_field {
        /*border-left: 1px solid rgba(0, 0, 0, 0.075);*/
        border-left: none;
        padding-left: 0px;
    }
    .filter_result .list_item .item_img img {
        height: auto;
        border-bottom: 1px solid #ccc;
    }
    .filter_result .result_found {
        text-align: center;
    }
    .filter_result .reset {
        text-align: center !important;
    }
    .filter_result {
    min-height: auto;
    margin-top: 0px;
    height: 550px;
}
    .search_map {
        height: 350px !important;
        margin-top: 30px;
    }
    .search_page .search_filter {
    top: 84px;
    margin-bottom: 0 !important;
}
    .view-cart-main {
        margin-top: 0px !important;
    }
    .product_right tr {
        width: auto;
    }
    .table-pro .ml-3 {
        margin-left: 0px !important;
        margin-top: 15px;
    }
    .table-pro .ml-3 h5 {
        font-size: 19px;
    }
    .search_page.cntct-sec {
        padding-top: 100px;
    }
    .about-section {
        margin-top: 50px;
    }
    .reg-form-main form {
        height: auto;
        margin-top: 50px;
    }
    .reg-form-main .login form {
        height: 380px;
        margin-top: 50px;
    }
    .pay-method.cart-main {
        margin-top: 80px;
    }
    .account-main .wrapper .table-wrapper {
        min-width: 100%;
    }
    .seller_section .seller_profile {
        display: block;
    }
    .seller_data ul li {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .seller_section .card>.row .image-bg {
        width: 100%;
        margin-right: 0px !important;
    }
    .seller_section .row .text-left {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .seller_section .card>.row {
        width: 100%;
        float: inherit;
        text-align: center;
    }
    .search_page .cart-main {
        margin-top: 0px;
    }
    .search_page {
    margin-top: 108px;
}
    .filter_result .reset.text-right {
        text-align: left !important;
    }
    .seller_top_section {
        margin-top: 150px !important;
    }
    .filter_result .list_item {
        min-height: auto;
    }
    .reg-form-main .register_form form {
        height: auto;
        margin-top: 35px;
    }
	.menu_listing ul {
		line-height: 10px;
	}
	.menu_listing ul li {
		line-height: 10px;
	}
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 240px !important;
	}
    .seller-profile-list img {

    height: 53px; 
}
.seller-profile-list, .slider_main{
    display: none !important;
}
.tag_location input#sloc {

    height: 36px;
}
header.search_header {
    z-index: 99;
}
.search_page .col-lg-5 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}
    .search_page .col-lg-7 {
        width: 100% !important;
        flex: 0 0 100%;
         max-width: 100%;
}
.buy-btn-view {
    width: 20% !important;
    text-align: right;
}
.home-wishlist-btn .buy-now .saved {
    width: 10% !important;
}
}
@media(max-height:768px) {
.search_page.cntct-sec~footer {
        position: relative;
 }

}

@media(max-width:768px) {
    div#navbarToggleExternalContent {
        width: 96%;
    }
    form.search-field span {
        right: 85px;
    }
    .single-product {
        margin-top: !important;
        padding-top: 60px;
    }
    .product_right button.btn-light {
        width: auto;
        padding: 10px 10px;
        font-size: 14px;
    }
    .customer_data li h4.box-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px !important;
    }
        .reg-form-main .login form {
        height: auto;
        margin-top: 35px;
    }
    .reg-form-main .register_form form {
        width: 600px;
        padding: 5px 15px 5px;
    }
    .reg-form-main .register_form form .form-actions {
        margin-top: 0px;
    }
    .reg-form-main .register_form form {
        width: 450px;
        padding: 5px 15px 5px;
    }
    .reg-form-main .register_form form h3 {
        margin-bottom: 0px !important;
    }
    .seller-profile-list .slick-slide {
    padding: 0 7px;
}
.search_page {
    margin-top: 143px;
}
.search_header .col-lg-1 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.search_header .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.search_header .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
}
.search_page {
    margin-top: 128px;
}
.menu_listing {
  
    margin-top: 8px;
}
.menu_listing ul {
    text-align: center;
}
.search_page {
    margin-top: 137px;
}
.search_filter form .tag_category button.dropbtn.new_create_design_btn {
    margin-left: 186px !important;
}
.menu_listing ul li .new_create_design_btn {
  
    margin-bottom: 4px;
}
.menu_listing ul li {
    line-height: 16px;
}
}

@media(max-width:767px) {
    .search-sec form.search-field input[type="text"] {
        width: 100%;
    }
    form.search-field span {
        right: 10px;
    }
    .search-sec form.search-field input[type="text"] {
        font-size: 14px;
    }
    .menu_listing ul {
        text-align: center;
    }
    .table th h5 {
        font-size: 18px;
    }
    .view-cart-main .table-responsive tbody tr td {
        padding-right: 10px;
        padding-left: 0px;
    }
    .view-cart-main .table-responsive tbody tr th>.p-2 {
        padding: 0px !important;
    }
    .product_right {
        padding: 0px 30px;
    }
    .rel-pro {
        padding-bottom: 0;
    }
    .featured_image img {
        height: auto;
        width: 100%;
    }
    .related_img img {
        height: auto;
    }
    .menu_listing ul li a {
        padding-left: 0pc;
    }
    .related_img h5 {
        font-size: 18px;
    }
    .table-pro .ml-3 h5 {
        font-size: 15px;
    }
    .table-remove i {
        font-size: 20px;
        top: -7px;
        position: relative;
    }
    .search-modal .single_product_section {
        width: 500px;
    }
    .search-modal .product_right {
        padding: 0 20px !important;
    }
    .view-cart-main .table-responsive tbody tr td input {
        width: 60px;
    }
    .track .text {
        font-size: 13px;
    }
    section.account-main article.card .card-body .col {
        font-size: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    section.account-main article.card {
        margin-top: 10px;
    }
    .pay-method-inner {
        top: 70% !important;
    }
    .view-cart-main .table-responsive tbody tr th {
        text-align: center;
    }
    .view-cart-main .table-responsive tbody tr td {
        text-align: center;
    }
    html body .thank-main {
        padding-top: 150px !important;
    }
    .reg-form-main .card {
        max-width: 100%;
        height: auto;
    }
    section.account-main-address .content.reg-form-main {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    section.account-main {
        padding: 100px 0px 60px;
    }
    .account-main .reg-form-main form .form-group textarea {
        height: 40px;
        font-size: 12px;
    }
    .account-main .reg-form-main form .form-group input {
        height: 40px;
        font-size: 12px;
    }
    .account-main .reg-form-main form .form-group select {
        height: 40px;
        font-size: 12px;
    }
    .search-modal .single-product {
        height: auto;
    }
    header.search_header {
        box-shadow: 0px 0px 9px #e8e6e6;
    }
    .rating {
        width: 245px;
    }
    .remove_map_phone {
        display: none;
    }
    .section .row .seller_section {
        width: 100% !important;
        top: auto !important;
        padding: 0px !important;
    }
    .section .row .seller_data {
        width: 100% !important;
    }
    .seller_section .seller_profile {
        text-align: left;
    }
    .seller_section .card>.row .image-bg {
        text-align: left;
    }
    .seller_section .seller_profile h6 {
        margin: 0 0px;
    }
    .seller_top_section {
        margin-top: 150px !important;
    }
    .seller_top_section>.container>.row {
        margin: 0px !important;
    }
    .review-modal {
        width: auto;
    }
    .cart-main .view-cart-main.rounded.shadow-sm {
        background: transparent !important;
        box-shadow: none !important;
    }
    .related-product-slider video {
        height: 150px !important;
    }
    .related_img img {
        height: 150px;
    }
    .cart-main .view-cart-main {
        margin-bottom: 30px !important;
    }
    .pay-method.cart-main aside.col-lg-6 {
        padding: 0px;
    }
   .pay-method.cart-main aside.col-lg-6 .card.mb-3 {
        margin-bottom: 30px !important;
        margin-top: 30px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 180px !important;
	}
.virtual_section .main_shop_section {
    position: absolute;
    bottom: 53px;
    padding: 0px 0 0 0px;
    width: 100% !important;
    text-align: center;
    left: 0 !important;
}
.virtual_section {
   
    padding: 20px 7px;
}
.seller-profile-list .slick-slide {
    padding: 0 5px;
}
.seller-profile-list {
    margin-top: 40px;
    padding-left: 9px;
    padding-right: 7px;
}
.seller-profile-list img {
    height: 60px;
}
.seller_section .seller_profile h6 span {
    display: inline-block;
    padding: 0 9px;
}
section.account-main article.card .card-body article.card {
    padding: 10px;
}
}
@media(max-width:640px) {
.seller-profile-list, .slider_main{
    display: none !important;
}
.filter_result {
    margin-top: 0;
}
}
@media(max-width:575px) {
    .reg-form-main form {
        width: 400px;
        padding: 15px 20px 15px;
    }
    .reg-form-main form h3.form-title {
        font-size: 18px;
    }
    .account-main .reg-form-main form {
        margin-top: 10px;
    }
    .account-main .wrapper .table-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .account-main table.table tr th,
    .account-main table.table tr td {
        padding: 12px 5px;
        font-size: 12px;
    }
    .account-main .table-title {
        margin: -20px -0px 10px;
    }
    .single_product_section {
        width: 250px;
    }
    .table-remove i {
        top: 1px;
    }
    .card-body .user-btn {
        position: static;
    }
    .customer_data ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .filter_result .list_item {
        min-height: auto;
    }
    .search_filter .tag_location {
        margin-bottom: 20px !important;
        padding: 0px !important;
    }
    .search_filter form .tag_category {
        padding: 0px !important;
        margin-bottom: 20px !important;
    }
    .search_filter form span {
        display: inline-block;
        width: 100%;
    }
    .search_filter form span button.search {
        width: 100% !important;
    }
    .search_filter .tag_location {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .search_filter form {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .search_filter form .tag_category {
        width: 100% !important;
    }
    .pay-method.cart-main {
        margin-top: 150px;
    }
    .reg-form-main .login form {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .account-main .sidespace {
        margin-bottom: 0px;
    }
    .account-main .wrapper .table-wrapper {
        margin-top: 40px !important;
    }
    .account-main .col-lg-9 {
        padding: 0px;
    }
    .user_review_form form#review_form {
        width: auto;
        padding: 25px 20px 25px;
    }
    .user_review_form .review-submit-main .submit-review-btn.click_review {
        width: 60% !important;
        margin-left: 15px !important;
    }
    .user_review_form form#review_form h3 {
        font-size: 22px;
        margin-bottom: 10px !important;
        margin-top: 20px;
    }
    .user_review_form form#review_form button#add_review {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .user_review_form form#review_form button {
        width: 100% !important;
        margin: 0px !important;
    }
    .reg-form-main form {
        margin-top: 150px;
        margin-bottom: 50px;
    }
    .reg-form-main form h5 {
        font-size: 17px;
        margin-bottom: 20px !important;
    }
    .reg-form-main form span.btn {
        font-size: 14px;
        width: 100%;
        margin-left: 0px;
    }
    .reg-form-main form button.btn {
        font-size: 14px;
        width: 100%;
    }
    .account-main .reg-form-main form {
        height: auto;
    }
    section.account-main {
        padding: 150px 0px 60px;
    }
    .account-main .reg-form-main form {
        margin-bottom: 0px;
    }
    .single-product div#exzoom {
        width: 100% !important;
    }
    .single-product .exzoom_img_box {
        width: 100% !important;
    }
    .single-product .exzoom_img_box .exzoom_img_ul_outer {
        width: 100% !important;
    }
    .single-product .exzoom_img_box .exzoom_img_ul_outer ul.exzoom_img_ul {
        width: 100% !important;
    }
    .single-product .exzoom_img_box .exzoom_img_ul_outer ul.exzoom_img_ul li {
        width: 100% !important;
    }
    .single-product div#exzoom .exzoom_nav {
        width: 100% !important;
    }
    .single-product .exzoom_img_box .exzoom_img_ul_outer ul.exzoom_img_ul li img {
        width: 100% !important;
    }
    .related_product_on .slick-arrow:before {
        display: none !important;
    }
    .single-product {
        padding-top: 150px !important;
    }
    .reg-form-main .register_form form {
        width: 450px;
        padding: 5px 15px 5px;
        margin-top: 45px;
    }
    .content.reg-form-main.window_height {
        height: auto !important;
        margin-top: 50px;
    }
    .reg-form-main .register_form form {
         position: static;
         transform: inherit;
    }
    .reg-form-main .register_form form {
        margin-left: 20px;
        width: auto !important;
        margin-right: 20px;
    }
    .reg-form-main  form {
        height: auto !important;
        margin-top: 150px;
        margin-left: 20px;
        width: auto !important;
        margin-right: 20px;
        position: static;
        transform: inherit;
        padding-bottom: 50px;
        padding-top: 20px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
        margin-left: 0px !important;
        float: right;
    }
    .menu_listing .dropbtn {
   
    padding: 0 2px;
    
}
.menu_listing ul li a.new_create_design {
    padding: 7px 14px;
  
}
.menu_listing ul li a {
    padding-left: 0px;
}
.menu_listing ul li a {

    padding: 0 5px;
    border-right: none;
}
.menu_listing ul li .new_create_design_btn {
   
    border-radius: 5px;
    padding: 0px 4px;
    margin: 0px auto !important;
    line-height: 20px !important;
}
.search_page {
    margin-top: 138px;
}
.search_filter .tag_location {
    margin-bottom: 4px !important;
    padding: 0px !important;
    margin-top: 0 !important;
}
.search_field .form_group button {

    right: 0; 
    padding: 0 !important;
}
.seller_section a.button {
    margin: 0 0 10px !important;
}
.seller_data .image-carousel ul.slides li article.box p.description {
    padding: 10px 15px !important;
    min-height: inherit !important;
}
.listing-style1.hotel .feedback {
    margin: 0 0 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
section.account-main article.card .card-body article.card .card-body .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
section.account-main article.card {
    padding-left: 15px;
    padding-right: 15px;
}
section.account-main article.card .card-body {
    padding-left: 0;
    padding-right: 0;
}
.home-wishlist-btn .buy-now .saved {
    width: 20% !important;
}
}
@media(max-width:480px) {
    .form-buttons ul li a {
        padding: 9px 11px;
        margin-right: 0;
        font-size: 13px;
    }
    .search-sec form.search-field input[type="text"] {
        height: 47px;
        padding: 10px;
        margin-bottom: 40px;
        font-size: 10px;
    }
    form.search-field span {
        top: 14px;
    }
    .form-buttons ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
    .form-buttons ul li a {
        font-size: 15px;
        margin-right: 0px !important;
        width: 100%;
        display: inline-block;
    }
    .search_filter form span button {
        font-size: 11px;
    }
    .menu_listing ul {
        text-align: center;
    }
    .pay-method-inner {
        top: 70%;
    }
    .pay-method-inner h1 {
        font-size: 27px;
    }
    .pay-method-inner .card-header div#paystack button.btn.btn-primary.payment {
        width: 97%;
    }
    .search-modal .single_product_section {
        width: 350px;
    }
    .account-main .reg-form-main form {
        padding: 30px 15px 40px;
    }
    .account-main .reg-form-main form .form-group {
        width: 100%;
        padding: 0;
    }
    .reg-form-main form .form-actions {
        margin-top: 10px;
    }
    .reg-form-main form button.btn {
        padding: 5px 15px !important;
        font-size: 13px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px !important;
    }
    .reg-form-main form .form-group label {
        font-size: 10px;
    }
    span.active_seller.active_reg_form {
        padding: 5px 0px;
    }
    .search-modal .product_right {
        padding: 0 10px !important;
    }
    .seller_top_section {
        margin-top: 170px !important;
    }
    .cart-main .card.card_section {
        padding-right: 0px;
        padding-left: 0px;
    }
    .cart-main .card.card_section h3 {
        font-size: 30px;
    }
    .cart-main .card.card_section h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    .cart-main .view-cart-main {
        margin-bottom: 0px !important;
        box-shadow: none !important;
    }
    .filter_result .list_item .item_img img {
        height: auto;
    }
    .filter_result .list_item video {
        width: 100% !important;
        height: auto;
    }
    html body .thank-main {
        padding-top: 250px !important;
    }
    .thank-main h2 {
        font-size: 25px !important;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 380px !important;
	}
    .image-carousel ul.slides li article.box .action {
        text-align: left;
    }
    .image-carousel ul.slides li article.box .action a.button {
        display: inline-block;
        margin: 0;
    }
    .action a.button.btn-small.btn.btn-primary.popup-map {
        float: right;
    }
}

@media(max-width:425px) {
    div#navbarToggleExternalContent {
        width: 93%;
    }
    .header-top {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .filter_result {
    margin-top: 0;
}
    .view-cart-main {
        margin-top: 0px !important;
        padding: 0px !important;
    }
    .search_filter select {
        padding: 7px 3px;
    }
    .user_form form#login_form {
        width: 420px;
    }
    .user_form form#login_form input {
        padding: 8px 12px !important;
        margin-bottom: 15px;
    }
    .user_form form#login_form label {
        margin-bottom: 0;
    }
    .user_register_form,
    .user_form span.psw a#registeration_form {
        font-size: 20px;
    }
    .user_register_form,
    .user_form span.psw {
        padding-top: 0px;
    }
    .user_form form#login_form {
        width: 400px;
    }
    .about-section h1 {
        font-size: 37px;
    }
    .reg-form-main form {
        margin-top: 70px;
    }
    .reg-form-main form span {
        font-size: 15px;
    }
    span.active_seller.active_reg_form {
        /*font-size: 15px !important;*/
    }
    span.active_customer.active_reg_form {
        padding: 5px 10px;
    }
    span.active_seller.active_reg_form {
        padding: 5px 10px;
    }
    .search-modal .featured_image img {
        height: auto;
    }
    #coupon_code::placeholder {
        font-size: 12px;
    }
    #click_coupon {
        font-size: 12px;
        padding: 0px;
    }
    #coupon_code {
        outline: 0;
        border-width: 0 0 1px;
        border-color: #ced4da;
        border-radius: 0px;
        padding: 0px!important;
        height: 30px;
        width: 30%;
    }
    #coupon_code {
        padding: 0px 10px 5px 10px;
    }
    .seller_section h2 {
        font-size: 25px;
    }
    .seller_data ul li {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .customer_data ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .customer_data ul li h4.box-title {
        min-height: auto !important;
    }
    .customer_data ul li p.description {
        min-height: auto !important;
    }
    .menu_listing ul li a {
        font-size: 12px;
    }
    .menu_listing .dropbtn {
        font-size: 12px;
        line-height: 30px !important;
    }
    header.search_header .search_field .form_group input {
        font-size: 12px;
    }
    header.search_header .site-logo {
    margin-bottom: 0;
}
    .single-product {
        padding-top: 100px !important;
    }
    .seller_top_section .seller_section .container-fluid {
        padding-top: 20px !important;
    }
    .menu_listing {
        margin-top: 5px;
    }
    .search_page {
    margin-top: 138px;
}
    .search-modal .single-product h3 {
        font-size: 26px;
    }
    .reg-form-main form {
        margin-top: 150px;
        margin-bottom: 50px;
    }
    .search_page .search_filter {
    top: 154px;
}
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 330px !important;
	}
    .menu_listing .dropbtn {
    font-size: 12px;
    line-height: 19px !important;
}
.search_filter .tag_location {
    margin-bottom: 4px !important;
    padding: 0px !important;
    margin-top: 0 !important;
}
.search_header .col-lg-1 {
    flex: 0 0 43% !important;
    max-width: 43% !important;
}
.search_header .col-lg-3 {
    flex: 0 0 57%;
    max-width: 57%;
}
}

@media(max-width:375px) {
    div#navbarToggleExternalContent {
        width: 92%;
    }
    .search-sec form.search-field input[type="text"] {
        font-size: 9px;
    }
    form.search-field span a {
        font-size: 15px;
    }
    form.search-field span i {
        font-size: 14px;
    }
    .form-buttons ul li a {
        padding: 5px 11px;
    }
    .view-cart-main .table-responsive tbody tr th img {
        height: 100px;
        width: 100px;
        object-fit: contain;
    }
    .table-pro .ml-3 h5 {
        font-size: 13px;
    }
    #coupon_code::placeholder {
        font-size: 12px;
    }
    #click_coupon {
        font-size: 12px;
        padding: 0px;
    }
    #coupon_code {
        outline: 0;
        border-width: 0 0 1px;
        border-color: #ced4da;
        border-radius: 0px;
        padding: 0px!important;
        height: 30px;
        width: 30%;
    }
    #coupon_code {
        padding: 0px 10px 5px 10px;
    }
    .cart-main .card.card_section {
        padding-top: 0px;
        text-align: center;
    }
    .search_page {
    margin-top: 164px;
}
    .reg-form-main form {
        width: 300px;
    }
	.search_filter form .tag_category  button.dropbtn.new_create_design_btn {
		margin-left: 280px !important;
	}
}

@media(max-width:360px) {
    .reg-form-main form span {
        font-size: 13px;
    }
    form.search-field span {
        top: 17px;
        right: 4px;
    }
    form.search-field span a {
        font-size: 10px;
    }
    .search-sec form.search-field input[type="text"] {
        font-size: 9px;
    }
    form.search-field span i {
        font-size: 11px;
        margin-right: 1px;
    }
    .search_filter label {
        min-height: 5px;
    }
    .search_filter form .tag_category {
        width: 100%;
        margin: 0px 0 10px 0;
    }
    .search_filter .tag_location {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search_filter form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-group {
        text-align: center;
    }
    .card-body {
        width: 100% !important;
        padding: 0px;
    }
    .form-group {
        width: 100% !important;
    }
    #coupon_code {
        padding: 0px 10px 5px 10px;
    }
    #coupon_code {
        outline: 0;
        border-width: 0 0 1px;
        border-color: #ced4da;
        border-radius: 0px;
        padding: 0px!important;
        height: 30px;
        width: 30%;
    }
    #coupon_code::placeholder {
        font-size: 12px;
    }
    #click_coupon {
        font-size: 12px;
        padding: 0px;
    }
    .reg-form-main .login form {
        margin-top: 65px;
    }
    section.account-main article.card {
        padding-left: 9px;
        padding-right: 9px;
    }
}