/* Menu Code */
.sub-menu-toggle{
    display:none;
}
.wc-backward{
    background:#000;
    padding:5px 20px;
    color:#fff;
}
.summary form {
    display:flex;
    align-items:center;
}

.woocommerce-ordering{
    text-align:right;
}
.woocommerce-ordering select {
    padding: 5px 10px;
    border: 1px solid #a79b9b;
    border-radius: 0;
    font-size: 13px;
    color: #707070;
}
.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;
}

/*
.price {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.price .fa {
    font-size: 27px;
    margin: 0 2px 0 0;
}
.price del {
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 300;
    color:#B1AEAE;
	opacity: unset;
	margin-left:10px;
}
.price ins {
    font-size: 17px;
    font-weight: 800;
    color:#E1071C;
}*/

/* 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: 999999999999;
    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: 21px;
    margin-bottom: 10px;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
}
.single_add_to_cart_button.btn ,.wc-buy-now-btn{
    border-radius: 4px;
    padding: 7px 15px;
    border: none;
    background: #000;
    color: #fff;
    margin-right:15px;
}
.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;
}
.quantity input[type="number"] {
    width: 30px;
    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: #e1071c;
}
 .woocommerce-pagination .prev.page-numbers{
    background: #e1071c;
    color: #fff;
}
.woocommerce-pagination a.page-numbers{
     background: #e1071c !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: 20px;
    height: 33px;
    background: transparent;
    color: #000;
    border:none;
}
.quantity{
    margin-right: 15px;
    border: 1px solid #000;
    width: 100px;
    border-radius: 4px;
    justify-content: center;
    display: flex;
}
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;
}
header.entry-header {
    background: #eee;
    padding: 20px 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: #e1071c;
    border: 2px solid #e1071c;
}
.tabs.wc-tabs li a {
    padding: 10px 20px;
    display: block;
    border: 2px solid #e1071c;
    color: #e1071c;
}
.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: #e1071c;
    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: #e1071c !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-radius: 4px;
}
.tinvwl-to-right.look_in .button{
     color: #fff;
    background: #000;
    padding: 7px 10px;
    border-radius: 4px;
}

.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;
}

address {
    border: none;
    padding: 10px;
    border-radius: 5px;
}

.woocommerce-form-login__submit{
    margin-top:20px;
}
.woocommerce-form-login__submit,.woocommerce-form-register__submit{
    background: #000;
    width: 100%;
    color: #fff;
   
}
.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;
}
.register_form ,.login_form{
    background: #fffcfc;
    padding: 40px 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    border: 1px solid #eee;
    border-radius: 6px;

}
.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 {
    float: left;
    width: 208px;
    background: #202020;
    padding: 20px;
}
nav.woocommerce-MyAccount-navigation li {
    margin-bottom:5px;
}
nav.woocommerce-MyAccount-navigation li a{
    display: block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
     border:1px solid #202020;
}
nav.woocommerce-MyAccount-navigation li.is-active a,nav.woocommerce-MyAccount-navigation li a:hover{
    display: block;
    padding: 5px 10px;
    background: #202020;
    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;
    background:#e1e1e1;
    padding:10px;
}
.woocommerce-Address-title a{
    color:#000;
}
.woocommerce-Address{
    margin-top:15px;
}
.woocommerce-address-fields {
    padding: 40px 30px;
    background: #e1e1e1;
    margin-top: 20px;
    border-radius: 4px;
}
.edit-account{
    padding: 40px 30px;
    background: #e1e1e1;
    margin-top: 20px;
    border-radius: 4px;
}
.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: 2px solid #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:40px;
    
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    
    line-height: 40px;
}
.form-row-first{
    margin-top:0;
}
.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{
    padding:0;
    width:40px;
}
.variations .thwvsf-rad-li .checkmark {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    z-index: -1;
}

.variations .th-label-radio span.variation-name {
    width: 30px;
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.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:2rem;
    background: #fff; 
}
.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;
}

/* Hide the shipping fields */
.woocommerce-shipping-fields {
    display: none;
}

/* Hide the shipping section title */
.woocommerce-shipping-fields h3 {
    display: none;
}
 .wp-block-woocommerce-checkout-order-summary-block {
    background: #f7f7f7;
    padding: 30px 20px;
}
.related  .price{
    color:#000;
    display:block;
}
.related .ajax_add_to_cart {
    color:#000;
    margin-right:10px;
    text-decoration:underline;
}
.single_add_to_cart_button.btn:hover , .wc-buy-now-btn:hover{
    color:#fff;
}
@media (min-width:768px){
    .wp-block-woocommerce-checkout-order-summary-block {
        padding: 50px 40px;
    }
}

@media (max-width:767px){

    .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;
    }
    .aws-container .aws-search-form{
       margin-bottom:10px;
    }
    
    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: 17px;
        line-height: 25px;
        text-transform: capitalize;
    }
    h1.entry-title {
        font-size: 20px;
        
    }
    .tabs.wc-tabs li a {
        padding: 8px 10px;
        border: 1px solid #e1071c;
        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:after {
        padding: 5px;
        border: none;
        border-radius: 0;
        color: #000;
        text-decoration: underline;
    }
    nav.woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        max-width:300px;
        
    }
    .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;
    }
   
}
