/*
Theme Name: TeeSpace - Child
Theme URI: https://harutheme.com/teespace
Author: HaruTheme
Author URI: https://harutheme.com/
Description: This is child theme of TeeSpace
Template: teespace
Version: 1.0.0
*/

/*---------------------------------
  	Write your css code from here
------------------------------------*/

/***** START POPUP *****/
/*
.accepta_gdpr{
  border-radius: 5px;
  background: linear-gradient(270deg,#35b746 50%,#9adf35) !important;
  background-size: 200% 100% !important;
  transition: all .3s !important;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  outline: none;
  border: none;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  text-transform: capitalize;
}
#loading_gdpr{
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #014550;
  border-radius: 50%;
  border-top-color: #00B336;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
.loading_gdpr_container {
  text-align: center;
  display: none;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
.accepta_gdpr:hover{
  background-position: 100% 0px !important;
}
.continut_total{
  display: none;
}
.container-popup-custom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
  display: block;
  z-index: 99999;
}
.container-popup-custom .popup-login-body {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  max-width: 496px;
  width: 100%;
}
.container-popup-custom .popup-header {
  position: relative;
  padding: 30px 30px 0;
}
.container-popup-custom .popup-header .close-icon .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  cursor: pointer;
}
.container-popup-custom>div>div>div.popup-header>div.header-details>p {
  font-family: "Source Sans Pro";
  font-size: 20px;
  line-height: 30px;
  color: #231f20;
  text-align: center;
}
.container-popup-custom .popup-body {
  position: relative;
  padding: 30px 30px 30px;
  text-align: center;
}
p.warning_info {
  font-size: 20px;
  padding-bottom: 10px !important;
  display: block;
  color: #ff4545;
}
*/

.cart-actions button[name='update_cart']{
	display: none !important;
}
/***** END POPUP *****/

.mfp-quick-view .single-product-top .single-product-image-wrap{
	overflow-y: visible;
}
.mfp-quick-view .product {
    overflow-y: scroll;
    max-height: 90vh;
}

.mfp-quick-view .product::-webkit-scrollbar {
    width: 6px;
    background-color: #FFF;
}

.mfp-quick-view .product::-webkit-scrollbar-thumb {
    background-color: #0d4550;
    border: 2px solid #0d4550;
}

.mfp-quick-view .product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FFF;
}

#already_account{
  border-top: 3px solid #0d4550;
  padding: 15px 20px 15px 60px;
  margin: 0 0 30px;
  position: relative;
  background-color: #f6fafc;
}

.col2-set{
  justify-content: center;
}

a#elementor-menu-cart__toggle_button .amount bdi{
color: #5A5C64;
}
.elementor-menu-cart__toggle span.elementor-button-text {
  text-transform: none;
}

.single-product-top .product-size-guide .product-size-guide-link {
  color: #3700ff;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #3700ff;
  font-size: 16px;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  letter-spacing: 0.025em;
}

.single-product-top .product-size-guide .product-size-guide-link:hover{
  background-color: #0B4D87;
  color: #FFF;
  border-color: #0B4D87;
}

.elementor-kit-7 .elementor-button{
  text-shadow: unset !important;
}
.page.page-id-12 .haru-breadcrumb{
  display: none;
}
.dokan-btn.dokan-btn-theme.vendor-dashboard{
  display: none;
}
.register-hash{
  justify-content:center;
}
.quantity-error .message-err p{
  display: none;
}
.elementor-widget-haru-logo{
  margin-left: 15px;
}
.row-flex{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  order: -1;
}
@media (max-width:640px){

  .row-flex{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    order: -1;
  }
}
.woocommerce-form.woocommerce-form-register.register{
    display: flex;
    flex-direction: column;
}
.single-product-bottom .woocommerce-tabs.wc-tabs-wrapper{
  display: none;
}
#back-button{
  border-radius: 5px;
  background: linear-gradient(270deg,#35b746 50%,#9adf35);
  background-size: 200% 100%;
  transition: all .3s;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  padding: 5px 25px;
  cursor: pointer;
}
#back-button:hover{
  background-position: 100% 0px;
}
.woocommerce-order-overview__payment-method.method{
  display: none;
}
.elementor-element.elementor-element-0f6864c.e-flex.e-con-boxed.e-con.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside.haru-header__sticky-menu{
  z-index: 0 !important;
}
.button-flex{
  display: flex;
  justify-content: flex-start;
}
#elementor-menu-cart__toggle_button span.elementor-button-text{
  font-size: 12px;
}

.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text{
  display: unset !important;
}
.elementor-menu-cart__toggle .elementor-button-text{
  color: #5A5C64;
}
.order-again{
  margin-top: 20px;
}
.elementor-menu-cart__toggle .elementor-button-text::before{
  content: "\e8ea";
  font-family: eicons;
  float:left;
  width: 100%;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.product-size-guide{
    margin-top: 15px;
}

.elementor-menu-cart__toggle .elementor-button-icon{
  display: none;
}
.elementor-menu-cart__toggle .elementor-button:hover{
  border-color: white !important;
}
.total-points{
  display: flex;
  font-family: "Source Sans Pro";
  justify-content: center;
  font-weight: 600;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  color: #5A5C64;
  font-size: 12px;
  text-align: center;
  margin-top: -7px;
}
.e-con-full.container_points.e-flex.e-con {
  width: auto;
}
.elementor-menu-cart__toggle .elementor-button-text .elementor-button-icon{
  display: none;
}
.col2-set.addresses.address-book {
    flex-wrap: wrap;
}
.tiered-pricing-block[data-hide="1"]
{
  display: none !important;
}
.wc-address-book-address {
    width: 48%;
    margin-right: 2%;
}
.address_book.shipping_address_book {
    display: none;
}
.address_book.billing_address_book {
    margin-top: 40px;
}
input[type='submit'].dokan-btn-theme:hover, a.dokan-btn-theme:hover, .dokan-btn-theme:hover{
  background: linear-gradient(270deg,#35b746 50%,#9adf35);
  color: #fff !important;
  border: none !important;
}

.woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li a:focus{
  color: #0d4550;
}

ul.wc_payment_methods.payment_methods.methods{
	display: none;
}
#coupa_notice p{
	color: #FF0F0F;
}
#chilli_file{
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
label[for="chilli_file"] a{
	border-radius: 5px;
	background: linear-gradient(270deg,#35b746 50%,#9adf35) !important;
	background-size: 200% 100% !important;
	transition: all .3s !important;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	outline: none;
	border: none;
	height: 48px;
	line-height: 48px;
	padding: 0 25px;
	text-transform: capitalize;
	font-size: 16px;
  cursor: pointer;
}
div#chilli_filelist {
  position: relative;
}

.delivery_start_date{
	width: 48%;
    float: left;
	margin-right: 4%;
}

.label_attach{
	display: block;
	font-weight: 500;
	color: #000;
	line-height: 2;
	margin-bottom: 5px;
}

body .blue_style .haru-button, body .custom_banners_homepage .blue_style .haru-button.haru-button--bg-primary, body .blue_style button{
	background-image: -o-linear-gradient(355.93deg,#448bfa 0,#24579e 100%) !important;
	background-image: linear-gradient(94.07deg,#448bfa 0,#24579e 100%) !important;
}

body .blue_style .haru-button:hover, body .custom_banners_homepage .blue_style .haru-button.haru-button--bg-primary:hover, body .blue_style button:hover{
  background-color: #24579e !important;
}

body .green_style .haru-button, body .custom_banners_homepage .green_style .haru-button.haru-button--bg-primary, body .green_style button{
  background: linear-gradient(270deg,#35b746 50%,#9adf35) !important;
}

body .green_style .haru-button:hover, body .custom_banners_homepage .green_style .haru-button.haru-button--bg-primary:hover, body .green_style button:hover{
  background-color: #35b746 !important;
}

.woocommerce-page .price_slider_amount button{
	color: #24579e !important;
	background-color: #FFF !important;
	background: #FFF !important;
  border: 2px solid #24579e;
}

.woocommerce-page .price_slider_amount button:hover{
	color: #fff !important;
	background-color: #24579e !important;
	background: #24579e !important;
}

body .white_style .haru-button, body .custom_banners_homepage .white_style .haru-button.haru-button--bg-primary, body .white_style button{
  color: #24579e !important;
  background-color: #FFF !important;
	background: #FFF !important;
}

body .white_style .haru-button:hover, body .custom_banners_homepage .white_style .haru-button.haru-button--bg-primary:hover, body .white_style button:hover{
	color: #fff !important;
	background-color: #24579e !important;
	background: #24579e !important;
}

.haru-header__desktop .e-con-inner{
	padding-top: 0px !important;
}



footer#haru-footer .e-con>.e-con-inner{
	justify-content: center;
}

.tiered-pricing-block {
	padding: 4px 10px;
  border: 1px solid #d7d7d7;
	text-align: center;
}

.tiered-pricing-blocks{
  margin: 10px 0;
}

.single-product-top .single-product-summary h1.product_title.entry-title:not(:first-child){
	display: none !important;
}

.tiered-pricing-block span.woocommerce-Price-amount.amount, .color_item{
  color: #0d4550;
}

.haru-button.haru-button--bg-black:hover{
  background-color: #0d4550;
}

.woocommerce-MyAccount-content a:hover{
	color: #0d4550;
}

.woocommerce-cart .woocommerce-cart-form .empty-cart-button{
		background: transparent !important;
}
.woocommerce-cart .woocommerce-cart-form .empty-cart-button:hover{
	color: #0d4550;
	border-color: #0d4550;
}

p.woocommerce-mini-cart__buttons.buttons a{
	background: #31b33f !important;
}

/* p.woocommerce-mini-cart__buttons.buttons a:hover{
	background: #0d4550 !important;
} */

.delivery_end_date{
	width: 48%;
    float: left;
}

.tp-arr-imgholder {
	background-image: none !important;
}

.haru-woo-search--creative .haru-woo-search__submit{
	border-radius: 5px;
	background: linear-gradient(270deg,#35b746 50%,#9adf35);
	background-size: 200% 100%;
  font-size: 18px;
  padding: 0 45px;
	text-transform: uppercase;
	margin-top: -1px;
}

.haru-woo-search--creative .haru-woo-search__submit:hover{
	background-position: 100% 0px;
}



.haru-footer-link--style-3 a:hover, .haru-footer-link--style-3 a:active{
	color: #0d4550;
}

.account-orders-table .amount, ins .amount bdi, .single-product-top .out-of-stock{
	color: #0d4550;
}

mark {
  background-color: #0d4550;
}

.haru-contact--style-4 a:hover, .haru-contact--style-4 a:active{
	color: #0d4550;
}

.align-center{
	text-align: center;
}

.haru-contact--style-4 li{
	justify-content: center;
}

.align-center-container .elementor-widget-container{
	padding: 0 15px !important;
}

.contact-form__submit button, .contact-form__submit [type="button"], .contact-form__submit [type="reset"], .contact-form__submit [type="submit"]{
	background-color: #0d4550;
}

.contact-form__submit button:hover, .contact-form__submit [type="button"]:hover, .contact-form__submit [type="reset"]:hover, .contact-form__submit [type="submit"]:hover{
	background-color: #0d4550;
}

.woocommerce-thankyou-order-received {
  border: 2px dashed #0d4550;
  color: #0d4550;
}

.contact_class_checkout label, .checkbox_event_checkout label{
  float: left;
  margin-bottom: 0px !important;
  margin-right: 15px;
}

.contact_class_checkout .woocommerce-input-wrapper label {
  float: none;
  margin-bottom: 0px;
}


.contact_class_checkout [type="radio"]:checked,
.contact_class_checkout [type="radio"]:not(:checked),
.checkbox_event_checkout [type="radio"]:checked,
.checkbox_event_checkout [type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
}

.contact_class_checkout [type="radio"]:checked + label,
.contact_class_checkout [type="radio"]:not(:checked) + label,
.checkbox_event_checkout [type="radio"]:checked + label,
.checkbox_event_checkout [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.contact_class_checkout [type="radio"]:checked + label:before,
.contact_class_checkout [type="radio"]:not(:checked) + label:before,
.checkbox_event_checkout [type="radio"]:checked + label:before,
.checkbox_event_checkout [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.contact_class_checkout [type="radio"]:checked + label:after,
.contact_class_checkout [type="radio"]:not(:checked) + label:after,
.checkbox_event_checkout [type="radio"]:checked + label:after,
.checkbox_event_checkout [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0d4550;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_title_shipping_info {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.4;
}

.contact_class_checkout [type="radio"]:not(:checked) + label:after, .checkbox_event_checkout [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.contact_class_checkout [type="radio"]:checked + label:after, .checkbox_event_checkout [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.select2-container .selection .select2-selection--multiple {
    background-color: #f5f5f5;
    height: auto;
    min-height: 48px;
    line-height: 1.15;
    border: 0px !important;
}

span.select2-selection__clear {
  position: absolute;
  right: 0;
  margin-top: 0px !important;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 5px;
  background-color: #f5f5f5;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb
{
	background-color: #0d4550;
}


.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #0d4550;
  color: #fff;
}

ul.woocommerce-error{
  flex-wrap: wrap;
}

ul.woocommerce-error li{
  width: 100%;
}

ul.select2-selection__rendered{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}


.checkbox_event_checkout input[type=checkbox], #shipping_policy, input#terms_policy{
  accent-color: #0d4550;
  height: 20px;
  width: 15px;
}

.contact_class_checkout span.woocommerce-input-wrapper, .checkbox_event_checkout span.woocommerce-input-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_class_checkout, .checkbox_event_checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

span.optional {
  display: none;
}

.woocommerce-order-details tfoot .amount bdi{
  color: #0d4550;
}

.haru-page-title.has-heading {
    padding: 5px 0 5px;
}

.product-item.style-1 .product-actions .product-button:hover{
  background-color: #0d4550;
}

.select2-container .select2-dropdown .select2-search__field:focus{
  border-color: #0d4550;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item .cart-right a:not(.remove):hover{
  color: #0d4550;
}

.summary-content .product-button--wishlist{
  display: none;
}

.haru-account .haru-account__content .avatar{
  max-width: 100%;
  border-radius: 0;
  width: 28px;
}
#haru-header .e-con-inner{
  padding-bottom: 0 !important;
}
#haru-header .elementor-element.elementor-element-494e857.e-con-full.e-flex.e-con{
  padding-top: 0 !important;
}
.elementor-5619 .elementor-element.elementor-element-3df0741 .haru-nav-menu--main .haru-item.haru-item--main{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link{
	position: relative;
	width: 32px;
	height: 32px;
	display: block;
}
.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link:before{
  content: '\e901';
  /* background:url('/wp-content/uploads/2023/04/wishlist-icon-header.png'); */
  width: 32px;
  height: 32px;
  display: block;
	font-size: 32px;
	position: absolute;
	top: -13px;
	color: #999B9E;
}

.haru-cart .widget_shopping_cart_content .widget_shopping_cart_icon:before{
  content: '';
  background:url('/wp-content/uploads/2023/04/cart-icon-header.png');
  width: 32px;
  height: 32px;
  display: block;
}

.haru-account .haru-account__link:before{
  content: '';
  background:url('/wp-content/uploads/2023/08/user.png');
  width: 22px;
  height: 24px;
  display: block;
  background-size: contain;

}
.haru-menu-toggle{
  margin-top: 8px;
}
.widget_shopping_cart_content .widget_shopping_cart_icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link span.total{
  background: #31b33f;
  top: auto;
  bottom: -7px;
  right: -4px;
}

.widget_shopping_cart_content .widget_shopping_cart_icon .total {
  top: auto;
  bottom: -7px;
  right: -4px;
  background: #31b33f;
}

.e-con>.e-con-inner {
  max-width: 1378px;
}

.phosphor-magnifying-glass:before {
  color: #9ea0a3;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=date]:focus, select:focus, textarea:focus {
  border: 1px solid #31b33f;
}

.customColorIcon {
  max-width: 439px;
}

.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item{
  color: #0d4550;
}

.haru-nav-menu > li > a{
  font-weight: 400 !important;
  font-size: 18px !important;
}

.elementor-widget-haru-woo-wishlist .elementor-widget-container {
  padding-left: 12px;
}

.callHeader.elementor-widget-image a{
  background-color: #f2f1f1;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.elementor-widget.elementor-widget-haru-woo-account {
  margin-left: 68px;
}

.elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:hover, .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item:focus, .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.highlighted, .elementor-widget-haru-nav-menu .haru-nav-menu--main .haru-item.haru-item-active{
  color: #0d4550;
}

.haru-nav-menu li {
  margin-right: 10px;
  font-size: 18px;
}

.haru-nav-menu--main .menu-item-has-children .sub-menu li{
  margin-right: 0px;
}

.product_on_demand_form h2 {
  font-size: 30px;
}

.field_form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.field_form span.wpcf7-list-item.first {
  margin-left: 0px;
}

.field_form label {
  width: 18%;
}

.field_form .wpcf7-checkbox label {
  width: 100%;
  display: flex;
  align-items: center;
}

.field_form .wpcf7-form-control-wrap[data-name="branding"] {
    display: flex;
    align-items: center;
}

.field_form .wpcf7-form-control-wrap[data-name="purpose"] span.wpcf7-list-item{
  width: 100% !important;
  margin-left: 0px !important;
}

.field_form .input_field {
  width: 82%;
}

.field_form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  margin: 0;
  font: inherit;
  color: #000;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  /*transform: translateY(-0.075em);*/
  display: grid;
  place-content: center;
  margin-right: 10px;
}

.field_form input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.field_form input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #0d4550;
  background-color: #FFF;
}

p.legend_input {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
}

.product_on_demand_form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.haru-nav-menu--indicator-chevron .haru-nav-menu .sub-arrow i:before{
  content: '';
  /* background:url('/wp-content/uploads/2023/04/arrow.png'); */
  background:url('/wp-content/uploads/2023/06/arrow-new.webp');

  width: 8px;
  height: 5px;
  display: block;
}

.colorH{
  color: #0d4550;
}

.elementor-element.secondContainerHomepage.e-con-boxed.e-con {
  padding-top: 30px;
}

.secondContainerHomepage h2.haru-heading-title {
  margin-bottom: 37px;
}

.containerShopByCategories h6.haru-banner__title{
  color: #0d4550;
  font-size: 30px;
  margin-top: 45px;
  margin-bottom: 0px;
}

.haru-banner--style-13 .haru-banner__sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  top: 0;
  left: 0;
  color: #939598;
  transition: all .3s;
  text-transform: uppercase;
}

.haru-banner--style-13:hover .haru-banner__sub-title{
  color: #0d4550;
}

.custom_banners_homepage .haru-banner__description{
  font-size: 24px;
  color: #FFF;
  font-style: italic;
  margin-top: 5.5%;
  margin-bottom: 0;
}

.custom_banners_homepage h6.haru-banner__title{
  font-size: 48px;
  color: #ffffff;
  line-height: 62px;
  font-weight: 600;
}

.haru-button.haru-button--bg-primary{
  background-color: #0d4550;
}

.haru-button.haru-button--bg-primary:hover{
  background-color: #31b33f;
}

.haru-banner--style-3 .haru-banner__content{
  padding: 8% 9%;
}

.custom_banners_homepage .haru-button.haru-button--bg-primary{
  margin-top: 12px;
  padding: 0 35px 0 50px;
  font-size: 18px;
  font-weight: 600;
	text-transform: uppercase;
	/* color: #0A2F5B !important;
	background-color: #FFF !important; */
	color: #fff;
	border-radius: 5px;
	background: linear-gradient(270deg,#35b746 50%,#9adf35) !important;
	background-size: 200% 100% !important;
	transition: all .3s !important;
}



.custom_banners_homepage .haru-button.haru-button--bg-primary:hover{
	color: #FFF !important;
	/* background-color: #0A2F5B !important; */
	background-position: 100% 0px !important;
}

.custom_banners_homepage .haru-button.haru-button--bg-primary:hover:after{
	color: #FFF !important;
}

.custom_banners_homepage .haru-banner__btn:after
{
	color: #fff !important;
}

.custom_banners_homepage .haru-banner__btn:after{
  padding-left: 14px;
}

.haru-button.haru-button--round-normal {
  border-radius: 5px;
}

.hot_deals_homepage h2.haru-heading-title.haru-heading-title--heading-2{
  color: #0d4550;
}

.hot_deals_homepage a.haru-button--has-icon{
  font-size: 20px;
  color: #0d4550;
  border: 0px;
  padding-right: 13px !important;
  padding-top: 14px !important;
  font-weight: 600;
}

.hot_deals_homepage a.haru-button--has-icon:hover{
  background-color: #FFF;
  color: #0d4550;
  border: 0px;
}

.hot_deals_homepage .haru-button .haru-align-icon-right {
  margin-left: 14px;
}

.container_view_more_hotdeals {
  padding-right: 0px;
}

.product-label__item--onsale {
  background-color: #41e299;
}

.product-label__item--onnew {
  background-color: #9be939;
}

.product-top {
  border-radius: 10px;
}

.product-label__item{
  border-radius: 2px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 16px;
}
.margin-set-new{
	margin-right: 4%;
}
.haru-woo-search__toggle {
  font-size: 28px;
}

.phosphor-magnifying-glass:before{
  color: #999a9d;
}

.haru-woo-search__form .mfp-close:hover{
  color: #0d4550;
}

.haru-nav-menu--dropdown .haru-item:hover, .haru-nav-menu--dropdown .haru-item:focus, .haru-nav-menu--dropdown .haru-item.highlighted, .haru-nav-menu--dropdown .haru-item.haru-item-active{
  background-color: #0d4550;
}

.woocommerce-loop-product__title:hover {
  color: #0d4550;
}

.haru-nav-menu--indicator-chevron .haru-nav-menu .sub-arrow.active i:before{
  background: url(/wp-content/uploads/2023/05/whiteArrow.png);
}

div#haru-bottom-toolbar .haru-account .haru-account__link:before{
  margin: 0 auto;
}

div#haru-bottom-toolbar .widget_shopping_cart_content .widget_shopping_cart_icon{
  justify-content: center;
}

.sliderHomepage .zeus.tparrows.tp-leftarrow:before {
  content: '' !important;
  background: url(/wp-content/uploads/2023/05/arrow_1.png);
  width: 37px;
  height: 18px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.sliderHomepage .zeus.tparrows.tp-rightarrow:before {
  content: '' !important;
  background: url(/wp-content/uploads/2023/05/arrow_2.png);
  width: 37px;
  height: 18px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.sliderHomepage .zeus.tparrows{
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}

.slider_hote_deals_homepage .woocommerce-loop-product__title, .woocommerce-loop-product__title{
  margin-top: 27px;
  margin-bottom: 13px;
  font-size: 24px;
  color: #5A5C64;
  font-weight: 600;
}

.haru-slick--nav-shadow .slick-prev:hover, .haru-slick--nav-shadow .slick-next:hover, .haru-single-product .related .haru-slick .slick-prev:hover, .haru-single-product .related .haru-slick .slick-next:hover, .haru-single-product .upsells .haru-slick .slick-prev:hover, .haru-single-product .upsells .haru-slick .slick-next:hover{
  background: #0d4550;
}

.slider_hote_deals_homepage .product-item .price, .product-item.style-1 .price {
  color: #939598;
  font-size: 18px;
  font-weight: 500;
}

.slider_hote_deals_homepage .product-item .price .amount bdi, .product-item.style-1 .price .amount bdi{
  color: #939598;
  font-weight: 500;
}

.slider_hote_deals_homepage .product-thumbnail img {
  max-height: 315px;
  object-fit: cover;
}

p.warning_message {
  margin-bottom: 0px;
  color: #f84507;
  font-size: 14px;
  padding-top: 5px;
}

.slider_hote_deals_homepage .product-item .product-varations .haru-variations-list .variation-color {
  border: 1px solid #f2f1f1;
}

.slider_hote_deals_homepage .haru-woo-product-slider--slick .slick-prev, .haru-single-product .related .haru-slick .slick-prev, .haru-single-product .upsells .haru-slick .slick-prev{
  left: 0px;
  top: 38%;
}

.slider_hote_deals_homepage .haru-woo-product-slider--slick .slick-next, .haru-single-product .related .haru-slick .slick-next, .haru-single-product .upsells .haru-slick .slick-next{
  right: 0px;
  top: 38%;
}

.slider_hote_deals_homepage .haru-woo-product-slider--slick .slick-next, .haru-woo-product-slider--slick .slick-prev, .haru-single-product .related .haru-slick .slick-prev, .haru-single-product .upsells .haru-slick .slick-prev, .haru-single-product .related .haru-slick .slick-next, .haru-single-product .upsells .haru-slick .slick-next {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

div#haru-bottom-toolbar .widget_shopping_cart_content .widget_shopping_cart_icon .total {
  right: calc(100% - 13vw);
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

#product-images .slick-slide{
  background-color: #f2f1f1;
  border-radius: 20px;
  height:656px;
}

.haru-page-title__breadcrumbs span.current {
  color: #707070;
}

.haru-page-title__breadcrumbs .delimiter:before {
  display: inline-block;
  width: 5px;
  height: 16px;
  color: #7e7e7e;
  content: '/';
  position: relative;
  top: 0;
  margin: 0 1px;
  background-color: transparent;
}

.haru-page-title {
  padding: 10px 0 10px;
  margin-bottom: 60px;
}
.haru-page-title__heading--main {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1440px) {
  .haru-page-title__heading--main {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
  .haru-page-title__heading--main {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .haru-page-title__heading--main {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .haru-page-title__heading--main {
    font-size: 24px;
  }
}
.haru-container{
  max-width: 1378px;
}

.single-product-top .single-product-image-wrap {
  width: 49%;
}

.single-product-top .single-product-summary {
  width: 51%;
  padding-left: 5.1em;
  margin-top: -7px;
}

.haru-product-nav{
  display: none;
}

.single-product-top .product_title{
  color: #0d4550;
  font-weight: 500;
	text-transform: uppercase;
}

.amount bdi {
  color: #5A5C64;
  font-weight: 600;
}

.woocommerce-variation-availability {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product-top .price {
  font-size: 32px;
}

.tpt__tiered-pricing h3{
	font-size: 14px;
  color: #939598;
  text-transform: uppercase;
  font-weight: 500;
	margin-bottom: 0px;
}

.tiered-pricing-block__price {
  font-size: 18px;
  line-height: 12px;
  text-align: center;
  margin-top: 7px;
}

.tiered-pricing-block__quantity {
  font-size: 12px;
  line-height: 12px;
}

.single-product-top form.cart table.variations label{
  font-size: 14px;
  color: #939598;
  text-transform: uppercase;
  font-weight: 500;
}

.single-product-top form.cart {
  margin-top: 15px;
}

.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li:before{
  border: 1px solid #86a2a7;
}

.single-product-top form.cart table.variations td {
  padding: 5px 0 5px 0;
}

.single-product-top form.cart table.variations .variable-attribute-wrap.color-attribute-wrap > li{
  margin-right: 24px;
}

.single-product-top form.cart table.variations tr {
  margin-bottom: 28px;
}

.woocommerce .button.disabled, .woocommerce-page .button.disabled, .woocommerce-js .button.disabled{
  background: #00b336 !important;
  opacity: 0.5;
}

.woocommerce .button, .woocommerce a.button, .woocommerce input.button, .woocommerce-page .button, .woocommerce-page a.button, .woocommerce-page input.button, .woocommerce-js .button, .woocommerce-js a.button, .woocommerce-js input.button{
	border-radius: 5px;
	background: linear-gradient(270deg,#35b746 50%,#9adf35) !important;
	background-size: 200% 100% !important;
	transition: all .3s !important;
}

.woocommerce .button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover, .woocommerce-page .button:hover, .woocommerce-page a.button:hover, .woocommerce-page input.button:hover, .woocommerce-js .button:hover, .woocommerce-js a.button:hover, .woocommerce-js input.button:hover{
	background-position: 100% 0px !important;
}



.woocommerce .button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover, .woocommerce-page .button:hover, .woocommerce-page a.button:hover, .woocommerce-page input.button:hover, .woocommerce-js .button:hover, .woocommerce-js a.button:hover, .woocommerce-js input.button:hover{
  background: #00b336;
  background-color:  #00b336;
}

.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li.selected{
  border: 1px solid #0d4550;
  color: #0d4550;
}

.single-product-top form.cart table.variations .variable-attribute-wrap.label-attribute-wrap > li{
  background-color: #f2f1f1;
  border: 1px solid #f2f1f1;
  font-size: 16px;
}

.single-product-top form.cart table.variations .reset_variations{
  color: #0d4550;
  font-weight: 600;
}

span.customaLabelTitle{
  font-size: 14px;
  color: #939598;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 0 5px 0;
}

.single-product-top form.cart .woocommerce-variation-price {
  margin-bottom: 10px;
}

.woocommerce-variation-add-to-cart.variations_button {
  margin-top: 15px;
}

.clear{
  clear: both;
}

.single-product-top .product-button--wishlist a{
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_wishlist_button {
  position: absolute;
  right: 12px;
  top: 0px;
  padding: 20px;
}

.single-product-top .single-product-image-wrap .product-images-actions {
  left: 9px;
  bottom: 15px;
}

.single-product-top form.cart .quantity .input-button{
  font-size: 24px;
  padding: 0 21px;
}

.single-product-top .product-button--wishlist a:before{
  content: '\e901';
  top: 0;
  position: absolute;
  font-size: 26px;
  /* background: url(/wp-content/uploads/2023/04/wishlist-icon-header.png); */
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  color: #9A9C9F;
}

.single-product-top .product-button--wishlist .yith-wcwl-wishlistexistsbrowse a:before{
  background: url(/wp-content/uploads/2023/05/add_to_wishlist_color.png);
}

.single-product-top .product-button a .button-tooltip{
  display: none;
}

.single-product-top .product_meta{
  display: none
}


.single-product-top form.cart .single_add_to_cart_button{
  max-width: 280px;
  margin-top: 20px;
	text-transform: uppercase;
}

.single-product-summary .haru-social-share{
  display: none;
}

/*
.woocommerce-variation-availability p {
  border: 1px solid #d7d7d7;
  width: fit-content;
  color: #0d4550;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  padding: 9px 16.5em 9px 23px;
}
*/
.woocommerce-variation-availability p {
	color: #9b9b9b;
  font-size: 14px;
  font-weight: 600;
	margin-bottom: 0px;
  padding: 5px 5px 5px 5px;
  text-transform: uppercase;
}

.woocommerce-tabs .tabs{
  border: none;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.woocommerce-tabs .tabs li{
  width: 33.33%;
  margin: 0 auto;
}

.woocommerce-tabs .tabs li a{
  color: #9c9da0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
  margin: 0 auto;
}

.woocommerce-tabs.wc-tabs-wrapper {
  border: 1px solid #d7d7d7;
  padding: 12px 32px 12px 32px;
  margin-top: 50px;
  border-radius: 5px;
}

.woocommerce-tabs .tabs li.active a {
  color: #0d4550;
}

.widget_product_categories .product-categories li.current-cat > a, .widget_product_categories .product-categories li:hover > a{
  color: #0d4550;
  border-bottom: 1px solid #0d4550;
}

.widget_price_filter .ui-slider-range, .widget_price_filter .ui-slider-handle:after, .widget_product_tag_cloud .tagcloud a:hover{
  background-color: #0d4550;
}

.widget_product_categories .product-categories li.current-cat > .count, .widget_product_categories .product-categories li:hover > .count,
.widget-woo-layered-nav li.chosen .count, .widget-woo-layered-nav li:hover .count,
.widget-woo-stock-status a.haru-active:before, .widget-woo-stock-status a:hover:before,
.product-item.style-2 .product-design .button:hover{
  background-color: #0d4550;
  border-color: #0d4550;
}

.woocommerce-ordering-list a:hover, .woocommerce-ordering-list a.selected-order{
  color: #0d4550;
  border-color: #0d4550;
}

.product-item.style-2 .product-actions .product-button:hover{
  background-color: #0d4550;
}

.woocommerce-tabs .woocommerce-Tabs-panel{
  color: #939598;
  font-size: 16px;
}

.woocommerce-tabs .tabs li.active a:before{
  background-color: #0d4550;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 3px 2px 21px;
}

.woocommerce-tabs .woocommerce-Tabs-panel p {
  line-height: initial;
}

.woocommerce-tabs .tabs li:first-child a{
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}

.woocommerce-tabs .tabs li:last-child a{
  text-align: right;
  /* margin-left: auto; */
  margin-right: 0;
}

.product-thumbnails-wrap .slick-slide{
  height: 160px;
}

.single-product-top #product-thumbnails img{
  background-color: #f2f1f1;
  height: 100%;
  object-fit: contain;
}

.haru-single-product .related .haru-heading, .haru-single-product .upsells .haru-heading{
  font-size: 48px;
  color: #0d4550;
  margin-bottom: 8px;
}



.custom_rp.related .haru-heading{
  text-align: left;
}

.single-product-top #product-thumbnails .slick-slide > div, .single-product-top #product-thumbnails .thumbnail-image, .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .woocommerce-thumbnail-image{
  height: 100%;
}

.single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-slide.slick-current img, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-slide.slick-current img{
  border-color: #0d4550;
}

.haru-single-product .related, .haru-single-product .upsells{
  border-color: transparent;
}

.single-product-top #product-images .slick-slide > div, .single-product-top #product-images .slick-slide .product-image-item{
  height: 100%;
}

.single-product-top #product-images .slick-slide .product-image-item img{
  object-fit: contain;
  height: 100%;
}

.woocommerce-tabs .haru-accordion-title{
  color: #0d4550;
}
.woocommerce-tabs .haru-accordion-title.active{
  color: #0d4550;
}
.woocommerce-tabs .haru-woocommerce-tab, .haru-slick--dots-round .slick-dots li.slick-active button{
  border-color: #0d4550;
}

.haru-slick--dots-round .slick-dots button{
  background-color: #0d4550;
}

.single-product-top .slick-arrow.slick-prev, .single-product-top .slick-arrow.slick-next{
  opacity: 1;
  visibility: visible;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #0d4550;
  text-align: center;
  width: 32px;
  height: 32px;
}

.single-product-top .slick-arrow.slick-prev:hover:before, .single-product-top .slick-arrow.slick-next:hover:before{
  color: #0d4550;
}

.haru-slick--nav-round-shadow .slick-prev, .haru-slick--nav-round-shadow .slick-next{
  color: #0d4550;
}

.single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-images .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-images .slick-arrow.slick-next:before{
  font-size: 16px;
}

.haru-sub-item:hover, .haru-sub-item:focus, .haru-sub-item.highlighted, .haru-sub-item.haru-item-active{
  background-color: #0d4550;
}

.popup-container {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.formular_cf .wpcf7 form.sent .wpcf7-response-output {
  border-color: #00b336;
  width: fit-content;
}

.info-produs-popup {
  display: flex;
  flex-wrap: wrap;
  width: 91%;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
}

.image_product_popup {
  width: 320px;
  border-radius: 20px;
  background-color: #f2f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden_fields, .hidden_info{
  display: none;
}

.quantity-error {
  clear: both;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.quantity-error .message-err{
  margin-right: 0px;
}

.message-err p {
  margin: 0;
  color: #f84507;
}

.message-err {
  float: left;
  margin-right: 3.8em;
}

.formular_cf label {
  text-transform: uppercase;
  color: #939598;
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
}

.formular_cf {
  margin-top: 24px;
}

.fwidth{
  width: 100%;
  margin-top: 39px;
}

.fwidth .wpcf7-submit{
  background-color: #00b336;
  font-weight: 600;
  font-size: 18px;
  border-radius: 10px;
  height: 48px;
  line-height: 48px;
  padding: 0 55px;
}

.custom_qty_f .wpcf7-number{
  font-size: 24px;
  font-weight: 700;
  width: 60px;
  height: 48px;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #0d4550;
  padding: 0;
  line-height: 48px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  vertical-align: middle;
  transition: border-color .5s ease;
  box-shadow: none;
}

.custom_qty_f input::-webkit-outer-spin-button,
.custom_qty_f input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom_qty_f input[type=number] {
  -moz-appearance: textfield;
}

.custom_qty_f .wpcf7-number:focus{
  border: 0px !important;
}

.custom_qty_f input.input-button.minus{
  min-width: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 20px;
  color: #7e7e7e;
  fill: #7e7e7e;
  outline: 0;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 24px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.custom_qty_f{
  display: inline-flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #f5f5f5;
}

.custom_qty_f input.input-button.plus{
  min-width: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0 20px;
  color: #7e7e7e;
  fill: #7e7e7e;
  outline: 0;
  height: 48px;
  line-height: 48px;
  font-weight: 700;
  font-size: 24px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

a.request_more_stock img {
  margin-left: 7px;
}

.button_popup a{
  color: #0d4550;
  font-weight: 600;
}

.button_popup {
  float: left;
}

.informatii_produs_actual {
  width: calc(100% - 320px);
  padding-left: 2em;
}

.informatii_produs_actual h4{
  font-size: 24px;
  font-weight: 500;
  margin-top: -4px;
  color: #0d4550;
  margin-bottom: 10px;
}

.info_more_product {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
}

.info_more_product p {
  color: #939598;
  font-size: 16px;
  margin-bottom: 3px;
}

.image_product_popup img{
  max-height: 335px;
  object-fit: contain;
  border-radius: 20px;
  background-color: #f2f1f1;
}

.popup-content h3 {
  color: #0d4550;
  text-align: center;
}

.wsdesk_wrapper .panel-default::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.popup-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.popup-content::-webkit-scrollbar, .wsdesk_wrapper .panel-default::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.popup-content::-webkit-scrollbar-thumb, .wsdesk_wrapper .panel-default::-webkit-scrollbar-thumb
{
	background-color: #0d4550;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
  border-top: 3px solid #0d4550;
}
.woocommerce-info{
  display: none;
}

.woocommerce-message{
  border-top-color: #0d4550;
}

.woocommerce .button[disabled], .woocommerce-page .button[disabled], .woocommerce-js .button[disabled]{
  background: rgb(0 179 54 / 60%);
}

.woocommerce-error{
  border-top-color: #0d4550;
}

.woocommerce-cart .cart_totals .order-total .amount bdi, .woocommerce-error:before, .woocommerce-message:before, .haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list_wrap .total .amount bdi, .woocommerce-error a:not(.button), .woocommerce-info a:not(.button), .woocommerce-message a:not(.button), .woocommerce-info:before{
  color: #0d4550;
}

.woocommerce-checkout-review-order-table .order-total th .amount bdi, .woocommerce-checkout-review-order-table .order-total td .amount bdi{
  color: #0d4550;
}
.widget_shopping_cart_content .button:first-child{
	border:0px ;
	color: #fff;
}
.widget_shopping_cart_content .button:first-child:hover {
  border: 0px solid #0d4550;
  background-color: #0d4550;
}

.haru-cart .mini-cart-wrap .widget_shopping_cart_content .cart_list::-webkit-scrollbar-thumb{
  background-color: #0d4550;
}

.popup-content {
  background-color: #ffffff;
  margin: auto;
  padding: 30px;
  width: 930px;
  border-radius: 10px;
  padding-bottom: 60px;
  max-height: 95vh;
  overflow-y: auto;
}

.popup-content a.close {
  color: #0d4550;
  float: right;
  font-size: 29px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  line-height: 29px;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-top: 3px;
}

.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
  color: #0d4550;
}

input[type='submit'].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme{
  background-color: #0d4550 !important;
  border-color: #0d4550 !important;
}

.haru-content-404 .page-content .haru-title-404{
  color: #0d4550;
}

.powered_wsdesk{
  display: none !important;
}

body .wsdesk_wrapper .btn-primary {
  color: #fff;
  background-color: #0d4550;
  border-color: #0d4550;
}

body .wsdesk_wrapper .btn-primary:focus {
  color: #fff;
  background-color: #0d4550;
  border-color: #0d4550;
}

body .wsdesk_wrapper .btn-primary:active {
  color: #fff;
  background-color: #0d4550;
  background-image: none;
  border-color: #0d4550;
}

button, [type="button"], [type="reset"], [type="submit"], button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  background-color: #0d4550;
}

.field_form.submit_form {
  justify-content: center;
  margin-top: 35px;
}

body .wsdesk_wrapper button.filter_pagination_search {
  padding: 6px 12px;
  font-size: 12px;
  height: auto;
  line-height: initial;
  background-color: #0d4550;
  color: #FFF;
}

.haru-footer-link--style-1 a:hover, .haru-footer-link--style-1 a:active, .haru-social--style-3 a:hover .haru-social__icon, .haru-contact--style-2 a:hover, .haru-contact--style-2 a:active {
  color: #0d4550;
}

body .wsdesk_wrapper button.filter_pagination_search:hover{
  color: #FFF;
}

body input#search_tickets {
  height: auto;
  display: block;
  border-radius: 5px;
  line-height: initial;
}

body .wsdesk_wrapper button.filter_pagination_search:focus {
  color: #FFF;
}

body .wsdesk_wrapper .btn-primary:hover {
  color: #fff;
  background-color: #00b336;
  border-color: #00b336;
}

body .main_new_suppot_request_form {
  margin-top: 20px;
}

body .support_option_choose {
  display: none;
}

body .wsdesk_wrapper .btn {
  outline: none !important;
  font-size: 16px;
}

body.single-product .woocommerce-variation-price {
    display: none;
}

.hideBTN{
  display: none !important;
}

.containerMenu .elementor-button-link.elementor-button{
	border-radius: 5px;
	background: linear-gradient(270deg,#35b746 50%,#9adf35);
	background-size: 200% 100%;
}
.containerMenu .elementor-button-link.elementor-button:hover{
	background-position: 100% 0px;
}

.widget_product_search .woocommerce-product-search button[type="submit"]:hover{color:#0d4550}

.archive-sidebar.left-sidebar {
  display: none;
}
.archive-content.has-left-sidebar {
  width: 100%;
}

.product-button.product-button--wishlist{
  display: none !important;
}

.widget_shopping_cart_content p.wccp-cart-amount,
tr.woocommerce-cart-form__cart-item.cart_item.donation_item td.product-quantity .quantity, tr.woocommerce-cart-form__cart-item.cart_item.donation_item td.product-quantity .custom_qty_{
	display: none !important;
}

.products .product-wrap .price{
  width: 100%;
  background: transparent;
  display: block;
  border-radius: 12px;
  border:2px solid #3700ff;
  padding: 10px 0;
  color: #3700ff;
  font-weight: bold;
}
.product-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-wrap .product-button.product-button--add-to-cart{
  display: none;
}
.woocommerce-shipping-totals.shipping{
  display: none;
}
.product-wrap .price{
  order:3;
  text-align: center;

}
.product-wrap .price bdi{
  font-size: 19px !important;
  color: #3700ff !important;
  font-weight: 600 !important;
}
.tpt__tiered-pricing {
  display: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wcoa-attachments,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wsdesk_support,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wsdesk_my_tickets{
  display: none;
}

/*RESPONSIVE*/
@media(max-width:1600px)
{
}
@media(max-width:1440px)
{
  .haru-single-product .related .haru-heading, .haru-single-product .upsells .haru-heading{
    font-size: 36px;
  }

  .custom_title_shipping_info{
    font-size: 22px;
  }

  .info-produs-popup {
    width: 95%;
  }

  .custom_banners_homepage .haru-banner__description {
    font-size: 22px;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 30px;
  }
  .single-product-top form.cart {
    margin-top: 15px;
  }
  .product-thumbnails-wrap .slick-slide {
    height: 120px;
  }
  .single-product-top form.cart table.variations tr {
    margin-bottom: 15px;
  }
  .single-product-top form.cart table.variations tr {
    margin-bottom: 15px;
  }
  .single-product-top form.cart .single_add_to_cart_button{
    margin-top: 20px;
  }
  #product-images .slick-slide{
    height: 556px;
  }
  .single-product-top .price {
    font-size: 24px;
  }
  .single-product-top .single-product-summary {
    padding-left: 15px;
    margin-top: 0;
  }

  .slider_hote_deals_homepage .woocommerce-loop-product__title, .woocommerce-loop-product__title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
  }
  .containerShopByCategories h6.haru-banner__title {
    font-size: 22px;
    margin-top: 25px;
  }
  .haru-banner--style-13 .haru-banner__sub-title{
    font-size: 14px;
  }
  .custom_banners_homepage h6.haru-banner__title {
    font-size: 36px;
    line-height: normal;
  }
}
.submit_button_new [type="submit"]:hover{
  background-image: linear-gradient(94.07deg,#24579e 0,#24579e 100%) !important;
  background-position: 200% 100% !important;
    transition: all .3s !important;
}
.submit_button_new [type="submit"]{
  background-image:linear-gradient(94.07deg,#448bfa 0,#24579e 100%) !important;
}

.button.wc-forward.wp-element-button:hover{
  background-position: 100% 0px !important;
}
.button.wc-forward.wp-element-button{
    transition: all .3s !important;
    background:linear-gradient(94.07deg,#448bfa 0,#24579e 100%) !important;
    background-size:200% 100%!important;
}

.button.checkout.wc-forward.wp-element-button{
  background: linear-gradient(270deg,#35b746 50%,#9adf35) !important;
  background-size:200% 100% !important;
  transition: all .3s !important;

}

.button.checkout.wc-forward.wp-element-button:hover{
  background-position: 100% 0px !important;
}

.font-product-code{
  color: #939598;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Source Sans Pro";
  margin-top: -15px;
  margin-bottom: 0;
}
@media(max-width:1280px)
{
  .haru-nav-menu--main .haru-nav-menu .haru-item--main{
    padding-right: 5px;
  }
  .haru-nav-menu > li > a {
    font-size: 17px !important;
  }
  .haru-nav-menu li {
    margin-right: 0px;
  }
  .elementor-widget.elementor-widget-haru-woo-account {
    margin-left: 30px;
  }
  .elementor-widget-haru-woo-wishlist .elementor-widget-container {
    padding-left: 5px;
  }
  .elementor-element.secondContainerHomepage.e-con-boxed.e-con {
    padding-top: 0;
  }
  .secondContainerHomepage h2.haru-heading-title {
    margin-bottom: 10px;
  }
}

@media(max-width:1200px)
{
  .product_on_demand_form {
    width: 90%;
  }
  .field_form label {
    width: 100%;
  }

  .field_form .input_field {
    width: 100%;
  }

  .popup-content {
    width: 95%;
    max-width: 720px;
  }
  .popup-content h3{
    font-size: 25px;
  }
  .popup-content {
    padding: 20px;
  }
  .info-produs-popup{
    margin-top: 40px;
  }
  .popup-content a.close {
    font-size: 22px;
    line-height: 23px;
    width: 28px;
    height: 28px;
  }
  .image_product_popup {
    width: 250px;
  }
  .informatii_produs_actual {
    width: calc(100% - 250px);
    padding-left: 2em;
  }
  .informatii_produs_actual h4 {
    font-size: 21px;
    margin-top: 0;
  }
  .custom_qty_f .wpcf7-number {
    font-size: 21px;
  }
}

@media(max-width:1024px)
{
  .haru-nav-menu--dropdown-tablet span.sub-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom_title_shipping_info{
    font-size: 20px;
  }

  .haru-single-product .related .haru-heading, .haru-single-product .upsells .haru-heading{
    font-size: 32px;
  }
  #product-images .slick-slide {
    height: 456px;
  }
  .product-thumbnails-wrap .slick-slide {
    height: 100px;
  }
  .slider_hote_deals_homepage .woocommerce-loop-product__title, .woocommerce-loop-product__title {
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 20px;
  }
  .haru-nav-menu li {
    margin-right: 0;
  }
  .custom_banners_homepage .haru-banner__description {
    font-size: 20px;
  }

  .elementor-widget.elementor-widget-haru-woo-account {
    margin-left: 5px;
  }
  .haru-cart .widget_shopping_cart_content .widget_shopping_cart_icon:before{
    height: 28px;
  }
  .haru-woo-search--full_screen{
    margin-left: 40px;
  }
  .containerShopByCategories h6.haru-banner__title {
    font-size: 20px;
    margin-top: 15px;
  }
  .haru-banner--style-13 .haru-banner__sub-title{
    font-size: 14px;
  }
  .custom_banners_homepage h6.haru-banner__title {
    font-size: 32px;
  }
  .haru-banner--style-3 .haru-banner__content {
    padding: 6% 6%;
  }
}

@media(max-width:991px)
{
  .custom_title_shipping_info{
    font-size: 18px;
  }
  .custom_banners_homepage h6.haru-banner__title {
    font-size: 28px;
  }
  .haru-single-product .related .haru-heading, .haru-single-product .upsells .haru-heading{
    font-size: 28px;
  }
  .slider_hote_deals_homepage .woocommerce-loop-product__title, .woocommerce-loop-product__title{
    font-size: 18px;
  }
  .slider_hote_deals_homepage .product-item .price, .product-item.style-1 .price {
    font-size: 16px;
  }
  .single-product-top .price {
    font-size: 20px;
  }
}

@media(max-width:810px)
{
  footer#haru-footer .e-con>.e-con-inner{
    flex-wrap: wrap;
  }
  footer#haru-footer .e-con>.e-con-inner .e-con-full:nth-child(1)
  {
    width: 100%;
  }
  footer#haru-footer .e-con>.e-con-inner .e-con-full:nth-child(2), footer#haru-footer .e-con>.e-con-inner .e-con-full:nth-child(3)
  {
    width: 50%;
  }
  .haru-footer-link li {
    margin-bottom: 0px;
  }
  .haru-contact--style-2 li {
    margin-bottom: 0;
  }
  footer#haru-footer .elementor-element .elementor-widget-container{
    padding: 0px 0px 0px 0px;
  }
}

@media(max-width:767px)
{

  .container_logo {
    width: 48% !important;
    margin-right: 7% !important;
  }
  .e-con-full.container-empty.e-flex.e-con {
    display: none;
  }
  .e-con-full.container_points.e-flex.e-con {
    width: 25%;
  }
  .e-con-full.container_account.e-flex.e-con {
    width: 20%;
  }
  .container_header .e-con.e-flex {
    padding: 0px;
  }
  .container_header .elementor-widget-woocommerce-menu-cart {
    width: 100% !important;
  }
  .container_header .haru-account {
    justify-content: end !important;
  }
  .container_header .elementor-widget-container {
    margin: 0px !important;
    padding: 0px !important;
  }
  .container_header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container_logo .elementor-widget-haru-logo{
    width: 100% !important;
    margin-left: 0px !important;
  }
  .container_logo .e-con-full.e-flex.e-con {
    padding: 0px !important;
  }

  .custom_banners_homepage h6.haru-banner__title {
    font-size: 24px;
  }

	.tiered-pricing-blocks{
	  margin: 10px 0;
	}

  p.legend_input {
    font-size: 12px;
  }

  .field_form .wpcf7-form-control-wrap span.wpcf7-list-item {
    width: 100% !important;
    margin-left: 0px !important;
  }

  .field_form label {
    font-size: 15px;
  }

  .product_on_demand_form h2 {
    font-size: 20px;
  }

  /*.woocommerce-variation-availability p{
    padding: 9px 23px 9px 23px;
  }*/

  .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.horizontal #product-thumbnails .slick-arrow.slick-next:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-prev:before, .single-product-top .single-product-image-wrap.vertical #product-thumbnails .slick-arrow.slick-next:before{
    font-size: 16px;
  }

  .single-product-top .single-product-image-wrap .product-images-actions {
    left: 0px;
    bottom: 0px;
  }

  .custom_wishlist_button {
    right: 0;
    top: 0px;
    padding: 10px;
  }

  .single-product-top .single-product-image-wrap .product-images-actions{
    padding: 10px;
  }

  .haru-single-product .related .haru-heading, .haru-single-product .upsells .haru-heading{
    font-size: 24px;
  }

.widget_price_filter .price_slider_amount .button{
	color: #fff !important;
}
  .woocommerce-tabs .tabs{
    display: none;
  }

  .single-product-top .entry-summary {
    margin-top: 30px;
  }
  .single-product-top .price {
    font-size: 18px;
  }
  .single-product-top form.cart {
    margin-top: 5px;
  }
  .woocommerce-variation-add-to-cart.variations_button {
    margin-top: 5px;
  }

  .single-product-top form.cart .single_add_to_cart_button {
    margin-top: 20px;
  }

  .haru-page-title {
    margin-bottom: 40px
  }

  .product-thumbnails-wrap .slick-slide {
    height: 80px;
  }

  .single-product-top .single-product-summary {
    width: 100%;
    padding-left: 0px;
    margin-top: 0;
  }

  #product-images .slick-slide {
    height: 380px;
  }

  .single-product-top .single-product-image-wrap {
    width: 100%;
  }

  .hot_deals_homepage a.haru-button--has-icon {
    font-size: 16px;
    color: #0d4550;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

  .slider_hote_deals_homepage .haru-woo-product-slider--slick .slick-prev, .slider_hote_deals_homepage .haru-woo-product-slider--slick .slick-next,
  .haru-single-product .related .haru-slick .slick-prev,
  .haru-single-product .upsells .haru-slick .slick-prev,
  .haru-single-product .related .haru-slick .slick-next,
  .haru-single-product .upsells .haru-slick .slick-next{
    top: 23vw;
  }

  .hot_deals_homepage .haru-button.haru-button--size-medium.haru-button--has-icon{
    padding: 0 0px;
  }


  .custom_banners_homepage .haru-banner__description {
    font-size: 18px;
  }

  .containerShopByCategories h6.haru-banner__title {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media(max-width:685px)
{
  .informatii_produs_actual {
    width: 100%;
    padding-left: 0px;
  }
  .info-produs-popup{
    margin-top: 20px;
  }
  .informatii_produs_actual h4{
    margin-top: 30px;
  }
}

@media(max-width:600px)
{
  .total-points { display: none; }
  .elementor-button-text .woocommerce-Price-amount.amount {display:none;}
  .elementor-button-text::before{
    font-size:26px !important;
    margin-top: 0px !important;

  .elementor-5619 .elementor-element.elementor-element-b37da78{
    justify-content: flex-end;
  }
  .font-product-code{
    margin-top: 0px;
  }
  .haru-woo-search--full_screen{
    margin-left: 0px;
  }
}

@media(max-width:492px)
{
  .e-con-full.loco_section_container.e-con {
    width: 35%;
  }
  .elementor-element.e-con-full.icons_section_container.e-con {
    width: 48%;
  }
}

@media(max-width:480px)
{
	/*.rs-layer br{
		display: none !important;
	}*/
}


@media(max-width:400px)
{
  .haru-cart .widget_shopping_cart_content .widget_shopping_cart_icon:before {
    height: 25px;
  }
  .haru-wishlist--style-1 .my-wishlist-wrap .haru-wishlist-link:before{
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .haru-account .haru-account__link:before{
    width: 18px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .haru-woo-search__toggle {
    font-size: 25px;
  }
  .callHeader.elementor-widget-image a {
    width: 40px;
    height: 40px;
  }
  .callHeader.elementor-widget-image a img{
    width: 20px;
  }
}

@media(max-width:378px)
{
  .e-con-full.loco_section_container.e-con {
    width: 30%;
  }
  .elementor-element.e-con-full.icons_section_container.e-con {
    width: 47%;
  }
  #product-images .slick-slide {
    height: 280px;
  }
}
