﻿
/*Table Section */

.FavouriteProduct-table {
    font-size: 14px !important;
    color: #000000;
}

    .FavouriteProduct-table td {
        padding: 1.0% !important;
        border-right: none;
        border-left: none;
    }

        .FavouriteProduct-table td:last-child {
            text-align: center;
        }

    .FavouriteProduct-table tr td:nth-last-child(2) {
        text-align: center;
    }

    table.FavouriteProduct-table > thead > tr > th {
    padding: 20px !important;
    color: #000000;
    font-size: 15px;
    }

    .FavouriteProduct-table .width-50pct {
        width: 48%;
        min-width: 400px;
    }

    .FavouriteProduct-table .width-10pct {
        width: 10%;
    }

    .FavouriteProduct-table .width-9pct {
        width: 9%;
    }

    .FavouriteProduct-table .width-13pct {
        width: 13%;
    }

    .FavouriteProduct-table .width-7pct {
        width: 7%;
    }



    .FavouriteProduct-table th a.sortnonactive {
        color: #000000;
    }

    .FavouriteProduct-table th a.sortactive {
        color: #337ab7;
    }

    .FavouriteProduct-table .sortdes {
        background-image: url(Images/arrow-down.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 15px;
    }

    .FavouriteProduct-table .sortasc {
        background-image: url(Images/arrow-down.png);
        background-repeat: no-repeat;
        width: 16px;
        height: 15px;
        transform: rotate(180deg);
    }

    .FavouriteProduct-table .search_arrow {
        transform: rotate(270deg);
        background-repeat: no-repeat;
        width: 16px;
        height: 15px;
        margin-right: 10px;
    }

    .FavouriteProduct-table .trashicon {
        color: #454545 !important;
        font-size: 22px !important;
        padding-bottom: 0;
        margin-bottom: 0px;
    }

    .FavouriteProduct-table a.sortHeader {
        display: block;
        font-size: 15px;
        vertical-align: top;
    }

.favorite-products {
    height: 56px;
    width: 344px;
    color: #333333;
    font-family: "Helvetica Neue";
    font-size: 48px;
    font-weight: 100;
    line-height: 56px;
}

.search-within-result {
    height: 24px;
    width: 236px;
    color: #AFAFAF;
    font-family: "Helvetica Neue";
    font-size: 16px;
    line-height: 24px;
}

.buttons-primary-default {
    height: 40px !important;
    width: 126px !important;
}

.sort-by {
    height: 24px;
    width: 46px;
    color: #333333;
    font-family: "Helvetica Neue";
    font-size: 14px;
    line-height: 24px;
}

.sortby-downarrow {
    font-size: 14px;
    color: #2375B7;
    right: -199px !important;
    padding: 5px 7px 5px 5px;
    position: absolute;
}

.compare-selected {
    height: 24px !important;
    width: 136px !important;
    color: #2375B7 !important;
    font-family: "Helvetica Neue!important";
    font-size: 16px !important;
    line-height: 24px !important;
}

.print-favourite {
    margin-top: 20px !important;
    padding-top: 20px !important;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    text-align: right;
    font-size: 12px !important;
    color: #337ab7 !important;
}

    .print-favourite[disabled] {
        color: #ccc !important;
    }

.print-button-close {
    font-size: 37px !important;
    color: black !important;
    padding-right: 20px !important;
    opacity: 1 !important;
}

.print-cancelbutton {
    background-color: whitesmoke !important;
    color: #2375BB !important;
}

.btn-printcancel-padding {
    text-align: right;
    padding-right: 35px;
}

.in-stock {
    height: 17px !important;
    width: 94px !important;
    color: #048E29 !important;
    font-family: Helvetica !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 17px !important;
}

.out-of-stock {
    height: 24px !important;
    width: 102px !important;
    color: #E1500B !important;
    font-family: "Helvetica Neue" !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 0.23px !important;
    line-height: 24px !important;
}

label {
    display: inline;
}

.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
        padding: 9px;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }


.productdesc {
    color: #337ab7;
}

.fontgreen {
    color: seagreen;
}

.fontred {
    color: red;
}

.verticalalignmiddle {
    vertical-align: middle !important;
}

.deleteicon {
    color: black;
}


.input-searchboxradius {
    border-radius: 4px !important;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
}




a:hover {
    text-decoration: none;
}

.input-readonlyboxradius {
    height: 30px;
    width: 110px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50px !important;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-top-left-radius: 50px;
}


.padding-right-favourite {
    padding-right: 60px !important;
}

.deletebutton-icon {
    font-size: larger;
    margin-top: 8px;
}

.dataTable-favourite_textwrap {
    /* essential */
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    /* for good looks */
    padding: 10px;
}

.padding-right-xxlg {
    padding-right: 175px !important;
}

.info-readonlyboxradius {
    font-weight: bold;
    font-size: 12px;
    color: #454545;
    padding: 2px 14px 2px 14px;
    border-radius: 50px !important;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    display: inline-block;
    margin-bottom: 5px;
}

.enduser {
    border: 1px solid #ffbdbb;
    background: #ffbdbb;
}

.specialprice {
    border: 1px solid #b9e18b;
    background: #b9e18b;
}

.directship {
    border: 1px solid rgb(248,225,170);
    background: rgb(248,225,170);
}

.fontwhite {
    color: white;
}



/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.print-modal.left .print-modal-dialog,
.print-modal.right .print-modal-dialog {
    position: fixed;
    /*margin: auto;*/
    /*width: 320px;
    height: 100%;*/
    height: 1422px;
    width: 552px;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.print-modal.left .print-modal-content,
.print-modal.right .print-modal-content {
    height: 100%;
    overflow-y: auto;
}

.print-modal.left .print-modal-body,
.print-modal.right .print-modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.print-modal.left.fade .print-modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.print-modal.left.fade.in .print-modal-dialog {
    left: 0;
}

/*Right*/
.print-modal.right.fade .print-modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.print-modal.right.fade.in .print-modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.print-modal-content {
    border-radius: 0;
    border: none;
}

.print-modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.print-li {
    line-height: 2.5;
    font-size: 15px !important;
}

.print-h4 {
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: 20px;
    margin-bottom: 5px;
}

.print {
    font-family: "HelveticaNeue", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    font-size: 15px !important;
    margin: 10px 0px;
}

.print-h1 {
    font: 3rem Helvetica, Arial, "Lucida Grande", sans-serif !important;
    margin: 0;
}

.btnPadding {
    padding-left: 3px;
}

.btnGray {
    background-color: gray;
}

.searchPadding {
    padding-left: 15px;
    padding-right: 10px;
}

.margin-bottom-SortBy {
    margin-bottom: 0px;
}

.sortBy-pull-right {
    float: right;
}

.paddingTotalRecordsOnPage {
    padding-right: 15px;
}

.imgWidth {
    width: 90px;
}

.deleteFont-Size {
    font-size: larger !important;
}

.addtoCartPadding {
    padding: 0px !important;
}

.deletePadding {
    padding-left: 5px !important;
    padding-right:0px !important;
}

.txtGoToPageWidth {
    width: 40px;
    height: 33px;
    text-align: center;
    border: 1px solid #B8B8B8;
}

.btnAddFontSize {
    font-size: 14px;
}

.prodDescFontSize {
    font-size: 12px;
}

@media screen and (max-width: 600px) {

    #btnAddToCart {
        width: auto !important;
    }

    .imgWidth {
        width: 75px;
    }

    .favprod-container {
        padding: 0px 0px 0px 0px !important;
    }

    .FavouriteProduct-table {
        font-size: 10px !important;
    }

    .searchPadding {
        padding-left: 0px !important;
    }

    .btnSearchWidth {
        width: 80px !important;
    }

    .margin-bottom-SortBy {
        margin-bottom: 20px !important;
    }

    .searchAndSortLeftPadding {
        padding-left: 10px !important;
    }

    .sortBy-pull-right {
        float: left !important;
    }

    .pagination-pull-right {
        float: none !important;
        padding-left: 25px !important;
    }

    .paddingTotalRecordsOnPage {
        padding-right: 0px !important;
    }


    .deleteFont-Size {
        font-size: small !important;
    }

    .addtoCartPadding {
        padding-left: 0 !important;
        padding-right: 30px !important;
    } 

    .vcenter-container {
        display: block !important;
    }

    .btnAddFontSize {
        font-size: 10px !important;
    }

    .prodDescFontSize {
        font-size: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-height: 568px) {

    .imgWidth {
        width: 75px;
    }

    .margin-bottom-SortBy {
        margin-bottom: 20px !important;
    }

    .favprod-container {
        padding: 0px 0px 0px 0px !important;
    }

    .searchAndSortLeftPadding {
        padding-left: 10px !important;
    }

    .sortBy-pull-right {
        float: none !important;
    }

    .pagination-pull-right {
        float: none !important;
        padding-left: 10px !important;
    }
}

.sort-dropdown {
    background: #FFFFFF;
    border: 1px solid #9D9D9D;
    color: #9D9D9D;
    padding: 5px 5px 5px 0px;
    width: 275px;
}

.sort-dropdown-label {
    padding-left: 6px;
    text-align: left;
}

.dropdown-menu {
    margin: 1px 0 0;
}

    .dropdown-menu > li > a.sort {
        width: 275px;
        padding: 7px 9px 7px 9px !important
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #2375B7;
    }

.favprod-container {
    padding: 6px 48px 6px 48px;
    padding-bottom: 50px;
}


.favouriteproduct-container h1 {
    font: 3.5em "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #333333;
}

.btnSearchWidth {
    width: 100%;
}

.pagination-pull-right {
    float: right;
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #btnAddToCart {
        width: auto !important;
    }
    .imgWidth {
        width: 90px;
    }

    .favprod-container {
        padding: 0px 0px 0px 0px !important;
    }


    .btnSearchWidth {
        width: 130%;
    }

    .FavouriteProduct-table {
        font-size: 10px !important;
    }

    .deleteFont-Size {
        font-size: small !important;
    }

    .addtoCartPadding {
        padding-left: 0 !important;
        padding-right: 30px !important;
    }

    .searchAndSortLeftPadding {
        padding-left: 5px !important;
    }

    .btnAddFontSize {
        font-size: 10px !important;
    }

    .prodDescFontSize {
        font-size: 10px;
    } 
}

.searchAndSortLeftPadding {
    padding-left: 0px;
}

.favprod-container .goToPage {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #999;
}

.favprod-container .pager {
    display: inline-block;
    padding: 0 8px;
    margin: 0;
}

.favprod-container .itemsperpage .btn {
    width: 60px;
    height: 40px;
    text-align: center;
    padding: 5px 3px;
}

.favprod-container .ItemPerPageLabel {
    line-height: 29px;
}

@media screen and (min-width: 992px) {
    .favprod-container .searchBTN {
        margin-left: 10px;
    }

    .favprod-container .pagination {
        float: right;
    }
}

@media screen and (min-width:330px) (max-width:990px) {
    .favprod-container .container-body {
        padding: 0;
    }
}


.itemsperpage .ui-selectmenu-icon.ui-icon {
    background: url(images/arrow-down.png) center center no-repeat;
    height: 20px;
    width: 16px;
    position: relative;
    top: 5px;
    right: 8px;
}


.outofstockmodel {
    max-width: 560px;
    min-width: 560px;
    max-height: 450px;
    min-height: 287px
}

.greybgcolor {
    background-color: #fafafa;
}

.OutofStock-title {
    font-size: xx-large;
    padding-left: 35px;
}

.grey-text {
    color: dimgrey;
}

.resellerEmailForSubscribe {
    color: #000000 !important;
}

@supports (-ms-ime-align:auto) {
    :checked.regular-checkbox + label {
        padding: 12px 12px 9px 12px;
    }
}
.table-responsive {
    overflow-x: initial;
}
a.hoverredheart-icon:hover {
    color:#C33D39;
}

/* Create a custom checkbox */
.fav-product-chk .checkmark {
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #979797;
    border-radius: 4px;
    display:inline-block;
}

/* When the checkbox is checked, add a blue background */
.fav-product-chk .checkbox_container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.fav-product-chk .checkmark:after {
    content: "";
    display: none;
}

/* Show the checkmark when checked */
.fav-product-chk .checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.fav-product-chk .checkbox_container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #0B8C44;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position:relative;
}
.itemsperpage .dropdown-menu {
    min-width: auto;
}