.itemPrice .woocommerce-Price-amount.amount del{
	text-decoration: line-through;
}
.pointer {
	cursor:pointer;
}
.flce {
	display:flex;
	align-items:center;
}
.jbetween {
	justify-content:space-between;
}
.justleft {
	justify-content:left;
}
.mt10 {
	margin-top:10px;
}
.mb10 {
	margin-bottom:10px;
}
.gap5 {
	gap:5px;
}
.gap10{
	gap:10px;
}
.minbutton {
	padding: 8px 15px !important;
}
.widgetSidebar .arrowBtn {
		cursor:pointer;
}
.rotate180 {
	transform:rotate(180deg);
}
.woocommerce-order-received .basketInfoSection {
	display:none;
}
.woocommerce-order-received .basketInfoSidebar {
	width:100%;
}
.woocommerce-order-received .HideInRecived {
	display:none;
}
.headingTitle .elementor-icon-box-wrapper {
    display: flex;
    gap: 6px;
}
.sidebar-widget {
    padding: 16px !important;
    border: 1px solid #CACACA !important;
}
.sidebar-widget .searchBox {
    display: none !important;
	position:relative !important;
}
.wd-opened .searchBox {
    display: block !important;
		margin-bottom: 20px;
	
}
.rtl .woocommerce-MyAccount-navigation {
    width: 100% !important;
}
.sub-menu li {
    padding: 14px 58px 14px 14px;
}
.addtoBasket.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.rank-math-breadcrumb .separator {
    background: url('https://tocaffe.com/wp-content/uploads/2024/10/arrow-left.svg');
    background-size: 80%;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
	color:transparent;
}

.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    gap: 4px;
}
.productCategory a,.productCategory a:hover {
    color: #000 !important;
}
.fixedInfo {
    margin-top: 10px;
}
.searchBox .searchIco {
    position: absolute;
    top: 9px;
    left: 6px;
    background: url(https://tocaffe.com/wp-content/uploads/2024/09/search.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.woodmart-ajax-search {
    border: 0 !important;
    padding: 0 !important;
}
.widget_price_filter .ui-slider .ui-slider-handle:after {
	width: 20px;
    height: 20px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    margin-top: -7px;
    height: 14px;
    background-color: #A1A1A1;
}
.price_slider_amount button {
    background: #000 !important;
    color: #FFF !important;
    font-size: 16px !important;
}
.woocommerce-widget-layered-nav-list .count {
		display:none;
}
.widget_layered_nav ul li a:before, .wd-widget-stock-status a:before {
	    width: 16px;
    height: 16px;
    border: 1px solid #9B9E9E !important;
}
.wd-widget-collapse .widget-title:after {
	font-size: 16px;
    color: #292D32;
    background: transparent !important;
}
.searchform .searchsubmit:after {
		font-family:unset !important;
	position: absolute;
    top: 10px;
    left: 8px;
    background: url(https://tocaffe.com/wp-content/uploads/2024/09/search.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.widget_price_filter .widget-title,.woocommerce-widget-layered-nav .widget-title {
	padding-right:20px;
}
.widget_price_filter .widget-title::before,.woocommerce-widget-layered-nav .widget-title::before {
		content:'';
		position: absolute;
    top: 5px;
    right: 0px;
    background: url(https://tocaffe.com/wp-content/uploads/2024/09/dollar-square.svg) no-repeat;
    width: 14px;
    height: 14px;
}
.woocommerce-widget-layered-nav .widget-title::before {
    background: url(https://tocaffe.com/wp-content/uploads/2024/09/tick-square.svg) no-repeat;	
}

.switchBtn {
	position: relative;
	display: inline-block;
	width: 69px;
	height: 33px;
}

.switchBtn  .toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

.switchBtn .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #A1A1A1;
	transition: .4s;
}

.switchBtn .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 3px;
	bottom: 3px;
	background-color: #000 !important;
	transition: .4s;
}

.switchBtn input:checked + .slider {
	background-color: #000;
}

.switchBtn input:checked + .slider:before {
	transform: translateX(35px);
	background: #FFF !important;
}

.switchBtn .label {
	margin-left: 10px;
	font-weight: bold;
}
.archive .new_badget {
	display:none;
}

input[type="search"] {
    box-sizing: inherit;
}
.discountBadge .discountbadgeSpan {
    position: absolute;
    padding: 7px;
    background: #DA2C38;
    color: #FFF;
    top:10px;
    right:10px;
    z-index: 9;
}
i[class*="icon-"], i[class^="icon-"] {
    display: flex;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-plus {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/plus.svg') no-repeat;
	width: 19px;
    height: 19px;
	cursor:pointer;
}
.icon-minus {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/minus.svg') no-repeat;
	width: 19px;
    height: 19px;
	cursor:pointer;
}
.icon-trash {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/trash.svg') no-repeat;
	width: 19px;
    height: 19px;
	cursor:pointer;
}
.icon-question {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/questions-box.svg') no-repeat;
	width: 24px;
    height: 24px;
}
.icon-arrowleft {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/arrow-left-1.svg') no-repeat;
	width: 24px;
    height: 24px;
}
.icon-arrowleftwhite {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/arrow-left-white.svg') no-repeat;
	width: 24px;
    height: 28px;
}
.icon-bag {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/bag.svg') no-repeat;
	width: 24px;
    height: 24px;
}
.icon-arrowleft2 {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/arrowleft2.svg') no-repeat;
	width: 32px;
    height: 32px;
}
.icon-arrowright2 {
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/arrowright2.svg') no-repeat;
	width: 32px;
    height: 32px;
}
.woocommerce-MyAccount-navigation-link {
	position:relative;
}

.prodItem .addMoreSection {
    background: #000;
    z-index: 99;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    color: #FFF;
	border: 1px solid #FFF;
	position: absolute;
    width: 100px;
	height: 50px;
}
.postItem .secondImage {
    position: absolute;
    z-index: 1;
    top: 9%;
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
	visibility:hidden;
	opacity:0;
	transition:0.3s;
	transform: scale(0.9);
	display: flex;
    justify-content: center;
}

.postItem:hover .secondImage {
	visibility:visible;
	opacity:1;
	transform: scale(1);
}
.firstImage {
	transition:0.3s;
}
.postItem:hover .firstImage {
	visibility:hidden;
	opacity:0;
}
.postItem .rateText,.rateText {
    font-family: Modam;
    font-weight: 700;
    font-size: 12px;
    color:#000 !important;
}
.itemPrice {
    font-family: Modam;
    font-size: 17px;
	padding-left: 22px;
}
.itemPrice .price {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
}
/* .itemPrice del {
    text-decoration: none !important;
} */
.itemPrice del .amount {
    color: #838383;
}
.itemPrice  del .woocommerce-Price-currencySymbol {
    display: none;
}
.itemPrice .woocommerce-Price-amount.amount {
    height: 22px;
    display: block;
	position: relative;
	font-size:20px;
}
.itemPrice .woocommerce-Price-amount.amount bdi {
    font-weight: 400;
}
.itemPrice ins .woocommerce-Price-currencySymbol {
   position: absolute;
    left: -30px;
    top: 7px;
    transform: rotate(-90deg);
    color: #757575;
    font-size: 15px;
}
.postItem  ins .woocommerce-Price-currencySymbol {
    top: 13px;
}
.itemPrice .weightText {
    color: #2B2B2B;
}
.postItem:hover .product_title ,.postItem:hover .weightText ,.postItem:hover .itemPrice *  {
    color:#FFF;
}
.postItem:hover .itemPrice del .amount {
	color: #838383 !important;
}

/*.soonBox {
   position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    background: #FFF;
    right: 0;
    z-index: 999;
    padding-top: 0px;
    text-align: center;
    color: #000;
}*/
.soonBox .soon {
	position: absolute;
    bottom: 1px !important;
    width: 99% !important;
    height: 70px;
    background: #FFF;
    right: 0;
    z-index: 999;
    padding-top: 20px;
    text-align: center;
    color: #000;
}
.postItem:hover .soonBox .soon,.postItem2:hover .soonBox .soon,.postItem:hover .soonBox {
	background:#000;
	color: #fff;
}
.custombasketSide {
    position: sticky;
    top: 0%;
    z-index: 99;
}
.attrDetail {
	font-size:16px;
	color:#000;
}
.newBadge {
    position: absolute;
    top: 5px;
      z-index: 9;  
    text-align: center;
}
.prodAttr {
    display: flex;
    gap: 10px;
    align-items: center;
	margin-bottom: 15px;
}
.prodAttr b {
	background:#000000;
	padding: 15px 12px;
    width: 10%;
	color:#fff;
	font-size: 16px;
}
.prodAttr span {
    width: 90%;
    background: #EEE;
    padding: 15px 12px;
    font-size: 16px;
    color: #000;
}
.prodTabContent .tabContentMinHeight {
	overflow:hidden;
}
.details .tabContentMinHeight {
	height:265px;
	overflow:hidden;
}
.prodTabContent .moreText {
    cursor: pointer;
	display:none;
}
.prodTabContent .moreText .elementor-button-icon {
    font-size: 7px;
}
.prodTabContent .moreText.active {
    margin-top: 1rem;
}
.prodTabContent .moreText2 {
    cursor: pointer;
	display:block;
}
.prodTabContent .moreText2 .elementor-button-icon {
    font-size: 7px;
}
.prodTabContent .moreText2.active {
    margin-top: 1rem;
}
.woocommerce-Reviews {
    flex-direction: row-reverse;
}
.woocommerce-Reviews input#submit {
    width: 100%;
    padding: 10px;
}
.woocommerce-Reviews .star-rating,.woocommerce-Reviews .woocommerce-Reviews-title,.woocommerce-Reviews .commentlist .meta .woocommerce-review__dash,.woocommerce-Reviews #review_form .comment-reply-title ,.woocommerce-Reviews .comment-notes  {
	display:none;
}
.woocommerce-Reviews .commentlist .meta {
    display: flex;
    flex-flow: column;
}
.woocommerce-Reviews .comment-form-rating label {
    color: #737171;
}
.woocommerce-Reviews textarea,.woocommerce-Reviews input[type=text],.woocommerce-Reviews input[type=email] {
    background: #ffffff2e;
    border: 0;
    color: #EEE;
}
.woocommerce-Reviews label {
    color: #ffffff;
}
.woocommerce-Reviews input[type=submit] {
    background: #fff !important;
    color: #000 !important;
    font-size: 14px;
}
.woocommerce-Reviews .comment_container {
    background: #ffffff29;
    padding: 15px !important;
    color: #FFF;
}
.woocommerce-Reviews .woocommerce-review__author {
    font-size: 15px;
    color: #FFF;
}
.woocommerce-Reviews .woocommerce-review__published-date {
    font-size: 11px;
    color: #B4BACA;
}
.woocommerce-Reviews #comments {
    border-right: 2px solid #ffffff3d !important;
}
.popup-quick-view .summary-inner {
    display: flex;
    flex-flow: column;
}
.popup-quick-view .woocommerce-product-rating,.popup-quick-view .price,.popup-quick-view .product_meta,.popup-quick-view .wd-social-icons {
    display: none;
}
.popup-quick-view .attrRow .key {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.popup-quick-view .attrRow .val {
	font-size: 16px;
    color: #000;
}
.popup-quick-view .product_title {
    order: 1;
	font-size:20px !important;
	font-weight:600;
	color:#000;
}
.popup-quick-view .engttl {
	color:#6B6B6B;
	font-size:14px;
	order: 2;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.popup-quick-view .attrRow  {
	order: 3;
	margin-bottom: 22px;
}
.popup-quick-view .allprice {
	order:4;
}
.popup-quick-view .allprice .diff {
    background: #E5E6E0;
    padding: 3px 7px;
}
.popup-quick-view .allprice .percent {
    background: #ED2E2E;
    padding: 3px 7px;
    color: #FFF;
}
.popup-quick-view .fixed-price .itemPrice {
    padding-left: 0;
    text-align: left;
}
.popup-quick-view .cart {
    order: 5;
}
.popup-quick-view .woocommerce-product-details__short-description {
    display: none;
}
.popup-quick-view .view-details-btn {
    background: #8e8e8e !important;
    visibility: visible !important;
    opacity: 1 !important;
    display:block !important;
    transform:unset !important;
    padding-top:12px !important;
    font-size:16px;
}
.popup-quick-view .quantity input[type="number"] {
	width: 55px;
	height: 48px;
	border: 0;
}
.popup-quick-view .quantity input[type="button"] {
	min-width: 45px;
	height: 48px;
	border: 0;
}
.popup-quick-view .quantity {
    border: 1px solid #d9d9d9;
}
.popup-quick-view .single_add_to_cart_button {
    width: 60%;
	height: 48px;
	position:relative;
	padding-right:1rem;
}
.popup-quick-view .single_add_to_cart_button::before {
	content:'';
	background: url('https://tocaffe.com/wp-content/uploads/2024/10/Bag.svg') no-repeat;
	width: 24px;
    height: 24px;
	position:absolute;
	right: 37px;
    top: 11px;
    opacity: 1;
}
.popup-quick-view .entry-summary {
	mask-image: unset !important;
}
.popup-quick-view .priceBox {
	position: relative;
    width: max-content;
}
.popup-quick-view .priceBox .woocommerce-Price-amount {
    font-size: 20px;
}
.popup-quick-view .priceTtl {
	font-size:16px;
	font-weight:600;
	color:#000000;
}
.postItem .wd-action-btn.wd-style-icon>a {
	width: 35px;
    height: 35px;
}
.postItem .wd-quick-view-icon>a:before {
	content:'';
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/eye.svg') no-repeat;
	width: 15px;
    height: 15px;
	display: block;
    margin: 9px auto;
}
.postItem .wd-wishlist-icon>a:before {
	content:'';
	background: url('https://tocaffe.com/wp-content/uploads/2024/09/heart.svg') no-repeat;
	width: 15px;
    height: 15px;
    display: block;
    margin: 9px auto;
}
.postItem:hover .quickviwBtn,.postItem:hover .wd-wishlist-btn,.postItem:hover .showBigBuyCount {
	visibility:visible;
	opacity:1;
}
.postItem .quickviwBtn,.postItem .favoriteBtn,.postItem .showBigBuyCount {
    position: absolute;
    background: #FFF;
    left: 8px;
	opacity:0;
	visibility:hidden;
	z-index:99;
}
.postItem .favoriteBtn {
    top: 20px;
}
.postItem .favoriteBtn {
    top: 20px;
}

.postItem .showBigBuyCount {
    position: absolute;
    background: #FFF;
    left: 8px;
    top: 40px;
    color:#000;
    width:35px;
    height:35px;
    text-align:center;
    padding-top:6px;
    z-index:99;
}
.postItem .showBigBuyCount i {
    position:absolute;
    background:#FFF;
    top:0;
    left:109%;
    font-size:10px !important;
    width:50px;
    padding:5px 0;
    font-style:normal;
	opacity:0;
	visibility:hidden;
}
.postItem .showBigBuyCount:hover i {
	visibility:visible;
	opacity:1;
}
.postItem .showBigBuyCount {
	
}
.shoyande:hover svg path:nth-of-type(1),.shoyande:hover svg path:nth-of-type(2) {
    fill: #0F4259;
}
.mixopodr:hover svg path:nth-of-type(1),.mixopodr:hover svg path:nth-of-type(2),.mixopodr:hover svg path:nth-of-type(4) {
    fill: #873523;33
}
.don:hover svg path:nth-of-type(1),.don:hover svg path:nth-of-type(2),.don:hover svg path:nth-of-type(3) {
     fill: #7A1920;
}
.mashin:hover svg path:nth-of-type(1){
     fill: #867321;
}
.accs:hover svg path:nth-of-type(2){
     fill: #143E2F;
}
.taam:hover svg path:nth-of-type(1),.taam:hover svg path:nth-of-type(2),.taam:hover svg path:nth-of-type(3){
     fill: #3B1F4B;
}
.catIcon {
	border: 1px solid transparent;
}
.catIcon:hover {
    box-shadow: 0 7px 10px -10px #0000004f;
    border: 1px solid #CACACA;
}
.catIcon:hover .elementor-icon-box-title {
	color:#000 !important;
}
.elementor-widget-n-tabs .e-n-tab-icon svg {
    fill: transparent !important;
}
.catIcon .elementor-icon-box-title,.catIcon .elementor-icon-box-title a {
    font-size: 21px !important;
}
/* Questions */

.userquestions .userq {
    padding: 20px;
    border: 1px solid #000000;
    color: #000;
}
.userquestions .q {
    display: flex;
    gap: 10px;
}
.userquestions .childrens {
    padding: 0;
    margin-top: 20px;
}
.reply-button {
	color:#000;
	gap:10px;
	display:flex;
	align-items:center;
}
.tabsBuyBtn:hover {
    background: transparent;
    color: #FFF;
}
.some_attrs {
	list-style:none;
	padding:0;
	margin:0;
}
.some_attrs li {
	background:#E6E6E6;
	color:#000;
	margin-bottom:10px;
	padding: 10px;
}
.popup-quick-view .some_attrs li {
	background:transparent !important;
}
.some_attrs li .key {
	font-size:20px;
	font-weight:600;
}
.some_attrs li .value {
	font-size:16px;
}
.testimonial {
    overflow: hidden;
	padding: 3rem 0;
}
#detailsContent {
	height:265px;
	overflow:hidden;
}


.shopFeatures svg {
    fill: transparent !important;
}






@media only screen and (min-width: 768px) {
.testimonial .swiper-slide {
    transition: transform 0.3s ease;
	 transform: scale(0.8) !important;
}
.testimonial .swiper-slide-active {
    transform: scale(1.4) !important; 
} 
.testimonial .swiper-slide.swiper-slide-prev {
    transform: translateX(100px) !important;
	opacity: 0.1;    
}
.testimonial .swiper-slide.swiper-slide-next {
    transform: translateX(-100px) !important;
	opacity: 0.1;
}
}
.testimonial .itemholder {
	display:flex;
	border-radius: 10px;
    overflow: hidden;
}
.testimonial .itemholder .nameBox {
    background: #ffffff0a;
    padding: 15px;
	align-items: end;
}
.testimonial .itemholder .cont {
	background: #FFF;
    padding: 18px;
	width: 65%;
	font-size: 11px;
}
.testimonial .itemholder .slide-image img {
    width: 30px;
    border-radius: 100%;
}
.testimonial .itemholder .customer_name {
    font-size: 10px;
    color: #FFF;
}
.testimonial .itemholder .custom-field-2 {
    font-size: 8px;
    color: #6E7075;
}
.testimonial .arrows {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 15px;
}
.testimonial .arrows  * {
	cursor:pointer;
}
.stock  {
	display:none;
}
.styleForm textarea {
	min-block-size: 9rem !important;
}
.styleForm textarea,.styleForm input[type=text],.styleForm input[type=email],.styleForm input[type=number],.styleForm input[type=phone] {
	border:0;
	background:#f1f1f1;
	outline:none;
	border-radius: 0 !important;
	box-shadow: none;
}
.styleForm textarea:focus,.styleForm input[type=text]:focus,.styleForm input[type=email]:focus,.styleForm input[type=number]:focus,.styleForm input[type=phone]:focus,.styleForm .gform_footer input:focus {
	outline:none !important;
}
.styleForm .gform_footer input {
    width: 100% !important;
    background: #000 !important;
    border-radius: 0 !important;
}
.tiered-pricing-table thead tr {
    background: #E9ECEC;
}
.tiered-pricing-table thead tr th {
    text-align: center;
}
.tiered-pricing-table thead tr th span {
	font-weight: 700;
}
.tiered-pricing-table .tiered-pricing--active td,.tiered-pricing-table .tiered-pricing--active td .amount {
	color:#000;
}
.avatar {
    border-radius: 0 !important;
}
.commentlist {
    max-height: 530px;
    overflow-y: auto;
	padding-left: 2rem;
}
.commentlist::-webkit-scrollbar,.blogComments::-webkit-scrollbar,.bogComments .elementor-shortcode::-webkit-scrollbar {
    width: 4px; 
    background-color: #ffffff42; 
}
.commentlist::-webkit-scrollbar-thumb,.blogComments::-webkit-scrollbar-thumb,.bogComments .elementor-shortcode::-webkit-scrollbar-thumb {
    background-color: #ffffff; 
}
.commentlist::-webkit-scrollbar-thumb:hover,.blogComments::-webkit-scrollbar-thumb:hover,.custom-cart ul::-webkit-scrollbar-thumb:hover,.bogComments .elementor-shortcode::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}
.custom-cart ul::-webkit-scrollbar {
	width: 3px; 
    background-color: #eee; 
}
.custom-cart ul::-webkit-scrollbar-thumb {
	background-color: #3c3c3c;
}
.moreBtn .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.moreBtn .elementor-button-icon {
    font-size: 25px;
}
.blog-posts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.blog-posts .post-item {
    border: 1px solid #CACACA;
    padding: 15px;
    box-shadow: 0px 4px 20px 0px #0000001A;
	display: flex;
    flex-flow: column;
    gap: 15px;
}

.blog-posts .post-item .post-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.69px;
    text-align: right;
    margin: 0;
}
.blog-posts .post-item .bott {
    display: flex;
    justify-content: space-between;
}
.blog-posts .post-item .post-categories a {
    background: #A4C4B9;
    padding: 4px;
    font-size: 12px;
    font-weight: 700;
}
.blog-posts .post-item .post-date {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    padding: 0 30px 0 0;
    position: relative;
	color:#A9A9A9;
}
.blog-posts .post-item .post-date::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    background: url(https://tocaffe.com/wp-content/uploads/2024/09/calendar.svg) no-repeat;
    width: 23px;
    height: 28px;
}
.blog-posts .post-item .read-more {
    background: #000;
    color: #FFF;
    font-weight: 200;
    padding: 10px 15px 10px 40px;
    position:relative;
}
.blog-posts .post-item .read-more::after {
    content:'';
    position:absolute;
    top:6px;
    left:6px;
    background:url("https://tocaffe.com/wp-content/uploads/2024/09/arrow-left-white.svg") no-repeat;
    width:23px;
    height:28px;
}
#sortForm select,.category-filter select {
    border: 0 !important;
	font-size: 16px;
}
.pagination {
    padding: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.custom-checkbox {
	position: relative;
    padding-right: 24px;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
	color:#000;
}
.custom-checkbox input {
	opacity: 0;
	width: 0;
	height: 0;
}
.checkmark {
	position: absolute;
    top: 0;
    right: 0;
    height: 21px;
    width: 21px;
    border: 2px solid #A1A9B199;
    border-radius: 4px;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #000;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
.grborder {
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 0%, #ffffffa6 50%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 1.8px;
    border: 0 !important;
}
/* comments */
.blogComments {
	max-height: 530px;
    overflow-y: auto;
    padding-left: 2rem;
}
.comment-form-wrapper .rating-wrapper {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom:1rem;
}
.comment-form-wrapper .rating-wrapper p {
    margin:0;
}
.comment-form-wrapper label {
	font-size:16px;
	color:#fff;
}
.comment-form-wrapper input[type=text],.comment-form-wrapper input[type=email],.comment-form-wrapper textarea {
	background: #FFFFFF38;
	border: transparent;
    color: #FFF;
}
.comment-form-wrapper input[type=submit] {
    background: #FFF;
    color: #000 !important;
    width: 100% !important;
    padding: 0 !important;
}
.comments-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.comment-item {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	margin: 0;
}
.comment-meta {
	color: #666;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.comment-rating {
	color: #FFD700;
	margin: 5px 0;
}
.comment-rating .fa-star {
	font-size: 16px;
}
.comment-content {
	margin: 10px 0;
}
.comment-author {
	font-weight: bold;
}
.commentItem {
    background: #FFFFFF29;
    padding: 15px;
    margin-bottom: 15px;
    color: #FFF;
	position: relative;
}
.commentItem .comment-date {
    font-size: 12px;
    color: #B4BACA;
    font-weight: 100;
}
.commentItem em {
    background: #f8cc0c;
    color: #000;
    font-style: normal;
    padding: 0px 8px;
    font-weight: 700;
	position: absolute;
    top: 10px;
    left: 10px;
}
.no-comments {
	text-align: center;
	padding: 20px;
	color: #666;
}
 .rating-display {
	 text-align: center;
	 margin: 10px 0;
	 align-items: center;
    display: flex;
    gap: 2px;
}
 .rating-display .stars {
	display: inline-block;
	font-size: 16px;
	direction: ltr;
}
 .rating-display .star {
	color: #ddd;
	margin: 0 2px;
}
 .rating-display .star.active {
	color: #FFB321;
}
 .rating-display .rating-score {
	font-size: 14px;
	color:#ffffff;
}
 .rating-display .rating-score span {
	font-size:12px;
}
.rating {
	direction: rtl;
	display: inline-block;
}
.rating > input {
	display: none;
}
.rating > label {
	float: right;
	color: #aaa;
	font-size: 12px;
	padding: 0;
	cursor: pointer;
}
.rating > label:before {
	content: '\f005';
    font-family: 'Font Awesome 5 Free';
	color:#b3b3b3;
}
 .rating > input:checked ~ label::before, .rating:not(:checked) > label:hover::before, .rating:not(:checked) > label:hover ~ label::before {
	 color: #FFB321;
}
/* cart */
.sidebarinfo .woocommerce-checkout {
    display: block;	
}
.sidebarinfo #customer_details {
    display: none;
}
.sidebarinfo .woocommerce-checkout #order_review_heading,.sidebarinfo .woocommerce-form-coupon-toggle {
    display: none;
}
.sidebarinfo .checkout-order-review {
    max-width: 100% !important;
	flex: 1;
    padding: 0;
    background: #ffffff;
    margin: 0;	
}
.sidebarinfo .shop_table th,.sidebarinfo .shop_table td{
    padding:10px;
}
.sidebarinfo .shop_table th {
    font-size:12px;
    color:#2B2B2B;
}
.sidebarinfo .checkout-order-review::before,.sidebarinfo .checkout-order-review::after {
    content:unset;
}
/*.sidebarinfo .checkout-order-review::after {
    content:'';
    background:url("https://tocaffe.com/wp-content/uploads/2024/10/seprator.svg") repeat;
    width:100%;
    height: 17px;
    position:absolute;
    bottom: -7px;
}*/
.sidebarinfo .wd-table-wrapper thead,.sidebarinfo .wd-table-wrapper tbody,.sidebarinfo .woocommerce-shipping-totals,.sidebarinfo button {
    display:none !important;
}
#save_address_btn {
    width: 100%;
    padding: 0px !important;	
}
.sidebarinfo .order-total th,.sidebarinfo .order-total * {
    font-size: 14px !important;
}
.sidebarinfo .wd-table-wrapper {
    box-shadow:none  !important;
    padding:0  !important;
}

.sidebarinfo .payment_methods.methods {
    display: none;
}

.sidebarinfo .woocommerce-terms-and-conditions-wrapper {
    display: none;
}
.woocommerce-checkout-payment button {
    width:100%;
    padding:7px !important;
    min-height: 39px !important;
}
.addressBox .checkout-order-review {
    display: none;
}
.addressBox .customer-details {
    max-width: 100% !important;
    display: block;
}
.addressBox .woocommerce-checkout {
    display: block;
}
.addressBox .woocommerce-form-coupon-toggle {
    display: none;
}
.addressBox #order_comments_field {
	display:none;
}
.custom-shipping-methods {
	margin: 20px 0;
	direction: rtl;
	font-family: Tahoma;
}
.shipping-method-option {
	display: flex;
    align-items: center;
    padding: 25px;
    background: #F3F3F3;
    border-radius: 0;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
	font-family: 'Modam';
}
.shipping-method-option:hover {
	background-color: #f5f5f5;
}
.shipping-method-option input[type="radio"] {
	margin-left: 15px;
	width: 20px;
	height: 20px;
}
.shipping-method-details {
	flex-grow: 1;
}
.shipping-method-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size:16px;
}
.shipping-method-cost {
	color: #666;
}
.shipping-method-option.selected {
    background-color: #000000;
    color: #FFF;
}
.shipping-method-option.selected .shipping-method-cost .woocommerce-Price-amount.amount {
    color: #FFF;
}
.shipping-method-option.selected img {
	filter: invert(1);
}
.custom-shipping-methods section .title,.custom-order-notes .title {
    border-bottom: 2px solid #6C6E6E;
    position:relative;
    padding:10px 0;
    font-size:16px;
    font-weight:700;
}
.custom-shipping-methods section .title span::before,.custom-order-notes .title span::before {
    content:'';
    border-bottom: 4px solid #E11716;
    margin-top: 1px;
    margin-bottom: 4px;
    display: inline-block;
    padding-bottom: 8px;
    width:20%;
    position:absolute;
    top:32px;
}
.shipping-method-option.local-pickup {
    background: transparent;
    border: 1px solid #CACACA;
	display:block;
}
.shipping-method-option.local-pickup .local-pickup-notice {
	border: 1px solid #CACACA;
	padding:7px;
	color:#6C6E6E;
	margin-top:5px;
	    font-size: 14px;
    font-weight: 300;
}
.shipping-method-option.selected.local-pickup {
	color:#000 !important;
}
.order-notes-description {
	font-size:16px;
	font-weight:bold;
	color:#000;
}
/* basket page */
.cart-items .cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
	border: 1px solid #CACACA;
    padding: 10px;
}
.cart-items .cart-item .nameBox {
	width: 30%;
}
.cart-items .cart-item .product-thumbnail {
    width: 85px;
}
.cart-items .cart-item .product-name {
    font-size: 16px;
    font-weight: 700;
    color: #3C3D3D;
	width: 70%;
}
.cart-items .cart-item .product-quantity {
    display: flex;
    border: 1px solid #CCCCCC;
    width: 100px;
}
.cart-items .cart-item .product-quantity input {
    border:0;
    text-align: center;
}
.cart-items .cart-item .product-quantity button {
    background:transparent;
    color:#626263;
    font-size:18px;
    padding:10px;
    display: flex;
}
.cart-items .cart-item .remove-item {
    padding: 0;
    background: transparent !important;
}
.coupon-form {
	border: 1px solid #CACACA;
    padding: 20px;
	margin-top:10px;
}
.coupon-form input {
    width: 92%;
}
.coupon-form button {
    padding: 0 10px;
	width: 180px;
    height: 10px;
}
.coupon-form .coupon-message {
    background: #EEE;
    margin-top: 10px;
}
.applied-coupons {
    padding: 15px 0;
}

.applied-coupons .coupon-tag {
    padding: 5px;
    border: 1px solid;
    display: inline-flex;
    gap: 10px;
}

.applied-coupons .remove-coupon {cursor: pointer;}
.applied-coupons .remove-coupon:hover {
    color:red;
}
.custombasketSide .woocommerce-notices-wrapper {
	display:none;
}
.woocommerce-breadcrumb a {
    padding-left: 1rem;
    position: relative;
}
.woocommerce-breadcrumb .breadcrumb-last {
    color: #E0505A;
    font-weight: 400 !important;
}
.woocommerce-breadcrumb a:after {
    content: "" !important;
    margin-inline-start: 5px;
    content: '';
    background: url(https://tocaffe.com/wp-content/uploads/2024/10/arrow-left.svg) no-repeat;
    position: absolute;
    top: 4px;
    left: -1px;
    width: 15px;
    height: 15px;
    background-size: cover;
}
/* custom basket */
.custom-cart ul {
    list-style: none;
    padding: 0;
	max-height: 250px;
    overflow-y: auto;
}
.custom-cart ul li .item {
    border: 1px solid #CACACA;
    padding: 7px;
}
.custom-cart ul li img {
    border: 1px solid #CACACA;
}
.custom-cart ul li .info .ttl {
	font-weight:bold;
	color:#3C3D3D;
}
.custom-cart ul li .info .cat {
    background: #A4C4B9;
    color: #226F54;
    display: inline-block;
    padding: 4px;
    font-size: 10px;
    font-weight: 100;
	margin: 10px 0;
}
.custom-cart .quantity-selector {
    width: 30%;
    display: flex;
    align-items: center;
    border:1px solid #CCCCCC;
    margin-top:1rem;
}
.custom-cart .quantity-selector button {
    padding:10px;
    background:#FFF;
    color:#000;
    font-size:15px;
}
.custom-cart .quantity-selector input {
    border:0;
	padding-right: 9px;
    font-weight: 700;
}
.custom-cart .count {
    margin-bottom: 1rem;
}
.custom-cart .total-items {
    background: #000;
    color: #FFF;
    padding: 4px 7px;
}
.custom-cart .bottom {
    background: #FFE7E7;
    padding: 1rem;
    justify-content: space-between;
    display: flex;
    margin-top: 1rem;
}
.custom-cart .bottom a {
    background:#000;
    padding:15px 30px;
    color:#FFF;
}
.custom-cart .bottom .money {
	font-weight:bold;
	color:#000;
}
.custom-cart .info {
    width: 94%;
}
.priceBox {
    display: flex;
    justify-content: space-between;
}
.priceBox .disount {
    background: #DA2C38;
    height: max-content;
    color: #FFF;
    padding: 4px;
    font-size: 12px;
}
.prices .prodPrice * {
    color: #757575;
}
/* account */
.woocommerce-account .elementor-location-footer,.page-id-1505 .elementor-location-footer {
	display:none;
}
.woocommerce-account-sidebar-username {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color:#FFF;
	margin-bottom:1rem;
}
.woocommerce-account-sidebar-username strong {
    font-weight:bold;
	display:block;
}
.woocommerce-account-sidebar {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color:#FFF;
}
.woocommerce-account-sidebar strong {
    font-weight:bold;
}
.wd-my-account-sidebar {
    padding: 0 !important;
    background: #000 !important;
	
}
.wd-my-account-sidebar li a {
    color:#fff !important;
    padding:15px 40px !important;
	display: flex !important;
    gap: 10px !important;
}
.woocommerce-MyAccount-navigation-link a::before {
	content:'';
	width:24px;
	height:24px;
	    filter: invert(1);
}
.woocommerce-MyAccount-navigation-link--dashboard a::before {
	background:url('https://tocaffe.com/wp-content/uploads/2025/01/pishkhan.svg') no-repeat;
}
.woocommerce-MyAccount-navigation-link--orders a::before {
	background:url('https://tocaffe.com/wp-content/uploads/2025/01/orders.svg') no-repeat;
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
	background:url('https://tocaffe.com/wp-content/uploads/2025/01/address.svg') no-repeat;
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
	background:url('https://tocaffe.com/wp-content/uploads/2025/01/account.svg') no-repeat;
}
.woocommerce-MyAccount-navigation-link--order-track a::before {
	background:url('https://tocaffe.com/wp-content/uploads/2025/01/peygiri.svg') no-repeat;
}
.woocommerce-MyAccount-navigation-link--wishlist a::before {
	background:url('https://tocaffe.com/wp-content/uploads/2025/01/favorite.svg') no-repeat;
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	background:url('https://tocaffe.com/wp-content/uploads/2025/01/exit.svg') no-repeat;
}
.is-active a::before {
	    filter: invert(0);
}
.wd-my-account-sidebar .is-active a {
    background:#fff !important;
    color:#000 !important;
}
.wd-my-account-sidebar .avatar {
	width:65px;
	height:65px;
	border:2px solid #fff;
	overflow: hidden;
}
.wd-my-account-sidebar .avatar img {
	width:100%;
}
.wd-my-account-links {
    display: none !important;
}
.woocommerce-MyAccount-content .ordersInfo {
    border: 1px solid #CACACA;
    padding: 15px;
}
.woocommerce-MyAccount-content .ordersInfo .item .ttl {
    font-weight: bold;
    color: #000;
}
.woocommerce-MyAccount-content .ordersInfo .stats {
    display: flex;
    justify-content: space-between;
	margin-top:2rem;
}
.woocommerce-MyAccount-content .ordersInfo {
    border: 1px solid #cacaca;
    padding: 23px;
    display: flex;
    flex-flow: column;
    gap: 30px;
	margin-bottom:2rem;
}
.woocommerce-MyAccount-content .txttitle {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.woocommerce-MyAccount-content .ordersInfo .elementor-button {
	padding: 12px;
    border-radius: 0;
}
.woocommerce-MyAccount-navigation-link--downloads {
	display:none;
}
.wd-my-account-sidebar .woocommerce-MyAccount-title {
	display:none;
}
.woocommerce-Address {
    border: 1px solid #cacaca;
    margin: 5px;
    padding: 15px;
    width: 100%;
    max-width: 100% !important;
    flex: 1 100%;
}
.woocommerce-Address .edit {
    background:#000;
    color:#FFF !important;
    padding:5px;
}
.popupBox .elementor-button-content-wrapper {
	align-items:center !important;
}
/*new*/
/* Start */
.flce {
	display: flex;
	align-items: center;
}
.jbetween {
	justify-content: space-between;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.steps {
	display: flex;
	position: relative;
	justify-content: space-between;
}
.steps .step {
	position: relative;
}
.steps .step .tip {
    position: absolute;
    top: -3.5rem;
    background: #000;
    padding: 8px;
    color: #FFF;
	min-width: max-content;
	font-size: 12px;
}
.steps .step .tip::after {
	top: 94%;
    left: 92%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000;
	border-width: 10px;
	margin-left: -10px;
}
.steps::before {
    position: absolute;
    top: 26px;
    right: 10px;
    width: 97%;
    height: 1px;
    background-color: #000;
    z-index: -1;
}
.steps .iconbox {
	background-color: #F3F3F3;
	padding:7px;
	width: 48px;
	height: 48px;
    text-align: center;
    padding-top: 12px;
	margin-bottom: 10px;
}
.steps .step.active .iconbox {
	background-color: #000;
}
.steps .step.active .iconbox svg {
	filter:invert(1);
}
.steps .iconbox svg {
	width: 24px;
	height: 24px;
}
.steps .step .text {
	font-size: 12px;
	color: #797979;
}
.steps .step.active .text {
	color: #000;
}
/* orders*/
.orders {
	margin-top: 50px;
	font-size: 12px;
}
.orders .count .number {
	background-color: #000;
	padding: 3px 10px;
	color: #FFF;
}
.orders .text {
	color: #797979;
}
.orders table {
	width: 100%;
    margin-top: 1rem;
	border-spacing: 1px;
	text-align: center;
}
.orders table thead td {
	background-color: #000;
	color: #fff;
	padding: 15px;
}
.orders table tbody td {
	border:1px solid #DEDEDE;
	padding: 10px;
}
.orders table tbody td .prodInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.orders table tbody td .prodInfo img {
	width: 30px;
}
.orders table tbody td .prodInfo a {
	color:#1780BF;
	text-decoration: none;
}
.tableHolder {
    overflow-x: auto;
    white-space: nowrap;
}
/* history */
.history .tabs {
	display: flex;
	gap:40px;
	border-bottom: 2px solid #CACACA;
}
.history .tabs .tab {
	font-size: 16px;
	color:#5A5A5A;
	padding: 12px;
    position: relative;
	cursor: pointer;
}
.history .tabs .tab.active::before {
	content: '';
    position: absolute;
    border-bottom: 4px solid #000;
    width: 100%;
    bottom: -4px;
    right: 0;
}
.tracking .tabs .tab.active::before {
	border-bottom: 4px solid #E11716;
}
.history .tabs .tab.active span {
	font-weight: bold;
	color: #000;
}
.history .tabs .tab i {
	font-style: normal;
	border-radius: 1000px;
	background-color: #FFE6DD;
	font-size: 14px;
    padding: 4px 10px;
}
.history .orders .orderBox {
	border: 1px solid #CACACA
}
.history .orders .orderBox .stats {
	display: flex;
	align-items: center;
	gap:7px;
	border-bottom:1px solid #CACACA;
	padding:15px;
}
.history .orders .orderBox .stats span {
	font-weight: bold;
	font-size: 16px;
}
.history .orders .orderBox .info {
	padding:15px;
	font-size: 14px;
	color:#797979;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	align-items: center;
	border-bottom:1px solid #CACACA;
}
.history .orders .orderBox .prods .prod {
	display: flex;
	flex-flow: column;
    gap: 1rem;
	padding:20px;
	position: relative;
}
.history .orders .orderBox .prods .prod .inf {
	display: flex;
	align-items: center;
}
.history .orders .orderBox .inf img {
    width: 50px;
}
.history .orders .orderBox .prods .prod .inf .texts .title {
	font-size: 16px;
	color: #3C3D3D;
	font-weight: bold;
	margin-bottom: 10px;
}
.history .orders .orderBox .prods .prod .moreBtn {
	position: absolute;
    bottom: 11px;
    left: 11px;
    background: #000;
    padding: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: unset;
    font-weight: bold;
}

/* orders */
.blackBtn {
	background-color: #000;
	color:#fff;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	padding:10px;
	text-decoration: unset;
	font-size: 12px;
}
.address .content .actions a {
	text-decoration: unset;
}
.address .content {
	margin-top:30px;
}
.address .content .add {
	margin-bottom: 2rem;
}
.address .content .userinfo {
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom: 15px;
}
/* userInfo */
.userInfo .avatar {
	gap:1	0px;
	display: flex;
}
.userInfo .upload {
	position: relative;
}
.userInfo .upload .imgbox {
	position: relative;
	width: 65px;
}
.userInfo .upload .imgHolder{
	background-color: #bdbdbd;
	width:65px;
	height: 65px;
	border:2px solid #000;
}
.userInfo .upload .imgHolder img {
	width: 100%;
}
.userInfo .upload .iconBox {
    width: 28px;
    height: 28px;
    border-radius: 1000px;
    box-shadow: 0px 7.77px 11.65px 5.82px #00000026;
    padding-top: 4px;
    text-align: center;
    position: absolute;
    top: 71%;
    z-index: 99;
    background: #FFF;
    margin: 0 auto;
    left: 9px;
    right: 0;
	cursor: pointer;
}
.userInfo .upload .text {
	font-size: 10px;
	color: #295CAF;
	margin-top: 20px;
}
.userName .name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.formBox label {
	font-size: 12px;
	color: #6C6E6E;
}
.formBox input[type=text] {
	border:2px solid #6C6E6E;
}
/* tracking */
.tracking form {
	margin-top:3rem
}
.tracking .moreBtn {
	background: #000;
    padding: 10px;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: unset;
    font-weight: bold;
	border:0;
	cursor: pointer;
}
.tracking input[type="text"] {
    background: #F3F3F3;
    border: 1px solid #CACACA;
    padding: 12px;
    width: 100%;
	margin-bottom: 2rem;
} 
.woocommerce-MyAccount-content {
    margin-top: 6rem;
}
.myaccount-section-title {
	font-size:20px;
	color:#0D0D0D;
	display:flex;
	align-items: center;
    gap: 5px;
    font-weight: 700;
	margin-bottom:1rem;
}
.sectionHolder {
    border: 1px solid #CACACA;
    padding: 20px;
}
.loader {
  width: 18px;
  aspect-ratio: .75;
  --c: no-repeat linear-gradient(#ffffff 0 0);
  background: 
    var(--c) 0%   50%,
    var(--c) 50%  50%,
    var(--c) 100% 50%;
  animation: l7 1s infinite linear alternate;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 11px;
	opacity:0;
}
@keyframes l7 {
  0%  {background-size: 20% 50% ,20% 50% ,20% 50% }
  20% {background-size: 20% 20% ,20% 50% ,20% 50% }
  40% {background-size: 20% 100%,20% 20% ,20% 50% }
  60% {background-size: 20% 50% ,20% 100%,20% 20% }
  80% {background-size: 20% 50% ,20% 50% ,20% 100%}
  100%{background-size: 20% 50% ,20% 50% ,20% 50% }
}
.loaderHolder {
    position: absolute;
    width: 100%;
    height: 101%;
    background: #adadadd6;
    z-index: 99;
    top: -3px;
    display:flex;
    justify-content:center;
    padding-top:3rem;
    backdrop-filter: blur(4px);
}
.loaderHolder .loader {
    position:relative;
    height:60px;
    width:30px;
}
.addAlert {
    padding: 6px;
    background: #f8fff0;
    border: 1px solid #c6e99d;
    color: #8BC34A;
    text-align: center;
}
.wd-nav-vertical>li>span {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    padding: 12px 18px;
    color: var(--color-gray-800);
    text-transform: unset;
}
.wd-nav-vertical>li>span:hover {
    background:#000;
    color:#FFF;
}
.wd-nav-vertical>li>span:after {
    margin-right: 4px;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    order: 3;
    content: "\f114";
    font-family: "woodmart-font";
    position: absolute;
    left: 18px;
}
.wd-sub-menu li>span {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--sub-menu-color);
    font-size: 14px;
    line-height: 1.3;
}
.wd-dropdown-menu.wd-design-default .menu-item-has-children>span:after {
    margin-right: auto;
    color: rgba(82, 82, 82, 0.45);
    font-weight: 600;
    font-size: 55%;
    line-height: 1;
    font-family: "woodmart-font";
    content: "\f114";
}
.elementor-24 .elementor-element.elementor-element-8c7373f span:after {
    color: black !important;
    font-size: 14px !important;
}
.wd-sub-menu span:hover {
    background-color: black !important;
    color: white !important;
}
.catTerms {
	text-align:justify;
}

.addtoBasketForm .quantity input[type="button"] {
	font-weight: 800;
    font-family: fantasy;
    font-size: 17px;
	color:#626263;
}
.elementor-location-footer .e-n-accordion-item-title-header,.e-n-accordion-item-title-icon {
    background:#000;
    z-index:1;
    padding:0 10px;
}
.elementor-location-footer .e-n-accordion-item-title::before {
    content:'';
    border-bottom:1px solid #CACACA;
    position:absolute;
    left:0;
    width:100%;
    z-index:0;
}
.wd-compare-icon>a:before {
    background: url(https://tocaffe.com/wp-content/uploads/2025/01/compare.svg) no-repeat;
    width: 20px;
    height: 20px;
    content: '' !important;
    background-size: cover;
}
.wd-compare-icon>a.added:before {
    background: url(https://tocaffe.com/wp-content/uploads/2025/02/tick.svg) no-repeat;
    width: 20px;
    height: 20px;
    content: '' !important;
    background-size: cover;
}
.average-rating {
    position: absolute;
    left: 0;
	color: #FFF;
}
.average-rating .commments {
    font-size: 12px;
}
.comment-respond {
    position: relative;
}
.comment-respond .required {
	display:none;
}

.wd-dropdown {
	right: -106px !important;
}
.prices .salePrice {
    font-weight: 700;
} 
.widget_nav_mega_menu .wd-dropdown {
    transform: translateY(94px) !important;
    right: 100% !important;
    top: 0 !important;
}
.single-product .itemPrice .price ins .woocommerce-Price-currencySymbol {
	left: -41px;
    top: -8px;
}
.showUsername .elementor-shortcode {
    max-width: 100% !important;
    white-space: nowrap;
    overflow: hidden;
}
.consult-button {
	text-align: center;
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    border-top: 1px solid #000;
}
.singleProdSection .consult-button {
	border: 1px solid #cacaca !important;
}
@media only screen and (max-width: 600px) {
	.consult-button {
		border-top: 0px solid #000;
	}
	
}
.consult-button:hover {
	background-color: #000;
	color:#FFF
}
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}
.popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 90%;
	max-width: 400px;
	position: relative;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}
.popup-link {
	    display: block;
    margin: 7px 0;
    padding: 10px;
    background: #000000;
    color: #fff;
    text-decoration: none;
}
.popup-link:hover {
	background: #3a3a3a;
}
.single-product .swiper-slide {
    max-width: 286px;
}
/***************************************** responsive ****************************************/
@media only screen and (max-width: 600px) {
	.history .tabs {
		gap: 0;
		justify-content: space-between;
	}
	.history .tabs .tab {
		font-size: 13px;
	}
	.history .tabs .tab i {
		position: absolute;
		top: -15px;
		font-size: 12px;
		left: 0;
	}
	.history .orders .orderBox .prods .prod {
		flex-flow: column;
	}
	.history .orders .orderBox .prods .prod .moreBtn {
		position: static;
		text-align: center;
		justify-content: center;
	}
	
	
}
@media only screen and (max-width: 991px) { 
	.iblogPosts .elementor-grid {
		white-space: nowrap;
		overflow-x: auto;
		display: block;
		gap: 10px !important;
	}
	.iblogPosts .elementor-grid .post {
		display: inline-block;
		white-space: normal;
	}
	.bigNews{
		display: none;
	}
}
@media only screen and (max-width: 768px) { 
	
	.single-product .elementor-location-footer {
		padding-bottom: 2rem;
	}
	.addtoBasketForm {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 9999;
		background: #FFF;
		padding: 10px 24px;
		box-shadow: 0 -10px 25px #00000014;
	}
	.testimonial .itemholder {
		flex-flow: column;
		flex-direction: column-reverse;
	}
	.testimonial .itemholder .cont {
		width: 100%;
	}
	.testimonial .swiper-slide.swiper-slide-active {
		transform: scale(0.9);
	}
	.testimonial .itemholder .cont {
		width: 100%;
		font-size: 14px;
		background: #ffffff1a;
		color: #FFF;
		
	}
	.testimonial .nameBox {
		padding: 40px 20px;
	}
	.testimonial .itemholder .customer_name {
		font-size: 12px;
	}
	.testimonial .itemholder .custom-field-2 {
		font-size: 11px;
	}
	.testimonial .arrows {
		margin-top:20px;
	}
	.featuresBox  .e-con-inner {
		display: inline-block !important;
		white-space: nowrap;
		overflow-y: auto;
	}

	.featuresBox  .elementor-element {
		overflow: hidden;
		width: 70%;
		display: inline-block;
		margin-left:15px;
	}

	.featuresBox  .elementor-element .elementor-icon-box-content {
		display: flex !important;
		flex-flow: column;
		flex-wrap: wrap;
		width: 100% !important;
		white-space: normal;
	}

}
@media only screen and (max-width: 767px) { 
	.menu-item-has-children .wd-dropdown {
		  display: none;
		}
		.menu-item-has-children.active .wd-dropdown {
		  display: block;
		}
	.prodItem .addMoreSection {
		display:none !important;
	}
	.scrollToTop {
        bottom: 7rem !important;
	}
	.prodItem .addMoreSection {
		    left: -4px;
	}
	.rank-math-breadcrumb {
			white-space: nowrap;
			overflow-x: auto;
			display: flex;
		}
	.postItem ins .woocommerce-Price-currencySymbol {
		top: 0px;
	}
	.prodItem .addMoreSection {
		    width: 100px;
		    margin-top: -9px;
	}
	.blog-posts {
		grid-template-columns: repeat(2,1fr);
	}
	.catSidebar {
		position: fixed;
		top: 1rem;
		z-index: 999;
		background: #FFFF;
		width: 96%;
		right: 0;
		left: 0;
		margin: 0 auto;
		padding: 3rem 2rem;
		height: 100%;
		display:none;
		
	}
	.sideFilters {
		height: 86%;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        flex-flow: column;
        top: 0;
        right: 0;
        padding-bottom: 2rem;
		position: absolute;
        top: 8rem;
	}
	.archiveProductsList .postItem {
		display: flex !important;
		flex-flow: row !important;
		padding-top:1rem;
		gap: 1rem;
	}
	.archiveProductsList .postItem .firstImage {
		width: 50%;
	}

	.archiveProductsList .postItem .prodPrice {
		display: flex;
		justify-content: space-between;
		flex-flow: row;
		flex-direction: row-reverse !important;
		padding: 0;
	}

	.archiveProductsList .postItem .itemPrice {
		min-width: 3rem !important;
	}
	.archiveProductsList .postItem .secondImage {
		display:none;
	}
	.archiveProductsList .postItem:hover .firstImage {
		visibility:visible;
		opacity:1;
	}
	.archiveProductsList .itemPrice ins .woocommerce-Price-currencySymbol {
		display:none;
	}
	.archiveProductsList .itemPrice .product_title {
		font-size: 13px !important !important;
		line-height: 25px;
	}
	.some_attrs li .key {
		font-size:16px;
	}
	.some_attrs li .value {
		font-size: 14px;
	}
	.commentlist {
		padding: 0;
	}
	.commentlist .commentlist>li {
		position:relative;
	}
	.commentlist .avatar {
    max-width: 45px;
	}
	.commentlist .commentlist>li .starbox {
		position: absolute;
		top: 18px;
		left: 13px;
	}
	.woocommerce-Reviews {
    flex-direction: column-reverse;
}
	.commentlist .description {
		font-size: 12px;
		font-weight: 400;
	}
	.tabsBuyBtn {
		display: none !important;
	}
	.cart-items .cart-item {
		flex-flow: column;
		align-items: baseline;
		margin-bottom: 1rem;
	}
	.cart-items .cart-item .nameBox {
		width: 100%;
	}
	.cart-items .cart-item .actions {
		width: 100%;
		justify-content: space-between;
		margin-top: 1rem;
	}
	.cart-items .cart-item .actions .product-price {
		order: 2;
	}
	.cart-items .cart-item .actions .product-quantity {
		order: 1;
	}
	.cart-items .cart-item .actions .product-remove {
		order: 3;
	}
}
@media only screen and (max-width: 430px) { 
	.search-results-wrapper .wd-dropdown-results {
		right: 0rem !important;
		position: absolute;
		width: 180% !important;
	}
	.specialSlider .elementor-swiper-button-next {
        right: -8rem !important;
    }
	    .specialSlider .elementor-swiper-button-prev {
        right: -5rem !important;
    }
	.specialSlider .elementor-swiper-button-next, .specialSlider .elementor-swiper-button-prev {
        top: 12rem !important;
    }
	.contentBox {
    width: 100%;
}
	.itemPrice .woocommerce-Price-amount.amount {
		font-size:12px;
	}
	.itemPrice ins .woocommerce-Price-currencySymbol {
		font-size:12px;
		top: 3px;
	}
	.prodItem .addMoreSection {
		width: 140px;
	}
	.addMoreSectionHolder {
		top: 0px !important;
	}
	.shipping-method-details img {
		width: 49px;
	}
	.shipping-method-title {
		font-size: 13px;
	}
	.average-rating {
		position: absolute;
        margin: 10px 0;
        top: -51px;
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
        text-align: center;
        font-size: 12px;
	}
	
	#sortForm select,.category-filter select {
		font-size: 14px;
	}
	.blog-posts {
		grid-template-columns: repeat(1,1fr);
	}
	.prodAttr b {
		background: #000000;
		padding: 15px 6px;
		font-size: 14px;
		width: 40%;
	}
	.prodAttr span {
    width: 60%;
		font-size: 14px;
	}
	.userquestions {
		display: flex;
		white-space: nowrap;
		overflow-x: auto;
		gap:10px
	}
	.userquestions .userq {
		min-height: 150px;
	}
	.itemTitle .product_title a {
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 100%;
		display: block;
		overflow: hidden;
		font-size: 12px !important;
		font-weight: 400;
	}
	
}