@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* Menu Code */
.sub-menu-toggle{
    display:none;
}
.wc-backward{
    background:#000;
    padding:5px 20px;
    color:#fff;
}
.woocommerce-input-wrapper span{
    display:block;
}
.summary .tinv-wraper.tinv-wishlist{
    display:none;
}
del {
    text-decoration: line-through;
    color: #fd0b0b;
    font-weight: 600;
    display: inline-flex
;
}
ins {
    font-weight: 700;
}
.summary.entry-summary form{
    display:flex;
}
.woocommerce-ordering{
    text-align:right;
    padding:0;
}
.woocommerce-ordering select {
    padding: 13px 10px;
    border: 2px solid #edecec;
    border-radius: 30px;
    font-size: 14px;
    color: #000;
}
.woocommerce-loop-product__title {
    color: #202020 !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 16px;
    margin: 7px 0 15px 0 !important;
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
 .breadcrumb-trail{
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    display:none;
    position: relative;
    text-indent: -9999px;
    white-space: nowrap;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:after {
    content: 'View More';
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    text-align: center;
    white-space: nowrap;
    line-height: inherit;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
}

.view-more-button{
    left: 0;
    top: 0;
    text-indent: 0;
    text-align: center;
    white-space: nowrap;
    line-height: inherit;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
}


.price del{
    color:red;
    opacity:unset;
    display: inline-flex
;
}
span.addon {
    background: #ea5c0d;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -14px;
    font-size: 10px;
    line-height: 20px;
}
/* Add the new text */
a.button.product_type_variable.add_to_cart_button {
    position: relative;
    text-indent: -9999px;
    white-space: nowrap;
}
a.button.product_type_variable.add_to_cart_button:after {
    content: 'View More';
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    text-align: center;
    white-space: nowrap;
    line-height: inherit;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
}

.wpc-filters-widget-wrapper{
    background:#eee;
    padding:15px 10px;
}
.wpc-filters-widget-wrapper .wpc-checkbox-item a{
    color:#707070;
}
.woocommerce-result-count{
    float:left;
}
.woocommerce-ordering{
    float:right;
}
.product_wrapper{
    position:relative;
    margin-bottom:30px;
}

.product_wrapper .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    position: absolute !important;
    top: 15px;
    right: 15px;
    background: #fff;
    color:#707070;
    z-index: 1;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.onsale{
    display:none !important;
}
.wpc-filters-range-column input{
    border:1px solid #ffe7e7;
    outline:none;
    padding-left:10px;
    padding-right:10px;
}
.summary h1.entry-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    margin-bottom: 10px;
}
.summary .price{
    font-size: 19px;
}
/*.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}*/
.single_add_to_cart_button {
    border-radius: 4px;
    padding: 10px 15px;
    border: none;
    background: #000;
    color: #fff;
    display:inline-block;
    margin:0 5px;
    width:auto;
   
}
ul.page-breadcrumb {
    display: flex;
}
ul.page-breadcrumb li{
    margin:0 5px;
}
.btn.button.alt{
     animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px; 
}
.disabled.wc-variation-selection-needed{
     animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px; 
}
.wc-buy-now-btn-single{
    animation:none !important;
}
@keyframes swing {
    0% { transform: rotate(1deg); }      /* Start of animation */
    44.5% { transform: rotate(0deg); } /* End of the 1s animation (1s = 12.5% of 4s) */
    100% { transform: rotate(-1deg); }  /* Hold the final state for the rest of the duration */
}
.single_add_to_cart_button:hover{
    color:#fff;
    background:#202020;
    opacity:0.9;
}
.summary .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    margin-left: 10px;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
}
.woocommerce .woocommerce-cart-form  .quantity input[type="number"] {
    width: 31px;
    text-align: center;
    margin-right: 0;
    border-radius: 0;
    border: none;
    height: 32px;
     -moz-appearance: textfield;
       -webkit-appearance: none;
}
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

.summary .thwvsf-rad-li {
    list-style: none;
    margin: 0;
    width: auto;
    display: flex;
}
/*.summary .thwvsf-rad-li .th-label-radio{
    margin-bottom:0;
}*/


.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
    top: -10px !important;
    margin-left: -6px;
    border-radius: 50%;
    outline: 0;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .23);
    background: #f50b18 !important;
    border: 1px solid #f50b18 !important;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color:#f50b18 !important;
}
.wpc-filters-range-inputs .ui-slider .ui-slider-handle{
    width:20px !important;
    height:20px !important;
}

.woocommerce-pagination{
    display: flex;
    justify-content: center;
}
.woocommerce-pagination li a{
    color: #ea5c0d;
}
 .woocommerce-pagination .prev.page-numbers{
    background: #ea5c0d;
    color: #fff;
}
.woocommerce-pagination a.page-numbers{
     background: #ea5c0d !important;
    color: #fff;
}
.woocommerce-pagination span.page-numbers {
    background: #c11122;
    color: #fff;
}
.page-numbers li{
    display:inline-block;
}
.page-numbers li a,.woocommerce-pagination span.page-numbers{
    padding: 0 !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display:block;
}
.posted_in{
    margin-top:15px;
}
.posted_in a{
    color:#000;
}

button.minus,button.plus {
    width: 29px;
    height: 36px;
    background: #fff;
    color: #000;
    font-size: 20px;
    border:none;
    display:block;
    padding:0;
}
.shop_table shop_table_responsive .quantity.buttons-added input{
    
}
.shop_table shop_table_responsive .quantity{
    border: 1px solid #d7d5d3;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive input#coupon_code.input-text {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 5px 15px;
}
#smsalert_share_cart{
    display:none;
}
.woocommerce-input-wrapper{
    display:block;
}
/*.actions button.button {
    border-radius: 30px;
    border: 2px solid #cfcccc !important;
    padding: 5px 21px !important;
    background:#fff !important;
}*/
.woocommerce .cart-collaterals h2 {
    font-size: 18px;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive  td.actions {
  background: #eee;
}   
.woocommerce .cart-collaterals{
    max-width: 1300px;
    margin: 20px auto;
}
.quantity.buttons-added input{
    width:29px !important;
    text-align: center;
    padding:0;
    border:none;
}
td .thwvsf_fields{
    margin: 19px 0 0 12px;
}
.variations .thwvsf-rad-li .th-container {
  
    background: #fd6500;
    color: #fff;
    border-radius: 3px;
}
.checkout-button{
    background: #ea5c0d;
    border: none;
    padding: 16px 10px !important;
    color: #fff !important;
}
.table .woocommerce-cart-form__cart-item td{
    vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 50%;
    border: 1px solid #eee;
    padding: 20px;
}
.woocommerce .woocommerce-cart-form input.qty{
    padding:0;
}
.quantity{
    
    border: 1px solid #fd6500;
    width:99px;
    border-radius:4px;
    display:inline-block;
    display: inline-flex;
    overflow: hidden;
}
.summary .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-bottom: 2px;
    color: #fff;
    height: 12px;
}
.summary button.minus, .summary button.plus {
    width: 34px;
    padding:0;
}
.summary  .tinv-wraper.tinv-wishlist {
    font-size: 100%;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #ea5c0d;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 4px;
    margin-right: 11px;
}
input.checkpincodebuttom {
    width: 30%;
    border: none;
}
input.checkpincode {
    width: 100%;
    padding: 10px;
    border: none;
}
.cpiwc_maindiv_popup{
     margin-bottom: 0px; 
     margin-top: 0; 
}
.product_meta{
    margin:10px 0;
}
.price ins{
    color:#000;
    margin-left:8px;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #000;
    color: #fff;
}
.is-large.wc-block-cart .wc-block-components-sidebar {
    margin-top: 0;
    padding: 40px 30px;
    background: #eee;
}
a.wc-block-components-totals-coupon-link {
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 32px;
}
.entry-content {
    /*max-width: 1340px;
    padding-left: 15px;
    padding-right: 15px;*/
    display: block;
    margin: 0 auto 70px auto;
}
#post-2075 .entry-header{
    display:none;
}
header.entry-header {
    background: #fff9ec;
    padding: 100px 0;
}
h1.entry-title {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
    text-transform: capitalize;
}
.wp-block-woocommerce-cart {
    margin-top: 30px;
}

.wc-block-components-product-name,.woocommerce-table__product-name.product-name a{
    color: #000;
}


.woocommerce-order-overview {
    background: #fff7f7;
    padding: 40px 30px;
}
.woocommerce-thankyou-order-details li{
    margin-bottom:10px;
}
.woocommerce-order-details .container,.woocommerce-customer-details .container{
    padding-left:0;
    padding-right:0;
}

.tabs.wc-tabs li.active a, .tabs.wc-tabs li a:hover {
    color: #fff;
    background-color: #ea5c0d;
    border: 2px solid #ea5c0d;
}
.tabs.wc-tabs li a {
    padding: 10px 20px;
    display: block;
    border: 2px solid #ea5c0d;
    color: #ea5c0d;
}
.woocommerce-Tabs-panel.entry-content{
    padding-left:0;
    padding-right:0;
}
.woocommerce-product-attributes-item__value a{
    color:#000;
}

.comment-form-rating {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}
.woocommerce-tabs #reviews .comment-form-rating label {
    max-width: 100%;
    margin: 0;
}
.comment-form-rating {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
}
.woocommerce-tabs #reviews p.stars a::before{
    top: 4px;
}
.comment-form-comment label{
    display: block;
}
.comment-form-comment textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    height: 110px;
}
.woocommerce-tabs #tab-reviews #submit {
    float: right;
    border: none;
    padding: 8px 40px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-tabs #reviews p.stars a{
    color: #c5df34;
}
p.woocommerce-noreviews {
    background: #ea5c0d;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 5px;
}
div#review_form_wrapper {
    margin-top: 20px;
    padding: 30px 20px 60px 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.star-rating{
    margin-bottom: 0;
}
.summary  .woocommerce-product-rating {
    
    margin: 9px 0;
}
.star-rating span::before {
   
    color: #e5e550;
}
.wpf_item_count {
    background: #ea5c0d !important;
    color: #fff !important;
    font-weight: 600;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a{
    color: #000;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #000;
    color: #fff;
}
button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #000;
    color: #fff;
}
.wc-block-components-product-name{
    color: #000;
}
a.wc-block-components-totals-coupon-link {
    background: transparent;
    color: #000;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    border-radius:4px;
}
.is-large.wc-block-cart{
    margin-top:30px;
}
.is-large.wc-block-cart .wc-block-components-sidebar {
    margin-top: 0;
    padding: 40px 30px;
    background: #eee;
}
.wc-block-components-totals-shipping__change-address__link {
    color: #000;
    font-weight: 700;
}
.wc-block-must-login-prompt a{
    color: #000;
    font-weight: 700;
}
.woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme{
    display: flex !important;
}
.table-bordered>:not(caption)>* {
    border-width: 1px;
}
address {
    border: 1px solid #eee;
    padding: 30px 20px;
    border-radius: 5px;
}

.woocommerce-button.button.view{
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
}
.edit-account input{
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 10px;
}
.edit-account .woocommerce-Button{
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    border: none;
}
.right_right_menu span.wishlist_products_counter_number {
    width: 17px;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -9px;
    height: 17px;
    background: #ec3e3f;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    line-height: 17px;
}
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.wc-block-grid__product-title{
    font-size: 15px;
    color: #000;
}
.wp-block-woocommerce-cart{
    margin-top:30px;
}
.button-wrapper{
   margin-top:15px; 
}
.button-wrapper #chart-button, .button-wrapper .md-size-chart-btn {
    color: #fff;
    background: #000;
    padding: 5px 10px;
    border-radius: 4px;
}
.psfw-social-wrap{
    position:relative;
    padding-left:100px;
    display:inline-block;
}
.psfw-social-wrap:after{
    position: absolute;
    left: 0;
    top: 29px;
    content: 'Share With:-';
    color: #000;
}
.instagram_link{
    width: 30px;
    height: 30px;
    text-decoration: none !important;
    padding: 0;
    border: 1px solid #333;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 5px 0 0 5px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
}
#pincheck_wrapper .pincheck_inner{
    padding:0 !important;
    margin:0 !important;
}
.wishlist_item{
    border:1px solid #eee;
    position:relative;
}
.product-name a{
   color: #000; 
   font-size: 14px;
}
.tinvwl-input-group-btn .button{
    color: #fff;
    background: #000;
    padding: 7px 10px;
    border: none;
    border-radius: 4px;
}
.tinvwl-to-right.look_in .button{
    color: #fff;
    background: #000;
    padding: 7px 10px;
    border-radius: 4px;
     border: none;
}
.tinvwl-input-group .form-control{
    height:40px;
}


.tinv-header{
    display:none;
}
.tinvwl-table-manage-list{
    margin-top:30px;
}
.tinvwl-table-manage-list thead{
    background:#eee;
}
.wc-block-components-checkout-place-order-button{
    background:#000;
    color:#fff;
}
.wc-block-components-address-card__edit {
    color:#000;
}
.wp-block-woocommerce-checkout-order-summary-block{
    background:#eee;
}
address {
    border: none;
    padding: 0px;
    border-radius: 5px;
}

.woocommerce-form-login__submit{
    margin-top:20px;
}
.woocommerce-form-login__submit,.woocommerce-form-register__submit{
    background: #ea5c0d;
    width: 100%;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
    border-radius: 4px;
   
}
.woocommerce-order{
    margin:0 15px;
}
.reset_password {
    background: #000;
    width:auto;
    color: #fff;
    margin-top:15px;
   
}
.woocommerce-form-login__submit:hover ,.woocommerce-form-register__submit:hover,.reset_password:hover{
    color:#fff;
    background: #cf510b;
}
.register_form ,.login_form{
    background:transparent;
    padding:15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    border: none;
   

}
.woocommerce-form-login h2 ,.woocommerce-form-register h2{
    color:#000;
    font-size:19px;
}
.woocommerce-form-login__rememberme{
    display:none !important;
}
.lost_password a{
    color: #000;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.form-row-first{
    margin-top:15px;
}
form.woocommerce-ResetPassword.lost_reset_password{
    background: #fff7f7;
    padding: 56px 60px;
    margin-top: 0;
    margin: 0 -15px;
}
.form-row{
    margin-bottom:10px;
}
.comment-form-author label{
    display:block;
}
.comment-form-author input{
    width:100%;
    height:40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding:0 15px;
    max-width:500px;
}
.comment-form-author {
    margin-bottom:15px;
}
.comment-form-email label{
    display:block;
}
.comment-form-email{
    margin-bottom:15px;
}
.comment-form-email input{
    width:100%;
    height:40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding:0 15px;
    max-width:500px;
}
.woocommerce-product-gallery__trigger{
    z-index:9;
}
nav.woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
}
nav.woocommerce-MyAccount-navigation {
    float: left;
    width: 208px;
    background: #ea5c0d;
    padding: 20px;
}
nav.woocommerce-MyAccount-navigation li {
    margin-bottom:5px;
    list-style:none;
}
nav.woocommerce-MyAccount-navigation li a{
    display: block;
    padding: 5px 10px;
    color: #ea5c0d;
    border-radius: 4px;
    font-size: 15px;
     border:1px solid #ea5c0d;
}
nav.woocommerce-MyAccount-navigation li.is-active a,nav.woocommerce-MyAccount-navigation li a:hover{
    display: block;
    padding: 5px 10px;
    background: #ea5c0d;
    color: #fff;
     border:1px solid #fff;
    border-radius: 4px;
    font-size: 15px;
}
.woocommerce-MyAccount-content {
    margin-left: 220px;
}
.woocommerce-Address-title{
    display: flex;
    justify-content: space-between;
    
    align-items: center;
}

.woocommerce-Address-title a{
    color:#000;
    font-size: 14px;
}
.woocommerce-Address-title h2{
    font-size: 18px;
    line-height: 26px;
}
.woocommerce-Address{
    margin-top:15px;
}
.woocommerce-address-fields {
    padding: 40px 30px;
    background: #e1e1e1;
    margin-top: 20px;
    border-radius: 4px;
}
.edit-account{
    background: transparent;
    margin-top: 20px;
    
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: none;
    width: 100%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}
.woocommerce-address-fields .form-row label {
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.woocommerce-address-fields  .form-row-first {
    margin-top: 0;
}
.woocommerce-address-fields .form-row  input{
    height: 40px;
    border: 2px solid #fff;
    padding:0 15px;
    border-radius:3px;
}
.woocommerce-address-fields p button.button {
    background: #000;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 3px;
}
.select2-container .select2-selection--single{
    background: #fff;
    color: #000;
    height:40px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #ffdede;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:40px;
    
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    
    line-height: 23px;
}
.form-row-first{
    margin-top:0;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper

 {
    margin-bottom: 0;
}
.wc_payment_method input[type=radio]:checked+label::before {
    background: #ebebeb !important;
    border: 2px solid #d9d2d2 !important;
    width: 26px;
    height: 26px;
    transform: translateY(6px);  
}
.woocommerce-ResetPassword input{
    height: 40px;
    border: 1px solid #eee;
    padding:0 15px;
    border-radius:3px;
}
.woocommerce-ResetPassword .woocommerce-Button{
     background: #000;
    color: #fff;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 3px;
}
.edit-account input{
    height:40px;
    padding:0 15px;
    width:100%;
}
.woocommerce-Address{
    border: 1px solid #e1e1e1;
}
.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
    clear: unset;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: unset;
}
.edit___account label{
    display:block;
    font-size: 13px;
    font-weight: 500;
}
.woocommerce-EditAccountForm fieldset label{
    display:block;
    font-size: 13px;
    font-weight: 500;
}
.edit___account em{
    font-size: 11px;
}
.variations .thwvsf-wrapper-ul .thwvsf-wrapper-item-li.attr_swatch_design_default {
    width: 30px;
    border-radius: 50%;
    height: 30px;
   
}
.variations .thwvsf-rad-li .th-container input:checked~.checkmark{
    background:transparent;
    border:1px solid #000;
}
.variations  .thwvsf-rad-li .th-container{
    width: auto;
    padding: 5px;
    margin-right: 5px;
}
.variations .thwvsf-rad-li .checkmark {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    z-index: -1;
}

.variations .th-label-radio span.variation-name {
    width: auto;
    display: inline-block;
    height: auto;
    text-align: center;
    line-height: auto;
}
.variations .thwvsf-rad-li .th-container:hover .checkmark:after {
    display: none;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 21px !important;
    padding: 0 !important;
    text-align: left !important;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wc-block-components-totals-wrapper {
    border-top: none !important;
    padding: 5px 0 !important;
}
.wp-block-woocommerce-cart-order-summary-block{
    padding: 15px;
    border: 1px dashed #707070;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
   
    padding-right: 30px;
    width: 70%;
}

.wpc-term-count {
    position: absolute;
    right: 0;
}
.filter_btn{
    display:none;
    padding: 10px;
    background: #000;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
.close_filter_wrapper{
    display:none;
}
.woocommerce-register-link a,.woocommerce-login-link a{
    display: inherit;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.woocommerce-privacy-policy-text a{
     color: #000;
    font-weight: 700;
}
.woocommerce-privacy-policy-text{
    margin-bottom:15px;
}
.woocommerce section.loginsec{
    padding-bottom:0;
    padding-top:0;
    background:transparent; 
}
.wc-block-components-text-input.wc-block-components-address-form__phone.has-error p {
     width: 100%;
    font-size: 0;
    position: relative;
       
}
.wc-block-components-text-input.wc-block-components-address-form__phone.has-error p:after{
    position:absolute;
    content:'Please enter a valid phone';
    left:0;
    top:0;
    color: #cc1818;
    font-size: 15px;
    line-height: 24px;
}
.woocommerce-breadcrumb{
    max-width:1300px;
    display:block;
    margin:0 auto;
    padding:15px 0;
}
.woocommerce-product-gallery{
    margin-bottom:20px;
}
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 25px;
    margin: 0 0 10px !important;
}
.woocommerce-tabs {
    margin: 20px 0;
}
.woocommerce-Tabs-panel.entry-content {
    background: #fff7f7;
    padding: 30px;
}
.thwvsf-rad-li .th-container input:checked~.checkmark:after {
    display: block;
    background: transparent;
}
.woocommerce-breadcrumb a{
        color: #e50410; 
    }
    .variations .thwvsf-rad-li .th-container{
        margin-bottom:0;
    }
    .flex-control-nav.flex-control-thumbs{
        display: flex;
        overflow-x: scroll;
    }
    .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        width: 100px;
        margin: 0 5px;
    }
    .woocommerce-product-details__short-description{
         font-family: "Jost", serif;
         margin:22px 0;
    }
    .woocommerce-product-details__short-description h4{
        margin-bottom: 11px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .woocommerce-product-details__short-description li,  .woocommerce-product-details__short-description p{
        margin-bottom: 4px;
        font-weight: 400;
        font-size: 14px;
    }
     .woocommerce-product-details__short-description b, .woocommerce-product-details__short-description strong {
    font-weight: 500;
}
.woocommerce-product-details__short-description ul  {
   padding-left: 2rem;
    
}
.woocommerce-product-details__short-description ul li {
  
    list-style: disc;
}
.viewmorebtn{
    display:table;
    margin-right:auto;
    margin-left:auto;
    padding:7px 30px;
    color:#fff;
    background:#000;
    border-radius:2px;
}
.viewmorebtn:hover{
    color:#fff;
    opacity:0.9;
}
.eggless-label{
    position:relative;
}
.eggless-label:after{
    position: absolute;
    top: -1px;
    right: -24px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: green;
    content: '';
}
@media (max-width:767px){
    .woocommerce-Tabs-panel.entry-content {
        background: #fff;
        padding: 0;
    }
  .woocommerce-tabs #tab-description p {
        font-size: 13px;
        line-height: 26px;
    }
   .woocommerce-tabs  h4 {
        font-size: 16px;
        margin: 14px 0px;
    }
    .viewmorebtn {
   
    font-size: 13px;
}
    
    .flex-control-nav.flex-control-thumbs{
        display:none;
    }
    .wc-buy-now-btn-single {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        line-height:27px !important;
        font-size:20px !important;
        top: unset;
        border-radius: 0;
    }
    .wc-buy-now-btn-single:after{
       position: absolute;
        content: '\f176';
        top: 23%;
        color: #fff;
        font-family: 'FontAwesome';
        margin-left: 8px;
        font-size: 13px;
    }
    .header_wrapper {
        border-bottom: 1px solid rgb(0 0 0 / 3%);
    }
    .wpc-filters-widget-wrapper{
        display:none;
    }
    .filter_btn{
        display:block;
    }
    .woocommerce-ordering select {
        width: 100%;
    }
    .woocommerce-ordering {
        float: none;
    }
    .footer_col input[type="submit"]{
        line-height: 32px;
        border:none;
        top:1px;
    }
    .aws-container .aws-search-form{
        height:40px !important;
        box-shadow: 2px 3px 6px rgba(213, 213, 213, 0.19);
        font-weight: 400;
        font-size: 15px;
        color: rgba(var(--title), 1);
        border-radius: 11px;
    }
    .aws-container .aws-search-form .aws-form-btn{
      
        border-radius: 0 4px 4px 0 !important;
    }
    form.woocommerce-ResetPassword.lost_reset_password {
       
        padding: 28px 0px;
        
    }
    .reset_password {
        font-size: 12px;
    }
    .tinvwl-input-group .form-control {
        height: 30px;
        margin: 0;
        padding: 2px 10px;
        font-size: 12px;
    }
    a.button.product_type_variable.add_to_cart_button:after{
        top: -13px;
        
    }
    .wc-block-components-address-card{
        display:block;
    }
    h2 {
        font-size: 20px;
        line-height: 35px;
        text-transform: capitalize;
    }
    h1.entry-title {
        font-size: 20px;
        
    }
    .tabs.wc-tabs li a {
        padding: 8px 10px;
        border: 1px solid #ea5c0d;
        font-size: 11px;
    }
    .tinvwl-to-right button {
        width: 48% !important;
        margin: 0 1% !important;
    }
    .tinv-wishlist .product-thumbnail img{
        width:100px !important;
        margin-left: 0px;
    }
    
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
        display: block;
        width: auto !important;
        position: absolute;
        right: 15px;
        top: 5px;
        padding: 0;
        margin: 0;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-cb {
        position: absolute;
        left: 0;
        width: 30px !important;
        display: inline-block !important;
        text-align: left;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-price, .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-date,.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-stock,.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-action{
        width:50% !important;
        display:inline-block;
        padding:5px;
        text-align:left;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-name{
        text-align:left;
    }
    .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .tinv-wishlist .product-stock i {
        margin-right: 3px;
    }
    .stock.in-stock{
        font-size:12px;
    }
    .tinv-wishlist .product-stock p {
        margin: 0;
    }
    a.button.product_type_variable.add_to_cart_button{
        display:block;
    }
    a.button.product_type_variable.add_to_cart_button:after {
      padding: 5px;
        color: #000;
        display: block;
        width: 100%;
        top: 0;
        background: #000;
        color: #fff;
        border-radius: 3px;
        text-decoration: unset;
    }
    nav.woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
        background: transparent;
    }
    .woocommerce-MyAccount-content {
        margin-left: 0;
        margin-top: 30px;
    }
    .woocommerce-loop-product__title {
        font-size: 13px !important;
        margin: 7px 0 7px 0 !important;
       
    }
    .woocommerce-product-gallery{
        margin-top:30px;
    }
    .woocommerce .loginsec .col2-set {
        width: auto;
        padding: 0 15px;
    }
    .summary h1.entry-title {
      font-size: 20px;  
      margin-top:15px;
    }
    .related {
        padding-top:40px;
    }
   .posted_in {
    margin-top: 15px;
    font-size: 13px;
}
}

@media(max-width:421px){
    .single_add_to_cart_button{
        padding: 9px 15px;
        font-size: 12px;
    }
    .featured .row [class*="col-"]{
        padding-left:0;
        padding-right:0
    }
    .quantity {
        margin-right: -2px;
    }

    .summary .price {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .summary h1.entry-title {
        font-size: 21px;
        font-weight: 300;
    }
    .woocommerce-breadcrumb {
        font-size: 12px;
        color: #202020;
    }
    
    .price del {
        color: #8b8989;
    }
    table.variations {
        margin: 0;
        border: none;
    }
    table.variations.table-bordered>:not(caption)>* {
        border-width: 0;
    }
    table.variations.table-bordered>:not(caption)>*>* {
        border-width: 0;
    }
    table.variations th.label {
        width: 38px;
        padding: 14px 0 0 0;
    }
}

/* Resize the reCAPTCHA box */
.g-recaptcha {
    transform: scale(0.9); /* Adjust size */
    transform-origin: center;
    display: flex;
    justify-content: center;
    margin: 10px auto;
}

/* Adjusting reCAPTCHA v3 Badge Position */
.grecaptcha-badge {
    right: 15px !important;
    bottom: 15px !important;
    opacity: 0.5; /* Adjust transparency */
    transition: opacity 0.3s ease-in-out;
}

.grecaptcha-badge:hover {
    opacity: 1; /* Fully visible on hover */
}


.woocommerce section.cartbanner{
    padding:120px 0;
}



.order-tracking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 700px;
  margin: 40px auto;
}

.order-tracking::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 3px;
  background-color: #000;
  z-index: 0;
  transform: translateY(-50%);
}

.order-tracking .step {
  background-color: #7b2e08; /* brown */
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-tracking .step.active {
  background-color: #ff6600; /* orange */
}

.order-tracking .step img {
  width: 24px;
  height: 24px;
  
}
.woocommerce-billing-fields__field-wrapper p.form-row {
  width: 100%;
  margin-bottom: 20px;
}

/* Two-column layout for first/last name */
.form-row-first,
.form-row-last {
  width: 48%;
  display: inline-block;
}

.form-row-first {
  margin-right: 4%;
}

/* Label styling */
.woocommerce-billing-fields__field-wrapper label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #444;
}

/* Input/select styling */
.woocommerce-input-wrapper input.input-text,
.woocommerce-input-wrapper select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.woocommerce-input-wrapper input.input-text:focus,
.woocommerce-input-wrapper select:focus {
  border-color: #007cba;
  outline: none;
}

/* Required asterisk */
abbr.required {
  color: red;
  text-decoration: none;
}
.woocommerce .col2-set .col-1, .col2-set .col-2{
    max-width:50%;
}
.woocommerce-checkout .form-row{
    display:block;
}
.form-row{
    display:block;
}
.loginsec input[type="password"]{
    height:auto;
}
.bg_black{
    padding:70px 0;
    background:#000;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    width: auto;
    margin-bottom:20px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    
    border: 1px solid #ffdede;
}
/* Responsive adjustments */
@media (max-width: 768px) {
  .form-row-first,
  .form-row-last {
    width: 100%;
    margin-right: 0;
  }
}

/*delivery page*/
#addressForm {
        background: #f9f9f9;
        border: 1px solid #ddd;
        padding: 20px;
        margin-top: 20px;
        border-radius: 8px;
    }
    #addressForm form p {
        margin-bottom: 15px;
    }
    #addressForm input[type="text"],
    #addressForm textarea {
        width: 100%;
        padding: 8px 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 14px;
        box-sizing: border-box;
    }
    #addressForm textarea {
        height: 100px;
        resize: vertical;
    }
    #addressForm input[type="radio"] {
        margin-right: 5px;
    }
    #addressForm input[type="submit"] {
        background-color: #ea5c0d;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
    #addressForm input[type="submit"]:hover {
        background-color: #c84f0c;
         color: #fff;
    }
    /*#showAddressForm {
        background-color: #28a745;
        color: #fff;
        padding: 10px 16px;
        font-size: 14px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 20px;
    }
    #showAddressForm:hover {
        background-color: #218838;
    }*/
    .saved-address-card {
        border: 1px solid #ccc;
        padding: 15px;
        background: #fff;
        margin-bottom:30px;
        border-radius: 6px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
    .address-alert {
    padding: 12px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    animation: fadeOut 3s forwards;
    }
    .address-alert.success {
        background-color: #d4edda;
        color: #155724;
    }
    .address-alert.danger {
        background-color: #f8d7da;
        color: #721c24;
    }
    @keyframes fadeOut {
        0% { opacity: 1; }
        80% { opacity: 1; }
        100% { opacity: 0; height: 0; margin: 0; padding: 0; overflow: hidden; }
    }
    
    
     .saved-address-card {
        border: 1px solid #ccc;
        padding: 15px;
        margin-bottom: 15px;
        border-radius: 6px;
        transition: background-color 0.3s, border 0.3s;
    }

    .saved-address-card.selected-address {
        background-color: #dbeeff; /* light blue */
        border: 2px solid #007bff;
    }

    .saved-address-card input[type="radio"] {
        margin-right: 8px;
    }
    
    #cart-summary h4 {
    margin-bottom: 15px;
    color: #333;
    }
    #cart-summary li {
        padding: 5px 0;
    }
  .buy-now-button {
    background: #ea5c0d !important;
    padding: 8px 20px !important;;
    width: auto;
    display:inline-block;
    border-radius: 4px !important;
    margin-top:0 !important;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}
/* Unified design for Order Details sections */
.woocommerce-order-details {
    margin-bottom: 40px;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.woocommerce-order-details h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
}

/* Table styling */
.woocommerce-table.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-table.shop_table th,
.woocommerce-table.shop_table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: top;
    font-size: 15px;
}

.woocommerce-table.shop_table th {
    background-color: #f1f1f1;
    font-weight: 600;
    color: #333;
    width: 200px;
}

.woocommerce-table.shop_table td {
    background-color: #fff;
    color: #444;
}

/* Optional: add icon styling consistency */
.custom-form-container {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	width: 100%;

}
.custom-form-container .woocommerce-button{
    width: 100%;
	padding: 12px;
	background: #ea5c0d;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
}
.woocommerce .woocommerce-cart-form .shop_table_responsive th {
  
    background: #eee;
}
.return-to-shop{
    display:none;
}
.woocommerce-info a.button{
    padding:5px 10px ;
}
#mega-menu-wrap-top_menu #mega-menu-top_menu a.mega-menu-link .mega-description-group .mega-menu-description{
    display:none !important;
}
@media (min-width:768px){
    .entry-content {
        margin: 20px auto 70px auto;
        padding:0 15px;

    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .woocommerce-table.shop_table th,
    .woocommerce-table.shop_table td {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce-order-details h2 {
        font-size: 18px;
    }
    .woocommerce table.shop_table .product-thumbnail{
        max-width:100%;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n+1) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n+1) td {
       
        filter: unset;
    }
    .woocommerce .cart-collaterals .cart_totals{
        float:none;
        width:100%;
    }
    .coupon{
        display:flex;
    }
}


.woocommerce-customer-details{
    display:none;
}


/*21-05-25*/
/* Checkout Form Styling */
.woocommerce form.checkout {
    background: #fff;
    padding: 40px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

/* Input Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fafafa;
    transition: all 0.3s ease-in-out;
}

.woocommerce form .form-row input:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #ff6a00;
    background: #fff;
}

/* Required Field Star */
.woocommerce form .form-row label .required {
    color: red;
    font-weight: bold;
}

/* Section Title */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

/* Place Order Button */
.woocommerce #payment #place_order {
    background-color: #ff6a00 !important;
    border: none;
    padding: 15px 30px;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s ease;
}

.woocommerce #payment #place_order:hover {
    background-color: #e25c00 !important;
}
/* Your Order Section */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 30px;
    background: #fdfdfd;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.woocommerce-checkout-review-order-table thead th {
    background-color: #f8f8f8;
    font-weight: bold;
    text-align: left;
}

.woocommerce-checkout-review-order-table tfoot td {
    font-weight: bold;
    background-color: #fafafa;
}

.woocommerce-checkout-review-order-table .product-name {
    color: #333;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    color: #000;
}

.woocommerce-checkout-payment {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 30px;
}

.woocommerce-checkout-payment .payment_methods li {
    padding: 10px 15px;
    background: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.woocommerce-checkout-payment .payment_box {
    background: #f1f1f1;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}
.auction-details-section{
    padding-top:40px;
}
.wc-forward {
    padding: 5px 10px;
}
.auction-details-section .wcgs-lightbox .sp_wgs-lightbox {
   
    top: 20px;
    right: 50px;
    
}
.tinvwl-table-manage-list .nice-select .current {
   
    font-size: 14px;
   
}
.tinvwl-table-manage-list .tinvwl-input-group .form-control {
    padding: 0px 15px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{
        font-size: 16px;
}
.product-action .button {
    display:block;
    padding: 7px 4px;
    font-size: 12px;
    border:none;
}
.tinv-wishlist tfoot .tinvwl-to-right {
    float: left;
    width: 63%;
    text-align: right;
    display: flex !important;
    justify-content: flex-end !important;
}
#yith-quick-view-content div.images img{
    width:100% !important;
}
.yith-wcqv-main .summary h1.entry-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 35px;
}
.woocommerce-Address p a.button{
    width:auto;
}
#show-add-form{
    background:#000;
    color:#fff;
    border-radius:4px;
}
.text-end button{
     background:#000;
    color:#fff;
    border-radius:4px;
}
@media (max-width:767px){
    .woocommerce .col2-set .col-1, .col2-set .col-2 {
        max-width: 100%;
    }
    .woocommerce form.checkout {
      padding: 20px;
    }
    
    header.entry-header {
        padding: 10px 0;
    }
     .woocommerce .woocommerce-cart-form .shop_table_responsive input#coupon_code.input-text {
        min-width: calc(100% - 100px);
        width: auto !important;
        height: 40px;
    }
    .woocommerce table.shop_table_responsive .actions button.button {
        border-radius: 0;
        border: 2px solid #ea5c0d !important;
        padding: 5px !important;
        background: #ea5c0d !important;
        width: 100px !important;
        color: #fff;
        
    }
    nav.woocommerce-MyAccount-navigation li {
        margin-bottom: 5px;
        display: inline-block;
        width: 49%;
    }
}
