/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.sticky{
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #c86c61;
} 

.loader {
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: center no-repeat;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
    display:none;
}

.woocommerce .loader::before{
	display:none !important;
}
.cart_uper {
    text-align: -webkit-right;
    background-color: rgba(110,203,184,100)!important;
}
.cart_uper a.removed {
    padding: 4px 6px 1px 1px;
    cursor: pointer;
    width: 22px;
    background: #004e59;
    font-size: 18px;
    height: 22px;
    color: #fff !important;
    font-weight: 900;
}/*
.cart-menu-wrap:hover .widget_shopping_cart,
.cart-menu-wrap:hover ~ .widget_shopping_cart {
    opacity: 1 !important;

}
.widget_shopping_cart{
    display: none !important;
}
.widget_shopping_cart:hover:before {
	display: none !important;
}
.cart-menu-wrap li {
position:relative;
}
.cart-menu-wrap li ul{
    opacity: unset !important;
}*/
#header-outer .open.widget_shopping_cart {
    transform: none !important;
}
#footer-outer .widget_shopping_cart .cart_list a, #header-outer .widget_shopping_cart .cart_list a, .nectar-slide-in-cart .widget_shopping_cart .cart_list a {
    margin-left: 9px !important;
}

body > aside.country-selector.weglot-inline.weglot-default.location-not-found.weglot-invert {
	display: none;
}

@media only screen and (max-width: 482px) {
    .wc-proceed-to-checkout .button.checkout-button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
      font-size: unset;
  }
}
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
    	display: inline-grid !important;
    }
    div.dark .wpb_column.column_container.vc_column_container{
    	min-width: 100% !important;
    }
}


@media screen and (max-width: 500px) {
	@supports (-webkit-touch-callout: none) {
		.woocommerce-product-details__short-description p {
			font-size: 0.6rem !important;
		}

		.woocommerce-product-details__short-description p strong {
			font-size: 0.6rem !important;
		}

		.sft-summary > .woocommerce-product-details__short-description > p {
			font-size: 0.6rem;
		}
	}
	
	@supports not (-webkit-touch-callout: none) {
		.woocommerce-product-details__short-description p {
			font-size: 16px !important;
		}

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

		.sft-summary > .woocommerce-product-details__short-description > p {
			font-size: 16px;
		}
	}
	
}
