/*
 Theme Name:     Divi Child
 Template:       Divi
 Author:         Xweb Devlopers
 Author URI:     www.xwebdevelopers.com
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.sp-wcsp-cat-item-thumb-content img {
	padding: 5px 20px 0px;
}
.rightIcons-set {
	float: right;
}
.rightIcons-set span {
	display: inline-block;
	margin-left: 6px;
}
.rightIcons-set bdi {
	display: none;
}
.rightIcons-set a.wishlist_products_counter.top_wishlist-heart::before {
	font-size: 30px !important;
	color: #fff !important;
}
.rightIcons-set img {
	width: 22px;
	position: relative;
	top: 2px;
}
.headerLogo .et_pb_column_2_tb_header, .headerLogo .et_pb_column_5_tb_header, .headerLogo .et_pb_column_6_tb_header {
	width: 10% !important;
	margin-right: 25px !important;
}
.headerLogo .et_pb_column_3_tb_header {
	width: 15% !important;
	margin-right: 25px !important;
}
.headerLogo .et_pb_column_4_tb_header {
	width: 50% !important;
	margin-right: 30px !important;
}
.headerLogo .et_pb_row_5col {
	display: flex;
	justify-content: center;
	align-items: center;
}
.single_add_to_cart_button.button {
	background: linear-gradient(90deg, rgb(43, 173, 132) 7.50213%, 44.757%, rgb(10, 182, 228) 79.1134%, 89.5567%, rgb(6, 184, 237) 100%) !important;
	color: #fff !important;
}
.single_add_to_cart_button.button:hover {
	background: #000 !important;
	color: #fff !important;
}
.kids-stationary-section .et_pb_row .et_pb_column {
    row-gap: 0;
}
.kids-red-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.contact-info-col .et_pb_blurb_container,.follow-col .et_pb_blurb_container{
    padding-left: 0;
}
.contact-info-col .et_pb_blurb_container span.grey {
    color: #fff;
}
.et-db #et-boc footer.et-l .et_pb_menu .et_pb_menu__menu>nav>ul li.menu-item a{
	color: #777777 !important;
}
.woo-slider .wwo_card_details .add_to_cart_button {
    background-color: #9d1d1c !important;
    width: max-content;
}
.woo-slider .wwo_card_details .add_to_cart_button:hover{
	background-color: #04c9f6 !important;
}

/**/
/* Force same size for all product images */
.woocommerce ul.products li.product img {
	width: 100% !important;
	height: 300px !important;
	object-fit: contain;
	object-position: center;
	border-radius: 5px;
	padding: 5px;
	background: #f7f7f7;
}

/*collapse side bar*/
#category-collapse ul { 
  list-style: none; 
  padding-left: 0; 
}

#category-collapse li { 
  margin: 6px 0; 
  position: relative; 
}

#category-collapse li.has-children > .cat-toggle {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 6px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  color: #333;
  transition: all .2s ease-in-out;
}

#category-collapse li.has-children > .cat-toggle:hover {
  background: #e0e0e0;
}

#category-collapse li.has-children.open > .cat-toggle {
  background: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
/*label[for="radio-control-wc-payment-method-options-phonepe"] {
	text-align: center !important;
	background: #08b8eb;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}*/
#payment-method {
	display: none;
}
