<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.first-wish-th tr th:first-child {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

.wishlist-tbl table thead th, .wishlist-tbl table thead td {
    padding: 10px 15px 10px 15px !important;
    border-bottom: 1px solid #e2e5e7 !important;
    font-size: 18px;
    color: #173f5f;
    letter-spacing: 1px;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #e2e5e7 !important;
    font-weight: 500;
}
.wishlist-tbl table td{
    border-bottom: 1px solid #dee2e6;
    padding: 15px 10px !important;
}
.wishlist-tbl table tr td {
    color: #2d4651;
    min-width: 100px;
}
.wishlist-tbl table tbody tr td:nth-child(2) {
    text-align: left;
    min-width: 230px;
    max-width: 230px;
}

.imgg-box {
    display: block;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 3px 0px #ececec;
    padding: 5px;
    width: 100%;
}


.cart-remove-box {
    padding: 3px;
    box-shadow: 0 2px 4px 1px #e9e9e9;
    cursor: pointer;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    background: #fff;   
}
.cart-remove-box:hover{
	background: #173f5f;
    color: #fff;
}
.div-p-table p{
	margin-bottom: 5px;
	font-size: 14px;
	color: #777;
}
.t-color{
	color: #000;
}
.div-p-table .span-b{
	font-weight: 500;
}
.order-summary-me-price {
    display: flow-root;
    width: 100%;
}

.order-summary-me-price dd {
    margin-bottom: 0;
    width: 100%;
    float: left;
    padding: 8px 10px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 14px;
}
.order-summary-me-price dd strong {
    float: right;
    margin-left: 10px;
    color: #000;
    font-weight: normal;
}

.quantity {
    display: inline-block;
}
.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    /* border-radius: 4px; */
    /* box-shadow: 0 1px 3px 0 #a09b9b99; */
    display: inline-flex;
    position: relative;
    padding-right: 22px;
}
.quantity .input-text.qty {     
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    display: inline-flex;
    padding: 0;
    width: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #444;
    justify-content: center;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0px;
}
.quantity.buttons_added .minus, .quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 30px;
    width: 28px;
    background-color: #173f5f;
    border: 1px solid #173f5f;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 1px solid #000;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    color: #000;
    border-radius: 0;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.quantity.buttons_added .plus {
    border-left: 0;
    /* border-radius: 0 4px 4px 0; */
    font-size: 20px;
    color: #000;
    padding: 3px 8px 3px 8px;
    line-height: 2px;
    outline: none;
    border: 1px solid #444;
    top: 0;
    right: 0;
    height: 24px;
    line-height: 18px;
}
.quantity.buttons_added .minus {
    border-right: 0;
    /* border-radius: 4px 0 0 4px; */
    font-size: 23px;
    color: #000;
    padding: 3px 8px 3px 8px;
    line-height: 1px;
    outline: none;
    border: 1px solid #444;
    bottom: 0;
    right: 0;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
    outline: none;
}

.quantity.buttons_added .plus:hover {
    background-color: #173f5f;
    border: 1px solid #173f5f;
    color: #fff;
}
.quantity.buttons_added .minus:hover {
    background-color: #173f5f;
    border: 1px solid #173f5f;
    color: #fff;
}

.cart-prodtitle-color{
	color: #173f5f;
}</pre></body></html>