/*
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: 10px;
}
.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;
}
.woocommerce .summary ul.variable-items-wrapper
{
	margin-top:0;
	margin-left:0;
}
.woocommerce .summary .variations th
{
	padding-left:0;
	border-bottom:none;
	    padding-bottom: 0;
}
.woocommerce div.product form.cart .variations td.value
{
	padding-top:0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
{
	background: #FD7D29;
    color: #fff !important;
    border-radius: 10px 10px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs
{
	border-top:0 !important;
	border-color: #fd7d29 !important;
}
.woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs
{
	
}
.woocommerce-Tabs-panel>h2
{
	display:none;
}