/*
Theme Name: wpbstarter
Author: Nazmul Hossain
Author URI: https://www.linkedin.com/in/code-spider/
Description: A starter WordPress theme Including Bootstarp 4.1.3 and FontAwesome 5.13.0. It's a standard starter theme can easily be modified for self-branding. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.1.3 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.1.10
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-menu,theme-options,threaded-comments,translation-ready,custom-background,custom-colors,custom-header,editor-style,featured-images,two-columns,blog,e-commerce,news
Text Domain: wpbstarter
*/


/* Header Title */
.menu-background {
    background-color: #222;
}

.site-branding h1, .site-branding p {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    padding: 10px 20px;
}
.site-branding h1 a {
	color: #ffffff;
}
/* Blog Page */
.wpbstarter-page-title-area {
	position: relative;
    background-color: #333333;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-position: center center;
    z-index: 1;
    margin-top: 0px;
    color: #fff;
}
.wpbstarter-content-area-padding {
    padding: 0px 0px;
}
.wpbstarter-blog-list {
	display: block;
}

.wpbstarter-blog-list article, .widget-area .widget {
    border: 1px solid #f1f1f1;
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: 0 0px 5px #f1f1f1;
    transition: 0.4s;
}

.wpbstarter-blog-list article:hover {
    box-shadow: 0 15px 50px #ddd;
}

.wpbstarter-blog-list a, .widget-area .widget a {
	color: #333;
	overflow-wrap: break-word;
}

.wpbstarter-blog-list a.wp-block-button__link {
    color: inherit;
}

.wpbstarter-blog-list h2, .widget-area .widget h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.entry-meta > span, .entry-footer > span {
    font-size: 80%;
    padding-right: 15px;
}

.entry-meta > span i {
    color: #555;
}

.entry-meta > span > a, .entry-footer > span > a {
    font-weight: 600;
}

.entry-meta {
    margin-bottom: 15px;
}

.entry-footer {
    margin-top: 20px;
}

.wpbstarter-featured-content {
    margin-bottom: 20px;
}

/* Widget */
.widget-area .widget ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    line-height: 30px;
}

.widget ul.nav li a.nav-link {
    display: inline-block;
}

.widget-area .widget ul ul {
    padding-left: 10px;
}

/* Widget calender Table */
.calendar_wrap table th {
    background-color: #f1f1f1;
}

.calendar_wrap table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.calendar_wrap table th, .calendar_wrap table td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}
/* Widget RSS */
.widget_rss li {
    margin-bottom: 20px;
}

.widget_rss, .widget_rss span {
    font-size: 90%;
    padding-left: 15px;
}

.widget-area .widget.widget_rss a {
    font-weight: 600;
}
/* Widget Search */
input[type=search] {
    background: none;
    border: 1px solid #f1f1f1;
    padding: 10px;
    color: #333;
    font-weight: 500;
    font-size: 12px;
}
input[type=submit] {
    padding: 2px 20px;
    background-color: #46BE25;
    border: 1px solid #46BE25;
    margin: -2px 0 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    cursor: pointer;
}
article.sticky {
    background-color: #f4f7f8;
}
.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: 0.4rem;
    position: absolute;
    top: 2.3rem;
    font-weight: 900;
}
h2.entry-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #eaecef;
}
.blog-entry-meta {
    margin-top: 30px;
    font-size: 80%;
}

.blog-entry-meta span {
    padding-right: 20px;
}

.blog-entry-meta span i {
    color: #eee;
}

.wp-block-embed {
	overflow-x: auto;
}

/* Blog single calender Table */
.entry-title {
    overflow-wrap: break-word;
}
.entry-content table th {
    background-color: #f1f1f1;
}

.entry-content table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.entry-content table th, .entry-content table td {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
}

/* Blog single normal table */
.entry-content table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}
.entry-content table th, .entry-content table td {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.entry-content table thead th {
	background-color: #ddd;
}
/* Definition and UL OL list */
.entry-content dd {
	margin-bottom: 20px;
}
.ulol ul, .ulol ol {
	padding-left: 15px;
}
/* Comment Area normal table */
ul.children {
    list-style: none;
}

.comments-area {
    padding: 40px 0;
}

.comment-body {
    padding: 5px 0;
}

h2.comments-title {
    background-color: #46be25;
    padding: 10px;
    color: #fff;
}

.comments-area p.no-comments {
    padding: 10px;
    font-weight: 700;
    background-color: #e21b48;
    color: #fff;
    display: block;
}

.comments-area table {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
}
.comments-area table th, .comments-area table td {
	padding: 10px;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.comments-area table thead th {
	background-color: #ddd;
}
/* Definition and UL OL list */
.comments-area dd {
	margin-bottom: 20px;
}
.comments-area ul.comment-list, .comments-area ol.comment-list {
	padding-left: 15px;
	list-style: none;
}
/* address tag */
address {
	font-style: italic;
}
/* Single Blog nav */
.nav-links {
	overflow-wrap: break-word;
	word-break: break-all;
	margin-top: 50px;
}
.nav-links a{
	display: inline-block;
	background-color: #333;
	color: #fff;
	padding: 5px 10px;
}
.nav-previous, .nav-next{
	max-width: 50%;
}
.nav-previous {
	float: left;
}
.nav-next {
	text-align: right;
}
.nav-link {
    padding: .3rem 1rem;
}
/* Page Links pagination */ 
.page-links a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 10px;
}
/* Comment form */
.comment-form input, .comment-form textarea {
    max-width: 100%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}



.comment-form input[type=submit] {
    width: auto;
    background-color: #333;
    border-radius: 5px;
}


/* ---------------> footer top row <-------------------- */

.customFooter .row.topRow .topcontant {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customFooter .topcontant .topcontant-heading h4 {
    margin: 0;
    color: #8B4000;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
    font-family: 'Inter';
}
.customFooter .topcontant p {
    color: #8B4000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.customFooter .newsletterForm input[type=submit] {
    padding: 13px 48px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    background: #8B4000;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    position: absolute;
    top: 5px;
    right: 3px;
}
.customFooter .newsletterForm input[type=submit]:hover {
    background-color: transparent;
    border: 2px solid #8B4000;
    color: #8B4000;
}
.newsletterForm > p {
	position: relative;
}
.newsletterForm input.form-control {
    height: 60px;
}
.newsletterForm .wpcf7-spinner {
	position: absolute;
    margin: 0px;
    right: 0px;
}
.customFooter section.widget_text {
    flex: 0 0 50%;
}
.customFooter .wpcf7 form .wpcf7-response-output {
    margin: 0px;
}
.widget {
    margin: 0 !important;
}
.customFooter {
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
}
.topRow {
    padding-top: 46px;
    padding-bottom: 46px;
    background: #FFD460;
}



/* ---------->footer-bottom row<-------------- */

.customFooter .footerMiddle .forWidth {
    padding: 0 15px;
    position: relative;
    border-right: 1px solid #ffffff14;
    width: 25%;
}

.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location {
    margin-bottom: 8px;
    width: 168px;
}
.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location a {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	transition: all 0.5s ease;
}
.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location a:hover {
    color: #FFD460;
    transition: all 0.5s ease;
}
.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-email {
    margin-bottom: 8px;
}
.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-email a {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	transition: all 0.5s ease;
}
.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-email a:hover {
    color: #FFD460;
}
.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-num a {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	transition: all 0.5s ease;
}
.customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-num a:hover {
    color: #FFD460;
}
.customFooter .footerMiddle .forWidth section#custom_html-3 .footer-icon-main ul.footer-icon {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 24px;
}
.customFooter .footerMiddle .forWidth section#custom_html-3 .footer-icon-main ul.footer-icon a i {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
	transition: all 0.5s ease;
}
.customFooter .footerMiddle .forWidth section#custom_html-3 .footer-icon-main ul.footer-icon a i:hover {
    color: #FFD460;
    transform: scale(1.5);
}
.customFooter .footerMiddle .forWidth section#custom_html-3 {
    margin-top: 32px !important;
}
.customFooter .footerMiddle .forWidth section#text-9 {
    margin-top: 32px !important;
}
.customFooter .footerMiddle .forWidth section#nav_menu-6 {
    padding-left: 80px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-6 .menu-footer-navigate-container a {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 1px 0px 1px 0px;
	transition: all 0.5s ease;
}
.customFooter .footerMiddle .forWidth section#nav_menu-6 .menu-footer-navigate-container a:hover {
    color: #FFD460;
    padding: 1px 0px 1px 15px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-7 {
    padding-left: 50px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-7 .menu-footer-categories-container a {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 1px 0px 1px 0px;
	transition: all 0.5s ease;
	text-transform: uppercase;
}
.customFooter .footerMiddle .forWidth section#nav_menu-7 .menu-footer-categories-container a:hover {
    color: #FFD460;
    padding: 1px 0px 1px 15px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-8 {
    padding-left: 79px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-8 .menu-footer-brands-container a {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 1px 0px 1px 0px;
	transition: all 0.5s ease;
}
.customFooter .footerMiddle .forWidth section#nav_menu-8 .menu-footer-brands-container a:hover {
    color: #FFD460;
    padding: 1px 0px 1px 15px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-10 {
    padding-left: 78px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-10 .menu-footer-my-accound-container a {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 1px 0px 1px 0px;
	transition: all 0.5s ease;
    text-transform: uppercase;
}
.customFooter .footerMiddle .forWidth section#nav_menu-10 .menu-footer-my-accound-container a:hover {
    color: #FFD460;
    padding: 1px 0px 1px 15px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-6 h3 {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-7 h3 {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-8 h3 {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}
.customFooter .footerMiddle .forWidth section#nav_menu-10 h3 {
    color: #FAFAFA;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 16px;
}
.footerMiddle {
    background: #8B4000;
    padding-top: 83px;
    padding-bottom: 80px;
}
footer#colophon p a {
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	transition: all 0.5s ease;
}
footer#colophon p a:hover {
    color: #000;
}
footer#colophon p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	border-top: 1px solid #fff;
    opacity: 0.2;
    padding-top: 16px !important;
    padding-bottom: 16px;
}
footer#colophon {
    background: #8B4000;
}
.customFooter .footerMiddle .forWidth section#media_image-2 {
    padding-right: 60px !important;
    width: 92%;
}
.customFooter .footerMiddle .borderLeft {
/*     width: 21.3% !important; */
}
.customFooter .footerMiddle .borderCenter {
/*     width: 21.4% !important; */
}
.customFooter .footerMiddle .borderRighte {
/*     width: 21.7% !important; */
	display: none;
}
.customFooter .footerMiddle .forWidth:last-child {
/*     width: 16.6%; */
    border: none !important;
}
input:focus, textarea:focus, button:focus, .form-control:focus, .btn.focus, .btn:focus, a:focus, button:focus, .search-box input.form-control:focus, button.close-search:focus {
    outline: none;
    border: none !important;
}





/* WishList CSS */
.shop_table thead > tr {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    justify-content: flex-start;
}

.shop_table thead > tr th.product-remove {
    width: 5% !important;
    order: 6;
    display: none;
}
.shop_table thead > tr th.product-thumbnail {
    width: 10%;
    order: 2;
    display: none;
}
.shop_table thead > tr th.product-name {
    width: 42%;
    border: 0px;
    background-color: transparent;
    padding: 0;
}
.shop_table thead > tr th.product-price {
    width: 16%;
    border: 0px;
    background-color: transparent;
    text-align: left;
    padding: 0;
}
.shop_table thead > tr th.product-stock-status {
    width: 20%;
    border: 0px;
    background-color: transparent;
    padding: 0;
    text-align: left;
}
.shop_table thead > tr th.product-add-to-cart {
    width: 25%;
    display: none;
}
.shop_table tbody.wishlist-items-wrapper tr {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    padding-top: 24px !important;
    border-bottom: 1px solid hsl(0deg 0% 90%);
}
.shop_table tbody.wishlist-items-wrapper tr:last-child {
    border: 0px;
    padding-bottom: 0px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-remove {
    width: 5%;
    border: 0px;
    order: 6;
    padding: 0px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-thumbnail {
    width: 10%;
    padding: 0px;
    border: 0px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-name {
    width: 35.5%;
    border: 0px;
    padding: 0px;
    margin-left: 32px;
    padding-right: 9rem;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-price {
    width: 20%;
    border: 0px;
    padding: 0px;
    text-align: left;
    padding-left: 4px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-stock-status {
    width: 20%;
    border: 0px;
    padding: 0px;
    text-align: left;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-add-to-cart {
    width: 25%;
    border: 0px;
    padding: 0px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-thumbnail a {
    max-width: 100%;
    border: 0px;
}
.shop_table {
    border: 0px !important;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-name a {
    color: #424242;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
	transition: all 0.5s ease;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-name a:hover {
	color: #FFD460;
}
.shop_table thead > tr th span.nobr {
    color: #424242;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-add-to-cart a.add_to_cart {
    padding: 14px 46px;
    border-radius: 4px;
    background: #424242;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
	transition: all 0.5s ease;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-add-to-cart a.add_to_cart:hover{
	background: #FFD460;
    color: #8B4000;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-price span.woocommerce-Price-amount.amount {
    color: #424242;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    color: #424242;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-stock-status span.wishlist-in-stock {
    color: var(--Light-Black, #424242);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.woocommerce #content table.wishlist_table.cart a.remove {
    width: 56px;
    height: 56px;
    font-size: 0px;
    border: 1px solid rgba(145, 145, 145, 0.10);
    background-color: #F5F5F5;
    border-radius: 4px;
    transition: all 0.5s ease;
    top: -3px;
}
span#reply-title {
    font-size: 38px;
    font-family: 'Inter';
    color: #8B4000;
    font-weight: 600;
}
.star-rating span:before,
p.stars.selected a:not(.active):before,
p.stars:hover a:before,
p.stars.selected a.active:before {
    color: #ffd460;
}
#commentform label.error {
    display: block;
    color: red;
    position: absolute;
    bottom: -45px;
    margin-right: 0px;
    font-size: 15px;
}
.woocommerce #review_form #respond textarea {
    resize: none;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #FFD460;
    border-color: #FFD460;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-remove a:after {
    content: '\f2ed';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 20px;
    color: #919191;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-remove a:hover:after {
    color: #8B4000;	
}
.shop_table tbody.wishlist-items-wrapper tr td.product-remove a {
    position: relative;
}
table.shop_table.cart.wishlist_table.wishlist_view {
    margin-top: 100px;
    margin-bottom: 100px;
}
.wishlist-title-container {
    border-bottom: 1px solid #8b400026;
    margin-top: 72px;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-price del {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 20px;
	opacity: 0.5;
}
.shop_table tbody.wishlist-items-wrapper tr td.product-price ins {
    text-decoration: none;
}
.woocommerce-order-details .shop_table thead > tr {
    display: block;
}




/* -------------->add to cart<----------------- */


/*.alignwide .is-large .wc-block-components-main {
    padding: 0;
    width: 100%;
}*/
.alignwide .is-large {
    justify-content: end;
    margin: 0;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    color: #424242;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
    padding: 24px 0px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper:empty {
    padding: 0px 0;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
    padding: 0;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon a {
    color: #424242;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.5s ease;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon a:hover {
    color: #FFD460;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item {
    padding: 0;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item span.wc-block-components-totals-item__label {
    color: #424242;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount {
    color: #424242;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__description a {
    color: #FFD460;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.5s ease;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__description a:hover {
    color: #424242;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping fieldset .wc-block-components-shipping-rates-control .wc-block-components-shipping-rates-control__package {
    padding: 0;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping fieldset .wc-block-components-shipping-rates-control .wc-block-components-shipping-rates-control__package span.wc-block-components-radio-control__label {
    color: #424242;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping fieldset .wc-block-components-shipping-rates-control span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
    color: #424242;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-totals-item__description, span.wc-block-components-shipping-address {
    color: #424242;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-totals-coupon__content .components-button {
    border-color: #8B4000;
    background-color: #8B4000;
    border-radius: 4px;
    transition: all 0.5s ease;
    width: 30%;
    box-shadow: none;
    padding: 16px 48px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon .wc-block-components-totals-coupon__content .components-button:hover {
    color: #8B4000;
    background-color: #FFD460;
    border-color: #FFD460;
}
.wc-block-cart__main tr.wc-block-cart-items__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100% !important;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid rgb(145 145 145 / 15%);
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.wc-block-cart__main {
    padding: 0px;
}
.wc-block-cart__main .wc-block-cart-items {
    display: block;
    width: 100%;
    margin-top: 100px !important;
	margin-bottom: 100px;
    /*border-bottom: 1px solid rgb(145 145 145 / 15%);
    padding-bottom: 24px;*/
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 20%;
    padding: 0px;
    margin: 0px;
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    display: block;
    width: 60%;
    padding: 0px;
    margin: 0px;
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    display: block;
    width: 20%;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.wc-block-cart__main .wc-block-cart-items thead {
    display: block;
    width: 100%;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__image {
    display: block;
    width: 12%;
    padding: 0px !important;
    margin: 0px;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product {
    display: block;
    width: 87%;
    padding: 0px !important;
    margin: 0px;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total {
    display: block;
    width: 10%;
    padding: 0px !important;
    margin: 0px;
    position: absolute !important;
    right: 0px;
    margin-right: 13%;
    padding: 0px !important;
}
.wc-block-cart__main .wc-block-cart-items tbody {
    display: block;
    width: 100%;
    margin-top: 24px;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.is-large.wc-block-cart .wc-block-cart-items td:after {
    border: 0px !important;
}
.is-large.wc-block-cart .wc-block-cart-items:after {
    border-width: 0px;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 40%;
    justify-content: space-between;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product a {
    color: #424242;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 28px;
    width: 40%;
    padding-left: 16px;
    max-width: 430px;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
    width: 20%;
    text-align: left;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-formatted-money-amount {
    color: #424242;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 28px;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    width: 122px;
    height: 56px;
    margin: 0px;
    background-color: rgb(145 145 145 / 10%);
    box-shadow: none;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
    color: #424242;
    font-size: 28px;
    font-weight: 500;
    font-family: 'Poppins';
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector button.wc-block-components-quantity-selector__button {
    color: #919191;
    font-size: 22px;
    font-weight: 600;
}
.wc-block-components-quantity-selector:after {
    color: #91919173;
}

.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-formatted-money-amount {
    color: #424242;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 28px;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
    font-size: 0px;
    width: 56px;
    height: 56px;
    background-color: rgb(145 145 145 / 10%);
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 20px;
    text-decoration: none !important;
    color: #919191;
    transition: all 0.5s ease;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover {
    background-color: #FFD460;
}
.wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link:hover:before {
    color: #8B4000;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    padding: 0px !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding: 0px !important;
    margin-bottom: 60px !important;
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image span {
    display: block;
    position: relative;
    font-size: 0px;
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image span:before {
    content: "Product name";
    color: #424242;
    font-size: 18px;
    display: block;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: capitalize;
}
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total span {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #424242;
    line-height: 24px;
    padding-left: 20px;
    text-transform: capitalize;
}
.wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices:before {
    content: "Price";
    display: block;
    font-size: 18px;
    color: #424242;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    top: 0px;
    margin-top: -8.5%;
}
.wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:before {
    content: "Quantity";
    position: absolute;
    top: 0px;
    margin-top: -89%;
    color: #424242;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 24px;
}
.is-large.wc-block-cart .wc-block-cart-items:after {
    border: 0px !important;
}
tbody.wishlist-items-wrapper tr td.wishlist-empty {
    color: #424242;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 0px;
}
tbody.wishlist-items-wrapper tr {
    justify-content: center !important;
    padding: 0;
    border: 0px;
}
.wc-block-components-totals-wrapper:after {
    border-color: #00000054 !important;
}
.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container {
    margin-top: 35px;
}
.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a {
    width: 100%;
    padding: 16px 0px;
    color: #424242;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    background: #FFD460;
    display: block;
    border: 2px solid transparent;
    transition: all 0.5s ease;
}
.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a:hover {
    background: #8B4000;
    color: #fff;
}
.alignwide .is-large {
    margin-bottom: 85px !important;
}




/* ckeck out page */

.wc-block-checkout .wc-block-components-checkout-step__heading h2 {
    color: #8B4000;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.wc-block-checkout .wc-block-components-checkout-step__container p {
    color: #424242;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.wc-block-checkout fieldset {
    margin-bottom: 20px !important;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    margin-top: 25px !important;
}
.wc-block-checkout .wc-block-components-state-input {
    margin-top: 25px !important;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button:hover {
    background-color: #FFD460;
    color: #8B4000;
}
.wc-block-checkout .wc-block-components-checkout-place-order-button {
    padding: 16px 48px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    background: #8B4000;
    display: block;
    border: 2px solid transparent;
    transition: all 0.5s ease !important;
    width: 33% !important;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button:hover {
    color: #FFD460;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
    color: #8B4000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 50px;
    transition: all 0.5s ease;
}
.wc-block-checkout button.wc-block-components-panel__button svg.wc-block-components-panel__button-icon {
    width: 40px;
    height: 40px;
}
.wc-block-checkout button.wc-block-components-panel__button {
    color: #8B4000;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel {
    padding: 0;
}
.wc-block-checkout .wc-block-components-totals-wrapper {
    padding: 25px 0;
}
.wc-block-checkout .wc-block-components-checkout-return-to-cart-button svg {
    width: 40px;
    height: 40px;
}
.wc-block-checkout .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block span {
    color: #424242;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.wc-block-checkout span.wc-block-components-radio-control__label {
    color: #424242;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item {
    display: flex;
    align-items: center;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
    width: 30%;
    max-width: 15%;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
    max-width: 70px;
    width: 100%;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
    width: 70%;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description span.wc-block-components-product-name {
    color: #424242;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-formatted-money-amount {
    color: #424242;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    width: 20%;
}
.wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price .wc-block-formatted-money-amount {
    color: #424242;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
}
.wc-block-checkout .wc-block-components-totals-coupon a {
    color: #424242;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.5s ease;
}
.wc-block-checkout .wc-block-components-totals-coupon a:hover {
    color: #FFD460;
}
.wc-block-checkout .wc-block-components-totals-item span.wc-block-components-totals-item__label {
    color: #424242;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.5s ease;
}
.wc-block-checkout .wc-block-components-totals-item__description .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via {
    color: #424242;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.wc-block-checkout .wc-block-components-totals-item .wc-block-formatted-money-amount {
    color: #424242;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.5s ease;
}
.wc-block-checkout .wc-block-components-totals-coupon__content button.components-button.wc-block-components-button {
    min-height: 0px !important;
    display: block;
    height: 57px;
    margin-top: 24px;
    width: 120px !important;
    border-color: #8B4000;
    background-color: #8B4000;
    border-radius: 4px;
    transition: all 0.5s ease;
    box-shadow: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.wc-block-checkout .wc-block-components-totals-coupon__content button.components-button.wc-block-components-button:hover {
    color: #8B4000;
    background-color: #FFD460;
    border-color: #FFD460;
}
.wc-block-checkout {
    margin-top: 100px !important;
}
.wc-block-checkout .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
    padding-top: 100px;
    padding-bottom: 50px;
}
.wc-block-checkout span span.wc-block-formatted-money-amount {
    color: #424242;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 65% !important;
}
.wc-block-checkout .is-large {
    margin-bottom: 0px !important;
}



.clear {
    clear: both;
}

/* ---------------->Barnd Listing Page CSS<------------------- */

.tax-product_tag .products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
} 
.tax-product_tag .products li {
    width: 19% !important;
    margin: 0px 14px 30px 0px !important;
}
.tax-product_tag .products li a img.size-woocommerce_thumbnail {
    width: 100% !important;
    margin: 0px !important;
}
.tax-product_tag .products li a img.woocommerce-placeholder.wp-post-image {
    width: 100% !important;
    margin: 0px !important;
}
.tax-product_tag .subCategoriesPage h1.page-title {
    font-size: 38px;
    font-family: 'Inter';
    color: #8B4000;
    font-weight: 600;
    margin-bottom: 15px;
}
.tax-product_tag .products a.add_to_cart_button.ajax_add_to_cart {
    margin-top: 76.5% !important;
}


.subCategoriesPage .right-are-content p {
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
}

.tax-product_cat .products a.add_to_cart_button.ajax_add_to_cart {
    margin-top: 84.5% !important;
}



.single-product .products {
    /*display: flex;*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-product .products li {
    /*margin: 0px !important;
    width: 23% !important;*/
}
.single-product .products li img.size-woocommerce_thumbnail {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
}
.single-product .products li img.woocommerce-placeholder.wp-post-image {
    width: 100% !important;
    margin: 0px !important;
}
.single-product .products li a.add_to_cart_button.ajax_add_to_cart {
    margin-top: 66% !important;
}
.wc-block-components-totals-wrapper:after {
    top: initial !important;
}
.woocommerce table.shop_attributes td p {
    margin: 0 !important;
    padding: 8px 10px;
}


.tax-product_tag .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:before {
    content: '\f004';
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:before {
    content: '\f004';
    font-weight: 400;
}

span.onsale {
    display: none;
}
p.woocommerce-noreviews {
    background-color: transparent;
}
.subCategoriesPage .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.single_add_to_wishlist i {
    font-size: 0px;
}


a.btn.button.show-title-form {
    display: none;
}
.wishlist-title.wishlist-title-with-form h2:hover {
    background: transparent !important;
}


/* pagination */

.woocommerce-pagination .page-numbers {
    border-color: #8b4000 !important;
}
.woocommerce-pagination .page-numbers li .page-numbers {
    font-size: 20px !important;
    color: #8b4000;
    font-weight: 400;
    padding: 13px !important;
}
.woocommerce-pagination .page-numbers li {
    border-color: #8b4000 !important;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover, .woocommerce-pagination .page-numbers li .page-numbers:focus, .woocommerce-pagination .page-numbers li span.current {
    background-color: #ffd460 !important;
    color: #8b4000 !important;
}


/*   Media Screen Start */




/* Screen Size 1200 to 1439 */


@media (min-width: 1200px) and (max-width: 1439px) {


    .customFooter .topcontant .topcontant-heading h4 {
        font-size: 30px;
    }
    .customFooter .topcontant .topcontant-text p {
        font-size: 14px;
    }
    .customFooter .topcontant .topcontant-btn a {
        font-size: 16px;
        padding: 14px 44px;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location a {
        font-size: 14px;
        line-height: 22px;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-email a {
        font-size: 14px;
        line-height: 22px;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-num a {
        font-size: 14px;
        line-height: 22px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 h3 {
        font-size: 18px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 {
        padding-left: 35px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 h3 {
        font-size: 18px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 h3 {
        font-size: 18px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 h3 {
        font-size: 18px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 .menu-footer-navigate-container a {
        font-size: 13px;
        line-height: 28px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 .menu-footer-categories-container a {
        font-size: 13px;
        line-height: 28px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 .menu-footer-brands-container a {
        font-size: 13px;
        line-height: 28px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 .menu-footer-my-accound-container a {
        font-size: 13px;
        line-height: 28px;
    }
    footer#colophon p {
        font-size: 14px;
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    footer#colophon p a {
        font-size: 14px;
    }
    .footerMiddle {
        padding-top: 63px;
        padding-bottom: 60px;
    }



   /* Cart Page CSS */


   .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product a {
        font-size: 16px;
        line-height: 24px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row {
        gap: 0px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-formatted-money-amount {
        font-size: 16px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
        font-size: 22px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:before {
        margin-top: -74%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices:before {
        font-size: 16px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:before {
        font-size: 16px;
    }
    .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total span {
        font-size: 16px;
    }
    .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image span:before {
        font-size: 16px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-formatted-money-amount {
        font-size: 16px;
        line-height: 24px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
        width: 48px;
        height: 48px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
        font-size: 18px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon a {
        font-size: 18px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item span.wc-block-components-totals-item__label {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-totals-item__description .wc-block-components-totals-item__description, span.wc-block-components-shipping-address {
        font-size: 12px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping fieldset .wc-block-components-shipping-rates-control .wc-block-components-shipping-rates-control__package span.wc-block-components-radio-control__label {
        font-size: 16px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-shipping fieldset .wc-block-components-shipping-rates-control span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
        font-size: 14px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a {
        font-size: 16px;
    }
    .alignwide .is-large {
        margin-bottom: 66px !important;
    }
    .wc-block-cart__main .wc-block-cart-items {
        margin-top: 77px !important;
    }
    table.shop_table.cart.wishlist_table.wishlist_view {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .wc-block-checkout .wc-block-components-checkout-step__heading h2 {
        font-size: 22px;
    }
    .wc-block-checkout .wc-block-components-checkout-step__container p {
        font-size: 14px;
        margin-bottom: 0px !important;
    }
    .wc-block-checkout .wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
        margin-top: 15px !important;
    }
    .wc-block-checkout button.wc-block-components-panel__button {
        font-size: 22px;
    }
    .wc-block-checkout button.wc-block-components-panel__button svg.wc-block-components-panel__button-icon {
        width: 38px;
        height: 38px;
    }
    .wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description span.wc-block-components-product-name {
        font-size: 14px;
        line-height: 24px;
    }
    .wc-block-checkout .wc-block-components-order-summary.wc-block-components-panel .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price .wc-block-formatted-money-amount {
        font-size: 14px;
    }
    .wc-block-checkout .wc-block-components-totals-coupon a {
        font-size: 16px;
    }
    .wc-block-checkout .wc-block-components-totals-item span.wc-block-components-totals-item__label {
        font-size: 16px;
    }
    .wc-block-checkout .wc-block-components-totals-item .wc-block-formatted-money-amount {
        font-size: 16px;
    }
    .wc-block-checkout .wc-block-components-checkout-place-order-button {
        font-size: 16px;
    }
    .wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
        font-size: 25px;
    }



    /* WishList Page CSS    */

    .shop_table tbody.wishlist-items-wrapper tr td.product-name {
        padding-right: 32px;
    }
    .shop_table tbody.wishlist-items-wrapper tr td.product-name a {
        font-size: 16px;
        line-height: 24px;
    }
    .shop_table thead > tr th span.nobr {
        font-size: 16px;
    }
    .shop_table tbody.wishlist-items-wrapper tr td.product-price span.woocommerce-Price-amount.amount {
        font-size: 16px;
        line-height: 24px;
    }
    .shop_table tbody.wishlist-items-wrapper tr td.product-price del {
        margin-right: 5px;
        font-size: 16px;
    }
    .shop_table tbody.wishlist-items-wrapper tr td.product-stock-status span.wishlist-in-stock {
        font-size: 16px;
        line-height: 24px;
    }
    .shop_table tbody.wishlist-items-wrapper tr td.product-add-to-cart a.add_to_cart {
        padding: 14px 40px;
        font-size: 14px;
        line-height: 24px;
    }
    .woocommerce #content table.wishlist_table.cart a.remove {
        width: 48px;
        height: 48px;
    }


}





@media (min-width: 320px) and (max-width: 767px) {

    /* Footer CSS */



    .customFooter .row.topRow .topcontant .topcontant-heading {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .customFooter .row.topRow .topcontant .topcontant-text {
        width: 100%;
        margin-bottom: 20px;
    }
    .customFooter .row.topRow .topcontant .topcontant-btn {
        width: 100%;
    }
    .customFooter .row.topRow .topcontant {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .customFooter .topcontant .topcontant-heading h4 {
        font-size: 28px;
    }
    .customFooter .topcontant .topcontant-text p {
        font-size: 14px;
    }
    .customFooter .topcontant .topcontant-btn a {
        display: inline-block;
        font-size: 14px;
        padding: 10px 20px;
    }
    .topRow {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .customFooter .footerMiddle .forWidth {
        width: 100%;
        margin-bottom: 20px;
        border: 0px;
    }
    .footerMiddle .row {
        flex-direction: column;
    }
    .customFooter .footerMiddle .borderCenter {
        width: 100% !important;
    }
    .customFooter .footerMiddle .borderRighte {
        width: 100% !important;
    }
    .customFooter .footerMiddle .borderLeft {
        width: 100% !important;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 {
        padding-left: 0px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 {
        padding-left: 0px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 {
        padding-left: 0px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 {
        padding-left: 0px;
    }
    .customFooter .footerMiddle .forWidth:last-child {
        width: 100%;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location {
        width: 100%;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 .menu-footer-navigate-container a {
        font-size: 12px;
        line-height: 23px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 .menu-footer-categories-container a {
        font-size: 12px;
        line-height: 22px;
        display: block;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 .menu-footer-brands-container a {
        font-size: 12px;
        line-height: 22px;
        display: block;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 .menu-footer-my-accound-container a {
        font-size: 12px;
        display: block;
        line-height: 22px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .footerMiddle {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    footer#colophon p {
        font-size: 12px;
        padding: 10px 15px 10px !important;
        line-height: 20px;
    }
    footer#colophon p a {
        font-size: 12px;
        line-height: 20px;
    }


    /* Product Detail Page */

    .single-product .products li {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
    .subCategoriesPage .product {
        padding: 0px 15px;
    }
    .single-product .products li a.add_to_cart_button.ajax_add_to_cart {
        margin-top: 0% !important;
    }


    /* Cart Page CSS */

    .wc-block-cart__main tr.wc-block-cart-items__row {
        gap: 0px;
        display: block !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__image {
        width: 100% !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product {
        width: 100% !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product a {
        display: block;
        width: 100%;
        margin-left: 0px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
        width: 30%;
        margin-bottom: 0px;
        text-align: left;
        margin-right: auto;
        display: inline-block !important;
        position: relative;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {
        width: 68%;
        padding: 0px 0px;
        margin-right: auto;
        margin-left: 5px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total {
        width: 100%;
        margin-right: 0%;
        position: unset !important;
        margin-top: 20px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:before {
        margin-top: 0px;
        display: none;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices:before {
        margin-top: 0px;
        display: none;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        width: 72%;
        height: 48px;
        max-width: 232px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
        width: 24.5%;
        height: 48px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wc-block-cart__main .wc-block-cart-items {
        margin-top: 40px !important;
        margin-bottom: 40px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices span.price ins.wc-block-components-product-price__value.is-discounted {
        margin-left: 0px;
    }



    


}


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


    /* Footer CSS */


    .customFooter .footerMiddle .forWidth section#nav_menu-6 {
        padding-left: 0px;
        display: grid;
        justify-content: center;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 {
        padding-left: 0px;
        display: grid;
        justify-content: center;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 {
        padding-left: 0px;
        display: grid;
        justify-content: center;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 {
        padding-left: 0px;
        display: grid;
        justify-content: center;
    }
    .customFooter .footerMiddle .forWidth section#media_image-2 {
        padding-right: 0px !important;
        width: 100%;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location a {
        display: inline-block !important;
        font-size: 14px;
        text-decoration: none;
        line-height: 20px;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location {
        width: 100%;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-email a {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        font-size: 14px;
        text-decoration: none;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-email {
        width: 100% !important;
        display: block;
        overflow: hidden;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-num a {
        font-size: 14px;
        text-decoration: none;
    }
    .customFooter .footerMiddle .forWidth section#custom_html-3 {
        margin-top: 20px !important;
    }
    .customFooter .footerMiddle .forWidth section#custom_html-3 .footer-icon-main ul.footer-icon {
        gap: 12px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 12px;
        min-height: 40px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 .menu-footer-navigate-container a {
        font-size: 12px;
        text-decoration: none;
        line-height: 24px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 12px;
        min-height: 40px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 .menu-footer-categories-container a {
        font-size: 12px;
        text-decoration: none;
        line-height: 24px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 12px;
        min-height: 40px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 .menu-footer-brands-container a {
        font-size: 12px;
        line-height: 24px;
        text-decoration: none;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 h3 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 12px;
        min-height: 40px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 .menu-footer-my-accound-container a {
        font-size: 12px;
        line-height: 24px;
        text-decoration: none;
    }
    .customFooter .topcontant .topcontant-text p {
        font-size: 14px;
        text-align: center;
    }
    .customFooter .topcontant .topcontant-heading h4 {
        font-size: 24px;
        line-height: 26px;
    }
    .customFooter .topcontant p {
	    padding-right: 20px;
	}
	.customFooter .newsletterForm input[type=submit] {
	    padding: 13px 25px;
	}
    .customFooter .topcontant .topcontant-btn a {
        font-size: 14px;
        line-height: 22px;
        padding: 12px 30px;
    }
    .tax-product_cat .products a.add_to_cart_button.ajax_add_to_cart {
        margin-top: 0% !important;
    }
    .single-product .products li a.add_to_cart_button.ajax_add_to_cart {
        margin-top: 0% !important;
    }





    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product a {
        font-size: 16px;
        line-height: 22px;
        width: 40%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
        width: 20%;
        text-align: center;
        position: relative;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-formatted-money-amount {
        font-size: 18px !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {
        width: 40%;
        justify-content: space-around;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        width: 102px;
        height: 48px;
        position: relative !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product {
        width: 73%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices:before {
        left: 0px;
        right: 0px;
        margin-top: -76.5%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-formatted-money-amount {
        font-size: 18px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total {
        margin-right: 0%;
        position: unset;
    }
    .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
        text-align: right;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
        width: 48px;
        height: 48px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:before {
        margin-top: -68%;
    }


    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
        font-size: 20px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon a {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item span.wc-block-components-totals-item__label {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
        padding: 18px 0px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a {
        font-size: 16px;
        padding: 13px 0px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container {
        margin-top: 20px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        margin-bottom: 40px !important;
    }
    .alignwide .is-large {
        margin-bottom: 60px !important;
    }
    .wc-block-cart__main .wc-block-cart-items {
        margin-top: 60px !important;
    }





    /* WishList CSS */


    ul.shop_table .item-details {
        width: 70% !important;
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    ul.shop_table .product-thumbnail {
        width: 30% !important;
    }
    ul.shop_table .item-wrapper {
        width: 60% !important;
    }
    .wishlist_table.mobile li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 40px;
    }
    .wishlist_table.mobile li .additional-info-wrapper {
        width: 40%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    ul.shop_table .item-details .product-name {
        width: 70%;
    }
    ul.shop_table .item-details .product-name h3 a {
        font-size: 16px;
        line-height: 22px;
        display: block;
        font-family: poppins;
        color: #424242;
        padding-left: 15px;
    }
    ul.shop_table .item-details table.item-details-table {
        width: 30%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    ul.shop_table .item-details table.item-details-table tbody {
        width: 100%;
        height: 100%;
    }
    ul.shop_table .item-details table.item-details-table tbody tr {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    ul.shop_table .item-details table.item-details-table tbody tr td.label {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500 !important;
        padding-bottom: 18px;
    }
    ul.shop_table .item-details table.item-details-table tbody tr td.value {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info {
        width: 35%;
        position: relative;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info tbody tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info tbody tr td.label {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500 !important;
        padding-bottom: 18px;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info tbody tr td.value {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500 !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
        width: 47%;
        margin-bottom: 0px !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
        display: inline-block !important;
        margin: 0px !important;
        background-color: #424242;
        color: #fff;
        font-family: 'Poppins';
        font-size: 14px !important;
        font-weight: 500;
        border-radius: 4px;
        padding: 13px 16px;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove {
        width: 18%;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove a.remove_from_wishlist {
        display: flex;
        width: 48px;
        height: 48px;
        justify-content: center;
        align-items: center;
        border: 1px solid rgb(145 145 145 / 19%);
        border-radius: 4px;
        background-color: #F5F5F5;
        color: #919191;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
        font-size: 22px;
    }



    /* Check Out Page CSS */


    .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100% !important;
    }
    .wc-block-components-checkout-step__heading {
        margin-bottom: 0px !important;
    }
    .wc-block-checkout .wc-block-components-checkout-step__heading h2 {
        font-size: 22px;
    }
    .wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
        font-size: 22px;
    }
    .wc-block-checkout .wc-block-components-checkout-place-order-button {
        padding: 12px 44px;
        font-size: 14px;
        max-width: 200px;
    }
    .wc-block-components-sidebar {
        width: 70% !important;
    }



}


/* Screen Size 1025 to 1199 */

@media (min-width: 1025px) and (max-width: 1199px) {

    /* Footer CSS */


    .customFooter .topcontant .topcontant-text p {
        font-size: 16px;
        text-align: center;
    }
    .customFooter .topcontant .topcontant-heading h4 {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }
    .customFooter .topcontant .topcontant-btn a {
        font-size: 15px;
        line-height: 20px;
        padding: 12px 30px;
    }
    .customFooter .row.topRow .topcontant {
        gap: 10px;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-location a {
        font-size: 14px;
        line-height: 20px;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-email a {
        font-size: 14px;
        line-height: 20px;
    }
    .customFooter .footerMiddle .forWidth section#text-9 .footer-links .footer-link-num a {
        font-size: 16px;
        line-height: 20px;
    }
    .customFooter .footerMiddle .forWidth section#media_image-2 {
        padding-right: 0px !important;
        width: 100%;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 {
        padding-left: 0px;
        display: grid;
        justify-content: center;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-6 .menu-footer-navigate-container a {
        font-size: 12px;
        line-height: 26px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 {
        padding-left: 0px;
        display: grid;
        justify-content: center;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 .menu-footer-categories-container a {
        font-size: 12px;
        line-height: 26px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 {
        padding-left: 0px;
        display: grid;
        justify-content: center;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 .menu-footer-brands-container a {
        font-size: 12px;
        line-height: 26px;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 {
        padding-left: 0px;
        display: grid;
        justify-content: end;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    footer#colophon p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    footer#colophon p a {
        font-size: 14px;
        line-height: 22px;
    }
    .footerMiddle {
        padding-top: 60px;
        padding-bottom: 55px;
    }



    .subCategoriesPage .right-are-content p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 25px;
    }
    nav.woocommerce-breadcrumb {
        margin-bottom: 16px !important;
        font-size: 14px !important;
        margin-top: 16px !important;
    }
    nav.woocommerce-breadcrumb a {
        font-size: 14px;
    }


    /* Cart Page CSS */


    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product a {
        font-size: 16px;
        line-height: 22px;
        width: 40%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices {
        width: 20%;
        text-align: center;
        position: relative;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices .wc-block-formatted-money-amount {
        font-size: 18px !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity {
        width: 40%;
        justify-content: space-around;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        width: 102px;
        height: 48px;
        position: relative !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product {
        width: 73%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices:before {
        left: 0px;
        right: 0px;
        margin-top:-64.5%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total .wc-block-formatted-money-amount {
        font-size: 18px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__total {
        margin-right: 0%;
        position: unset;
    }
    .wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
        text-align: right;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
        width: 48px;
        height: 48px;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:before {
        margin-top: -79%;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
        font-size: 20px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-coupon a {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item span.wc-block-components-totals-item__label {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-formatted-money-amount {
        font-size: 19px;
    }
    .alignwide .is-large .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
        padding: 18px 0px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container a {
        font-size: 16px;
        padding: 13px 0px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-cart__submit .wc-block-cart__submit-container {
        margin-top: 20px;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        margin-bottom: 40px !important;
    }
    .alignwide .is-large {
        margin-bottom: 60px !important;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
        font-size: 22px;
    }
    .wc-block-cart__main .wc-block-cart-items {
        margin-top: 60px !important;
    }


    /* WishList CSS */


    ul.shop_table li .item-details {
        width: 70% !important;
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    ul.shop_table li .product-thumbnail {
        width: 30% !important;
    }
    ul.shop_table .item-wrapper {
        width: 60% !important;
    }
    .wishlist_table.mobile li {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 40px;
    }
    .wishlist_table.mobile li .additional-info-wrapper {
        width: 40%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    ul.shop_table .item-details .product-name {
        width: 70%;
    }
    ul.shop_table .item-details .product-name h3 a {
        font-size: 16px;
        line-height: 22px;
        display: block;
        font-family: poppins;
        color: #424242;
        padding-left: 15px;
    }
    ul.shop_table .item-details table.item-details-table {
        width: 30%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    ul.shop_table .item-details table.item-details-table tbody {
        width: 100%;
        height: 100%;
    }
    ul.shop_table .item-details table.item-details-table tbody tr {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    ul.shop_table .item-details table.item-details-table tbody tr td.label {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500 !important;
        padding-bottom: 18px;
    }
    ul.shop_table .item-details table.item-details-table tbody tr td.value {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info {
        width: 35%;
        position: relative;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info tbody tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info tbody tr td.label {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500 !important;
        padding-bottom: 18px;
    }
    .wishlist_table.mobile li .additional-info-wrapper table.additional-info tbody tr td.value {
        width: 100% !important;
        display: block;
        text-align: center !important;
        font-size: 16px;
        font-family: poppins;
        line-height: 22px;
        color: #424242;
        font-weight: 500 !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
        width: 47%;
        margin-bottom: 0px !important;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
        display: inline-block !important;
        margin: 0px !important;
        background-color: #424242;
        color: #fff;
        font-family: 'Poppins';
        font-size: 14px !important;
        font-weight: 500;
        border-radius: 4px;
        padding: 13px 16px;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove {
        width: 18%;
    }
    .wishlist_table.mobile li .additional-info-wrapper .product-remove a.remove_from_wishlist {
        display: flex;
        width: 48px;
        height: 48px;
        justify-content: center;
        align-items: center;
        border: 1px solid rgb(145 145 145 / 19%);
        border-radius: 4px;
        background-color: #F5F5F5;
        color: #919191;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input {
        font-size: 22px;
    }


    /* Check Out Page CSS */


    .wc-block-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100% !important;
    }
    .wc-block-components-checkout-step__heading {
        margin-bottom: 0px !important;
    }
    .wc-block-checkout .wc-block-components-checkout-step__heading h2 {
        font-size: 22px;
    }
    .wc-block-checkout .wc-block-components-checkout-return-to-cart-button {
        font-size: 22px;
    }
    .wc-block-checkout .wc-block-components-checkout-place-order-button {
        padding: 12px 44px;
        font-size: 14px;
        max-width: 200px;
    }
    .wc-block-components-sidebar {
        width: 70% !important;
    }


}




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





}




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



    /* Footer CSS */

    .customFooter .footerMiddle .forWidth section#nav_menu-6 h3 {
        min-height: auto;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-7 h3 {
        min-height: auto;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-8 h3 {
        min-height: auto;
    }
    .customFooter .footerMiddle .forWidth section#nav_menu-10 h3 {
        min-height: auto;
    }


    /* Sider Bar CSS */

    .subCategoriesPage .widget-area .widget_product_categories h2.widget-title {
        font-size: 16px;
        padding: 15px 20px 15px 20px;
    }
    .subCategoriesPage .widget-area .widget_product_categories ul.product-categories li a {
        font-size: 13px;
        padding: 10px 0px 2px 0px;
    }
    .subCategoriesPage .widget-area .widget_product_tag_cloud h2 {
        font-size: 16px;
        padding: 15px 20px;
    }
    .subCategoriesPage .widget-area .widget_product_tag_cloud {
        margin-top: 50px !important;
    }
    .subCategoriesPage .widget-area .widget_product_tag_cloud .tagcloud a {
        font-size: 13px !important;
        padding: 10px 0px 0px;
    }


    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__prices:before {
        margin-top: -66.5%;
    }
    .wc-block-cart__main tr.wc-block-cart-items__row:first-child .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:before {
        margin-top: -82%;
    }
}







