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

/*-------------------- Theme Style ----------------*/

/* div#top-bar-wrap {
    display: none;
}

header.page-header{
	display: none;
}
 */
 .elementor-field-group .elementor-field-textual:focus {
    box-shadow: none !important;
    outline: 0;
}

a:focus {
    outline: none !important;
}

/*-------------------- Theme Style ----------------*/

.elementor-form-spinner{
	display:none !important;
}

.elementor-message.elementor-message-success {
        text-align: left;
    color: #6EBA80;
    font-size: 17px !important;
    margin-top: 20px;
    background: #ecfef0;
    padding: 10px;
    border: 1px solid #6EBA80;
}

#pop-up-from .elementor-message.elementor-message-success:before{
	content:none;
}

.woocommerce .woocommerce-ordering select{
	padding: 0 0px !important;
}

.woocommerce .woocommerce-ordering .orderby {
    width: auto;
	padding: 0 0px 0 15px !important;
    min-width: 209px !important;
}

#elementor-menu-cart__toggle_button svg title{
	display:none;
}

.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover, .page-links>span {
    color: #000;
    font-family: "Duru Sans", sans-serif;

    font-size: 15px;
}

.wpfPriceRangeField#wpfMinPrice, .wpfPriceRangeField#wpfMaxPrice{
	font-family: "Duru Sans", sans-serif !important;
}

.woocommerce nav.woocommerce-pagination ul {
    text-align: center !important;
	margin-top: 50px;
}

.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span{
	border: 0px solid #e9e9e9;
}

.page-numbers.current{
	background-color: #fff;
}

a.next.page-numbers {
    background: #f47b2a;
    border-radius: 0;
    color: #fff;
}

a.prev.page-numbers{
	 background: #f47b2a;
    border-radius: 0;
    color: #fff;
}

.wpfFilterVerScroll li {
    padding-bottom: 10px;
}

.woocommerce .woocommerce-checkout #customer_details h3 {
    font-size: 16px;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-color: #eaeaea;
    font-family: "Duru Sans", sans-serif;
}


.wc-block-components-notice-banner.is-success{
	font-family: "Duru Sans", sans-serif;
}


.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0 !important;;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: 18px !important;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 0px 0 !important;;
    padding: 16px!important;
}


/* .wc-block-components-notice-banner.is-success {
    display: none;
} */

.wc-block-components-notice-banner.is-success {
    background-color: #e3feff !important;
    border-color: #93e5e7 !important;
    max-width: 1200px;
    margin: 40px auto 20px !important;
    padding: 16px 25px!important;
}

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

.wc-block-components-notice-banner.is-success a.button.wc-forward {
    margin-top: 5px !important;
    opacity: 1 !important;
}

.wc-block-components-notice-banner__content .button{
	    font-size: 14px;
}

.woocommerce span.onsale {
    right: 0;
    left: auto !important;
}

.woocommerce ul.products li.product.outofstock .outofstock-badge {
    position: absolute !important;
  top: 12px !important;
  left: 0 !important;
}


.quantity .minus{
	line-height: 40px !important;
	min-height: 40px !important;
}

.quantity .plus{
	line-height: 40px !important;
	min-height: 40px !important;
}

.owp-floating-bar.show .quantity .minus{
	line-height: 36px !important;
	min-height: 36px !important;
}

.owp-floating-bar.show .quantity .plus{
	line-height: 36px !important;
	min-height: 36px !important;
}

.owp-qv-content-wrap .quantity .plus{
	line-height: 34px !important;
    min-height: 33px !important;
}

.owp-qv-content-wrap .quantity .minus{
    line-height: 34px !important;
    min-height: 33px !important;
}

.woocommerce-cart .quantity .minus{
	line-height: 34px !important;
    min-height: 33px !important;
}

.woocommerce-cart .quantity .plus{
	line-height: 34px !important;
    min-height: 33px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    display: inline-block;
    float: none;
    width: auto;
    min-height: 38px;
    line-height: 32px;
    padding: 0 0.8em;
    margin: 0 8px 0 0;
    border-color: #ddd;
    border-radius: 0;
}

ul#shipping_method li label {
    font-weight: unset !important;
	font-size: 11.5px !important; 
}

.owp-floating-bar p.selected {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: unset !important;
    font-family: "Duru Sans", sans-serif !important;
}

button[type=submit], .button{
	background-color: #000203;
    font-weight: unset;
}

.woocommerce #order_review table.shop_table ul#shipping_method.woocommerce-shipping-methods li label{
	font-weight: unset;
}

.amount {
    color: #000 !important;
}

.owp-floating-bar.show .amount {
    color: #fff !important;
}

button[type=submit]:hover{
	background-color: #000;
}

.button:hover{
	background-color: #000;
}

form.checkout.woocommerce-checkout {
    font-family: "Duru Sans", sans-serif;
}

.elementor-sticky--active{
	animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.search-icon .e-font-icon-svg-container {
    background-color: transparent !important;
    padding: 0 !important;
}

.header .e-font-icon-svg-container {
    background-image: url(https://revive-aesthetics.sproutwebsites.co.uk/wp-content/uploads/2024/01/search.svg);
    background-repeat: no-repeat;
    background-size: 24px;
}

.header .e-font-icon-svg-container svg{
	display:none;
}

.header .sub-menu{
	width: 100% !important;
	padding: 10px 0 5px !important;
    box-shadow: 0 10px 20px #00000017 !important;
}

.pro-div:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto;
    border: 7px solid transparent;
    box-shadow: inset 0 0 0 2px #ffffff;
	background-color: rgba(0,0,0,0.1);
}

.subscribe-form input#form-field-email {
    padding: 0 80px 0 0;
}

.subscribe-form .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
    top: -42px;
	width: 72px;
    float: right;
    left: 228px;
	background-image: url(https://revive-aesthetics.sproutwebsites.co.uk/wp-content/uploads/2024/02/envelope-regular-svg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.subscribe-form .elementor-button-text{
	font-size:0px;
}

.subscribe-form.highlight .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons{
	background-size:0px !important;
}

.subscribe-form.highlight  .elementor-button-text{
	font-size:15px !important;
}

.cat-div .woo-entry-inner.clr a {
   position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
   background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.cat-div .woo-entry-inner.clr a:hover{
	 background: rgba(0, 0, 0, 0.2);
}

.cat-div .woo-entry-inner.clr .count{
	display:none;
}

.cat-div .woo-entry-inner.clr h2{
	 position: absolute;
    background: #F8F8F8;
    z-index: 1;
    width: 70%;
    padding: 8px 10px;
    top: 50%;
    left: 0;
    transform: translate(22%, -50%);
}

.cat-div .product-inner{
	position:relative;
}

.cat-div .product-category img{
	transition: all .8s ease;
}

.cat-div .product-category:hover img{
	transform: scale(1.03);
    
}


.best-seller .button{
	display:none !important;
}

.best-seller .title h2 a{
	font-family: "Duru Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px !important;
    color: #000 !important;
    letter-spacing: .2em;
}

.best-seller .title h2{
	margin-bottom:0px !important;
}

.best-seller .category a{
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 5px;
    opacity: .65;
    font-family: "Duru Sans", sans-serif;
    font-style: normal;
}

.best-seller .price-wrap bdi {
    color: #1c1d1d;
}


.best-seller .owp-quick-view{
	font-family: "Duru Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: unset !important;
    line-height: 21px;
	background-color: #f47b2a !important;
}

.best-seller .owp-quick-view:hover{
	background-color: #f47b2a !important;
}

.best-seller .owp-quick-view i{
	display:none;
}

.best-seller ul.woo-entry-inner.clr {
    display: flex;
    flex-direction: column;
}

.best-seller ul.woo-entry-inner.clr li.price-wrap {
    order: 4;
}

.best-seller ul.woo-entry-inner.clr li.image-wrap {
    order: 1;
}

.best-seller ul.woo-entry-inner.clr li.category {
    order: 3;
}

.best-seller ul.woo-entry-inner.clr li.title {
    order: 2;
}


.product-content b, .product-content strong {
	font-family: "Duru Sans", sans-serif;
    display: block;
}

.product-content ul{
	list-style: disc !important;
	    padding-left: 20px !important;
}

.owp-floating-bar.show {
    font-family: "Duru Sans", sans-serif;
	background-color: #000000 !important;
}

.woocommerce div.product p.stock{
	font-family: "Duru Sans", sans-serif;
}

.woocommerce ul.products li.product.outofstock .outofstock-badge {
    font-family: "Duru Sans", sans-serif;
}


.woocommerce .woocommerce-ordering {
    float: left;
    height: 34px;
	font-family: "Duru Sans", sans-serif;
}

.elementor-menu-cart__product-image {
    width: 80%;
}


#owp-qv-wrap .woocommerce span.onsale {
    right: auto !important;
    left: 1.25rem !important;
	font-family: "Duru Sans", sans-serif;
}

#owp-qv-content h2.single-post-title.product_title.entry-title {
    color: #000000;
    font-family: "Duru Sans", sans-serif;
    font-weight: 400;
    line-height: 31px;
}

#owp-qv-content div.product p.price {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
	 font-family: "Duru Sans", sans-serif;
}

#owp-qv-content .woocommerce-product-details__short-description {
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
     font-family: "Duru Sans", sans-serif;
}

#owp-qv-content .product_meta .posted_in {
     font-family: "Duru Sans", sans-serif;
	 font-size: 16px;
	 letter-spacing: 0.1em;
}

span.sku_wrapper {
    font-family: "Duru Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.woocommerce table.shop_table a.remove {
    font-size: 14px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    color: #f47b2a !important;
 
}

#owp-qv-content div.product p.price .amount{
	color: #1c1d1d;
}

.custom-accordian span.elementor-accordion-icon.elementor-accordion-icon-left {
    border: 1px solid #d9d9d9;
    text-align: center !important;
    width: 28px !important;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
}

.custom-search button.elementor-search-form__submit {
    border-radius: 0px 50px 50px 0px;
}

.custom-search .elementor-search-form__container {
    border-radius: 0px 50px 50px 0px !important;
}

span.save-price {
    color: #f47b2a !important;
}

span.save-price .amount {
    color: #f47b2a !important;
}

span.save-price bdi {
  color: #f47b2a !important;
}


.woocommerce ul.products li.product li.category {
   text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 5px;
    opacity: 1;
    font-family: "Duru Sans", sans-serif;
    font-style: normal !important;
    color: #999;
}

.woocommerce .woocommerce-ordering .theme-select {
    font-size: 15px !important;
}

.woocommerce .woocommerce-checkout #customer_details p.form-row label {
    text-transform: capitalize;
	font-size: 16px;
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #f47b2a !important;
}

.wc-block-components-notice-banner.is-info {
    background-color: #f5dac8 !important;
    border-color: #f47b2a !important;
}


#scroll-top {
    display: none;
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgb(244 123 42);
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*----------------- Filter --------------*/

.woocommerce .oceanwp-off-canvas-filter:hover {
    color: #f47b2a;
    border-color: #f47b2a;
}

nav.oceanwp-grid-list {
    display: none;
}

.wfpTitle.wfpClickable {
    font-family: "Duru Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    line-height: 22px !important;
    letter-spacing: 0.2em;
}

.wpfFilterWrapper .wpfFilterTaxNameWrapper{
	font-family: "Duru Sans", sans-serif;
	font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    text-transform: capitalize;
}

.wpfPriceRangeField{
	font-family: "Duru Sans", sans-serif;
	font-size: 14px !important;
    font-weight: 400 !important;
}

.ui-slider.ui-widget-content .ui-slider-handle {
    background: #000 !important;
    border-radius: 50px !important;
    top: -6px !important;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
    background-color: #000 !important;
}

.wpfFilterVerScroll::-webkit-scrollbar-track {
    border: 0px solid #000 !important;
    padding: 2px 0;
    background-color: #fff !important;
}

ul.wpfFilterVerScroll {
    padding-top: 10px;
}

.wpfFilterWrapper {
    border-bottom: 1px solid #d9d9d9;
    padding: 14px 0px 16px 0px !important;
	margin-top:0px !important;
}

span.off-canvas-filter-text {
    position: relative;
    font-family: "Duru Sans", sans-serif;
    top: -2px;
}

#oceanwp-off-canvas-sidebar-wrap .sidebar-box {
    border-bottom: 0px solid rgba(84,84,84,.15)!important ;
    margin-bottom: 0 ;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

a.oceanwp-off-canvas-filter {
    display: none;
}

.product-content p {
    margin: 15px 0px;
}



/*--------------------------------- Cart Page -----------------------*/

.wpfFilterTitle i.fa.fa-plus.wpfTitleToggle:before {
    
	content: "\f078";
}

.wpfFilterTitle i.fa.wpfTitleToggle.fa-minus:before {
   content: "\f077"; 
}

.woocommerce-cart p.return-to-shop {
    text-align: center;
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
        line-height: 1.6em !important;
    font-size: 11px !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart{
	background-color: #f47b2a !important;
}

.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
    font-size: 14px;
    line-height: 18px;
}

.elementor-menu-cart__subtotal, .wc-block-components-notice-banner.is-info{
	font-family: "Duru Sans", sans-serif;
	    margin-bottom: 25px !important;
}

.woocommerce-checkout form.checkout_coupon{
	font-family: "Duru Sans", sans-serif;
	margin: 30px auto 30px !important;
}

.woocommerce-page .cart-collaterals {
    width: 30% !important;
    float: left;
    padding-left: 30px;
	font-family: "Duru Sans", sans-serif;
}

.woocommerce table.shop_table thead th{
	font-family: "Duru Sans", sans-serif;
	letter-spacing: 1px;
}

form.woocommerce-cart-form {
    width: 70%;
    float: left;
	font-family: "Duru Sans", sans-serif;
}

.woocommerce-page .cart-collaterals .cart_totals{
	width: 100% !important;
}

.amount {
    color: #000000;
}

.recenty-viewed ul.product_list_widget {
    display: flex;
    flex-direction: row;
	justify-content: center;
}

.recenty-viewed ul.product_list_widget li{
	width: 20%;
    display: flex;
    flex-direction: column;
    padding: 25px !important;
	text-align: center;
	border:none !important;
}

.recenty-viewed ul.product_list_widget li .no-lightbox img{
	width: 100%;
    height: 260px;
    position: relative;
    left: auto;
    text-align: center;
    top: 0;
    object-fit: contain;
}

.recenty-viewed ul.product_list_widget li span.product-title {
     font-family: "Duru Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
    color: #000;
    text-align: center;
	letter-spacing: .2em;
}

.recenty-viewed ul.product_list_widget li span.woocommerce-Price-amount.amount{
	display:none;
}

.recenty-viewed ul.product_list_widget li span.save-price {
    display: none;
}


/*----------------------------------- Checkout --------------------*/

small {
    font-size: 100%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #35c9cb;
    font-family: "Duru Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 31px;
    text-align: center;
    padding-bottom: 25px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    font-family: "Duru Sans", sans-serif;
    text-align: center;
    gap: 25px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	border-width: 1px 0px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
	font-size:14px;
	color:#000;
}

ul.order_details li strong {
    font-weight: normal;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
   font-family: "Duru Sans", sans-serif;
    color: #000;
}

table a:hover {
    color: #21bdbb !important;
}

h2.woocommerce-order-details__title {
    color: #010101;
    font-family: "Duru Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 31px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
}

section.woocommerce-customer-details{
	font-family: "Duru Sans", sans-serif;
}


.elementor-nav-menu--dropdown .elementor-item:focus{
	background-color: transparent;
}

.wpfFilterVerScroll{
	  padding-top: 15px !important;
	}

span.woocommerce-result-count {
    display: flex;
    gap: 5px;
}

.view-title.total-products p{

    margin:0px !important
}

/*--------------------- Responisve -----------*/

@media all and (max-width:1024px){
	#owp-qv-wrap img {
		width: 60% !important;
	}
	
	a.oceanwp-off-canvas-filter {
		display: block;
	}
}

@media all and (max-width:767px){
	
	.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span {
		min-width:25px;
		line-height: 25px;
	}
	
	.woocommerce ul.products li.product.outofstock .outofstock-badge{
	  top: 0px !important;
	  font-size: 9px !important;
	}
	
	  .woocommerce .image-wrap span.onsale{
		left: auto !important;
		top: 0 !important;
		font-size: 10px;
	  }
	
	.best-seller .title h2 a{
	  font-size: 14px !important;
	  line-height: 20px !important;
	  letter-spacing: .1em;
	}
	
	.recenty-viewed ul.product_list_widget li span.product-title{
		 font-size: 14px !important;
	  line-height: 20px !important;
	  letter-spacing: .1em;
	}
	
	.best-seller .category a{
	  letter-spacing: 1px;
	  font-size: 12px;
	}
	
	.oceanwp-grid-list{
	  display: none !important;
	}
	
	  .woocommerce .woocommerce-ordering{
		float: right !important;
		margin-top: 0 !important;
		margin-right: 5px !important;
	  }
	
	
	.woocommerce .woocommerce-ordering .orderby.hasCustomSelect{
		width: 209px !important;
	  }
	
	
	
	#owp-qv-wrap img {
		width: 100% !important;
	}
	
	#main .woocommerce .has-product-nav span.onsale {
		top: 0rem !important;
		left: auto !important;
	}

	
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		flex-direction:column;
	}
	
	.recenty-viewed ul.product_list_widget {
    display: grid;
		flex-direction: row;
		justify-content: center;
		grid-template-columns: repeat(2,1fr);
	}
	
	
	.recenty-viewed ul.product_list_widget li{
		width:100%;
	}
	
	.mob-header .elementor-menu-toggle {
	  padding: 0px;
	}
	
	.mob-header .e-font-icon-svg-container {
	  background-image: url(https://revive-aesthetics.sproutwebsites.co.uk/wp-content/uploads/2024/01/search.svg);
	  background-repeat: no-repeat;
	  background-size: 20px;
	  background-position: center right;
	  width: 20px !important;
      height: 20px !important;
	}
	
	.mob-header .elementor-menu-cart__wrapper .elementor-button-icon {
	  top: 8px;
	}
	
	.mob-header .e-font-icon-svg-container svg{
		display:none;
	}
	
	#elementor-popup-modal-562 .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
	  transform: scaleY(1);
	  max-height: 0;
	  overflow: hidden;
	  transform: scaleY(1);
	  max-height: 1000px;
	  animation: hide-scroll .3s backwards;
	}
	
	#elementor-popup-modal-562 .elementor-menu-toggle{
		display:none;
	} 
	
	.top-header-part .elementor-widget-testimonial-carousel .swiper-slide {
	  padding: 0;
	}
	
	.top-header-part .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	  margin-top: 0;
	}
	
	/*---------------- Woocommerce Part -----------------*/
	
	
	
	form.woocommerce-cart-form {
    width: 100%;
	}
	
	.woocommerce-page .cart-collaterals {
		width: 100% !important;
		padding-left: 0;
	}
	
}