/*
Theme Name:   oceanwp child theme
Description:  Write here a brief description about your child-theme
Author:       ftd
Author URL:   http://demo.webbazaar.co.in/ftd
Template:     oceanwp
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwp-child
*/

/* Write here your own personal stylesheet */
.quick_links li {
	list-style: none;
}
.quick_links ul {
	margin: 5px 0 0 0;
}
.nf-form-fields-required {
    display: none;
}
.quick_links a {
	color: #1E242B;
	font-family: "Muli", Sans-serif;
	text-transform: uppercase;
	line-height: 34px;
	font-weight: 500;
	font-size: 14px;
}
li.woo-menu-icon.wcmenucart-toggle-drop_down.toggle-cart-widget {
    display: none !important;
}
.foot_cont::before {
	content: "";
	background: #000;
	width: 1px;
	height: 38px;
	position: absolute;
	top: 10px;
	left: -16px;
}

.foot_icon i {
	font-size: 20px;
	padding: 15px 0 0 0;
}
.foot_cont {
	position: absolute;
	left: 54px;
}
.view>div>div {
    width: auto;
    float: right;
    clear: both;
    position: relative;
}
.quick_links img {
	width: 20px;
	margin: 0 5px 0 0;
}
.foot_contact li {
	list-style: none;
}
.foot_contact ul {
	margin: 5px 0 0 0;
}
.foot_contact li {
	padding: 0 0 20px 0;
}
.foot_cont a {
	color: #1E242B;
	font-family: "Muli", Sans-serif;
}

.top_left .elementor-icon-list-items {
	float: right;
	padding: 3px 10px 4px 0px !important;
}
.custom_logo img {
	width: 60px;
}
.head_right .elementor-icon-list-items {
	float: right;
	padding: 20px 0 0 0 !important;
}
.header_search .dgwt-wcas-search-input {
	background: none !important;
	border-top: unset !important;
	border-left: unset !important;
	border-radius: 0 !important;
	font-family: "Muli", Sans-serif;
	color: #fff;
	border-right: unset !important;
}
.header_search .dgwt-wcas-search-submit {
	background: none !important;
	/* border-right: unset !important; */
}
.header_search .dgwt-wcas-search-submit::before {
	content: unset !important;
}
.header_search {
	padding: 8px 0 0 0;
}
.jlink_img img {
	width: 160px;
}

.home_articlelist .bdp-post-title {
	font-family: "Muli", Sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	height: 23px;
	overflow: hidden;
	margin: 0 !important;
}
.home_articlelist .bdp-post-short-content {
	font-family: "Muli", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
}
.home_articlelist .bdp-readmorebtn {
	color: #000;
	/* border-color: #000; */
}
.home_articlelist .bdp-post-list.bdp-clearfix {
	margin: 0 0 10px 0;
}
.home_products .category {
	display: none !important;
}
.home_products .title h2 {
	margin: 0;
	font-family: "Muli", Sans-serif !important;
	font-weight: bold;
}
.home_products .image-wrap {
	margin: 0 !important;
}
.home_products .product-inner.clr {
	box-shadow: 0 2px 14px 0 rgba(208,208,208,.7);
	margin: 3px 17px 0 0;
	padding: 13px 20px 14px 20px;
}
.home_articlelist {
	padding: 3px 0 0 0;
}
.custom_menu #mega-menu-main_menu {
	/* margin: auto; */
	text-align: center !important;
	font-family: "Muli", Sans-serif !important;
}
.custom_menu .mega-menu-link {
	padding: 0 25px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.custom_menu #mega-menu-wrap-main_menu {
	background: unset;
}
/* .custom_menu .wcmenucart-toggle-drop_down {
	display: none !important;
} */
.custom_menu .search-toggle-li {
	display: none !important;
}
.btn-wrap {
	float: left;
}
.add_to_cart_button {
	background: #d60000 !important;
	border: none !important;
	font-family: "Muli", Sans-serif;
	color: #fff !important;
	padding: 6px 32px 7px 10px !important;
	font-size: 14px !important;
	font-weight: 500;
}
.add_to_cart_button::after {
	content: "";
	background-image: url("http://demo.webbazaar.co.in/ftd/wp-content/uploads/2021/03/shopping-cart2.png");
	width: 20px;
	height: 20px;
	position: absolute;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	/* right: -73px; */
	margin: 0 0 0 4px;
}
.view_more {
	position: absolute;
	bottom: 10px;
	right: 25px;
}
.view_more a {
	background: #000 !important;
	border: none !important;
	font-family: "Muli", Sans-serif;
	color: #fff !important;
	padding: 6px 12px 7px 12px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}
.added_to_cart.wc-forward {
	color: #d60000 !important;
	font-family: "Muli", Sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	border: 2px solid #d60000 !important;
}
.custom_header {
	transition: all 0.5s ease;
}
.custom_header.top {
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #000 !important;
	animation: smoothScroll 1s forwards;
	top: 0;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
a {
	text-decoration: none !important;
}
.custom_menu .icon-handbag::before {
	content: "";
}
.custom_menu .icon-handbag::before {
	content: "";
	background-image: url("http://demo.webbazaar.co.in/ftd/wp-content/uploads/2021/03/shopping-cart2.png");
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
}
.custom_menu .toggle-cart-widget {
	position: absolute;
	right: -314px;
	margin: -68px 0 0 0 !important;
}
.woo-menu-icon.wcmenucart-toggle-custom_link.toggle-cart-widget
{
	margin: -68px 0 0 0 !important;
}
.top .custom_menu .toggle-cart-widget {
	position: absolute;
	right: -310px;
	margin: -10px 0 0 0 !important;
	z-index: 9;
}
.head_right .elementor-icon-list-text img {
	position: relative;
	z-index: -1;
}
.single {
	font-family: "Muli", Sans-serif;
}
.login_top {
	text-align: right;
	font-family: "Muli", Sans-serif;
}
.after_login .btn {
	background: none !important;
	border: none;
	font-weight: 500;
	font-size: 14px;
}
.after_login .dropdown-menu {
	left: 69%;
	width: 173px;
}
.before-login {
	padding: 5px 0;
	font-family: "Muli", Sans-serif !important;
	color: #fff;
}
.login-img i {
	padding: 0 3px 0 0;
	font-size: 18px;
	margin: 2px 0 0 0;
}
.before-login a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.login_fixed {
	font-family: "Muli", Sans-serif;
	padding: 2px 0 0 70px;
}
.before-login a:hover {
	color: #fff;
}
/* .login_fixed .after_login .btn {
	display: none;
}
.custom_header.top .login_fixed .after_login .btn {
	display: block;
}
.login_fixed .before-login {
	display: none;
}
.custom_header.top .login_fixed .before-login {
	display: block;
}
.custom_header.top .login_fixed .after_login .dropdown-menu {
	left: 0;
} */
.login_fixed {
	display: none;
}
.custom_header.top .login_fixed {
	display: block;
}
.custom_header.top .login_fixed .after_login .dropdown-menu {
	left: 0;
}
.logo-fixed img {
	width: 40px;
}
.logo-fixed {
	display: none;
}
.custom_header.top .logo-fixed {
	display: block;
}
.archive .woo-entry-inner {
	border: 1px solid #ccc;
	padding: 20px 20px;
	font-family: "Muli", Sans-serif;
}
.archive .category {
	margin: 0 !important;
}
.archive .category a {
	font-weight: 500;
	font-size: 14px;
}
.archive .title h2 {
	margin: 12px 0 0 0;
}
.archive .view_more {
	position: absolute;
	bottom: 21px;
	right: 25px;
}

.single .woo-entry-inner {
	border: 1px solid #ccc;
	padding: 20px 20px;
	font-family: "Muli", Sans-serif;
}
.single .category {
	margin: 0 !important;
}
.single .category a {
	font-weight: 500;
	font-size: 14px;
}
.single .title h2 {
	margin: 12px 0 0 0 !important;
}
.single .view_more {
	position: absolute;
	bottom: 21px;
	right: 25px;
}
.xoo-el-srcont {
	font-family: "Muli", Sans-serif;
}
.owp-qv-content-wrap {
	font-family: "Muli", Sans-serif;
}
body {
	font-family: "Muli", Sans-serif;
}