/*
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 */

.elementor-editor-wp-page .testimonial_slider .owl-stage {
	width: auto !important;
	transform: none !important;
	display: flex;
	flex-wrap: wrap;
}
.elementor-editor-wp-page .testimonial_slider .owl-stage .owl-item {
    width: 33.33% !important;
}
body {
    overflow-x: hidden;
}
.container {
    padding: 0 15px;
}
body a:focus {
    outline: 0 !important;
}
.woocommerce-shop #main #content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
body .page-header.background-image-page-header .page-header-title:before {
    content: attr(data-title);
    display: block;
    font-size: 48px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
    color: #6EC1E400;
    opacity: 0.3;
    position: absolute;
    top: -17px;
    width: 100%;
}
.hero_video.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: none;
}
.hero_video .elementor-custom-embed-play svg {
    display: block;
}
body .elementor .elementor-element.hero_video .elementor-wrapper{
	--video-aspect-ratio: auto;
	text-align: center;
}
.hero_video .elementor-custom-embed-play {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: inline-block;
}
.hero_video .elementor-screen-only {
    position: relative;
    top: 0;
    margin: 0;
    overflow: visible;
	font-size: 0;
}
.hero_video .elementor-screen-only:before {
    content: "Watch Video";
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #3B5091;
    line-height: 1;
    padding: 18px 76px 18px 26px;
    border-radius: 100px;
}
.hero_video .elementor-custom-embed-play svg {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}
.hero_video .elementor-custom-embed-image-overlay {
    display: inline-block;
}
h2.elementor-heading-title{
	cursor: text;
}
h2.elementor-heading-title a::before {
    content: attr(data-title);
    display: inline-block;
    stroke: rgba(59, 80, 145, 0.12);
    color: #6EC1E400;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: rgba(59, 80, 145, 0.12);
    position: absolute;
    margin: -17px 0 0 4px;
    z-index: -1;
    font-size: 48px;
}
h2.elementor-heading-title a {
    pointer-events: none;
}
.service_box .elementor-icon {
    display: flex;
    margin: -56px 0 0;
    justify-content: center;
}
.service_box {
    height: 100%;
}
.elementor-widget-text-editor .elementor-widget-container> p:last-child {
    margin-bottom: 0;
}
.bg_gradient_btn.elementor-widget-button .elementor-button-wrapper{
	padding: 0 6px 6px;
}
.bg_gradient_btn.elementor-widget-button .elementor-button-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: 100%;
    background: linear-gradient(92.88deg, rgba(59, 80, 145, 0.4) 0%, rgba(93, 146, 172, 0.4) 100%);
    filter: blur(5px);
    border-radius: 100px;
    z-index: -1;
}
body .elementor .elementor-element.footer_location.elementor-element{
	min-width: 24px;
}
.footer_social .elementor-widget-image a {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial_slider .owl-item {
    padding: 12px;
}
.testimonial_slider.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    background-color: #A4A4A4;
    border-radius: 100px;
    margin: 0 4px;
}
.testimonial_slider.owl-carousel button.owl-dot.active{
	background-color: #fff;
}
.testimonial_slider .owl-dots {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.woo_cat_slider.owl-carousel .owl-stage-outer {
/*     overflow: visible; */
}
.category-item a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.category-item h4 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 12px;
    width: 100%;
}
.cat_img_div {
    position: relative;
}
.cat_img_div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.woo_cat_slider .owl-stage {
    display: flex;
}
.owl-item .category-item {
    padding-right: 0;
	height: 100%;
}
.owl-item .category-item * {
    height: 100%;
    object-fit: cover;
}
.bg_gradient_btn.bg_gradient_btn_2.elementor-widget-button .elementor-button-wrapper:before {
    filter: blur(6px);
    width: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% - 6px);
}
.category-item a {
    position: relative;
}
.custom_product_grid {
    background: #FFFFFF;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 16px;
}
.custom_pr_link {
    display: block;
    border-radius: 10px;
	overflow: hidden;
}
.custom_pr_link .attachment-woocommerce_thumbnail {
    width: 100%;
}
.custom_product_content {
    padding-top: 16px;
}
.custom_product_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-top: 20px;
	flex-wrap: wrap;
}
.custom_product_button .custom-add-to-cart,
.custom_product_button .screen-reader-text {
    display: none;
}
.woocommerce ul.products li.product .custom_product_button .button,
.woocommerce ul.products li.product .product-inner a.added_to_cart{
    border: 1px solid #3B5091;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #3B5091;
    letter-spacing: 0;
}
.woocommerce ul.products li.product .product-inner a.added_to_cart:hover,
.woocommerce ul.products li.product a.button:hover{
	color: #fff;
	border-color: #3B5091;
	background-color: #3B5091
}
.custom-product-price, .woocommerce-Price-amount,.woocommerce-Price-amount.amount {
    color: #3B5091;
    font-size: 16px;
    font-weight: 700;
}
.custom-product-short-description {
    color: #40495D;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.custom-product-title {
    margin-bottom: 0;
}
.custom_title_link {
    color: #191C25;
    font-size: 18px;
    font-weight: 600;
}
.custom-product-short-description {
    padding-top: 12px;
}
body .woocommerce ul.products .product, .woocommerce ul.products .product {
	padding: 20px 23px;
	margin: 0;
	float: none;
}
body .woocommerce ul.products,
body.woocommerce ul.products{
    margin: 0 -23px;
}
.custom_product_btn_all{
	text-align: right;
}
.custom_product_btn_all,
.custom-product-price {
    width: 50%;
}
body .woocommerce ul.products, body.woocommerce ul.products {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
body .page-header.background-image-page-header .page-header-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
}
.page-header.background-image-page-header .page-subheading {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
	padding-top: 30px;
}
.second_right_img{
	transform: translateY(-50%);
}
.woocommerce-category-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0;
	justify-content: center;
}
.category-item {
    width: 20%;
}
.owl-item .category-item {
    width: auto;
}
.cat_img_div img {
    width: 100%;
}
.categoreay_page_sec .category-item {
    padding: 0 9px;
}
.categoreay_page_sec .woocommerce-category-list {
    margin: 0 -9px;
}
.gallery_row.elementor-element {
    margin: 0 -12px;
    width: auto;
}
.gallery_col.elementor-element {
    padding: 0 12px;
}
.gallery_col .elementor-element {
    height: 100%;
}
.gallery_col .elementor-element img {
    height: 100%;
    object-fit: cover;
}
.form_group_contact {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.contact_filed_50 {
    width: 50%;
}
.contact_filed_100 {
    width: 100%;
}
.contact_filed {
    padding: 0 12px;
}
.contact_filed label {
    color: #3B5091;
    font-size: 16px;
    font-weight: 400;
}
.contact_filed span.wpcf7-form-control-wrap {
    display: block;
    background-color: #fff;
}
.contact_filed input.wpcf7-form-control,
.contact_filed textarea.wpcf7-form-control {
    border: 0.5px solid #D2D2D2;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
	resize: none;
}
.contact_filed input.wpcf7-form-control::placeholder,
.contact_filed textarea.wpcf7-form-control::placeholder {
    color: #40495D;
}
.contact_filed textarea.wpcf7-form-control {
    height: 120px !important;
    width: 100% !important;
}
.wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    border: 0;
    color: red;
    position: absolute;
    padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.contact_filed input[type="submit"] {
    background-color: transparent;
    background-image: linear-gradient(92.88deg, #3B5091 0%, #5D92AC 100%);
    border-radius: 100px 100px 100px 100px;
    padding: 12px 16px 12px 16px;
    box-shadow: 0 5px 15px 0px rgb(59 80 145 / 50%);
    border: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: normal;
}
body.page.content-max-width.woocommerce-cart .entry .alignwide {
    max-width: 100%;
    width: 100%;
}
.woocommerce-cart .container {
    max-width: 1270px;
    width: auto;
}
.woocommerce-cart .wc-block-components-sidebar {
    width: 100%;
    padding: 0;
    max-width: 465px;
    margin-left: auto;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    padding: 0;
}
.woocommerce-cart .product_list {
    display: flex;
}
.product_img a {
    display: block;
}
.woocommerce-cart table.cart .product_img img {
    max-width: 116px;
    height: 116px;
    width: 116px;
    object-fit: cover;
}
.product-name a {
    color: #191C25;
    font-size: 22px;
    font-weight: 600;
}
.cart_item .product_content {
    padding-left: 20px;
}
.woocommerce table.shop_table .cart_item a.remove {
    border: 0;
    width: auto;
    line-height: 1.1;
    color: #C3C3C3;
    font-size: 22px;
    font-weight: 600;
    height: auto;
}
.woocommerce table.shop_table .cart_item .product-remove {
    text-align: left !important;
}
.custom-product-price,
.woocommerce-Price-amount,
.woocommerce-Price-amount.amount {
    color: #191C25;
    font-size: 22px;
    font-weight: 600;
}
body .woocommerce table.shop_table thead {
    background-color: transparent;
}
body .woocommerce table.shop_table {
    border: 0;
}
.woocommerce table th, .woocommerce table td,
body .woocommerce table.shop_table td{
    border-color: #3B5091;
}
body .woocommerce table.shop_table td {
    padding: 30px 0;
}
body .woocommerce table.shop_table thead th {
    color: #191C25;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}
body .woocommerce table.shop_table thead th.product-name {
    padding-left: 0;
}
body .woocommerce table.shop_table thead th.product-subtotal {
    padding-right: 0;
    text-align: right;
}
body .woocommerce table.shop_table td.product-subtotal {
    text-align: right;
}
.product-quantity .quantity {
    border: 1px solid #3B5091;
    border-radius: 8px;
    float: none;
    min-width: auto;
    display: flex;
    width: fit-content;
}
.woocommerce form input[type=number],
.quantity .minus, .quantity .plus {
    border: 0;
}
.product-quantity .quantity .minus, .product-quantity .quantity .plus{
    border: 0;
    color: #3B5091;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce form input[type=number] {
    color: #191C25;
    font-size: 22px;
    font-weight: 600;
}
#site-navigation-wrap .dropdown-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wcmenucart-count .wcmenucart-details.count:before {
    display: none;
}
.wcmenucart .wcmenucart-count {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#site-navigation-wrap .dropdown-menu>li>a.wcmenucart {
    line-height: 1;
    padding: 0;
    background-color: #E8EDF6;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcmenucart-count .wcmenucart-details.count {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.wcmenucart-count .icon-handbag {
    font-size: 0;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.66602 1.66663H3.11602C4.01602 1.66663 4.72435 2.44163 4.64935 3.33329L3.95768 11.6333C3.84102 12.9916 4.91601 14.1583 6.28268 14.1583H15.1577C16.3577 14.1583 17.4077 13.175 17.4993 11.9833L17.9493 5.7333C18.0493 4.34996 16.9993 3.22496 15.6077 3.22496H4.84935" stroke="%23191C25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.5417 18.3333C14.117 18.3333 14.5833 17.867 14.5833 17.2917C14.5833 16.7164 14.117 16.25 13.5417 16.25C12.9664 16.25 12.5 16.7164 12.5 17.2917C12.5 17.867 12.9664 18.3333 13.5417 18.3333Z" stroke="%23191C25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.87565 18.3333C7.45095 18.3333 7.91732 17.867 7.91732 17.2917C7.91732 16.7164 7.45095 16.25 6.87565 16.25C6.30035 16.25 5.83398 16.7164 5.83398 17.2917C5.83398 17.867 6.30035 18.3333 6.87565 18.3333Z" stroke="%23191C25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 6.66663H17.5" stroke="%23191C25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.wcmenucart-count .wcmenucart-details.count {
    position: absolute;
    top: -7px;
    right: -10px;
    margin: 0;
    font-size: 10px;
    width: 19px;
    height: 19px;
    border-radius: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background-color: #3b5091;
}
#site-navigation-wrap .dropdown-menu>li.menu-item>a {
    font-size: 16px;
    color: #40495D;
    font-weight: 700;
    line-height: 1;
    padding: 30px 15px;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#site-navigation-wrap {
    right: 0;
    margin-left: auto;
}
#site-navigation-wrap .dropdown-menu>li.woo-menu-icon {
    padding-left: 15px;
}
.woocommerce-mini-cart .woocommerce-Price-amount.amount {
    font-size: 16px;
}
#top-bar.container {
    width: 100%;
	max-width: 100%;
}
#top-bar-content{
	float: none;
}
#topbar-template {
    display: block;
}
.topbar_right .elementor-icon-list-items .elementor-icon-list-item:last-child:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 26px;
    background-color: #3B5091;
    margin: 0 12px;
}
.menu-item span.text-wrap {
    position: relative;
}
.menu-item span.text-wrap:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: rgba(59, 80, 145, 0.2);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s;
}
.menu-item .menu-link:hover span.text-wrap:before,
.current-menu-item span.text-wrap:before{
	opacity: 1;
}
#site-navigation-wrap #site-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.account_icon a, .account_icon svg {
    display: block;
}
.account_icon {
    margin-left: 16px;
}
.cart-collaterals .cart_totals h2 {
    display: none;
}
body.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cart_totals table tr th,
.woocommerce-cart .cart-collaterals .cart_totals table tr td,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th{
    border: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals table th {
    color: #484848;
    font-weight: 600;
    font-size: 30px;
	padding: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td span.woocommerce-Price-amount.amount,
.cart-collaterals .woocommerce-Price-amount.amount {
    font-size: 30px;
    color: #191C25;
    font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals table td,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td span.woocommerce-Price-amount.amount{
	padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr td, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
body.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    vertical-align: middle;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid #3B5091;
    background-color: transparent;
    color: #3B5091;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
	transition: all 0.3s;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #3B5091;
    color: #fff;
}
#site-header {
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.1);
}
body.woocommerce-page .cart-collaterals .cart_totals {
    padding: 0;
    max-width: 465px;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr td{
    text-align: right;
}
#site-logo #site-logo-inner a img {
    opacity: 1 !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    color: #fff;
    font-size: 20px;
    padding: 0 0;
    font-weight: 600;
	transition: all 0.3s;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    background-color: transparent;
    color: #3b5091;
}
.wc-block-components-address-form__address_2-toggle:hover {
    background-color: transparent;
}
body .owl-carousel .owl-nav.disabled{
	display: block;
}
body .owl-carousel .owl-nav .owl-prev, body .owl-carousel .owl-nav .owl-next {
    background-image: linear-gradient(92.88deg, #3B5091 0%, #5D92AC 100%) !important;
    border-radius: 100px 100px 100px 100px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
body .owl-carousel .owl-nav .owl-prev {
    left: -60px;
}
body .owl-carousel .owl-nav .owl-next{
	right: -42px;
}
body .home_pr_grid_slider.owl-carousel .owl-nav .owl-prev {
    left: -42px;
}
body .owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    padding-top: 15px;
}
body .owl-carousel button.owl-dot{
    width: 10px;
    height: 10px;
    background-image: linear-gradient(92.88deg, #3B5091 0%, #5D92AC 100%) !important;
    border-radius: 100px;
    opacity: 0.6;
	transition: all 0.3s;
}
body .owl-carousel button.owl-dot.active{
	width: 25px;
	opacity: 1;
}
body .home_pr_grid .oceanwp-row .span_1_of_3,
body .home_pr_grid .oceanwp-row .product{
    width: 100%;
}
.hero_slider .owl-stage {
    display: flex;
}
.hero_slider .elementor-element {
    height: 100%;
}
.hero_slider .elementor-widget-heading .elementor-widget-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-carousel .owl-item .category-item img {
    height: 330px;
}


@media screen and (max-width: 479px){
	.contact_filed_50 {
		width: 100%;
	}
	.contact_filed p {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px){
	body .owl-carousel .owl-nav.disabled{
		display: none;
	}
	body .home_pr_grid .woocommerce ul.products {
		margin: 0;
	}
	.woocommerce-shop #main #content-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	h2.elementor-heading-title a::before{
		font-size: 36px;
		margin: -17px 0 0 0;
	}
	body .woocommerce ul.products .product, .woocommerce ul.products .product{
		padding: 15px;
	}
	.category-item h4{
		font-size: 14px;
	}
	body .woocommerce ul.products, body.woocommerce ul.products{
		margin: 0 -15px;
	}
	.custom_product_btn_all, .custom-product-price{
		width: 100%;
	}
	.custom_product_btn_all {
		text-align: left;
	}
	.custom_product_button {
		gap: 10px 0;
	}
	.woocommerce ul.products li.product .custom_product_button .button,
	.woocommerce ul.products li.product .product-inner a.added_to_cart {
		padding: 6px 16px;
		font-size: 14px;
	}
	.category-item {
		width: 50%;
	}
	.woocommerce-category-list {
		gap: 10px 0;
	}
	.categoreay_page_sec .woocommerce-category-list {
		margin: 0 -5px;
	}
	.categoreay_page_sec .category-item {
		padding: 0 5px;
	}
	.product_content .product-name {
		text-align: left;
	}
	.product-name a{
		font-size: 18px;
		line-height: 1.1;
	}
	.woocommerce table.shop_table .cart_item a.remove{
		font-size: 18px;
	}
	.woocommerce-cart table.cart .product_img img {
		max-width: 76px;
		height: 76px;
		width: 76px;
	}
	.cart_item .product_content {
		padding-left: 15px;
	}
	body .woocommerce table.shop_table td {
		padding: 15px 0;
	}
	.custom-product-price, .woocommerce-Price-amount, .woocommerce-Price-amount.amount {
		font-size: 18px;
	}
	tr.woocommerce-cart-form__cart-item.cart_item:not(:last-child){
		display: block;
		padding-bottom: 20px;
	}
	.woocommerce form input[type=number]{
		font-size: 15px;
	}
	body.woocommerce-cart .cart-collaterals .cart_totals .order-total td span.woocommerce-Price-amount.amount,
	.cart-collaterals .woocommerce-Price-amount.amount{
	    font-size: 20px;	
	}
	body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
		font-size: 16px;
	}
	body.woocommerce-cart #primary,
	body .woocommerce table.shop_table {
		margin-bottom: 0;
	}
	.woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail {
		padding-top: 0;
	}
	.cart_totals  tr.cart-subtotal {
		padding-bottom: 10px;
		display: table-cell;
	}
	.owl-carousel .owl-item .category-item img {
		height: 270px;
	}
}
@media (min-width: 576px) and (max-width: 767px){
	body .woocommerce ul.products .product, .woocommerce ul.products .product{
/* 		width: 50% !important; */
	}
	.category-item {
		width: 33.33%;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	body .woocommerce ul.products .product, .woocommerce ul.products .product{
/* 		width: 50%; */
		padding: 20px 15px;
	}
	body .owl-carousel .owl-nav.disabled{
		display: none;
	}
	body .owl-carousel .owl-dots.disabled{
		display: flex;
	}
	h2.elementor-heading-title a::before{
		margin: -25px 0 0 4px;
		font-size: 44px;
	}
	body .woocommerce ul.products, body.woocommerce ul.products{
		margin: 0;
	}
	.category-item {
		width: 25%;
	}
	body.woocommerce-cart .cart-collaterals .cart_totals table th,
	body.woocommerce-cart .cart-collaterals .cart_totals .order-total td span.woocommerce-Price-amount.amount,
	.cart-collaterals .woocommerce-Price-amount.amount{
		font-size: 26px;
	}
	body.woocommerce-cart table.cart td.actions {
		padding: 0;
	}
	body.woocommerce-cart #primary {
		margin-bottom: 0;
	}
	body #main #content-wrap{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.owl-carousel .owl-item .category-item img {
		height: 210px;
	}
}
@media (min-width: 1025px) and (max-width: 1199px){
	body .woocommerce ul.products, body.woocommerce ul.products {
		margin: 0 -10px;
	}
	body .woocommerce ul.products .product, .woocommerce ul.products .product{
		padding: 20px 15px;
	}
	body .owl-carousel .owl-nav.disabled{
		display: none;
	}
}
@media screen and (max-width: 1199px){
	.oceanwp-mobile-menu-icon.mobile-right {
		float: none;
		display: flex;
		margin-left: auto;
		align-items: center;
	}
	.oceanwp-mobile-menu-icon .account_icon svg {
		width: 27px;
		height: 27px;
	}
	.wcmenucart .wcmenucart-count {
		height: auto;
		position: relative;
	}
	header .oceanwp-mobile-menu-icon a {
		line-height: 1;
	}
	.oceanwp-mobile-menu-icon a.mobile-menu {
		font-size: 20px;
	}
	.oceanwp-mobile-menu-icon a.mobile-menu {
		font-size: 20px;
		margin-left: 10px;
		padding-left: 0;
	}
	.sidr-inner .sidr-class-account_icon {
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1599px){
	.home_cat_slider {
		right: -8px;
	}
	body .owl-carousel .owl-nav .owl-prev {
		left: -20px;
	}
	body .owl-carousel .owl-nav .owl-next {
		right: 0;
	}
	body .home_pr_grid .owl-carousel .owl-nav .owl-next{
		right: -42px;
	}
	body .hero_slider.owl-carousel .owl-nav .owl-prev {
		left: 10px;
	}
	body .hero_slider.owl-carousel .owl-nav .owl-next {
		right: 10px;
	}
}































































