﻿/*Page Logo Image*/
/*.page-logo {
    padding: 0;
}

.page-logo img {
    width: 50%;
}*/

/*Checkbox*/
.chkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 30px;
}

.chkbox input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

/*Radio Button*/
.radiobuttonlist label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 30px;
}

.radiobuttonlist input[type="radio"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

/*Price and SalePrice*/
.product-price {
    /*font-size: 18px;
    color: #2ed3ae;*/
}

.product-price span:before {
    content: "$";
    display: inline-block;
}

* + .product-price {
    margin-top: 1px;
}

.product-price.sale-price span {
    padding: 0 3px;
}

.product-price.sale-price span:first-of-type {
    /*color: #ff596d;*/
}

.product-price.sale-price span:last-of-type {
    position: relative;
    display: inline-block;
    /*color: #888;
    font-size: 18px;*/
}

.product-price.sale-price span:last-of-type:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid;
    content: "";
    display: inline-block;
}

/* PAGING */
.PagingHelper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border: none;
    border-radius: 4px;
}

.PagingHelper a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #886ab5;
    background-color: #fff;
    border: 0px solid #dee2e6;
}

.PagingHelper a:hover {
    z-index: 2;
    color: #967bbd;
    text-decoration: none;
    background-color: #f3f3f3;
    border-color: #dee2e6;
}

.PagingHelper a:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}

.PagingHelper font {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 0px solid #dee2e6;
}

/*create product picture*/
.delete-color {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 0;
}

.picture-container {
    position: relative;
}