/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
::-webkit-scrollbar
{
 width: 8px;
}


/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
            background-color: #fff;
            border: 1px solid #cacaca;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #212121;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #212121; 
}
a:hover, a:focus{
	outline:0!important;
}
p:last-child
{
	margin-bottom:0;
}
.amount
{
	color:inherit !important;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.circle_1 .elementor-image-box-img a
{
	overflow: hidden;
    display: block;
    border-radius: 100%;
}
.circle_1 .elementor-image-box-img:hover a img
{
	transform:scale(1.1);
}
.uc_post_grid_style_one_image-wrapper .uc_post_image
{
	border-radius: 15px;
}
.sidebar-box .widget-title, .sidebar-box.widget_block .wp-block-heading
{
	    border-left: none;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    padding-bottom: 10px;
}
.woocommerce .widget_product_categories li a:before
{
	display:none;
}
.widget_product_categories li a, .widget_layered_nav li a
{
	padding-left:0 !important;
	font-size:16px !important;
	color:#000;
}
.widget_product_categories li a:hover, .widget_layered_nav li a:hover
{
	color:#fd7d29;
}
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image
{
	border: 1px solid #e4e4e4;
    padding: 25px;
    border-radius: 15px;
}
.woocommerce-MyAccount-navigation ul li a
{
	color:#000;
}
.woocommerce-MyAccount-navigation ul li a:hover
{
	color:#fd7d29
}
.single-product .single_add_to_cart_button,
.single-product .woocommerce-variation-add-to-cart,
.single-product form.cart {
    display: none !important;
}