.tiHalfWidth{
    display: inline-block;
    float: left;
    width: 48%;
    padding: 1%;
}
.tiPlural{
    display: none;
}
#tiViewCartWrapper {
    text-align: left;
    display: none;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 5%;
}
#tiViewCart{
    /*width: 645px;*/
    width: 90%;
    margin: 0px auto;
    padding: 25px 5px 5px 5px;
    background-color: white;
    border-radius: 5px;
    position: relative;
}
#tiViewCart .lv_Button{
    z-index: 5001;
    background-image: url(../../images/lightview/topclose.png);
    width: 31px;
    height: 31px;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    top: -15px;
    position: absolute;
    right: -15px;
    left: auto;
}
#lightview #tiViewCartWrapper{
    display: block !important;
}
#tiItemsAdded .tiMessage {
    background: url('../../images/checkmark.png') no-repeat;
    padding-left: 30px;
    color: #78a900;
    height: 30px;
    background-position: top left;
    margin-bottom: 20px;
}
.tiMessage, .tiMessage .tiQty, .tiMessage .tiCartQty{
    font-size: 18px;
    text-align: left;
    font-family: VAGRoundedStdBold, Arial, Helvetica, sans-serif;
}
#tiCartSummary {
    background-color: #e9f3ff;
    margin-bottom: 10px;
}
#tiCartSummary .tiMessage {
    color: #1b4277;
}
#tiCartSummaryContents{
    width: 86%;
    margin: 15px 7% 0 7%;
}
#tiSubtotal {
    border-bottom: 1px solid #bfc8d2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#tiSubtotal span {
    float: right;
    color: #1b4277;
}

#tiContinue {
    color: #1b4277;
    font-weight: bold;
    margin-left: -5px;
    cursor: pointer;
}
.tiBlueArrow {
    border-right: 5px solid #1b4277; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid transparent; display: inline-block;
}
#tiModalCart {
    float: left;
    width: 114px;
    height: 32px;
    background: url('../../images/cartBtn_sprite.png') no-repeat;
}
#tiModalCart:hover {
    background-position: 0px -32px;
}
#tiModalButtons {
    overflow: auto;
    margin: 30px 0px 15px 0px;
}
#tiModalCheckout {
    float: right;
    width: 123px;
    height: 32px;
    background: url('../../images/checkoutBtn_sprite.png') no-repeat;
}
#tiModalCheckout:hover {
    background-position: 0px -32px;
}
/* Product Added */
.tiOverflow {
    overflow: auto;
}
#tiItemImage img {
    width: 100%;
    height: auto;
}
.tiProdPrice {
    color: #075cd2;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif !important;
}
#tiItemDesc div {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}
.tiProdTitle {
    font-family: VAGRoundedStdBold, Arial, Helvetica, sans-serif !important;
}
#tiItemDesc {
    padding-top: 20px;
}
#tiItemImage {
    box-shadow: inset 1px 6px 10px -6px #e9f3ff;
    -moz-box-shadow: inset 1px 6px 10px -6px #e9f3ff;
    -webkit-box-shadow: inset 1px 6px 10px -6px #e9f3ff;
}
.tiMultItem {
    background: url('../../images/product/horizontal-divider.png') repeat-x bottom center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: url('../../images/product/horizontal-divider.png') repeat-x bottom center;
}
.tiOldPrice {
    text-decoration: line-through;
    margin-right: 3px;
}
.tiFreeShipping{
    color: #1b4277;
    font-family: VAGRoundedStdBold, Arial, Helvetica, sans-serif;
    text-align: center;
}
#lv_overlay{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: .75;
}
.tiProdPrice .old-price {
    font-size: inherit;
}
.tiProdPrice .old-price .price {
    color: #444;
}
.tiProdPrice .special-price {
    font-size: inherit;
}

.catalog-category-view span.tiProdPrice span.price{
    font-size: 11px;
    font-weight: normal;
}

@media screen and (max-width: 770px) and (min-width: 480px){
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiModalButtons #tiModalCart{
        float: left;
        display: initial;
        margin-bottom: 10px;
        width: 100%;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiModalButtons #tiModalCheckout{
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 479px) and (min-width: 370px){
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiItemsAdded #tiItem #tiItemImage{
        width: 55%;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiItemsAdded #tiItem #tiItemDesc{
        width: 98%;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiModalButtons #tiModalCart{
        margin-bottom: 10px;
        float: left;
        width: 100%;
        border-radius: 5px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiItemsAdded .tiMessage{
        margin-bottom: 50px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiModalButtons #tiModalCheckout{
        float: left;
        width: 100%;
        border-radius: 5px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiSubtotal{
        font-size: 12px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiContinue{
        font-size: 12px;
    }
}
@media screen and (max-width: 369px){
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiItemsAdded #tiItem #tiItemImage{
        width: 55%;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiItemsAdded #tiItem #tiItemDesc{
        width: 98%;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiModalButtons #tiModalCart{
        margin-bottom: 10px;
        float: left;
        width: 100%;
        border-radius: 5px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiItemsAdded .tiMessage{
        margin-bottom: 50px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiModalButtons #tiModalCheckout{
        float: left;
        width: 100%;
        border-radius: 5px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiSubtotal{
        font-size: 10px;
    }
    #tiViewCartWrapper #tiViewCart .tiOverflow #tiCartSummary #tiCartSummaryContents #tiContinue{
        font-size: 10px;
    }
}
.catalog-category-view .category-view #category-products #list-content .products-grid li .actions .submit-btn-holder button{
    visibility: visible !important;
}
@media screen and (min-width: 771px){
    #tiViewCart{
        width: 645px;
    }
}






