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

/* Parent stylesheet should be loaded from functions.php not using @import */

/*------------------------------------*
	General Theme and woocommerce
*------------------------------------*/
@media (min-width: 576px) {

	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.archive #main #content-wrap{
		max-width: 720px;
		margin: auto;
	}
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
    .archive #main #content-wrap,
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 960px;
	}
}

@media (min-width: 1240px) {
	.archive #main #content-wrap,
	.container,
	.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1280px;
	}
}

/*--new_design--*/
.single-product .page-header {
	background-color: #EFEFEF;
	padding: 4px 0;
	border-top: 1px solid #A0A0A0;
}

.single-product .page-header>.container {
	display: flex;
	align-items: center;
}

.single-product .page-header>.container .page-header-title {
	margin: 0 0 0 auto;
	font-size: 20px;
}

.single-product .page-header>.container .site-breadcrumbs {
	margin: 0 auto 0 0;
}


.rating-1 .fa-2::before,
.rating-1 .fa-3::before,
.rating-1 .fa-4::before,
.rating-1 .fa-5::before,
.rating-2 .fa-3::before,
.rating-2 .fa-4::before,
.rating-2 .fa-5::before,
.rating-3 .fa-4::before,
.rating-3 .fa-5::before,
.rating-4 .fa-5::before {
	font-weight: 400;
}

#rating_wrapp {
	width: 125px;
}

.rating_wrapp>i {
	color: #ff9800;
}

.woocommerce div.product #new_design .woocommerce-product-gallery__image>a {
	margin: auto;
	display: block;
	text-align: center;
}

#wrapp_rating_under_carts_icons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}

.under_carts_icons {
	width: calc(100% - 125px);
	padding-right: 40px;
}

.under_carts_icons img {
	margin: 0 auto;
	display: block;
}












.product_grey_bg ul.products li.product .woo-product-info {
	background: none !important;
}

.woocommerce ul.products li.product li.title h2,
.woocommerce ul.products li.product li.title h2 a {
	font-size: 16px;
	margin: 0;
}

.woocommerce ul.products li.product .woo-entry-inner {
	padding-top: 12px;
	border: 1px solid #b8b8b8;
	background: #fff;
}

.product_grey_bg ul.products li.product .woo-entry-inner {
	margin: 0;
	background: #e5e5e5;
}

.tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text {
	font-size: 0;
}


.cat_banner figure.elementor-image-box-img {
	height: 27vw;
	overflow: hidden;
}

.cat_banner img {
	width: 100%;
}

@media (min-width: 769px) {
	.cat_banner .elementor-image-box-content h3 {
		position: absolute;
		top: 25px;
		color: #000;
		width: 100%;
		font-size: 28px;
		padding-bottom: 15px;
	}
}

.cat_banner .elementor-image-box-content h3:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background: #000;
	bottom: 0;
	right: calc(50% - 40px);
}

.wcmenucart i {
	font-family: 'Font Awesome 5 Free';
}

#site-navigation-wrap .dropdown-menu>li.btn>a>span {
	border-radius: 0;
}

.elementor-element p {
	margin: 0 0 0;

}

#ocean_social_share-1 {
	display: none;
}

#footer-bottom #copyright img {
	margin-left: 5px;
	margin-top: -2px;
}

.content-left-sidebar .widget-area.sidebar-primary {
	padding-left: 15px;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 0;
	padding-left: 0;
	font-size: 14px;
}

.select2-results__option {
	font-size: 14px;
}

/*/rtl: */


body .woocommerce-MyAccount-content .addresses .woocommerce-Address .title a {
	right: auto;
	left: 10px;
}

.woocommerce-checkout .woocommerce-info:before {
	margin-right: 0;
	margin-left: 10px;
}

.woocommerce .oceanwp-off-canvas-filter i {
	margin-right: 0;
	margin-left: 6px;
}

.blog-entry.grid-entry .blog-entry-readmore a i {
	margin-left: 0;
	margin-right: 5px;
}

.tinv-wishlist tfoot .tinvwl-to-right>*+* {
	margin-left: 0;
	margin-right: 10px;
}

.widget_shopping_cart .total strong {
	float: right;
}

.widget_shopping_cart .total .amount {
	float: left;
}

form.wpcf7-form {
	direction: rtl;
}

form.wpcf7-form label {
	margin-top: 20px;
}

#site-navigation-wrap .dropdown-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#site-navigation-wrap .dropdown-menu>li {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

#site-navigation-wrap .dropdown-menu>li.search-toggle-li {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 220px;
}

#searchform-dropdown {
	top: 100%;
	right: auto;
	left: 0;
}

header.center-menu #site-navigation-wrap .dropdown-menu,
header.left-menu #site-navigation-wrap .dropdown-menu {
	display: block;
}

header.center-menu #site-navigation-wrap .dropdown-menu>li,
header.left-menu #site-navigation-wrap .dropdown-menu>li {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

header.center-menu #site-navigation-wrap .dropdown-menu>li.search-toggle-li,
header.left-menu #site-navigation-wrap .dropdown-menu>li.search-toggle-li {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 220px;
}

header.center-menu #searchform-dropdown,
header.left-menu #searchform-dropdown {
	top: 100%;
	right: auto;
	left: 0;
}

#footer-bottom #copyright img {
	margin-left: 0;
	margin-right: 5px;
}

/*------------------------------------*
	Custom Shop
*------------------------------------*/
.woocommerce ul.products li.product li.category {
	display: none;
}

#footer-bottom #footer-bottom-menu {
	float: none;

}

#footer-bottom-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-bottom #copyright {
	float: none;
}


#top-bar-content li a:after {
	content: '|';
	margin-left: 0;
	margin-right: 10px;
}

#footer-widgets {
	padding: 30px 0;
	border-top: 1px solid;
}

#top-bar-content li:last-child a:after {
	content: '';
	margin-left: 0;
	margin-right: 0;
}

#footer-widgets .footer-box {
	color: #fff;
}

#footer-widgets .footer-box .widget-title {
	color: #333;
	padding: 0;
	margin: 0 0 10px;
	border: 0;
	font-size: 18px;
	font-weight: 600;
}

#footer-widgets .textwidget p {
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px;
}

.custom-menu-widget .oceanwp-custom-menu>ul>li>a {
	padding: 0 0 10px;
}

.custom-menu-widget .oceanwp-custom-menu>ul>li {
	border-bottom: 0;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner:before {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main_paragraph p {
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
	border: 1px solid #565656 !important;
}

.woocommerce div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	border: 1px solid;
	text-align: center;
	padding: 5px;
	margin-left: 2%;
	width: 23.5%;
}


body.woocommerce div.product .woocommerce-product-details__short-description+p.stock {
	font-weight: 400;
	color: #fff !important;
	display: inline-block;
	padding: 3px 15px;
	margin-top: 10px;
}

.content-full-width .oew-product-share ul li a .product-share-text {
	display: none;
}

#footer-bottom #footer-bottom-menu {
	padding-left: 15px;
	padding-right: 0;
	text-align: inherit;
}

#footer-bottom #copyright {
	padding-left: 0;
	padding-right: 15px;
	text-align: left;
}

#top-bar-nav>ul>li:last-child {
	margin-right: 15px;
}


#searchform-dropdown {
	left: auto;
	right: 0;
}

#top-bar-content li {
	margin-right: 10px;
}

.hp_instagram .elementor-icon-box-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hp_instagram .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item {
	width: 20%;
	padding: 0 0 5px 5px;
}

.contect-btn-footer>div>a {
	position: fixed;
	background: #4699f2;
	z-index: 1;
	bottom: 15px;
	color: #fff;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
}

a.phone-link {
	right: 15px;
	font-size: 26px;
}

a.whatsapp-link {
	right: 85px;
	font-size: 34px;
}

.oceanwp-mobile-menu-icon.mobile-left {
	float: left;
}

.oceanwp-mobile-menu-icon.mobile-right {
	float: right;
}

@media only screen and (max-width: 576px) {
	.col:not(.slick-slide) {
		width: 100% !important;
	}
}

@media (max-width: 768px) {

    #icons-single-p .elementor-widget-container {
      padding: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      display: flex;
    }

	#right-sidebar {
		display: none !important;
	}


	#footer-widgets .footer-box .widget-title {
		font-size: 23px;
	}

	#footer-widgets .footer-box .footer-widget {
		text-align: center;
	}

	#footer-widgets .textwidget p {
		font-size: 17px;
	}

	#home_s1 {
		background-image: none;
	}

	#home_s1>.elementor-container {
		max-width: 100%;
	}

	#home_s1_products ul.products {
		display: block !important;
		margin: auto;
	}

	#home_s1_products .image-wrap img {
		width: auto;
		margin: auto;
		max-width: 180px;
	}

	#home_s1_products ul.products li h2 {}

	.cat_banner figure.elementor-image-box-img {
		height: auto;
	}

	.cat_banner .elementor-image-box-content h3 {
		margin: 0;
	}

	#footer-widgets .footer-box {
		padding: 0;
		font-size: 14px;
	}

	#woocommerce_product_tag_cloud-1,
	#footer-widgets .footer-box:nth-child(3),
	#footer-widgets .footer-box:nth-child(2) {
		display: none;
	}

	#footer-bottom #copyright {
		padding: 0;
		text-align: center;
	}

	body.rtl #home_s1_products ul.products li.product:not(.product-category) .woo-entry-buttons {}

	body.rtl #home_s1_products ul.products li.product:not(.product-category) .woo-entry-buttons li {
		transform: none;
		opacity: 1;
		margin-bottom: 10px;
	}

	body.rtl #home_s1_products ul.products li.product:not(.product-category) .image-wrap .button {
		transition: none;
		transform: none;
	}

	.page-header,
	.has-transparent-header .page-header {
		padding: 13px 0 !important;
	}

	#mobile-dropdown {
		max-height: calc(100vh - 138px);
	}

	#mobile-dropdown ul li a {
		color: #fff;
		font-size: 18px;
		padding: 0 0 10px;
	}

	#mobile-dropdown>nav {
		display: flex;
		flex-wrap: wrap;
	}

	#mobile-dropdown>nav #mobile-nav {
		width: 100%;
	}

	#mobile-dropdown>nav #mobile-menu-search {
		order: -1;
		width: 100%;
		background: #4699f2;
		padding: 20px 20px 0;
	}

	#mobile-dropdown>nav #mobile-menu-search form input {
		height: 47px;
		border-radius: 10px;
		padding: 10px !important;
		color: #fff;
		font-size: 18px;
	}

	#mobile-dropdown>nav #mobile-menu-search form button {
		color: #fff;
		font-size: 18px;
	}

	#mobile-dropdown ul {
		background: #4699f2;
		padding: 20px 20px 0;
	}

	#mobile-dropdown #menu-mobile-menu {
		color: #fff;
	}

	#mobile-dropdown #menu-mobile-menu li {
		border-bottom: 0;
		margin: 0 auto;
	}

	#mobile-dropdown #menu-mobile-menu li.blue_menubttn,
	#mobile-dropdown #menu-mobile-menu li.shop_now_menubtn {
		margin: 0 auto 10px;
	}

	#mobile-dropdown #menu-mobile-menu li.blue_menubttn>a {
		background: #3d90f0;
		border-radius: 10px;
		padding: 10px;
		color: #fff;
	}

	#mobile-dropdown #menu-mobile-menu li.blue_menubttn.active>a {
		background: #2a73e4;
		border-radius: 10px 10px 0 0;
	}

	#mobile-dropdown #menu-mobile-menu li .sub-menu {
		background: #3a89ea;
		border-radius: 0 0 10px 10px;
		padding: 0;
	}

	#mobile-dropdown #menu-mobile-menu li .sub-menu>li {
		padding: 10px;
		border-bottom: 1px solid #75adf0;
	}

	#mobile-dropdown #menu-mobile-menu li .sub-menu>li:last-child {
		border-bottom: 0;
	}

	#mobile-dropdown #menu-mobile-menu li .sub-menu>li>a {
		padding: 0;
	}

	#mobile-dropdown #menu-mobile-menu li a .dropdown-toggle {
		padding: 0;
	}

	#mobile-dropdown #menu-mobile-menu li a .dropdown-toggle::before,
	#mobile-dropdown #menu-mobile-menu li a .dropdown-toggle::after {
		content: "";
		width: 12px;
		height: 2px;
		background: #fff;
		position: absolute;
		right: auto;
		opacity: 1;
		top: auto;
		margin: 0;
		bottom: 22px;
	}

	#mobile-dropdown #menu-mobile-menu li a .dropdown-toggle::before {
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 28px;
	}

	#mobile-dropdown #menu-mobile-menu li a .dropdown-toggle::after {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 20px;
	}

	#mobile-dropdown #menu-mobile-menu li.shop_now_menubtn a {
		background: #fff;
		border-radius: 10px;
		padding: 10px;
		color: #2f85e1;
		font-weight: bold;
	}

	#mobile-dropdown #menu-mobile-menu li.bord_top {
		border-top: 1px solid #fff;
		margin-top: 25px;
		padding-top: 20px;
	}

	#mobile-nav a.wishlist_products_counter {
		background: #4699f2;
		padding: 0 20px 20px;
		display: block;
		color: #fff;
	}

	#mobile-nav a.wishlist_products_counter::before {
		color: red;
		/*text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff;*/
		-webkit-text-stroke: 1px #fff;
	}

	#top-bar {
		padding: 12px 0 8px 0 !important;
	}

	.owp-product-nav li .owp-nav-thumb {
		display: none;
	}

	#site-navigation-wrap .dropdown-menu>li>a,
	.oceanwp-mobile-menu-icon a,
	.mobile-menu-close,
	.after-header-content-inner>a {
		line-height: 70px !important;
	}

	#site-logo #site-logo-inner,
	.oceanwp-social-menu .social-menu-inner,
	#site-header.full_screen-header .menu-bar-inner,
	.after-header-content .after-header-content-inner {
		height: 70px !important;
	}

	#home_s1_products ul.products li.slick-slide {
		background: #fff;
		padding: 0;
		margin: 15px 10px;
		box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.5);
	}

	#home_s1_products ul.products li .price-wrap {
		display: flex;
		align-items: center;
		padding-left: 20px;
		justify-content: flex-end;
	}

	#home_s1_products ul.products li .title {
		padding-right: 20px;
	}

	#home_categories .elementor-row>div:nth-child(odd) .elementor-image-box-wrapper .elementor-image-box-img {
		order: 1;
	}

	#home_categories .elementor-image-box-wrapper {
		display: flex;
		box-shadow: 0 6px 15px -3px rgba(0, 0, 0, 0.5);
	}

	#home_categories .elementor-image-box-wrapper .elementor-image-box-img {
		height: 140px;
	}

	#home_categories .elementor-image-box-wrapper .elementor-image-box-img a {}

	#home_categories .elementor-image-box-wrapper .elementor-image-box-img a img {}

	#home_categories .elementor-image-box-wrapper .elementor-image-box-content {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#home_categories .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
		font-size: 24px;
		font-weight: 700;
		position: relative;
	}

	#home_categories .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title a {}

	#home_categories .cat_banner .elementor-image-box-content h3::after {
		width: 54px;
		bottom: -10px;
		right: 50%;
		margin: 0 -27px 0 0;
	}

	.woocommerce ul.products li.product:not(.product-category) .product-inner::before {
		content: none;
	}

	.elementor .products-slider img {
		margin: 15px auto !important;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	}

	.woocommerce ul.products li.product li.title h2,
	.woocommerce ul.products li.product li.title a {
		font-size: 12px;
		line-height: 1.4;
	}

	.woocommerce ul.products li.product .price del {
		order: 1;
	}

	.woocommerce ul.products li.product .price {
		display: flex;
		flex-wrap: wrap;
		font-size: 12px;
		font-weight: 700;
		font-family: "Roboto", "narkisblock", "Helvetica Neue", Helvetica, Arial, sans-serif;
		justify-content: flex-end;
		line-height: 1.4;
	}

	.woocommerce ul.products li.product .price .from {
		text-align: left;
		font-weight: 400;
		font-family: "Roboto", "narkisblock", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.woocommerce ul.products li.product .price .from>.amount {
		font-weight: 700;
	}

	.woocommerce ul.products li.product .price ins {
		font-weight: 700;
	}

	.woocommerce ul.products li.product .price del .amount {
		font-size: 12px;
		font-weight: 700;
		font-family: "Roboto", "narkisblock", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	ul.products li .product-inner>ul.woo-entry-inner .woo-product-info {
		padding: 0 15px !important;
	}

	ul.products li .product-inner>ul.woo-entry-inner .woo-product-info h2 {
		margin: 0;
	}

	ul.products li .product-inner>ul.woo-entry-inner .woo-product-info .title {
		text-align: right;
		width: 50%;
		display: flex;
		padding-right: 20px;
	}

	ul.products li .product-inner>ul.woo-entry-inner .woo-product-info .price-wrap {
		margin: 0;
		width: 50%;
		text-align: left;
		display: flex;
		align-items: center;
		padding-left: 20px;
		justify-content: flex-end;
	}

	i.eicon-chevron-right.slick-arrow {
		top: 160px;
		font-size: 30px;
		right: -5px;
	}

	i.eicon-chevron-left.slick-arrow {
		top: 160px;
		font-size: 30px;
		right: auto;
		left: -5px;
		z-index: 1;
	}

	.hp_instagram>.elementor-container {
		max-width: 100% !important;
	}

	.hp_instagram .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item {
		padding: 0 10px !important;
	}

	.woocommerce .oceanwp-toolbar {
		display: flex;
		padding: 0;
		margin: 0 0 15px;
	}

	.woocommerce .woocommerce-ordering {
		width: 100%;
		margin-top: 20px;
	}


	.woocommerce .oceanwp-grid-list {
		margin-left: 0;
		margin-right: auto;
	}

	.woocommerce .oceanwp-grid-list a:last-child {
		margin-right: 0;
		margin-left: 0;
	}

	.woocommerce .oceanwp-off-canvas-filter,
	.woocommerce .oceanwp-grid-list {
		margin: 0 0 0 10px;
		width: 68px;
		padding: 0;
	}

	.woocommerce .oceanwp-grid-list a {
		border: 1px solid #eee;
		color: #333;
	}

	.woocommerce .oceanwp-grid-list a.active {
		border-color: #eee !important;
		color: #a3a3a3 !important;
		background: #eee;
	}

	.woocommerce ul.products li.product:not(.product-category) .woo-product-info {
		display: flex;
		padding: 10px 0 !important;
	}

	.woocommerce ul.products li.product:not(.product-category) .product-inner li.rating {
		display: none;
	}

	.archive ul.products .product {
		padding: 0 1rem;
	}

	.elementor-396 .elementor-element.elementor-element-b72593c .gallery {
		margin: 0;
	}

	#mobile-dropdown ::-webkit-input-placeholder {
		/* Chrome/Opera/Safari */
		color: #fff;
		opacity: 1;
	}

	#mobile-dropdown ::-moz-placeholder {
		/* Firefox 19+ */
		color: #fff;
		opacity: 1;
	}

	#mobile-dropdown :-ms-input-placeholder {
		/* IE 10+ */
		color: #fff;
		opacity: 1;
	}

	#mobile-dropdown :-moz-placeholder {
		/* Firefox 18- */
		color: #fff;
		opacity: 1;
	}
	body .oew-product-share{
	    margin: 0 -18px;
	}
	body .oew-product-share ul li{
	    width: 25%;
	    padding: 10px 0 0;
	}
	body .oew-product-share ul li a .ops-icon-wrap{
	    width: 30px;
        height: 30px;
	}
	.rtl .oew-product-share ul li {
      border-left-width: 1px;
      border-bottom: 0;
    }
    .slick-slide img{
        margin: 0 auto;
    }
}