/*nav.woocommerce-breadcrumb{
	display:none !important;
}*/
nav.woocommerce-breadcrumb {
/*    border-bottom: 1px dashed #d3d3d3; */
}
nav.woocommerce-breadcrumb {
    padding: 10px!important;
}

a.reset.wpbdp-full{
    background-color: #041d98 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    min-width: 104px !important;
    padding: 8px 15px !important;
    border-radius: 8px !important;
    transition: 0.3s all ease-in-out !important;
    text-transform: uppercase !important;
    border: 1px solid #252937 !important;
	text-align:center !important;
}

.products li.product.type-product{
	border: 1px solid #cdcdcd;
    color: #737272 !important;
	background-color: #fff !important;
	background-clip: border-box !important;
	/*padding: 15px !important;*/
	text-align: center;
}
h2.woocommerce-loop-product__title {   
    width: auto;
    text-overflow: ellipsis;
	color: #2e2e2e;
    font-family: 'Antic Didone',serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform: uppercase;
}

.price .woocommerce-Price-amount.amount{
	font-size: 20px !important;
    letter-spacing: 3px !important;
	margin-bottom: 1.5rem!important;	
}

.product p{
	font-size:15px !important;	
	line-height: 2 !important;
	color: #5e605e !important;
}

.product-txt-p{
	padding: 40px 110px;	
}

.shop_table th{
	background-color:#000 !important;
	color:white !important;
	}
.woocommerce-columns .col-1{
	max-width: 100% !important;
	}
.woocommerce-columns .col-2{
	max-width: 100% !important;
	}
.woocommerce-terms-and-conditions-wrapper {
	width: 100%;
	}
.col2-set .col-1{
	max-width: 100% !important;
	}
.col2-set .col-2{
	max-width: 100% !important;
	}
.woocommerce-input-wrapper{
	width:100% !important;
	}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	height: auto;
	width: 100px;
	}
.form-row.place-order {
	background-color: #ffffff!important;
	}

#loginform input, .keywords-field, .woocommerce-Input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wpbdp-form-field-html input, .wpbdp-form-field-html textarea{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#loginform input {
    width: auto !important;
}

.login label, .login .password-input, .register label, .register .password-input{
	width:100% !important;
}
.login, .register{
	background-color:#f0f0f0 !important;
}
.woocommerce ul.products li.product .button {margin-bottom: 3px !important;}

.woocommerce-MyAccount-navigation li{
list-style:none !important;
}
nav.woocommerce-MyAccount-navigation ul {
padding: 0px;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{
content: "\f3fd";
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-weight: 900;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--orders a:before{
content: "\f15e";
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-weight: 900;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
content: "\f019";
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-weight: 900;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
content: "\f2bb";
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-weight: 900;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
content: "\f2bd";
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-weight: 900;
}
body.woocommerce-account ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
content: "\f2f5";
font-family: "Font Awesome 5 Free";
margin-right: 10px;
font-weight: 900;
}



/****************************** additional css ********************************************/

.woocommerce a.button:hover {background-color: #aba4a4  !important;}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
    background-color: #000;
}

a.checkout-button.button.alt.wc-forward {
    background-color: #000 !important;
}

button#place_order {
    background-color: #000;
}

button#place_order:hover {background-color: #aba4a4  !important;}

a.checkout-button.button.alt.wc-forward:hover {background-color: #aba4a4  !important;}

h2.woocommerce-loop-product__title { padding-left: 5px !important; padding-right: 5px !important; }

button.single_add_to_cart_button.button.alt {background-color: #000 !important;}

button.single_add_to_cart_button.button.alt:hover{background-color: #aba4a4  !important;}

a.add_to_wishlist.single_add_to_wishlist.button.alt { background-color: #000;}

.woocommerce #review_form #respond .form-submit input { background-color: #000; color: #fff !important; }

.woocommerce #review_form #respond .form-submit input:hover{background-color: #aba4a4  !important;}

button.woocommerce-button.button.woocommerce-form-login__submit {
    color: #fff;
    background-color: #000;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
 color: #fff;
    background-color: #000;
}.checkout-button.button.alt.wc-forward:hover {background-color: #334c22 !important;}

#tab-description h2, #reviews h2 {
    display: none;
}
div#tab-description {
    display: block!important;
}
/**************************************************************************/

@media (min-width:1920px) {
	
}

@media (min-width:992px) {
}

/************************************************************************/

@media (max-width:1919.98px) {
	
}

@media (max-width:1599.98px) {

}

@media (max-width:1199.98px) {

}
@media (min-width:992px) and (max-width:1199.98px) {
}

@media (max-width:991.98px) {
	
}

@media (min-width:768px) and (max-width:991.98px) {
   
}

@media (min-width:576px) and (max-width:767.98px) {
}

@media (min-width:480px) and (max-width:575.98px) {
}

@media (min-width:360px) and (max-width:479.98px) {
}

/*********************************************************************/

@media (min-width:768px) {
	.product-txt-p {
    padding: 25px 30px;
}
}

/*********************************************************************/

@media (max-width:767.98px) {
	.related.products ul li {
		width:100% !important
	}
	.product-txt-p {
    padding: 20px;
}


}

@media (max-width: 575.98px) {
}

@media (max-width: 479.98px) {
	
}

@media (max-width: 399.98px) {
}

@media (max-width: 359.98px) {
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    padding-bottom: 9px;
}

.woocommerce ul.products li.product .price {
    color: #000000eb !important;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: .857em;
}

a.added_to_cart.wc-forward {
    padding-left: 4px;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 83px !important;
    box-shadow: none;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
   
    cursor: not-allowed;
      opacity: 1.5 !important;
    padding: 0.618em 3em;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #000;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
button.button {
    color: #fff !important;
    background-color: #000 !important;
}