/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Narobe
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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

#site-header.top-header .header-bottom {
    text-align: left;

}

#site-header.top-header #site-logo {
	padding: 20px 0 !important;
}

#site-header.top-header #site-description {
	display:none !important;
}

#main #content-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*  Hide bottom line with no gap */

.centered-minimal-page-header {
	border-bottom: 1px solid transparent;
}
/*--- NE DELA??? ---*/
/*.breadcrumb-home {
	color: #000 !important;
}

.background-image-page-header .site-breadcrumbs a {
    color: #000 !important;
}*/
/*--- --- ---*/

.woocommerce-mini-cart__empty-message {
	color: #fff;
}

.widget.woocommerce.widget_shopping_cart {
	padding: 20px;
}

.widget.woocommerce.widget_shopping_cart a {
	color: #fff;
}

.widget.woocommerce.widget_shopping_cart strong {
	color: #fff;
}

/* .widget.woocommerce.widget_shopping_cart .elementor-button {
	background-color: #245270;
} */

.widget.woocommerce.widget_shopping_cart .elementor-button:hover {
	background-color: #0b7cac !important;
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product-name,
.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product-price {
    font-size: 14px !important;
    padding-left: 20px !important;
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product-name {
    grid-column-start: 2;
    grid-column-end: 3;
    margin: 0;
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product {
    display: grid;
    grid-template-columns: 28% auto;
    grid-template-rows: var(--price-quantity-position--grid-template-rows,auto auto);
    position: relative;
    border-width: 0;
    border-bottom: var(--divider-width,1px) var(--divider-style,solid) var(--divider-color,#d4d4d4);
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product-price {
    grid-column-start: 2;
    grid-column-end: 3;
    align-self: var(--price-quantity-position--align-self,end);
    font-weight: 300;
    color: var(--product-price-color,#d4d4d4);
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__footer-buttons, .elementor-menu-cart__product:not(:first-of-type), .elementor-menu-cart__subtotal {
    padding-top: var(--product-divider-gap,20px);
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product:last-child {
    border: none;
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product, .elementor-menu-cart__subtotal {
    padding-bottom: var(--product-divider-gap,20px);
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product {
    padding-right: 30px;
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__product-image {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__subtotal {
    font-size: 20px;
    text-align: var(--menu-cart-subtotal-text-align,center);
    font-weight: 600;
    color: var(--menu-cart-subtotal-color,inherit);
    border-left: var(--subtotal-divider-left-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d4d4d4);
    border-bottom: var(--subtotal-divider-bottom-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d4d4d4);
    border-right: var(--subtotal-divider-right-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d4d4d4);
    border-top: var(--subtotal-divider-top-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d4d4d4);
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__footer-buttons {
    font-size: 20px;
    text-align: var(--cart-footer-buttons-alignment-text-align,center);
    display: var(--cart-footer-buttons-alignment-display,grid);
    grid-template-columns: var(--cart-footer-layout,1fr 1fr);
    margin-top: var(--cart-buttons-position-margin,0);
    grid-column-gap: var(--space-between-buttons,10px);
    grid-row-gap: var(--space-between-buttons,10px);
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    display: var(--view-cart-button-display,inline-block);
    color: var(--view-cart-button-text-color,#fff);
    padding: var(--view-cart-button-padding,15px);
    background-color: var(--view-cart-button-background-color,#818a91);
}

.widget.woocommerce.widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button {
    border-radius: 3px;
    height: fit-content;
}

.widget.woocommerce.widget_shopping_cart .amount {
    color: #0b7cac !important;
}

.woocommerce-Price-amount.amount {
  color: #0b7cac !important;
}

.woocommerce table.shop_table a.remove {
  position:relative;
  border-width: 0 !important;
}

.woocommerce table.shop_table a.remove:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  top: -2px;
  border: 1px solid;
  border-radius: 50%;
}

.woocommerce span.onsale {
  background-color: rgba(11, 124, 172, 0.8) !important;
}

@media(max-width:960px) {
  .widget.woocommerce.widget_shopping_cart a,
  .widget.woocommerce.widget_shopping_cart strong {
    color: #000;
  }
  .widget.woocommerce.widget_shopping_cart .elementor-menu-cart__footer-buttons .elementor-button {
    color: #fff !important;
  }
  .woocommerce table.shop_table a.remove:before {
    left: -1px;
  }
}

iframe.component-frame {
  z-index: 0 !important;
}

.woo-entry-inner .rating {
  display: flex !important;
  justify-content: center !important;
}

.page-header-inner .page-header-title {
  font-weight: bold !important;
  font-size: 28px !important;
  /* text-align: center !important; */
}

/* .product-template-default.single.single-product .content-area {
  width: 100%;
  padding-left: 0px !important;
} */

/* .archive.tax-product_cat .content-area {
  width: 100%;
  padding-left: 0px !important;
} */

.product-template-default.single .content-area {
  padding-left: 0 !important;
}

.woocommerce div.product div.images {
  width: 47% !important;
}

.wc-block-grid__product {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.woocommerce-product-details__short-description p {
  font-size: 17px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab div,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab li {
  font-size: 17px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
  font-size: 20px !important;
}

.oceanwp-row .col {
  padding: 0 1rem !important;
}

@media(max-width:767px) {
  .archive .woo-entry-inner {
    margin-bottom: 20px !important;
  }
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
      display: none;
}
.wp-block-button__link.add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
}
.added_to_cart.wc-forward {
  display: none;
}

.oceanwp-social-menu ul li.menu-item-custom a.menu-link-custom {
  font-size: 14px !important;
}

.oceanwp-social-menu ul li.menu-item-custom a.menu-link-custom span {
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
}
.oceanwp-social-menu ul li.menu-item-custom a.menu-link-custom span:hover {
  color: #329fa3 !important;
}

@media(max-width:1160px) {
  .oceanwp-social-menu ul li.menu-item-custom a.menu-link-custom span {
    color: #a3a3a3  !important;
  }
}

@media(max-width:959px) {
  .oceanwp-social-menu ul li.menu-item-custom {
    display: none !important;
  }
}

@media (min-width: 1080px) {
  .owp-product-nav-wrap {
      top: -35px !important;
  }
}

@media(max-width:959px) {
  #content-wrap {
    display: flex;
    flex-direction: column;
  }
  .content-area {
    order: 2;
  }
  .sidebar-container {
    order: 1;
  }
  .sidebar-box.widget_block {
    display: none;
  }
}

.page-numbers {
  margin: 10px 0 !important;
}

.wc-block-product-categories-list-item .wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
  display: none;
}

.wc-block-product-categories-list-item.active .wc-block-product-categories-list--depth-1 {
  display: block;
  padding-left: 20px;
}

.wc-block-product-categories-list-item.active .wc-block-product-categories-list--depth-2 {
  display: none;
}

.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item.plus1.active .wc-block-product-categories-list--depth-2 {
  display: block;
  padding-left: 30px;
}

.wc-block-product-categories-list-item-count span {
    display: none;
}

.wc-block-product-categories-list-item-count::before {
  display: none;
}

.wc-block-product-categories-list-item-count::after {
content: " ";
}

.wc-block-product-categories-list-item.plus > span::after {
  content: "+" !important;
  cursor: pointer;
  font-size: 17px;
}

.archive .wc-block-product-categories-list .wc-block-product-categories-list-item {
  /* display: block;
  margin-bottom: 10px; */
  min-height: 32px;
}

.archive .wc-block-product-categories-list .wc-block-product-categories-list-item a {
  /* display: block; */
  padding-right: 10px;
}

/* .archive .wc-block-product-categories-list .wc-block-product-categories-list-item.active {
  display: list-item;
} */

.wc-block-product-categories-list-item.plus.active > span::after {
  content: "-" !important;
  cursor: pointer;
  font-size: 17px;
}

.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item.plus1 > span::after {
  content: "+" !important;
  cursor: pointer;
  font-size: 17px;
}

.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item.plus1.active > span::after {
  content: "-" !important;
  cursor: pointer;
  font-size: 17px;
}

.wc-block-product-categories-list-item > span::after,
.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > span::after,
.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > span::after {
  content: " " !important;
  cursor: pointer;
  font-size: 18px;
}

.woo-entry-inner .category {
  display: none !important;
}

.archive main .widget-title,
.product-template-default main .widget-title{
  border: none !important;
  font-size: 16px;
  padding-left: 0;
}

footer .contact-info-widget .text,
footer .contact-info-widget .email,
footer .oceanwp-newsletter-form-wrap form label,
footer .oceanwp-newsletter-form-wrap .oceanwp-mail-text {
  font-size: 13px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: flex;
	align-content: center;
	padding-left: 0;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
	color: #0f0f0f;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
	white-space: nowrap;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child {
    padding-top: 15px;
	padding-left: 0;
}

@media(max-width:1213px) {
	.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		flex-direction: column;
		padding: 0;
		margin-bottom: 30px;
	}
	.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
		padding-left: 0;		
	}
}

.archive .category-image {
	display: none;
}
.oceanwp-mobile-menu-icon .wcmenucart {
	order: 2;
	padding-left: 25px !important;
	font-size: 14px !important;
}

.oceanwp-mobile-menu-icon .mobile-menu {
	font-size: 14px !important;
}

header nav .main-menu .menu-item:hover a {
	color: #329fa3 !important;
}  

header nav .main-menu .menu-item:hover .sub-menu li a {
	color: #fff !important;
}  

/* .dropdown-menu ul li a.menu-link {
    color: #ffffff !important;;
} */

header nav .main-menu .woo-menu-icon:hover > a {
	color: #329fa3 !important;
}

.oceanwp-mobile-menu-icon a:hover {
	color: #329fa3 !important;
}

.wcmenucart-details.count {
	background-color: #329fa3 !important;
}

.wcmenucart-details.count:before {
    border-color: #329fa3 !important;
}

@media only screen and (max-width: 480px) {
	#site-header.top-header .oceanwp-mobile-menu-icon {
		display: flex !important;
		justify-content: space-between !important;
	}
}

