/******************************/
/*****  Recommendations   *****/
/******************************/

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flexDirectionCol {
    -moz-box-direction: column;
    -webkit-box-direction: column;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flexbox-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexAlignItemsCenter {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(181,96,163,0.1);
}
.flexJustifyBetween {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

.flexAlignItemsEnd {
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

.flex3 {
    flex: 3;
}

.flex1 {
    flex: 1;
}

.sRecom .srIcon {
    /*display: block;*/
    width: 19px;
    /*margin-right: 15px;*/
    margin-right: 0px;
    height: 21px;
}

.sRecom .srTitle {
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    margin-top: 0px;
    margin-left: 10px;
}

.sRecom .srNotif {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: -1px;
    margin-left: 10px;
}

.sRecomStatus {
    display: none;
}

.textalignright {
    text-align: right;
}

.textalignleft {
    text-align: left;
}

.switchBtn .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    vertical-align: middle;
    margin: 0 5px;
}

.switchBtn input {
    display: none;
}

.switch input {
    visibility: hidden;
    width: 42px;
    height: 10px;
    position: absolute;
    border: red 1px solid;
    margin: 0;
    z-index: 9;
}

.switchBtn input:checked + .slider {
    background-color: #b560a3;
}

.switchBtn .slider.round {
    border-radius: 34px;
}

.switchBtn input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.switchBtn .slider.round:before {
    border-radius: 50%;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.switchBtn .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchBtn .labelTitle {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    width: 52px;
    color: #ccc;
}

.sRecom .viewRecom {
    margin-top: -2px;
}

.sRecom .viewRecom .vrTrigger {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    background-color: #b560a3;
    cursor: pointer;
    display: inline-block;
    padding: 7px 36px 7px 25px;
    border-radius: 50px;
    background-image: url(../images/icon-downArrow.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: calc(100% - 15px) center;
    text-transform: uppercase;
}

.vrOverlay {
    display: none;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.sRecom .viewRecom .vrBox {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 15px 0 0 0;
    z-index: 9999;
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
}

.panel {
    border-radius: 0px;
    box-shadow: 0px 0px 10px #ccc;
    border: none;
    margin-bottom: 10px;
}

.panel-body {
    display: block;
    padding: 15px 15px;
}

.sRecom {
    position: relative;
}



/************************/
/******** POP UP ********/
/************************/
.vrOverlay {
    display: none;
    background-color: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.sRecom .viewRecom .vrBox {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 15px 0 0 0;
    z-index: 9999;
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
}
.vrHead {
    padding: 20px 20px;
    border-bottom: 3px solid #66315b;
}

.margintop0 {
    margin-top: 0 !important;
}

.vrBody {
    padding: 10px 5px 25px;
    height: auto;
    overflow-y: auto;
    min-height: 150px;
    width: 100%;
    overflow-x: hidden;
}

table input[type=number] {
    -moz-appearance: textfield;
}
table .cart-item-qty {
    text-align: center;
}
.table input {
    margin: 0px;
}

.iconCart {
    background-image: url(../images/icon-cart.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.tpFeature {
    font-size: 10px;
    font-weight: 400;
    padding: 3px 0 2px 20px;
    background-image: url(../images/icon-greenTick.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.iconCart.removeAllFromCart {
    display: none;
    background-image: url(../images/icon-cart-active.png);
}

/*  pop up table  */
table#tblMyFav, table#tblMyFav thead, table#tblMyFav, table#tblMyFav thead tr, table#tblMyFav tbody, table#tblMyFav tbody tr,
table#tblMyCart, table#tblMyCart thead, table#tblMyCart, table#tblMyCart thead tr, table#tblMyCart tbody, table#tblMyCart tbody tr,
table#tblRecommendation, table#tblRecommendation thead, table#tblRecommendation, table#tblRecommendation thead tr, table#tblRecommendation tbody, table#tblRecommendation tbody tr {
    display: inline-block;
    width: 100%;
}
table#tblMyFav thead tr th,
table#tblMyFav tbody tr td,
table#tblRecommendation thead tr th, 
table#tblRecommendation tbody tr td {
    display: inline-block;
    text-align: left;
}
table#tblMyFav thead tr th
table#tblRecommendation thead tr th {
    padding-left: 1%;
    padding-right: 1%;
}

table#tblRecommendation tbody tr td:first-child 
table#tblRecommendation tbody tr td:nth-child(2),
table#tblRecommendation tbody tr td:nth-child(3),
table#tblRecommendation tbody tr td:nth-child(4), 
table#tblRecommendation tbody tr td:nth-child(5),
table#tblRecommendation tbody tr td:nth-child(6), 
table#tblRecommendation tbody tr td:nth-child(7),
table#tblRecommendation tbody tr td:nth-child(8),
table#tblMyFav tbody tr td:first-child 
table#tblMyFav tbody tr td:nth-child(2),
table#tblMyFav tbody tr td:nth-child(3),
table#tblMyFav tbody tr td:nth-child(4), 
table#tblMyFav tbody tr td:nth-child(5),
table#tblMyFav tbody tr td:nth-child(6), 
table#tblMyFav tbody tr td:nth-child(7),
table#tblMyFav tbody tr td:nth-child(8) {
    margin-left: 3px;
}

table#tblMyFav thead tr th:first-child, 
table#tblMyFav tbody tr td:first-child,
/*Commented due to overriding theme.css properties*/
/*table#tblMyCart thead tr th:first-child, 
table#tblMyCart tbody tr td:first-child,*/
table#tblRecommendation thead tr th:first-child, 
table#tblRecommendation tbody tr td:first-child {
    width: 5%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(2),
table#tblMyFav tbody tr td:nth-child(2),
/*table#tblMyCart thead tr th:nth-child(2),
table#tblMyCart tbody tr td:nth-child(2),*/
table#tblRecommendation thead tr th:nth-child(2), 
table#tblRecommendation tbody tr td:nth-child(2) {
    width: 20%;
    text-align: left;
}


table#tblRecommendation thead tr th:nth-child(3),
table#tblRecommendation tbody tr td:nth-child(3) {
    width: 23%;
}
table#tblMyFav thead tr th:nth-child(3),
table#tblMyFav tbody tr td:nth-child(3)
/*table#tblMyCart thead tr th:nth-child(3),
table#tblMyCart tbody tr td:nth-child(3)*/{
    width: 23%;
}

table#tblRecommendation thead tr th:nth-child(4),
table#tblRecommendation tbody tr td:nth-child(4) {
    width: 15%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(4),
table#tblMyFav tbody tr td:nth-child(4)
/*table#tblMyCart thead tr th:nth-child(4),
table#tblMyCart tbody tr td:nth-child(4)*/{
    width: 15%;
    text-align: center;
}

table#tblRecommendation thead tr th:nth-child(5),
table#tblRecommendation tbody tr td:nth-child(5) {
    width: 13%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(5),
table#tblMyFav tbody tr td:nth-child(5)
/*table#tblMyCart thead tr th:nth-child(5),
table#tblMyCart tbody tr td:nth-child(5)*/{
    width: 13%;
    text-align: center;
}

table#tblRecommendation thead tr th:nth-child(6),
table#tblRecommendation tbody tr td:nth-child(6) {
    width: 10%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(6),
table#tblMyFav tbody tr td:nth-child(6)
/*table#tblMyCart thead tr th:nth-child(6),
table#tblMyCart tbody tr td:nth-child(6)*/{
    width: 10%;
}

table#tblRecommendation thead tr th:nth-child(7),
table#tblRecommendation tbody tr td:nth-child(7) {
    width: 5%;
}
table#tblMyFav thead tr th:nth-child(7),
table#tblMyFav tbody tr td:nth-child(7)
/*table#tblMyCart thead tr th:nth-child(7),
table#tblMyCart tbody tr td:nth-child(7)*/{
    width: 5%;
}

table#tblRecommendation thead tr th:nth-child(8),
table#tblRecommendation tbody tr td:nth-child(8) {
    width: 5%;
}

.vrBody table > tbody > tr:nth-child(2n), 
.vrBody table > tbody > tr:nth-child(2n+1) {
    background-color: #fff;
}
.vrBody table > tbody > tr:nth-child(2n), 
.vrBody table > tbody > tr:nth-child(2n+1) {
    background-color: #fff;
}
.vrBody table > tbody > tr:nth-child(4n), 
.vrBody table > tbody > tr:nth-child(4n-1) {
    background-color: #f6eff6;
}
.vrBody table > tbody > tr:nth-child(4n), 
.vrBody table > tbody > tr:nth-child(4n-1) {
    background-color: #f6eff6;
}

table#tblRecommendation tbody tr td span.glyphicon,
table#tblMyFav tbody tr td span.glyphicon {
    padding: 0 5px;
}
table#tblLyFav tbody tr td span.glyphicon {
    padding: 0 5px;
}
#tblRecommendation.table.fixed-header tbody {
    height: auto;
    max-height: 280px;
    overflow: hidden;
    outline: none;
}
#tblRecommendation.table.fixed-header {
    height: auto;
    overflow-y: auto;
}

.sRecom .cartFooter {
    padding: 10px 20px 25px;
}

.cartFooter {
    font-weight: 600;
    padding-top: 10px;
}

.boldTxt {
    font-size: 12px;
    font-weight: 700;
}

.ripple {
    background-position: center;
    transition: background 0.8s;
}

/*.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:focus {
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 10px;
    color: #fff;
    background-color: #b560a3;
    border-color: #b560a3;
    border-radius: 15px!important;
    outline: none;
    box-shadow: none;
}*/

.btn-primary[disabled] {
    background-color: #b560a3;
    border-color: #b560a3;
    opacity: 0.5;
}



/*************************/
/****** right tab  *******/
/*************************/

.favcart {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    border-bottom: none;
}

.favcart li {
    width: 50%;
    background-color: #cccccc;
    cursor: pointer;
}

.favcart li.active {
    background-color: #b560a3;
}

.favcart.nav-tabs > li.active > a {
    background-color: transparent;
}

.reports-panel .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.favcart.nav-tabs > li.active > a {
    background-color: transparent;
}
.favcart.nav-tabs > li > a, .favcart.nav-tabs > li > a:hover {
    border: none;
    color: #fff !important;
    padding: 12px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.favcart li {
    width: 50%;
    background-color: #cccccc;
    cursor: pointer;
}

.iconCart.active {
    background-image: url(../images/icon-cart-active.png);
}


/*Notification UI changes*/
.notifContainer{margin-top: 20px;}
.notifIcon{padding-top: 4px;padding-right: 13px; position: relative;cursor: pointer;}
.notifIcon img{display: inline-block;vertical-align: middle;}
.notifIcon .notifCount{background-color: #5ab046;box-shadow: 0 0 3px rgba(0, 0, 0, 0.54);width: 19px;color: #ffffff;font-size: 10px;line-height: 10px; font-weight: 400;position: absolute; top: -4px; right: 4px;padding: 5px 0; border-radius: 100%; text-align: center;}
.notifBox{color: #000000;width: 368px;left: unset !important; right: -200px;z-index: 9999 !important}
.notifCount{display: none;}
.nbHead{color: #ffffff;font-size: 15px;background-color: #b560a3;padding: 12px 20px;}
.nbBody{background-color: #fff;height: auto; max-height: 345px; overflow: auto;}
.nbTitle{font-size: 10px; padding: 10px 20px;border-bottom: 1px solid rgba(181,96,163,0.5);}
.nbGrp{padding: 0 0 0 20px; height: 85px;}
.nbGrp.withBg{background-color: rgba(181,96,163,0.1);border-bottom: 2px solid #fff;}
.nbGrp .nbgContent{width: 65%;border-right: 1px solid rgba(181,96,163,0.1);padding: 10px 10px 10px 0;float: left;}
.nbGrp.withBg .nbgContent{border-right: 1px solid rgba(181,96,163,0.2);}
.nbGrp .nbgTitle{font-size: 11px;color: #000000;text-transform: uppercase;margin-bottom: 10px; cursor: pointer;}
.nbGrp .nbgDesc{font-size: 10px;color: #969696;}
.nbGrp.withBg .nbgDesc{color: #000000;}
.nbGrp .nbgAction{width: 35%;text-align: center;font-size: 10px; float: right}
div.dropdown > ul.dropdown-menu .nbGrp a{font-size: 10px;padding: 15px 10px;margin: auto;}
div.dropdown > ul.dropdown-menu .nbGrp a:hover{background-color: transparent;color: #000 !important;}
div.dropdown > ul.dropdown-menu .nbGrp .nbCart, div.dropdown > ul.dropdown-menu .nbGrp .nbCart:hover{color: #b560a3 !important;width: 100%;}
div.dropdown > ul.dropdown-menu .nbGrp .nbCart{border-bottom: 1px solid rgba(181,96,163,0.1);}
.nbFailText{
    color: #e95e5e !important;
}

/************** Tab component *****************/
.panel-cart.panel .panel-heading {
    background-color: transparent;
}

.cart-payment-term {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}

.panel .panel-heading select, .ul-order-types select, .cart-payment-term select {
    border: 1px solid #acacac;
    border-radius: 0px;
    background: #fff;
    color: #424242;
    min-width: 70px;
    margin-left: 5px;
}


.cart-payment-term select {
    /*margin-left: 0 !important;*/
}

.ripple:hover {
    background: #8250c5 radial-gradient(circle, transparent 5%, #8250c5 1%) center/15000%;
}

/* 
table#tblMyFav, table#tblMyFav thead, table#tblMyFav, table#tblMyFav thead tr, table#tblMyFav tbody, table#tblMyFav tbody tr {
    display: inline-block;
    width: 100%;
}

table#tblMyFav thead tr th:nth-child(6),
table#tblMyFav thead tr th:nth-child(7),

table#tblMyFav thead tr th:first-child, table#tblMyFav tbody tr td:first-child {
    width: 7%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(2), table#tblMyFav tbody tr td:nth-child(2) {
    width: 7%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(3), table#tblMyFav tbody tr td:nth-child(3) {
    width: 30%;
}
table#tblMyFav thead tr th:nth-child(4), table#tblMyFav tbody tr td:nth-child(4) {
    width: 15%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(5), table#tblMyFav tbody tr td:nth-child(5) {
    width: 7%;
    text-align: center;
}
table#tblMyFav thead tr th:nth-child(6), table#tblMyFav tbody tr td:nth-child(6) {
    width: 14%;
    text-align: center;
}
table#tblMyCart thead tr th:nth-child(7), table#tblMyCart tbody tr td:nth-child(7) {
    width: 7%;
}
table#tblMyCart thead tr th:nth-child(8), table#tblMyCart tbody tr td:nth-child(8) {
    width: 6%;
} */

.favqty {
    width: 45px;
    border-collapse: collpase;
    text-align: center;
    padding: 0px 3px;
    display: block;
}

#addToCartRecomForm {
    padding-left: 0;
    padding-right: 0;
}


/*********************/
/*** smart trigger ***/
/*********************/
.smartTrigger .stTitle {
    font-size: 12px;
    font-weight: 700;
    margin: 15px 0 10px;
}
.smartTrigger .stList {
    text-align: center;
}
.flexWrap {
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-wrap: wrap;
}
.smartTrigger .stAdded {
    background-image: url(../images/icon-greenTick.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
}
.smartTrigger .stItem {
    width: 100px ;
    border: 1px solid #9d9d9d;
    background-color: #ffffff;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
    padding-bottom: 30px;
}
.smartTrigger .stDetail {
    padding: 15px 5px;
}
.smartTrigger .stName {
    font-size: 12px;
    font-weight: 700;
}
.smartTrigger .stDesc {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}
.smartTrigger .stPLabel {
    font-size: 12px;
    font-weight: 700;
    height: 32px;
}
.smartTrigger .stPrice {
    font-size: 12px;
    font-weight: 700;
}
.smartTrigger .stAdded .stAdd {
    background-color: #b7b7b7;
    cursor: auto;
}
.smartTrigger .stAdd {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #b560a3;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.stCode {
    display: none;
}

.stList-small .slick-track{
    width: auto !important;
}
.smartTrigger .slick-next, .smartTrigger .slick-prev {
    display: block !important;
}
.ripple:active {
    background-color: #b560a3;
    background-size: 100%;
    transition: background 0s;
}

.ripple:hover {
    background: #8250c5 radial-gradient(circle, transparent 5%, #8250c5 1%) center/15000%;
}

/*.table.fixed-header {*/
    /*height: 331px !important;*/
    /*overflow-y: auto !important;*/
/*}*/

@media (min-width: 1400px) {
    .account-section {
        margin: 0 auto;
        width: 100%;
    }
}

table#tblMyCart{
    /*height:249px;*/
    height: auto;
    overflow-y: auto;
}
@media screen and (max-width:767px){
    table#tblMyCart{
        height:249px;
        overflow-y: auto;
        margin-top: -1px;
    }
}
table#tblMyFav{
    /*height:375px;*/
    height:auto;
    overflow-y: auto;
}


.panel.panel-cart .panel-body{
    min-height: 365px;
}


@media screen and (max-width: 767px) {
    .panel-body {
        padding: 20px 7px;
    }
    .open > .dropdown-menu{
        padding:0px;
        left:30px;
        width:180px;
    }

    table#tblMyFav thead tr th:nth-child(2),
    table#tblMyCart thead tr th:nth-child(2) {
            text-align: left;
    }
    .notifBox {
        width: 347px;
        right: -124px;
    }
}

#tablist {
	margin-bottom: -10px;
	height: 40px;
}

.sRecom .panel-body {
    height:56px;
}

@media screen and (max-width: 767px){
    .sRecom .panel-body {
    height: 95px;
}
}

.panel-myfav{
	height: auto;
}
#tblmyfavtbd{
	max-height: 339px;
	min-height: 339px;
	height: auto;
}
.panel-cart {
	height: auto;
}

table#tblMyCart tbody {
	max-height: 212px;
    min-height: 212px;
    height: auto;
}

.stp-for-bath-retail select {
        border-radius: 3px;
        height: 20px;
        margin: 5px 10px;
        text-transform: uppercase;
        font-size: 13px;
        width: -webkit-fill-available;
        background: #fff;
        color: #424242;
        border-radius: 3px;
        height: 25px;
        margin-left: 8px;
        padding: 0 10px;
        color: #502c83;
        font-weight: 700;
}