/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    display: contents;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
    margin-bottom: 22px;
    display: block;
    width: 100%;
    text-align: -webkit-right;
    clear: both;
    margin-top: -46px !important;
}
h1.product_title.entry-title {
    font-size: 50px;
}
.woocommerce .quantity .qty {
    width: 5.631em !important;
    text-align: center;
    padding: 0px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    height: 53px;
    text-transform: uppercase;
    border-radius: 10px;
	background: #260333;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #9676a7 !important;
    color: #fff;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #260333;
    color: #fff;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: #260333;
    color: #fff;
}
.extconrt{
    margin: 10px 0;
}
.adcartbtn {
    text-align: center;
    padding-bottom: 20px;
}
.th-product .product-grid_content .star-rating {
    padding: 10px;
}
.th-product .product-grid_wrapper{
	padding:15px;
}
body.archive.post-type-archive.post-type-archive-product .woocommerce img, body.archive.post-type-archive.post-type-archive-product .woocommerce-page img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.abtbtn {
    z-index: 9999;
}
.blog-img img{
	height:auto;
	aspect-ratio: 1 / 1;
}
.woocommerce-cart main.xs-main {
    margin-top: 50px;
}

.recent-post .media-img {
    margin-right: 11px;
    min-width: -5px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    /* max-width: 100%; */
    width: 109px;
}
.recent-post .media-img img{
	aspect-ratio:1/1
}