/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.button tinvwl-button tinvwl_button_view tinvwl-btn-onclick {
    float: !important;
    width: fit-content;	
}
.woocommerce-Price-amount {
    display: unset!important;
}
/*Fharlægja notice bar efst þegar búið er að bæta við í körfu */
.woocommerce-notices-wrapper{
	display:none;}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #812521 !important;
    color: #fff;
}

.added2cartwrap {
    display: inline-block;
    background-color: #82ADA1 !important;
    padding: 0 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

/*Minnka top margin á öllum síðum - gert sérstaklega vegna undirsíða á Útgáfusíðunni */
.ast-separate-container #primary {
    padding: 0 0 !important;
    margin: 0;
    border: 0;
}
@media (min-width: 993px)
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
    margin: 0em 0!important;
    padding: 0;
}

.ast-article-single{
	padding: 0px !important;
}
/*Setja inn svo Umsagnir titill birtist aðeins þegar að það er minnst ein umsögn */
.commentlist li:nth-child(1)::before{
	content:"Umsagnir" !important;
	font-size:24px;
	padding-bottom: 20px;
	font-weight:600;
	margin-left: 40px;
}
/*Færa social takka á wishlist upp */
.social-buttons{
    position: absolute !important;
    left: 600px !important;
    top: -60px !important;
}

/*Jafna út takka á Whishlist popup*/
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
    width: 100%;
}
.woocommerce .tinv-wishlist .tinv-modal button+button.button {
    margin-left: 0px;
}

@media only screen and (max-width: 500px) {
  .variant {
	table-layout: fixed !important;
	width:100%;
  }
  .pvtfw_variant_table_cart_btn{
  	padding-left:10px !important;
	padding-right:10px!important;
  }
}
#variant-table{
	display:none;
}

.dce-posts-wrapper .baekur{
	display:none !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    /* border-color: #97251f; */
    border: solid #97251f;
    border-radius: 0px;
}

.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-details-product-title{
	text-align:center;
}
.dgwt-wcas-product-details .dgwt-wcas-details-space .dgwt-wcas-pd-price{
	text-align:center;
	text-align: center;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
}

.dgwt-wcas-pd-addtc {
	    display: flex;
    justify-content: center;
}