/*
Theme Name: Rosehip Skincare Theme
Theme URI: https://oceanwp.org/
Description: Rosehip Skincare by Balar Media Group
Author: OceanWP
Author URI: https://balarmediagroup.com.au/
Template: oceanwp
Version: 1.0
*/

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

a:focus {
    outline: 0!important;
}

.woocommerce .button:focus {
    background-color: #ce2428!important;
    color: #fff;
}

.testimonial-name {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 600;
}

.responsive-video-wrap {
	display: none!important;
}

#mega-menu-main_menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}

#mega-menu-main_menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 34%;
}

#mega-menu-main_menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 20%;
}

#mega-menu-main_menu ul {
    margin-left: 0;
    list-style-type: none!important;
}

#mega-menu-main_menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Manropre';
    font-size: 15px;
    color: #303030;
    letter-spacing: 0.5px;
}

#mega-menu-main_menu ul.mega-sub-menu,
#mega-menu-main_menu #mega-menu-main-menu > li.mega-menu-flyout > ul.mega-sub-menu {
    margin-top: 13px!important;
    transform: unset!important;
}

#mega-menu-main_menu ul.mega-sub-menu li {
    list-style-type: none;
    margin-bottom: 3px;
}

#mega-menu-main_menu ul.mega-sub-menu li a {
    display: block;
    font-size: 15px!important;
    font-family: 'MANROPE'!important;
    color: #303030!important;
    font-weight: 300;
}

#mega-menu-main_menu ul.mega-sub-menu li a:hover {
    color: #ce2428 !important;
}

.mega-sub-menu .title-new a {
    color: #ffffff!important;
    font-family: inherit!important;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold!important;
    text-align: left;
    margin: 10px 10px 12px 10px;
    padding: 0px 0px 5px 0px!important;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0;
}

.mega-sub-menu .title-new a:hover {
    background-color: transparent!important;
}

#mega-menu-item-custom_html-3 .custom-html-widget, #mega-menu-item-custom_html-4 .custom-html-widget, #mega-menu-item-custom_html-5 .custom-html-widget {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    margin-left: 30px;
}

#mega-menu-item-custom_html-3 .title-new, #mega-menu-item-custom_html-4 .title-new, #mega-menu-item-custom_html-5 .title-new {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'MANROPE'!important;
    font-weight: 500!important;
}

.slick-best-sellers .product {
    padding: 10px;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}

.slick-best-sellers .col.first {
    clear: unset;
}

/* Gravity Form */
.gform_required_legend {
    display:none;
}

.gform_heading {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: normal;
}

.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}

.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    border-radius: 50px;
}

html body .gform_wrapper.gravity-theme .gfield_label {
    font-family:'Poppins', sans-serif;
    font-weight:500;
    color:#3e3e3e;
    font-size:16px;
}

html body .gform_wrapper.gravity-theme input[type="color"], 
html body .gform_wrapper.gravity-theme input[type="date"], 
html body .gform_wrapper.gravity-theme input[type="datetime-local"], 
html body .gform_wrapper.gravity-theme input[type="datetime"], 
html body .gform_wrapper.gravity-theme input[type="email"], 
html body .gform_wrapper.gravity-theme input[type="month"], 
html body .gform_wrapper.gravity-theme input[type="number"], 
html body .gform_wrapper.gravity-theme input[type="password"], 
html body .gform_wrapper.gravity-theme input[type="search"], 
html body .gform_wrapper.gravity-theme input[type="tel"], 
html body .gform_wrapper.gravity-theme input[type="text"], 
html body .gform_wrapper.gravity-theme input[type="time"], 
html body .gform_wrapper.gravity-theme input[type="url"], 
html body .gform_wrapper.gravity-theme input[type="week"], 
html body .gform_wrapper.gravity-theme select, 
html body .gform_wrapper.gravity-theme textarea {
    height:47px;
    border-radius:0;
    font-family:'Manrope', sans-serif;
    font-weight:400;
    color:#303030;
    background-color: #fff;
    font-size:14px;
    padding:0 15px;
}

html body .gform_wrapper.gravity-theme .gfield textarea {
    height:231px;
    padding: 15px;
}

html body .gform_wrapper.gravity-theme .gfield textarea.large {
    height:231px;
}

html body .gform_wrapper.gravity-theme .gform_footer input, 
html body .gform_wrapper.gravity-theme .gform_page_footer input {
    background: #0070bf;
    width:100%;
    min-height:45px;
    border:0;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    text-transform:uppercase;
    font-size:16px;
    padding:1rem;
}

.gform_confirmation_message {
    font-family: "Manrope", Verdana, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #303030;
    text-align:center;
}

/* Subscribe Form */
.subscribe-form .gform_wrapper.gravity-theme .gfield_label {
    display:none;
}

.subscribe-form .gform_button {
    width:50px!important;
    height:47px;
    background: #8d2425 no-repeat center url(/wp-content/uploads/2024/09/gf-submit-arrow.png)!important;
    display:flex;
    border:0;
    padding:0 !important;
    margin:0 !important;
}

.subsribe-form .gform_button:hover {
    background-color: #03b8fc;
}

.subscribe-form input {
    height: 46px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px !important;
    color: #121212;
    padding: 0 1rem !important;
    border:0;
    background: #fff;
}

.subscribe-form form {
    display:flex;
    align-items:flex-start;
}

.subscribe-form .gform_footer {
    margin:0 !important;
    padding:0 !important;
}

.subscribe-form .gfield input.large, .subscribe-form .gfield select.large {
    width: 320px!important;
}

.subscribe-form .gform_wrapper.gravity-theme .gfield_validation_message, .subscribe-form .gform_wrapper.gravity-theme .validation_message {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    color: #efd981;
}

.subscribe-form .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.subscribe-form .gform_confirmation_message_4 {
    line-height: 1.4;
    background-color: #c42026;
    padding: 10px;
}

.subscribe-form #gform_ajax_spinner_4 {
    margin-top: -38px;
    margin-left: 10px;
    width: 60%;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-butt
    on__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none!important;
}

#site-navigation-wrap a .owp-icon use {
    stroke: #ffffff!important;
}

.home-product-tabs .fl-tabs-labels {
    display: flex;
    justify-content: center;
}

.home-product-tabs .fl-tabs-label.fl-tab-active {
    border-bottom: 4px solid #d2232a !important;
}

.show-password-input {
	background: transparent!important;
    border: 0!important;
}

.home-product-tabs .fl-builder-module-template {
    max-width: 100%!important;
}

/* Product Slider */
.wpcu-theme_2 .wpcu-product__details {
    text-align: left;
}

.wpcu-badge--outlined {
    display: none;
}

.wpcu-theme_2 .wpcu-product__rating {
    -webkit-box-pack: start;
    -ms-flex-pack: inherit;
    justify-content: flex-start;
}

.wpcu-theme_2 .wpcu-product__price {
    -webkit-box-pack: start;
    -ms-flex-pack: inherit;
    justify-content: flex-start;
}

.wpcu-button .add_to_cart_inline  {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.wpcu-theme_2 .wpcu-product__details {
    text-align: left;
    padding: 0 20px;
}

.footer-bottom-inner {
    line-height: 16px;
}

.slick-prev:before, .slick-next:before {
    color: #00000033!important;
}

.custom-video-slider-2-col {
    padding: 0 1rem;
}

.gm-taxonomy-item input:checked+label {
    background: unset!important;
    color: #be2c2d;
    font-family: inherit;
    font-weight: bolder;
    font-size: 16px;
}

.gm-taxonomy-filter {
    justify-content: center;
}

.asr-filter-div .asr_texonomy {
    border: 0!important;
    font-weight: bolder;
    color: #c9c9c9;
}

.asr-filter-div {
    margin-bottom: 60px!important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.am_posts_navigation_init .page-numbers.current{
    background: #be2c2d!important;
    color: #fff!important;
}

.am_posts_navigation_init .page-numbers {
    color: #858585 !important;
    border: 0!important;
}

.gridmaster-style-3 .gm-postmeta {
    display: none;
}

.am_single_grid:hover .am_thumb img {
    -webkit-transform: unset!important;
    -ms-transform: unset!important;
    transform: unset!important;
}

.am_single_grid {
    box-shadow: unset !important;
}

.am__readmore, .gm_read_more {
    color: #be2c2d;
    font-weight: 600;
    margin-top: 10px;
}

.gm_read_more::after {
    content:url('/wp-content/uploads/2024/10/blog-arrow.png');
}

.gm_read_more a {
    margin-right: 6px;
}

.am__readmore:hover {
    color: #e22425;
}

.am_thumb {
    height: 360px!important;
}

.am_cont {
    padding: 30px!important;
}

.am__col-3 .am_grid_col {
    margin-bottom: 10px!important;
}

.am__excerpt{
    line-height: 1.6;
}

.am__col-3 .am_grid_col {
    -ms-flex: 0 0 50%!important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
}

.am_post_grid .am_grid_col:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-bottom: 25px;
}

.am_post_grid .am_grid_col:first-child .am_single_grid {
    display: flex;
}

.am_post_grid .am_grid_col:first-child .am_thumb {
    width: 50%;
}

.am_post_grid .am_grid_col:first-child .am_cont {
    width: 50%;
    background-color: #fbf4f5;
    padding: 60px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.am_post_grid .am_grid_col:first-child .am__title a {
    font-size: 30px;
    font-family: 'Silk Serif';
    font-weight: 300;
    color: #000;
}

.am_post_grid .am_grid_col:first-child .gm_read_more {
    margin-top: 25px;
}

.am_post_grid .am_grid_col:first-child .gm_read_more a {
    color: #fff;
    padding: 12px 35px;
    background-color: #be2c2d;
    border-radius: 50px;
}

.am_post_grid .am_grid_col:first-child .gm_read_more::after {
    content:unset;
}

.am_post_grid .am_grid_col:first-child .am__title:before {
    content: "Featured";
    display: block;
    font-size: 16px;
    color: #016939;
    font-weight: 600;
}

.archive #main #content-wrap {
    background: #fbf4f5;
    width: 100%;
    max-width: 100%;
}

.archive .entry-content {
    width: 1200px;
    margin: 0 auto;
}

body .oceanwp-row .col {
    padding: 0 1.4rem;
}

.wpcu-carousel-pagination .swiper-pagination-bullet {
    width: 6px!important;
    height: 6px!important;
}

.wpcu-carousel-pagination .swiper-pagination-bullet-active {
    width:20px!important;
    border-radius: 30%!important;
}

.fl-login-form.fl-login-form-stacked .fl-form-button {
    margin-top: 5px;
}

.fl-form-field.fl-form-name-wrap {
    width: 49%!important;
    float: left!important;
    margin-right: 2%!important;
}

.fl-form-field.fl-form-password-wrap {
    width: 49%!important;
    float: left!important;
    margin: 0!important;
}

.fl-form-field input[type=password] {
    margin-bottom: 0!important;
}

.fl-remember-checkbox-text {
    padding-left: 0;
}

.fl-login-form.fl-login-form-stacked .fl-form-button {
    margin-top: -10px;
}

.nav-top-right .sp-wcsp-button {
	right: 10px!important;
}

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

.woocommerce ul.products li.product .woo-entry-inner li.price-wrap {
	padding: 10px 20px 15px;
}

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product .product-inner .added_to_cart {
    padding: 10px 25px!important;
    margin-bottom: 40px;
}

#mobile-fullscreen ul li a {
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
}

#mobile-fullscreen nav {
    vertical-align: unset;
}

#mobile-fullscreen #mobile-search {
    margin: 40px auto 0;
}

#mobile-fullscreen ul ul.sub-menu li a {
    font-size: 16px;
    padding: 10px 20px;
}

#oceanwp-off-canvas-sidebar-wrap .oceanwp-off-canvas-sidebar {
    padding: 60px 35px;
}

#oceanwp-off-canvas-sidebar-wrap .sidebar-box {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

div.bapf_sfilter .bapf_head h3 {
    font-family: inherit;
    font-size: 16px !important;
    text-transform: uppercase;
	padding-top: 15px;
}

.bapf_sfilter.bapf_button_berocket .bapf_button {
    font-size: 15px;
    background-color: #d2232a;
    border-radius: 50px;
    margin-top: 20px;
}

.scroller-status__message.infinite-scroll-last {
	display: none!important;	
}

.loader-ellips.infinite-scroll-request {
	margin-bottom: 40px;
}

@media only screen and (max-width 480px) {
	.fl-rich-text figure {
		width: 100%!important;
	}
    .custom-video {
        min-height: 300px!important;
    }
}

@media (max-width: 600px) {

    .custom-video {
        min-height: 300px!important;
    }

    .gform_wrapper {
        display: flex;
        justify-content: center;
    }

    #footer-bottom {
        line-height: 1.6;
    }

    .home-product-tabs .fl-tabs-panels .fl-tabs-label.fl-tab-active,
    .home-product-tabs .fl-tabs-panels .fl-tabs-label.fl-tabs-panel-label,
    .home-product-tabs .wpcu-carousel-nav.wpcu-carousel-nav--top-right {
        display: none!important; 
    }
	
	.archive .entry-content {
		width: 100%;
		padding: 20px;
	}
	
	.woocommerce .woocommerce-ordering .orderby {
       position: relative!important;
    }
}