 /* ------Cart-sidebar-start------ */
 html{
    overflow-x: hidden;
 }
 
 #cartSidebar .offcanvas-body {
     padding: 15px 0;
     overflow: hidden;
 }
 
 .widget_shopping_cart_content {
     text-align: center;
     height: 100%;
 }
 
 .widget_shopping_cart_content .woocommerce-mini-cart {
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     height: calc(100% - 158px);
     overflow-y: auto;
 }
 
 .widget_shopping_cart_content .woocommerce-mini-cart::-webkit-scrollbar {
     width: 5px;
 }
 
 .widget_shopping_cart_content .attachment-woocommerce_thumbnail {
     width: 60px;
     height: auto;
     margin: 0 8px;
 }
 
 .widget_shopping_cart_content .woocommerce-mini-cart-item {
     margin-bottom: 15px;
     border-bottom: 1px solid #ddd;
     font-weight: 600;
     display: flex;
     align-items: center;
     padding: 0 15px 15px;
 }
 
.widget_shopping_cart_content .remove_from_cart_button {
    display: inline-block;
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 500;
    width: 15px;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 
 .widget_shopping_cart_content .woocommerce-mini-cart__total {
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-size: 18px;
     padding: 10px 15px 0;
 }
 
 .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
     padding: 0 15px;
 }
 
 .widget_shopping_cart_content .woocommerce-Price-amount {
     font-weight: 600;
 }
 
 .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
     width: 100%;
 }
 
 .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.wc-forward {
     margin-bottom: 20px;
 }
 
 .widget_shopping_cart_content .quantity {
     display: inline-block; 
     margin: 0 0 0 auto;
 }
 .widget_shopping_cart_content .quantity {
    display: inline-block;
    margin: 0 0 0 auto;
    white-space: nowrap;
    padding: 0 0 0 10px;
}
 /* ------Cart-sidebar-end------ */

/* ------Cart-start------ */
.breadcrumb_wrapper h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.woocommerce-breadcrumb {
    font-size: 16px;
}
.cart_wrapper {
    padding: 50px 0;
}
.cart_wrapper .shop_table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.cart_wrapper .attachment-woocommerce_thumbnail{
    width: 100px;
    height: auto;
}

.cart_wrapper .woocommerce-cart-form .shop_table tr td {
    padding: 10px;
    font-weight: 400;
}
.cart_wrapper .woocommerce-cart-form .shop_table tr .actions {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.cart_wrapper .woocommerce-cart-form .shop_table tr .product-remove {
    text-align: center;
}
.cart_wrapper .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
    font-weight: 800;
}
.cart_wrapper .woocommerce-cart-form .shop_table_responsive thead {
    background-color: #01213a;
    color: #fff;
}
.cart_wrapper .woocommerce-cart-form .shop_table_responsive thead th{
    padding: 10px
}
.cart_wrapper .cart_item {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 10px;
}
.cart_wrapper .cart_item .qty {
    width: 60px;
    border: 0;
    text-align: center;
    font-weight: 600;
}
.cart_wrapper .shop_table_responsive .product-remove a {
    text-align: center;
    font-size: 24px;
}
label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
}
.woocommerce-form-login__rememberme {
    cursor: pointer;
    margin: 0;
}
/*.cart_wrapper .shop_table_responsive #coupon_code {
    margin-bottom: 15px;
}*/
.coupon-content {
    padding: 10px 10px 15px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    text-align: left;
}
.coupon-content .button {
    margin: 15px 15px 0 0;
}

.cart-collaterals {
    padding: 20px;
    margin-left: 15px;
    border: 1px solid #ECECEC;
    background-color: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
}
.cart_totals h2 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.cart-collaterals .cart-subtotal,
.cart-collaterals .order-total {
    font-size: 16px;
    font-weight: 600;
}
.cart-collaterals .wc-proceed-to-checkout {
    margin: 20px 0 0;
}
.cart-collaterals .checkout-button {
    width: 100%;
}
.cart-collaterals .woocommerce-Price-amount {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
.cart_wrapper .woocommerce-notices-wrapper {
    margin: 0 0 20px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 10px;
    font-weight: 600;
    border-left: 3px solid;
}

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

/* ------Shop-start------ */  
.product-card-img .added_to_cart {
    margin: 12px 12px 0;
    display: block;
}
.custom_shop_page .hover-product-img {
    display: none !important;
}  
.custom_shop_page .product-img {
    object-fit: contain;
}
.yith-wcwl-add-button {
    text-align: center !important;
}
.archive .added {
    display: none !important;
}
/* -------Shop--end------ */   

/* -------Contact--start------ */   
.contact_area {
    padding: 80px 0;
}
.contact_area .wpcf7-textarea {
    height: 130px;
}
.contact_area label {
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.contact_area .contact-form-wrap {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

.contact_area .wpcf7-submit {
    width: auto;
}
.contact_area form .wpcf7-response-output {
    margin: 0;
    padding: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    background-color: #ffb900;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    background-color: rgb(70 180 80 / 50%);
    color: #fff;
}
.social-platform {
    margin-bottom: 0;
}
.contact-rich {
    margin: 0 15px 30px 0;
    border: 1px solid #ECECEC;
    background-color: #f8f8f8;
    border-radius: 5px;
    overflow: hidden;
}
.contact-rich ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.contact-rich .contact-rich-icons {
    font-size: 24px;
    margin-right: 15px;
}
.contact-rich .addrss {
    display: flex;
}
.contact-rich .addr-content {
    width: calc(100% - 24px);
    display: inline-block;
}
.contact-rich ul li a {
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}
.contact-rich ul li a:hover{
    color: #01213a;
}
.contact-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px;
    background-color: #01213a;
    color: #fff;
    text-transform: capitalize;
}
.contact-rich .addr-content-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.social-platform .social-link-wrap {
    margin: 0;
    padding: 0 5px 15px;
}
.social-platform ul li {
    border: none;
    padding: 15px 10px 0;
}

.social-platform  .social-link-wrap .social-link {
    margin-right: 0;
    transition:all 0.3s ease;
    border: 1px solid #01213a;
}
.social-platform  .social-link-wrap .social-link:hover {
    color: #fff;
    background-color: #01213a;
}
iframe {
    margin: 0;
}
/* -------Contact--end------ */     
.header_shop_filtere .woocommerce-result-count {
    display: none;
}

/* -------Wishlist--start------ */     
.contact_area .wishlist-title-container {
    display: none;
}
.contact_area  .wishlist_table.wishlist_view {
    width: 100%;
    border-collapse: collapse;
}
.contact_area .wishlist_table.wishlist_view thead th, .contact_area .wishlist_table.wishlist_view tbody td {
    border: 1px solid  #e7e7e7;
    font-size: 14px;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.contact_area .wishlist_table tr td.product-remove {
    text-align: center !important;
}
.contact_area .wishlist_table.wishlist_view thead {
    display: none;
}
.contact_area .wishlist_table tr td.product-thumbnail a img {
    width: 50px;
    height: auto;
}
.contact_area .wishlist_table tr td.product-thumbnail {
    width: 100px;
    text-align: center;
}
.contact_area .wishlist_table tr td.product-name {
    font-weight: 700;
    text-align: left;
}
.contact_area .wishlist_table tr td .remove {
    font-size: 24px;
}
.contact_area .wishlist_table tr td.product-thumbnail a {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
}
.contact_area .wishlist_table .product-add-to-cart .remove_from_wishlist,
.contact_area .wishlist_table .product-add-to-cart .add_to_cart {
    display: inline-block !important;
}
.contact_area .wishlist_table .product-add-to-cart a {
    margin: 10px 5px 0 !important;
    text-transform: none;
}
.wishlist-in-stock {
    color: #46d746;
}
/* -------Wishlist--end------ */     

/* -------login-signup-start-----*/    
.myaccount_without,.instacare_lost_password {
    padding: 80px 0;
}
.login_col, .lost_reset_password, .pwd-reset-mail {
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 100%;
}
.links-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_col h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.reset_btn {
    width: 100%; 
}
.lost_reset_password {
    max-width: 540px;
    margin: 0 auto 20px;
}
.alert-msg {
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 16px;
}
.pwd-reset-mail {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

/* -------login-signup-end------ */   

/* -------my-account-start------ */   
.myaccount-body{
    overflow: hidden;
}
.p-80{
    padding: 80px 0 !important;
}
.loginns_nav {
    background-color: #f8f8f8;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    overflow: hidden;
}
.loginns_nav li a {
    padding: 8px 16px;
    display: block;
    border-bottom: 1px solid #ECECEC;
    transition:all 0.5s ease;
}
.loginns_nav li a:hover{
    background-color: #01213a;
    color: #fff
}
.is-active{
    background-color: #01213a;
}
.is-active a{
    color: #fff;
}
.logins_content {
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 16px;
}
.logins_content_link a,
.woocommerce-Address-title .edit{
    color: #01213a;
    font-weight: 600;
    text-decoration: underline;
}
.woocommerce-Address-title h3 {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-Address address {
    margin: 10px 0 0;
}
.logins_content legend {
    font-size: 20px;
    font-weight: 600;
}
#billing_country_field span {
    display: block;
}
#billing_country_field label,
#billing_state_field label{
  display: block;
}
.country_to_state,
.state_select  {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.logins_content_link {
    margin: 0;
}
.contact_area  .wishlist_table.wishlist_view {
    justify-content: center;
}
/* -------my-account-end------ */ 

/* ---------search-page------- */ 
.no-results {
    text-align: center;
    margin: 50px 0;
}
.no-results .page-title,
.search-result-wrapper .page-title{
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}
.no-results .search-form {
    display: block;
    max-width: 640px;
    margin: 0 auto;
}
.no-results .search-form label {
    width: 100%;
    margin: 0;
}
.no-results .search-form label input {
    width: 100%;
}
.no-results .search-form .search-submit {
    width: 200px;
    margin: 20px 0 0;
}
.search-result-wrapper {
    margin: 50px 0;
}
.search-result-wrapper .entry-title {
    font-size: 24px;
    font-weight: 600;
}
.search-result-wrapper .category-blog img {
    width: 100%;
}
.search-post-wrapper {
    display: flex;
    margin: 0 -12px;
    flex-wrap: wrap;
}
.search-post-wrapper-articles {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 12px;
}
.logins_content .my_account_orders{
    width: 100%;
}
.logins_content .my_account_orders tr th,
.logins_content .my_account_orders tr td {
    padding: 5px;
}
.logins_content .my_account_orders tr td .button{
    margin-right: 10px;
}
/* ------search-page-end------ */    

/* --------error-404---------- */   
.error-404 {
    padding: 80px 0;
    text-align: center;
}
.error-404 .page-title {
    font-size: 36px;
    margin: 20px 0;
    font-weight: 600;
    color: #01213a;
}
.error-404 .error-404-para {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
}
.error-404 .search-form {
    max-width: 60%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
}
.error-404 .search-form label {
    margin-bottom: 0;
}
.error-404 .search-form input {
    width: calc(100% - 20px);
}
.error-404 .not_found_img img {
    max-width: 100%;
}

/* --------error-404-end------ */ 

/* --------empty-cart------ */ 
.custom_empty_cart {
    padding: 80px 0;
    text-align: center;
}
.custom_empty_cart .woocommerce-info {
  background-color: transparent;
    color: #000;
    border: 0;
    font-size: 16px;
}

/* --------empty-cart-end------ */  

/* ----------About us-------- */   
.aboutus-fig img {
    width: 100%;
}
.aboutus-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 50px;
}
.aboutus-fig {
    position: relative;
    margin-left: 50px;
}
.aboutus-fig .aboutus-thumbnails {
    width: 230px;
    height: 230px;
    object-fit: cover;
    background-color: #fff;
    padding: 14px;
    position: absolute;
    left: -100px;
    bottom: -14px;
}
/* --------About us-end------ */  

/* ----------privacy-policy-------- */ 
.stationary_default_wrapper {
    padding: 80px 0;
}
.stationary_default_wrapper h1,
.stationary_default_wrapper h2,
.stationary_default_wrapper h3,
.stationary_default_wrapper h4,
.stationary_default_wrapper h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
.stationary_default_wrapper a {
    font-weight: 600;
    transition: color .3s ease;
}

/* --------privacy-policy-end------ */

/* ----------product-details-------- */ 
.single_product_custom .woocommerce-product-gallery__wrapper {
    width: 100%;
}

.flex-viewport {
    width: 100%;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.single_product_custom .woocommerce-product-gallery .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.single_product_custom .quantity .input-text {
    width: 100px;
    text-align: center;
    margin-right: 15px;
    font-weight: 600;
}
.single_product_custom .cart {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.single_product_custom .woocommerce-product-attributes {
    border: 1px solid #eee;
    width: 100%;
}
.single_product_custom .woocommerce-product-attributes td,
.single_product_custom .woocommerce-product-attributes th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 10px;
    border: 1px solid #eee;
}
.single_product_custom .product_meta {
    margin: 20px 0;
}
.single_product_custom .product_meta .sku_wrapper {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.single_product_custom .product_meta .sku_wrapper .sku {
    font-weight: 400;
}
.single_product_custom .product_meta .posted_in {
    font-weight: 600;
}
.single_product_custom .product_meta .posted_in a {
    font-weight: 400;
}
.single_product_custom .product_meta .posted_in a:hover{
    text-decoration: underline;
}
.single-product-fig {
    position: relative;
}
.single-product-fig .emoji {
    display: none !important;
}
.single-product-fig .onsale {
    z-index: 1;
    background-color: #ffc107;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.woocommerce-breadcrumb a {
    font-weight: 600;
}
.single-product-conent .product_title {
    font-size: 24px;
    font-weight: 600;
}
.single-product-conent .price {
    font-size: 22px;
    font-weight: 600;
    color: #01213a;
}
.single-product-conent {
    padding-left: 40px;
}
.single-product-conent ol,.single-product-conent ul {
    padding-left: 1rem;
    list-style: disc;
}
.single_product_custom .wc-tabs {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #eee;
}
.single_product_custom .wc-tabs-wrapper {
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
.single_product_custom .tabs li {
    display: block;
    margin: 0;
    position: relative;
}
.single_product_custom .commentlist .avatar {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}
.single_product_custom .commentlist li .comment_container{
    display: flex;
}
.single_product_custom .commentlist li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.single_product_custom #review_form_wrapper #reply-title {
    font-weight: 600;
    font-size: 18px;
}
.single_product_custom .comment-form-rating label {
    font-weight: 600;
    font-size: 16px;
}
.single_product_custom textarea#comment {
    height: 100px;
}
.single_product_custom #review_form_wrapper input {
    background: var(--white);
    border: 1px solid var(--gray-400);
    width: 100%;
    height: 40px;
    border-radius: 3px;
    padding: 6px 10px
}
.single_product_custom #review_form_wrapper input:focus {
    color: var(--black);
    background-color: var(--white);
    border-color: var(--theme-primary);
    outline: 0;
    box-shadow: none;
}
.single_product_custom #review_form_wrapper .form-submit #submit {
    width: 120px;
}
.single_product_custom #review_form_wrapper label {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}
.single_product_custom .columns-3, .single_product_custom .columns-4  {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.single_product_custom .related h2 {
    font-size: 24;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-card-img .woocommerce-loop-product__link {
    display: none;
}
.multistep_checkout_wrapper .custom_coupon_button {
    width: 100%;
    margin: 10px 0;
}
.woocommerce-tabs ul.tabs li a {
    background-color: #f9f9f9;
}
.cart_wrapper .woocommerce-notices-wrapper {
    margin: 20px 0;
}
.single_product_custom #review_form_wrapper .comment-form-cookies-consent {
    display: flex;
}
/* --------product-details-end------ */

/* -----------thank you-------- */
.circle-check-icon {
    font-size: 32px;
    color: #0d990d;
}
.order-success-msg {
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 10px;
}
.order-success-msg .woocommerce-thankyou-order-received {
    margin: 0 0 0 15px;
    font-weight: 600;
}
.thankyou_orderlist {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 0;
}

.thankyou_orderlist .order_details li:last-child {
    border-right: 0;
}
.thankyou_orderlist .order_details {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.custom_thankyou_order table.woocommerce-table {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 15px;
}
.custom_thankyou_order table.woocommerce-table td,
.custom_thankyou_order table.woocommerce-table th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

.custom_thankyou_order table.woocommerce-table td a:hover{
    text-decoration: underline;
}
.custom_thankyou_order table.order_details td strong {
    font-weight: 500;
}
.custom_thankyou_fail .pay {
    min-width: 120px;
    margin: 0 10px 0 0;
}
.woocommerce-thankyou-order-failed {
    background-color: rgb(128 128 128 / 10%);
    color: #3e3e3e;
    padding: 10px;
    border-radius: 4px;
}

.custom_notice_wc_checkout .woocommerce-message,
.custom_notice_wc_checkout .woocommerce-error {
    margin-bottom: 0;
}
.woocommerce-customer-details .woocommerce-column__title {
    margin: 20px 0 15px;
}
.woocommerce-customer-details address {
    border: 1px solid #d5d5d5;
    padding: 10px;
    line-height: 1.7;
    border-radius: 4px;
}
.woocommerce-customer-details address .woocommerce-customer-details--email {
    margin-bottom: 0;
}
.woocommerce-customer-details address .woocommerce-customer-details--phone {
    margin-bottom: 0;
}
/* --------thank you-end------- */

/* --------Blog------- */
.article-post-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.article-post-wrapper .article-post-wrap {
    flex: 0 0 33.33%;
    padding: 0 12px;
    max-width: 33.33%;
}
.article-post-wrapper .category-blog .article-post-body{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    transition: box-shadow .35s ease;
    height: 100%;
}
.article-post-wrapper .category-blog .entry-title {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.article-post-wrapper .category-blog .article-post-body .post-thumbnail {
    display: block;
    max-height: 270px;
    min-height: 270px;
    height: 100%;
    overflow:hidden;
}
.article-post-wrapper .category-blog .article-post-body .entry-content{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-post-wrapper .category-blog .article-post-body img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: transform .7s ease, opacity .7s ease;
    transform: scale(1);
}
.article-post-wrapper .entry-meta,
.article-post-wrapper .entry-meta a,
.article-post-wrapper .byline {
    color: #9b9b9b;
}
.article-post-wrapper .entry-meta a:hover {
    color: #000;
}
.article-post-wrapper .entry-meta {
    margin: 10px 0;
}
.article-post-wrapper .article-post-wrap .category-blog {
    transition: box-shadow .35s ease;
    height: calc(100% - 24px);
    margin-bottom: 24px;
}
.category-img {
    background-color: #f9f9f9;
}
.article-post-wrapper .category-blog .article-post-body .article-body-content {
    padding: 20px;
}
.article-post-wrapper .article-post-wrap .category-blog:hover {
    box-shadow: 0 0 9px rgb(0 0 0 / 20%);
}
.article-post-wrapper .article-post-wrap .category-blog:hover .post-thumbnail img{
    transform: scale(1.03);
}
.article-post-wrapper .category-blog .article-post-body .article-body-content .entry-title a{
    transition: all 0.5s ease;
}
.article-post-wrapper .category-blog .article-post-body .article-body-content h3 {
    font-size: 18px;
    font-weight: 600;
}
.article-post-wrapper .category-blog .article-post-body .article-body-content .entry-title a:hover {
    text-decoration: underline;
}
.article-post-wrapper .nav-links .nav-previous {
    margin: 0 10px 0 0;
}
.article-post-wrapper .posts-navigation {
    position: absolute;
    bottom: 40px;
    left: 12px;
    right: 0;
}

.custom_blog_single .category-blog .entry-title {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}
.single-post-wrapper {
    padding: 80px 0;
}
.custom_blog_single .post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.custom_blog_single 
 .entry-meta, .custom_blog_single .posted-on,
.custom_blog_single .byline,
.custom_blog_single 
 .entry-meta a {
    color: #9b9b9b;
    font-weight: 500;
    margin: 10px 0;
}
.custom_blog_single 
 .entry-meta a:hover{
    color: #000;
}
.custom_blog_single time.updated {
    margin: 0 8px;
}
.single-post-wrapper h3 {
    font-size: 24px;
    font-weight: 600;
}
.custom_blog_single .nav-links {
    margin: 10px 0 0;
}
.custom_blog_single .nav-links {
    margin: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_blog_single .nav-links .nav-previous {
    margin: 0 10px 0 0;
}
.widget-area{
    margin-left: 20px;
}
 .widget_search {
    padding: 20px;
    border: 1px solid #d5d5d5;
}
.widget-area .wp-block-search__button {
    margin: 0;
}
.widget-area .wp-block-search__input {
    width: auto;
}
.widget-area .widget_block h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0 10px;
}
.widget-area .widget_recent_entries {
    padding: 20px;
    border: 1px solid #d5d5d5;
}
.widget-area .wp-block-latest-posts li {
    clear: both;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 16px;
}
.widget-area .wp-block-latest-posts__post-date {
    font-size: 13px;
    color: #999;
    font-weight: 400;
}
.widget-area .wp-block-latest-posts__post-title {
    font-weight: 600;
}
.widget-area .wp-block-latest-posts__post-title:hover{
    text-decoration: underline;
}
/* ------Blog-end----- */

/* --------product-popup------- */
.custom_compare_view .close, .custom_quick_view .close {
    border: 0;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
/* ------product-popup-end----- */

/* ---------FAQ-------- */
.faq_tabs {
    padding: 70px 0;
}
.faq_tabs .accordion-button {
    font-size: 18px;
    font-weight: 600;
}
.faq_tabs .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.faq_tabs .accordion-item,
.faq_tabs .accordion-item:not(:first-of-type) {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}
.faq_tabs .accordion-button:focus {
    box-shadow: none;
    border-color: #e5e5e5;
}
.faq_tabs .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq_tabs .accordion-header {
    border-bottom: 1px solid #e5e5e5;
}
.nft_checkout_form .clickEdit:hover{
    text-decoration: none;
}
/* -------FAQ-end------ */

/* ---------Payment-------- */
.custom_default_template .paytm-action-btn {
    padding: 25px 0;
}
.custom_default_template ul.order_details {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e5e5e5;
    justify-content: space-evenly;
    align-items: center;
}
.custom_default_template ul.order_details li {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 12px;
    border-right: 1px solid #e5e5e5;
    word-break: break-word;
}
.custom_default_template ul.order_details li:last-child{
    border-right: 0;
}
.custom_default_template ul.order_details li strong {
    display: block;
}
.refresh-payment {
    background: rgb(1 33 58);
}
.refresh-payment:hover{
    color: #fff;
}
/* -------Payment-end------ */

