/*
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: #000;
 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
a:hover, a:focus{
	outline:0!important;
}
p:last-child
{
	margin-bottom:0;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated
{
	padding:0 10px;
}
.ekit-wid-con .ekit_sidebar-textwidget
{
	padding-top:15px !important;
}

.header-scrolled
{
	position:fixed;
	width:100%;
	z-index:5;
	background:#fff;
	top:0;
	    box-shadow: 2px 2px 15px #00000024;
}
.logged-in .header-scrolled
{
	top:32px;
}
.amount
{
	color:inherit !important;
}
.brd-rdius .elementor-background-video-container
{
	border-radius:20px;
}
.brd-rdius .elementor-background-video-hosted
{
	border-radius:25px;
}
.head_1 .elementor-widget-container
{
	    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #830c2f;
    border-radius: 100%;
    display: inline-block;
    left: -34px;
    top: -39px;
}
.head_1 .elementor-widget-container h2
{
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.circle_1
{
	
    text-align: center;
}
.circle_1 .elementor-widget-container
{
	      width: 185px;
    height: 185px;
    margin: 0% auto;
}
.circle_1 .elementor-widget-container h2
{
	position: absolute;
    text-align: center;
    line-height: 172px;
    width: 185px;
    font-size: 50px;
    color: #830c2f;
}
.circle_1 .elementor-widget-container svg
{
	padding-top:0px;
}
.rotate .e-text-path
{
	    animation: rotation 20s infinite linear;
}
@keyframes rotation
{
	0% {
    -webkit-transform: rotate(0deg);
}
	100% {
    -webkit-transform: rotate(359deg);
}
}
.elementor-section .elementor-container
{
/* 	z-index:2; */
}
.elementor-element-7dfe8d2
{
	    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.elementor-element-7dfe8d2 .elementor-container
{
	 z-index: 1;
}
.elementor-element-7dfe8d2 .elementor-container, .elementor-element-7dfe8d2 .elementor-widget-wrap, .elementor-element-7dfe8d2 .elementor-widget-html
{
	height:100%
}
.elementor-element-7dfe8d2 .line
{
	    width: 1px;
    height: 100%;
    background: #ffffff21;
   
    position: absolute;
}
.elementor-element-7dfe8d2 .line2
{
	margin-left:25%;
}
.elementor-element-7dfe8d2 .line3
{
	margin-left:50%;
}
.elementor-element-7dfe8d2 .line4
{
	margin-left:75%;
}
.elementor-widget-video .elementor-wrapper video
{
border-radius: 15% 15% 0 0;	
}
.uc_image_carousel_container_holder .woocommerce-Price-amount.amount
{
	display:block;
}

/* Hide quantity field */
.single-product .quantity {
    display: none !important;
}

/* Hide add to cart button */
.single-product .single_add_to_cart_button {
    display: none !important;
}
.woocommerce div.product form.cart
{
	border:none !important;
	padding: 0 !important;
}
.woocommerce div.product.elementor form.cart table.variations td
{
	padding:0 !important;
	border:none !important;
}
.woo-variation-swatches.wvs-show-label .variations th
{
	border:none;
	padding: 5px 0px 10px;
}
.woocommerce div.product.elementor .add_tabs .woocommerce-tabs .panel
{
	border: 1px solid #eee;
}
.woocommerce.woo-left-tabs div.product .add_tabs .woocommerce-tabs ul.tabs
{
	text-align: left;
    border: none;
    border-bottom: 1px solid #eee;
	margin: 0;
}
.woocommerce div.product .add_tabs .woocommerce-tabs ul.tabs li a
{
    border: 0;
    border-radius: 20px 20px 0 0;
	padding:18px 20px;
}
.woocommerce div.product .add_tabs .woocommerce-tabs ul.tabs li.active a
{
	background: #eee;
    color: #000;
   
}
@media (max-width: 768px) 
{
.my_acc_2 .elementor-tab-content
{
	 overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
}
	.my_acc_2 .elementor-tab-content   table {
        
    }
	.my_acc_2 .elementor-tab-content::after {
       
    }
	.my_acc_2 .elementor-tab-content table tr td
	{
		max-width:50%;
	}
}