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

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #DC325F;
}
:root
{
	--pink:#DC325F;
}

@font-face {
    font-family: 'recoletaregular_demo';
    src: url('fonts/recoleta-regular-webfont.eot');
    src: url('fonts/recoleta-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/recoleta-regular-webfont.woff2') format('woff2'),
         url('fonts/recoleta-regular-webfont.woff') format('woff'),
         url('fonts/recoleta-regular-webfont.ttf') format('truetype'),
         url('fonts/recoleta-regular-webfont.svg#recoletaregular_demo') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1,h2,h3,h4
{
	 font-family: 'recoletaregular_demo';
	font-weight:500;
}
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;
}
@media(min-width:1200px)
{
.elementskit-navbar-nav-default .elementskit-navbar-nav>li a:after
{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--pink);
    bottom: -2px;
	transition:500ms ease all;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav>li a:hover:after, .elementskit-navbar-nav-default .elementskit-navbar-nav>li.active a:after
{
	width:100%;
}
	.elementskit-navbar-nav-default .elementskit-navbar-nav>li .elementskit-dropdown a:hover:after
{
		width:80%;
	}
	.elementskit-navbar-nav-default .elementskit-navbar-nav li.active li a:after
	{
		width:0%;
	}
}
.header-1
{
	position:absolute;
	width:100%;
	z-index:5;
	
}
.bdt-prime-slider-skin-general .bdt-prime-slider-desc
{
	margin-top:80px !important;
}
.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;	
}
.amount {
    color: inherit !important;
}
.single .entry-title
{
	border-bottom:none;
}
table th, table td
{
	border-bottom:none;
}
.quantity .qty-changer a, .quantity .plus, .quantity .minus
{
	    line-height: 3.7 !important;
}
.woocommerce .woocommerce-message {
    display: none !important;
}
.woocommerce a.added_to_cart
{
	display: flex;
    align-items: center;
	    padding-left: 10px;
}
.woocommerce table.shop_table thead
{
	background-color:transparent !important;
}
.wp-singular .elementor-widget-woocommerce-cart .woocommerce .input-text.qty
{
	padding: 24px 2px;
    text-align: start;
    text-align: center;
    border-color: #919191;
    border-radius: 0;
}
.woocommerce-page .cart-collaterals .cart_totals
{
	padding:0 !important;
	border:none !important;
}
.woocommerce .cart-collaterals h2
{
	background:transparent !important;
}
.woocommerce-checkout #payment ul.payment_methods li
{
	background-color: transparent !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered
{
	line-height:28px !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td
{
	min-width: 157px !important;
}