/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
#menu-top-menu li:hover {
    background: #6883ba;
}
ul.products .product {
    padding: calc((20px)/ 2);
}
.woocommerce-content-box {
    margin-bottom: 30px;
}
.product_info_main {
    position: relative; 
    z-index: 1;
}
.headingpara > div {
    line-height: 27px;
    max-width: 340px;
}
.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px;
}
.product_info_main h5 {
    font-size: 39px;
    color: #606470;
    text-transform: uppercase;
    max-width: 320px;
    font-weight: 500;
}
.product_info_main { 
/*	border: 0px !important; */
}
.product_info_main::before {
	position: absolute;
	content: "";
	background: #fff;
	top: 0;
	bottom: 0;
	right: 0;
	width: 92%;
	clip-path: polygon(40% 0%, 100% 0, 100% 100%, 20% 100%);
}
h5.title-heading-left strong, h5.title-heading-left b {
    color: #4a4e57;
}
.productslidermain h1,
.product_title_right {
    position: relative;
    z-index: 1;
}
.product_title_right h1 {
    text-align: right !important;  
    padding: 10px 0 !important;
    position: relative;
    font-size: 22px;
}
.product_title_right::before {
    content: "";
    right: 0;
    background: #606470;
    top: 0;
    bottom: 0;
    position: absolute;
    margin-right: calc(-50vw + 460px);
    width: calc(50vw + 100px) !important;
    max-width: unset !important;
    z-index: -1;
    border-radius: 50px 0 0 50px;
}
/* Product Slider - Start */ 
.productslidermain .sa_hover_container {
	width: calc(100% - 30px);
	margin: auto !important;
	text-align: center;
}
div.productslidermain .white {
 	padding: 0 25px !important;
}
.productslidermain {
	margin-bottom: 60px !important;
}
body .owl-carousel .owl-nav button.owl-prev, body .owl-carousel .owl-nav button.owl-next, body .owl-carousel button.owl-dot {
	top: 20px;
	outline: none !important;
	width: 40px !important;
	height: 260px !important;
}

.productslidermain h3 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 17px;
	margin: 18px auto 7px;
	display: block;
}
.productslidermain h3 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 17px;
	margin: 18px auto 7px;
	display: block;
}
.productslidermain p {
	font-size: 14px;
	color: #535353;
	margin-top: 12px;
}
.product_btn {
	margin-top: 15px;
}

div.productslidermain .fusion-column-wrapper {
	margin: auto !important; 
}
.productslidermain .sa_hover_container:hover .product_img {
	border-color: #667fbf !important;
} 
body .white .sa_owl_theme .owl-nav .owl-next {
	background-color: rgb(48, 60, 81) !important;
	background-size: 12px !important;
	right: -25px;
}
body .white .sa_owl_theme .owl-nav .owl-prev {
	background-color: rgb(48, 60, 81)  !important;
	background-size: 12px !important;
	left: -24px;
}
body .white .sa_owl_theme .owl-nav .owl-prev:hover, body .white .sa_owl_theme .owl-nav .owl-next:hover {
	background-color: #667fbf !important;
}
.product_btn a:nth-of-type(2):hover {
	border-color: #0092f3;
	color: #0092f3;
}
.product_btn a:nth-of-type(2) {
	background: #0092f3;
	border-color: #0092f3;
}
.product_img img{
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}
.productslidermain .sa_hover_container:hover .product_img img {
	transform: scale(1.1);
}
.product_img {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	margin-bottom: 12px;
	overflow: hidden;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	position: relative;
	min-height: 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.product_btn a {
	background: #303c51;
	color: #fff;
	padding: 7px 14px;
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 14px;
	border: 1px solid #303c51;
	border-radius: 3px;
	margin: 0 4px;
}
.product_btn a:hover {
	background: transparent;
	color: #303c51;
	border-color: #303c51;
}
/* Product Slider - End */
.mainproduct_title .title-heading-left {
	padding: 10px 0 !important;
	position: relative;
	font-size: 22px;
}
.mainproduct_title .title-heading-left::before {
	content: "";
	left: 0;
	background: #606470;
	top: 0;
	bottom: 0;
	position: absolute;
	margin-left: calc(-50vw + 460px);
	width: calc(50vw + 100px) !important;
	max-width: unset !important;
	z-index: -1;
	border-radius: 0 50px 50px 0;
}
/* Inner Page Header - Start */
body:not(.home) .fusion-header-wrapper {
	box-shadow: 0 10px 50px -2px rgba(0,0,0,.14);
	margin-bottom: 30px;
} 
body:not(.home) .fusion-header {
	background-color: #fcfcfc;
} 
/* Inner Page Header - End */
/* Header - Start */
.fusion-social-links-header .fusion-social-networks.boxed-icons a {
	padding: 5px;
	width: 27px;
	height: 27px;
	margin: 2px 5px;
	font-size: 14px;
}
header .fusion-contact-info {
	line-height: 28px;
}
.fusion-secondary-header {
	border-top: 0 !important;
}
/* Header - End */
.home .fusion-content-boxes .content-container,.home .fusion-content-boxes.fusion-columns-1 .fusion-column {
	margin-bottom: 0;
}
header .fusion-social-links-header {
	margin-top: 2px;
	margin-bottom: 2px;
} 

.qualityfog img {
	max-height: 82px !important;
	width: auto !important; 
}
.qualityfog .fusion-builder-row {
	justify-content: center;
}
/* Newsletter - Start */
.nopadding input[type="submit"] {
    background: #6885bd;
    padding: 16px 20px;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}
/* Newsletter - Finish */

/* Product page bullet points - Start */
.fusion-checklist .fusion-li-item, .fusion-checklist.fusion-404-checklist>li, ul.fusion-checklist .fusion-li-item, ul.fusion-checklist.fusion-404-checklist>li {
    padding: .5px 0 !important;
    margin-left: 0;
}
/* Product page bullet points - Finish */

#menu-main-menu li.contact-btn a span {
	color: #fff !important;
	background-image: linear-gradient(to top,#6883ba,#5d76a8);
	padding: 15px 45px;
}
#menu-main-menu li.contact-btn a {
	border: 0px !important;
}
#menu-main-menu li.contact-btn a span:hover {
	background: linear-gradient(to top,#5d76a8,#6883ba);
}	
.ce-img .title-heading-left::before {
    background-image: url(https://bbearbaby.com/wp-content/uploads/2021/04/CE-Logo.png);
    background-repeat: no-repeat;
    background-position: 98% 5px;
    background-size: 36px;
}
.product-feature-box h3 {
    font-size: 16px;
    margin-top: 20px;
}
.product-feature-box p {
    font-size: 16px;
}
/*Contact Page*/
.contact_info strong {
	font-size: 16px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #606470;
}
.contact_info a {
	color: #848484;
	font-size: 14px;
	line-height: 22px;
	display: block;
	margin-top: 3px;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	letter-spacing: 0.3px;
}
.contact_info a:hover {
	color: #03a9f4;
}
.contact_info a::before {
	background-image: url("https://bbearbaby.com/wp-content/uploads/2021/05/location.svg");
	width: 16px;
	height: 16px;
	background-size: contain;
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
}
.contact_info {
	padding: 20px 29px 20px;
	margin-bottom: 14px !important;
	box-shadow: 0px 1px 8px rgba(0,0,0,0.05);
	margin-top: 0px !important;
}
.contact_info p {
	margin: auto;
}
.contact_info a br { 
	display: none;
}
.twoblks .title-heading-left {
	display: flex;
}
.twoblks p {
	width: 50%;
	border-right: 1px solid #f0f0f0;
}
.twoblks p:last-child {
	border-right: 0;
	padding-left: 25px;
}
.twoblks a ~ br {
	display: none;
}
.hd_contact h5 {
	font-size: 24px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #606470;
}
.hd_contact {
	margin-top: 0 !important; 
}
.twoblks .conphn a::before {
	background-image: url("https://bbearbaby.com/wp-content/uploads/2021/05/phone.svg");
}
.twoblks .confax a::before { 
	background-image: url("https://bbearbaby.com/wp-content/uploads/2021/05/fax.svg");
}
.main_list_outer .contact_info {
	box-shadow: none !important;
	background: rgba(0, 0, 0, 0.028);
	margin-bottom: 2px !important;
	padding: 25px 35px;
}
.main_list_outer .contact_info strong {
	font-size: 17px; 
	color: #000;
	text-transform: uppercase;
}
.main_list_outer .contact_info a {
	margin-top: 8px !important;
	display: block;
	font-size: 16px;
}
.main_list_outer .contact_info:nth-of-type(1) {
	border-top-left-radius: 27px; 
}
.main_list_outer .contact_info:last-child {
	border-bottom-right-radius: 27px;
}
/*Contact Page End*/

.button-default:hover {
	-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out !important;
}
.show_details_button {
    display: none !important;
}
.fusion-price-rating {
    display: none !important;
}
h3.product-title {
    font-size: 14px;
    text-align: center;
}
.product-buttons {
    text-align: center;
    padding-top: 0px !important;
}
.product-buttons a {
    max-width: 100% !important;
    margin-left: 10px;
}
.custom-fields tbody tr {
    height: 25px !important;
}
.custom-fields tbody tr th {
    padding-bottom: .75em;
    font-weight: 700;
    font-size: .85em;
}
.custom-fields td {
    padding: 5px 0;
}
.woocommerce-MyAccount-content {
    margin-bottom: 40px !important;
} 

/* Mobile Responsive - Start */
@media only screen and (max-width: 600px) {
.mainproduct_title .title-heading-left::before {
    margin-left: calc(-75vw + 265px);
    width: calc(50vw + 175px) !important;
}
.ce-img .title-heading-left::before {
    background-position: 95%;
    background-size: 30px;
}
h1.title-heading-left {
    max-width: 265px;
}
.product-feature-box h3 {
    font-size: 14px;
}
.product-feature-box h3:hover {
    color: #0092f3 !important;
}
.product-feature-box p {
    font-size: 14px;
}
.right-product h4 {
    min-height: 38px;
    font-size: 16px;
}


.qualityfog img {
    max-height: 45px !important;
    width: auto !important;
}
.product_info_main::before {
    width: 100%;
    clip-path: polygon(75% 0%, 100% 0, 100% 100%, -43% 100%);
}

.product_info_main h5 {
    font-size: 26px !important;
    padding-left: 55px !important;
}
.mc4wp-form-fields {
    width: 100%;
    text-align: center;
}
.mc4wp-form-fields input[type="email"] {
	text-align: center;
}

.nopadding input[type="submit"] {
    margin-top: 15px;
}

}
/* Only for desktop - Start */
@media only screen and (min-width: 600px) {
div.qualityfog .fusion-layout-column {
	width: auto !important;
	margin: 0 10px;
}
.nopadding { 
	padding: 0; 
}
.mc4wp-form-fields { width: 600px; margin: 0 auto; } 
}

/* Mailchimp Plugin - Start */
.mc4wp-alert p {
    text-align: center;
    color: #ffffff;
}

/* WPForms - Start */
.wpf-disable-field input[type='text'] {
    background-color: #e1e1e1 !important;
}
