/*===================================
    DASHBOARD START
===================================*/
/* dashboard profile start */
.wsus__dashboard_sidebar {
    background: var(--tg-color-dark-2);
    height: auto;
    border-radius: 12px;
}
.wsus__dashboard_sidebar_top {
    padding: 50px 0px 43px 0px;
    text-align: center;
}
.wsus__dashboard_profile_img {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 2px solid var(--tg-color-white-default);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: rgb(219 219 219 / 20%) 0px 7px 29px 0px;
}
.wsus__dashboard_profile_img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.wsus__dashboard_profile_img label {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 70px;
    right: -10px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.wsus__dashboard_sidebar_top h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 24px;
    text-transform: capitalize;
    color: var(--tg-color-white-default);
    text-align: center;
    margin-bottom: 0;
}
.wsus__dashboard_sidebar_top p {
    margin-top: 7px;
    color: var(--tg-color-white-default);
    text-align: center;
}

.wsus__deshboard_menu {
    padding: 0;
}

.wsus__deshboard_menu li {
    list-style: none;
}

.wsus__deshboard_menu li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 25px 20px 25px;
    color: var(--tg-color-white-default);
    text-transform: capitalize;
    border-top: 1px solid #ffffff5c;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.wsus__deshboard_menu li a:hover,
.wsus__deshboard_menu li a.active {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.wsus__deshboard_menu li a i {
    margin-right: 20px;
    width: 16px;
    font-size: 16px;
}

.wsus__profile_overview {
    padding: 42px 40px 35px 40px;
    text-align: center;
    background: var(--tg-color-red-light);
    margin-bottom: 25px;
    border-radius: 8px;
}

.wsus__profile_overview h4 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 15px;
    color: var(--tg-color-white-default);
    margin-bottom: 0;
}

.wsus__profile_overview p i {
    font-size: 35px;
    color: var(--tg-color-white-default);
}

.wsus__profile_overview .name {
    font-size: 18px;
    margin-top: 3px;
    color: var(--tg-color-white-default);
}

.wsus__profile_overview.green {
    background: #28a745;
}

.wsus__profile_overview.orange {
    background: var(--tg-color-yellow-light);
}

.wsus__profile_info {
    margin-top: 15px;
    padding: 50px 40px 43px 40px;
    border: 1px solid rgba(23, 23, 24, 0.12);
    border-radius: 12px;
}

.wsus__profile_info_top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wsus__profile_info h4 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__profile_info .common_btn::after {
    background: var(--tg-color-dark);
}

.wsus__profile_info .common_btn:hover {
    color: var(--tg-color-white-default);
}

.wsus__profile_info ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.wsus__profile_info ul li {
    width: 100%;
    margin-top: 18px;
    text-transform: capitalize;
    color: var(--tg-color-dark);
    font-size: 16px;
    list-style: none;
}

.wsus__profile_info ul li span {
    width: 130px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

/* dashboard profile end */

/* dashboard profile edit start */
.wsus__dashboard {
    padding: 100px 0px;
}

.wsus__dashboard_main_contant h4 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.wsus__dashboard_profile_edit_info {
    margin-top: 30px;
}

.wsus__dashboard_profile_edit_info input,
.wsus__dashboard_profile_edit_info textarea {
    margin-bottom: 20px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 1px solid rgba(23, 23, 24, 0.12);
}

.wsus__dashboard_profile_edit_info .single-select,
.wsus__dashboard_profile_edit_info .form-select,
.wsus__dashboard_profile_edit_info select {
    border: 1px solid rgba(23, 23, 24, 0.12);
    border-radius: 0;
    margin-bottom: 20px;
}

.wsus__dashboard_profile_edit_info
    .select2-container
    .select2-selection--single {
    height: 50px;
    margin-bottom: 20px;
}

.wsus__dashboard_profile_edit_info
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 50px;
}

.wsus__dashboard_profile_edit_info
    .select2-container--default
    .select2-selection--single {
    border: 1px solid rgb(228, 231, 233);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.wsus__dashboard_profile_edit_info
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    width: 8px;
    height: 8px;
    right: 20px;
}

.wsus__dashboard_profile_edit_info ul {
    gap: 20px;
    padding: 0;
    margin: 0;
}

.wsus__dashboard_profile_edit_info ul li {
    list-style-type: none;
}

/* dashboard profile edit end */

/* dashboard order start */

.wsus__dashboard_order {
    margin-top: 30px;
}

.wsus__dashboard_order .table {
    border-left: 1px solid var(--tg-border-2);
    border-right: 1px solid var(--tg-border-2);
    margin: 0;
    border-top: 1px solid var(--tg-border-2);
}

.wsus__dashboard_main_contant table,
.wsus__dashboard_main_contant td,
.wsus__dashboard_main_contant th {
    border: 1px solid var(--tg-border-2);
}

.wsus__dashboard_order .table tr th,
.wsus__dashboard_order .table tr td {
    font-size: 16px;
    padding: 12px 10px;
}

.wsus__dashboard_order .table tr th {
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__dashboard_order .active_package {
    background: var(--tg-color-gray-1);
}

.wsus__dashboard_order .action a {
    display: block;
    color: var(--tg-color-red-light);
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__dashboard_order .action a:hover {
    background: var(--tg-color-red-light);
    border-color: var(--tg-color-red-light);
    color: var(--tg-color-white-default);
}

/* dashboard order end */

/* dashboard invoice start */

.wsus__dashboard_invoice {
    margin-top: 30px;
    padding: 40px 30px 40px 30px;
    border: 1px solid rgba(23, 23, 24, 0.12);
}

.wsus__dashboard_invoice_left h5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.wsus__dashboard_invoice_left p {
    margin-top: 3px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.wsus__dashboard_invoice_logo {
    width: 100%;
    display: block;
}

.wsus__dashboard_invoice_right {
    text-align: right;
}

.wsus__dashboard_invoice .table {
    margin-top: 33px;
    margin-bottom: 0;
    border-left: 1px solid var(--tg-border-2);
    border-right: 1px solid var(--tg-border-2);
}

.wsus__dashboard_invoice .table tr th {
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__dashboard_invoice .table tr th,
.wsus__dashboard_invoice .table tr td {
    padding: 12px 10px;
    min-width: 170px;
}

.wsus__dashboard_invoice .table tr td {
    color: var(--tg-color-dark);
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__dashboard_invoice .table tfoot tr .total_text {
    width: 75% !important;
    text-align: right;
}

.wsus__dashboard_invoice .table tfoot tr .total_amount {
    width: 25% !important;
}

.wsus__dashboard_invoice .common_btn::after {
    background: var(--tg-color-dark);
}

.wsus__dashboard_invoice .common_btn:hover {
    color: var(--tg-color-white-default);
}

.wsus__dashboard_invoice .common_btn_2 i {
    transform: rotate(0deg);
    margin-left: 0px;
    margin-right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/* dashboard invoice end */

/* dashboard wishlist start */

.wsus__dashboard_wishlist {
    margin-top: 30px;
}

.wsus__dashboard_wishlist table {
    margin: 0;
}

.wsus__dashboard_wishlist table tr td {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border: none;
    border-top: 1px solid var(--tg-border-2);
}

.wsus__dashboard_wishlist .table {
    margin: 0;
}

.wsus__dashboard_wishlist .table tr th,
.wsus__dashboard_wishlist .table tr td {
    padding: 10px;
    border-right: 1px solid var(--tg-border-2);
    vertical-align: middle;
}

.wsus__dashboard_wishlist .table tr th {
    text-transform: capitalize;
    font-size: 16px;
}

.wsus__dashboard_wishlist .image {
    max-width: 120px;
}

.wsus__dashboard_wishlist .image a {
    width: 100%;
    height: 100%;
}

.wsus__dashboard_wishlist .sale_tk p {
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-color-dark);
    text-transform: capitalize;
}

.wsus__dashboard_wishlist .status p {
    color: var(--tg-color-white-default);
    text-transform: capitalize;
    font-weight: 600;
    background: var(--tg-color-dark);
    padding: 5px 13px;
    font-size: 14px;
}

.wsus__dashboard_wishlist .actions ul {
    padding-left: 0;
}

.wsus__dashboard_wishlist .actions ul li {
    list-style: none;
}

.wsus__dashboard_wishlist .actions ul li a {
    display: block;
    color: var(--tg-color-red-light);
    margin: 0px 5px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s ease;
    -moz-transition: all linear 0.3s ease;
    -ms-transition: all linear 0.3s ease;
    -o-transition: all linear 0.3s ease;
}

.wsus__dashboard_wishlist .actions ul li a:hover {
    background: var(--tg-color-red-light);
    color: var(--tg-color-white-default);
}

.wsus__dashboard_wishlist .table td .title {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: var(--tg-color-dark) !important;
}

.wsus__dashboard_wishlist .table td .title:hover {
    text-decoration: underline;
}

.wsus__dashboard_wishlist .table td h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 0;
}

.wsus__dashboard_wishlist .table td .rating {
    font-size: 15px;
    margin-top: 5px;
    color: #f5980c;
    margin-bottom: 0;
}

.wsus__dashboard_wishlist .table td .rating span {
    font-size: 15px;
}

/* dashboard wishlist end */

/* dashboard review start */
.wsus__dashboard_review {
    margin-top: 30px;
}

.wsus__dashboard_review .wsus__blog_single_comment {
    margin-top: 0 !important;
}

.wsus__dashboard_review .wsus__product_review {
    margin-top: 0 !important;
    margin-bottom: 60px;
}

/* dashboard review end */

/* dashboard password change start */

.wsus__dashboard_change_password {
    margin-top: 30px;
}

.wsus__dashboard_change_password {
    margin-top: 10px;
}

.wsus__dashboard_change_password input {
    margin-top: 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid rgba(23, 23, 24, 0.12);
}

.wsus__dashboard_change_password ul {
    gap: 20px;
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.wsus__dashboard_change_password ul li {
    list-style: none;
}

.wsus__dashboard_change_password ul li .common_btn::after {
    background: var(--tg-color-dark);
}

.wsus__dashboard_change_password ul li .common_btn:hover {
    color: var(--tg-color-white-default);
}

.wsus__dashboard_change_password ul li a.common_btn {
    background: var(--tg-color-red-light);
    color: var(--tg-color-white-default);
}

.table.table-no-border,
.table.table-no-border tr td {
    border: none;
}

.dashboard_invoice_top .wsus__dashboard_invoice_left h2 {
    color: var(--tg-color-gray-6);
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 28px;
}

/* dashboard password change end */
.wsus__blog_single_comment {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(8, 5, 33, 0.1);
}

.wsus__blog_single_comment .img {
    height: 70px;
    width: 70px;
    margin-right: 25px;
}

.wsus__blog_single_comment .text {
    width: 88%;
}

.wsus__blog_single_comment .text h5 {
    font-size: 17px;
    font-weight: 500;
    font-family: var(--tg-color-dark-2);
    text-transform: uppercase;
    margin-top: 0;
    line-height: normal;
}

.wsus__blog_single_comment .text .date {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--tg-body-color);
    text-transform: uppercase;
}

.wsus__blog_single_comment .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.wsus__blog_single_comment .text a {
    font-size: 15px;
    font-weight: 400;
    padding: 3px 13px;
    margin-top: 20px;
    font-family: var(--tg-color-dark-2);
    color: var(--tg-color-dark);
    border: 1px solid rgba(23, 23, 24, 0.14);
    background: transparent;
    text-transform: uppercase;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

.wsus__blog_single_comment .text a span {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    top: -3px;
}

.wsus__blog_single_comment .text a:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.review_icon {
    color: #f5980c;
    margin-left: 30px;
}

/*===================================
  DASHBOARD END
===================================*/
/*------------------- Ajax Loader -------------------*/
.ajax-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ajax-loader-inner {
    display: block;
    width: 45px;
    height: 45px;
}

.ajax-loader-inner span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    margin: 4px;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: ajaxLoader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--tg-theme-primary) transparent transparent transparent;
}

.ajax-loader-inner span:nth-child(1) {
    animation-delay: -0.1s;
}

.ajax-loader-inner span:nth-child(2) {
    animation-delay: -0.2s;
}

.ajax-loader-inner span:nth-child(3) {
    animation-delay: -0.3s;
}

@-webkit-keyframes ajaxLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ajaxLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cart-btn .cart_icon {
    display: block;
    width: auto;
    position: relative;
}

.cart-btn .cart_icon span {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    border-radius: 50%;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.tg-header__area-four .mobile-nav-toggler a,
.cart-btn-two a {
    color: var(--tg-color-white-default);
}

.tg-header__area-four .mobile-nav-toggler .cart-btn .cart_icon span,
.cart-btn-two .cart_icon span {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

.tg-header__area-four.sticky-menu .mobile-nav-toggler a,
.sticky-menu .cart-btn-two a {
    color: var(--tg-theme-primary);
}

.tg-header__area-four.sticky-menu .mobile-nav-toggler .cart-btn .cart_icon span,
.sticky-menu .cart-btn-two .cart_icon span {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
}

.tg-header__area-five.sticky-menu .header-btn .wsus-tg-btn-four {
    border-color: var(--tg-theme-primary);
    color: var(--tg-theme-primary);
}

.tg-header__area-five.sticky-menu .header-btn .wsus-tg-btn-four:hover {
    color: var(--tg-color-white-default);
}

.wsus-description-list ul,
.wsus-description-list ol {
    margin: 0;
    padding: 0;
}

.wsus-description-list ul li,
.wsus-description-list ol li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}

.wsus-description-list ul li::before,
.wsus-description-list ol li::before {
    position: absolute;
    content: "\f058";
    font-family: "font awesome 5 free";
    font-weight: 600;
    font-size: 16px;
    top: 1px;
    left: 0;
    color: var(--tg-theme-primary);
}

.wsus-list-wrap ul {
    padding: 0;
    margin: 0;
}

.counter__item-three:hover .counter__icon-two svg,
.counter__item-two:hover .counter__icon svg,
.services__item-two:hover .services__icon-two svg,
.services__item-four:hover .services__icon-four svg {
    transform: rotateY(180deg);
}

.counter__icon svg,
.services__item-two .services__icon-two svg,
.services__item-four .services__icon-four svg {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    width: 65px;
    height: 65px;
    margin-top: -25px;
}

.product-desc-info table {
    width: 100%;
}

.product-desc-info th,
.product-desc-info td {
    padding: 9px 12px;
}

.home_main .brand-item a {
    color: var(--tg-color-gray-9);
}

.home_two .brand-item a,
.home_two .brand-item a:hover {
    color: var(--tg-color-gray-5);
}

.btn-sm,
.btn-sm:hover {
    color: var(--tg-color-white-default);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.btn-primary {
    background-color: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.btn-info {
    background-color: var(--tg-color-sky-blue);
    border-color: var(--tg-color-sky-blue);
}

.btn-success {
    background-color: #00ab4d;
    border-color: #00ab4d;
}

.btn-warning {
    background-color: var(--tg-color-yellow-light);
    border-color: var(--tg-color-yellow-light);
}

.btn-danger {
    background-color: var(--tg-color-red-light);
    border-color: var(--tg-color-red-light);
}

.btn-secondary {
    background-color: var(--tg-color-gray-11);
    border-color: var(--tg-color-gray-11);
}

.flash-box {
    position: absolute;
    left: 12px;
    top: 24px;
    line-height: 1;
}

.flash-box span {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    background: var(--tg-color-red-light);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 8px;
}

.flash-box span.new {
    background: #1abc00;
}

.rating {
    font-size: 14px;
    color: var(--tg-color-yellow-light);
}

.comments-text .name {
    font-size: 20px;
    font-weight: 600;
}

.comments-text .date {
    color: var(--tg-color-gray-7);
}

.comments-avatar img {
    width: 100px;
    height: auto;
}

.comment-form .form-check-input {
    padding: 8px;
    accent-color: var(--tg-theme-primary);
}

.shop__thumb img {
    height: 250px;
    object-fit: cover;
}

.checkout_payment a img {
    width: 140px;
    height: auto;
    border: 1px solid #ddd;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 6px;
}

.blog-post-description p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.blog-post-description img {
    width: 48%;
    height: 400px;
}

@media (min-width: 1200px) and (max-width: 1399.99px) {
    .blog-post-description img {
        height: 340px;
    }
}

@media (min-width: 992px) and (max-width: 1199.99px) {
    .blog-post-description img {
        width: 47%;
        height: 265px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .blog-post-description img {
        height: 305px;
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {
    .blog-post-description img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.99px) {
    .blog-post-description img {
        width: 100%;
        height: auto;
    }
}

.wsus-badge {
    background-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    border-radius: 30px;
    left: 100%;
    font-size: 12px;
    font-weight: normal;
}

.previous-post.disabled,
.next-post.disabled,
.previous-post.disabled:hover,
.next-post.disabled:hover {
    color: #88919b;
    cursor: no-drop;
}

/* update css start */
.shop__details-images-wrap .nav-link {
    height: 100px;
}

.shop__details-images-wrap .nav-link img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.mobile_language_currency {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    padding: 0 20px 25px 25px;
    margin: 0;
}

.mobile_language_currency li {
    width: 47%;
}

.mobile_language_currency li:last-child {
    width: 100%;
}

.mobile_language_currency li:last-child a {
    width: 100%;
    text-align: center;
    display: block;
    padding: 14px 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.tgmobile__menu .social-links ul li a svg {
    width: 18px;
    height: 18px;
}

.tg-header__top .language_select .nice-select,
.tg-header__top .currency_select .nice-select {
    background: none;
    border: none;
    padding-left: 0;
    width: 75px;
    max-width: 100%;
    padding-right: 0;
    height: auto;
    line-height: initial;
}

.tg-header__top .tg-header__top-right > .list-wrap > li::before,
.tg-header__top .tg-header__top-info .list-wrap li::before {
    opacity: 0.5;
}

.tg-header__top .language_select .nice-select .list,
.tg-header__top .currency_select .nice-select .list {
    width: auto;
    margin-top: 12px;
}

.tg-header__top .language_select .nice-select:after,
.tg-header__top .currency_select .nice-select:after {
    margin-top: -4px;
}

.home_three .tg-header__top {
    background-color: var(--tg-theme-primary);
}

.wsus__dashboard_profile_edit_info .nice-select {
    border: 1px solid rgba(23, 23, 24, 0.12) !important;
    height: 50px;
    line-height: 48px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 20px;
}

#storeModal .nice-select,
#edit-address-modal .nice-select {
    border: 1px solid var(--tg-border-7);
    height: 50px;
    line-height: 48px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.customer__form-wrap .form-grp textarea,
.customer__form-wrap .form-grp input {
    background: none;
    border: 1px solid var(--tg-border-7);
}

#shipping-address-form .nice-select {
    height: 53px;
    line-height: 53px;
    border: 1px solid var(--tg-border-7);
}

.customer__form-wrap,
.order__info-wrap {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

#place-order-form .nice-select {
    margin-right: 20px;
    height: 47px;
    line-height: 44px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

#place-order-form button.tg-btn {
    text-align: center;
    padding-left: 25px !important;
    padding-right: 50px !important;
    border-radius: 6px !important;
}

#add-billing-address-form .nice-select {
    border-radius: 6px;
    border: 1px solid var(--tg-border-7) !important;
    height: 53px;
    line-height: 53px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 10px;
}

#add-billing-address-form .form-grp textarea,
#add-billing-address-form .form-grp input {
    margin-bottom: 10px;
}

#add-billing-address-form .customer__form-wrap {
    border: none;
}

.shop__details-wishlist-wrap a {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.quantity_div {
    display: inline-flex !important;
}

.quantity_div .cart-qty-minus,
.quantity_div .cart-qty-plus {
    display: block;
    width: 50px;
}

.quantity_div .qty-input {
    margin: 0px 10px;
    max-width: 90px;
}

.product__thumb a {
    display: block;
}

.cart__table .product__thumb img {
    max-width: 90px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.cart__table tbody td.product__quantity {
    text-align: left;
    padding-right: 17px;
}

.team__details-img {
    background: #f0f0f0;
    border-radius: 20px;
}

.services__icon-two,
.counter__icon {
    padding-top: 0;
}

.pricing__list .wsus-description-list ul li::before,
.career__details_page .wsus-description-list ul li::before,
.work__content-three .wsus-description-list ul li::before {
    display: none;
}

.pricing__list .wsus-description-list ul li::after,
.career__details_page .wsus-description-list ul li::after,
.work__content-three .wsus-description-list ul li::after {
    position: absolute;
    content: "";
    background: url(../images/pricing_check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 30px;
    top: 1px;
    left: 0;
    color: var(--tg-border-10);
    filter: brightness(0) saturate(100%) invert(20%) sepia(91%) saturate(6780%)
        hue-rotate(227deg) brightness(103%) contrast(110%);
}

.work__content-three .wsus-description-list ul li {
    line-height: 30px;
}

.services__item-four .services__icon-four svg {
    width: 40px;
    height: 40px;
    margin-top: 0;
}
.counter__icon::before {
    top: 20px;
}
.counter__icon svg {
    margin-top: 5px;
}
.home_two .tg-header__top {
    background-color: var(--tg-theme-primary);
    border-bottom: 1px solid #4275ff;
}
.home_two .nice-select:after,
.home_three .nice-select:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.tgmobile__search button {
    height: 100%;
    padding: 10px 12px;
    right: 0;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border-radius: 0 10px 10px 0;
}

/* update css end */
@media (min-width: 1200px) and (max-width: 1399.99px) {
    .banner__img-wrap > p {
        right: 0;
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
    .shop__details-images-wrap .nav-link {
        height: 85px;
    }

    .tg-header__top-right > .list-wrap > li:nth-child(3),
    .tg-header__top-right > .list-wrap > li:nth-child(4),
    .tg-header__top .currency_select::before {
        display: none;
    }
    .tgmenu__action-four > ul li {
        margin-left: 25px;
    }

    .home_four .tgmenu__action > ul li:first-child {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.99px) {
    .shop__details-images-wrap .nav-link {
        height: 85px;
    }
    .brand-item-two {
        padding: 30px 10px;
        height: 95px;
    }

    .shop__thumb img {
        height: 300px;
    }
}

@media (min-width: 576px) and (max-width: 767.99px) {
    .shop__details-images-wrap .nav-link {
        height: 85px;
    }
}

@media (max-width: 575.99px) {
    .shop__details-images-wrap .nav-link {
        height: 70px;
    }
     .counter__icon svg,
    .services__item-two .services__icon-two svg,
    .services__item-four .services__icon-four svg {
        width: 50px;
        height: 50px;
    }

    .brand-item-wrap {
        display: block;
    }

    .shop__thumb img {
        height: auto;
    }
}
.mega-menu-item .mega-menu-thumb a img.coming-soon {filter: blur(2px);}
#newsletter-form input::placeholder {
    text-transform: lowercase;
}
.wpcc-privacy,.wpcc-privacy:active,.wpcc-privacy:visited {
    margin-top: 10px;
}