.Clickable {
cursor: pointer;
}
.ClickableLink {
cursor: pointer;
}
.AddToCartOuter, .ReadMoreOuter {
max-width: 80px;
float: right;
height: 34px;
width: 80px;
}
.ItemDetails .AddToCartOuter {
float: none;
}
.PriceAndAddToCart > div.AddToCartOuter.false {
display: none;
}
.AddToCartOuter .AddToCart,
.ReadMoreOuter .ReadMore {
border-radius: 3px;
padding: 5px;
font-size: 12px;
text-align: center;
display: block;
height: 32px;
color: #fff;
border: 1px solid #73ae2e;
/* max-width: 80px; */
background-color: #73ae2e;
}
.ReadMoreOuter .ReadMore {
color: #fff;
background-color: #555;
}
.AddToCartOuter .AddToCart img {
vertical-align: middle;
}
.AddToCartOuter .AddToCart:hover, .ReadMoreOuter .ReadMore:hover {
background-color: #659C24;
border: 1px solid #659C24;
color: White;
}
.ReadMoreOuter, .ReadMore:hover {
color: white;
}
.AddToCartOuter .AddToCart.Spinner {
background-color: white;
vertical-align: middle;
padding-top: 4px;
}
.AddToCartOuter .AddToCart.Spinner:hover {
background-color: white;
color: #73AE2E;
}
.AddToCartOuter .AddToCartQuantity {
position: relative;
display: none;
height: 47px;
width: 100%;
border-radius: 3px;
}
.AddToCartOuter .AddToCartQuantityBox {
border-spacing: 0px;
display: table;
border: 1px solid #555555;
/* height: 47px; Blívur ov høgt inni á innkeypskurvini */
width: 100%;
}
.AddToCartOuter .AddToCartQuantityBox > div {
display: table-cell;
}
.AddToCartOuter .AddToCartQuantity .AddToCartQuantityMinus, .AddToCartQuantity .AddToCartQuantityPlus {
background-color: #555555;
vertical-align: middle;
line-height: 22px;
text-align: center;
font-size: 22px;
color: white;
width: 30px;
}
.AddToCartOuter .AddToCartQuantity .AddToCartQuantityValue {
text-align: center;
line-height: 24px;
font-size: 17px;
display: inline-block;
border: 1px solid White;
/* height: 45px; Blívur ov høgt inni á innkeypskurvini */
width: 40px;
}
.AddToCartOuter .AddToCartQuantity .AddToCartQuantityValue img {
padding-top: 2px;
}
.AddToCartOuter .AddToCartQuantityInput {
white-space: nowrap;
text-align: center;
position: absolute;
display: none;
top: -38px;
left: 0px;
}
.AddToCartOuter .AddToCartQuantityInput .Input {
background-color: black;
padding: 5px;
}
.AddToCartOuter .AddToCartQuantityInput .Input input[type='text'],
.AddToCartOuter .AddToCartQuantityInput .Input input[type='tel'] {
background-color: white;
vertical-align: top;
text-align: center;
font-size: 16px;
padding: 0px;
border: 1px solid black;
color: #404040;
height: 20px;
margin: 0px 2px;
width: 35px;
}
.AddToCartOuter .AddToCartQuantityInput .Input input[type='button'] {
background-color: #73AE2E;
vertical-align: top;
padding: 0px;
cursor: pointer;
margin: 0px;
border: 0px;
height: 20px;
width: 25px;
color: White;
}
.AddToCartOuter .AddToCartQuantityInput .Arrow {
background-repeat: no-repeat;
background-image: url(../Images/Arrow_Down_Black_17x10.png);
height: 10px;
background-position: 50% 0%;
}
.AddToCartOuter .AddToCartQuantityValue:hover {
border: 1px solid Black;
}
/* Item details begins */
.ItemDetails .AddToCartDropdown {
width: 135px;
}
.ItemDetails .AddToCartOuter {
max-width: 135px;
display: inline-block;
width: 135px;
}
.ItemDetails .AddToCartOuter .AddToCart {
}
.ItemDetails .AddToCartOuter .AddToCartQuantity .AddToCartQuantityMinus,
.ItemDetails .AddToCartQuantity .AddToCartQuantityPlus {
line-height: 30px;
}
.ItemDetails .AddToCartOuter .AddToCartQuantity .AddToCartQuantityValue {
line-height: 45px;
font-size: 45px;
width: 100%;
}
.ItemDetails .AddToCartOuter .AddToCart.Spinner {
background-color: white;
height: 47px;
color: #73AE2E;
}
/* Item details ends */
/* Price begins */
.UnitPriceInclVat {
line-height: 14px;
font-size: 14px;
display: inline;
}
.PriceCurrent {
line-height: 43px;
font-size: 25px;
display: block;
color: black;
font-weight: 700;
text-align: center;
margin-top: 10px;
color: #3c3c3c !important;
}
.PriceMain {
line-height: 17px;
font-size: 14px;
display: block;
color: black;
font-weight: 700;
text-align: center;
color: #3c3c3c !important;
}
.PriceWithoutDiscount {
text-decoration: line-through;
color: red !important;
}
.PriceWithoutDiscount:hover {
text-decoration: line-through !important;
}
.PriceAlternative {
margin-top: 3px;
line-height: 19px;
font-size: 12px;
display: none;
color: #808282;
}
/* Price ends */