.card .card-image .card-category {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: -28px;
    right: 15px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 #A7A7A7;
    -moz-box-shadow: 0 1px 3px 0 #A7A7A7;
    box-shadow: 0 1px 3px 0 #A7A7A7;
}

.card .card-image .card-category i {
    font-size: 2.5em;
    padding: 10px;
    color: #bbbabb;
}

.card .card-content.has-category {
    padding-top: 30px;
}

.card .card-action>a.icon-link {
    color: #bbbabb !important;
    font-size: 12px;
}

.custom-btn  {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}

.btn-small {
    padding: 0 12px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.negative-top-margin-5 {
    margin-top: -5px;
}

.grey-text {
    color: #9e9e9e !important;
}


.pull_right_imp {
    float: right !important;
}

.pull_left_imp {
    float: left !important;
}

/*Start for pagetitle controle*/
.subHeader {
    font-size: 24px !important;
    color: #424242 !important;
    font-weight: normal !important;
}

.view-title {
    color: #444444;
    font-size: 23px;
}

.subtitle-vew {
    border-bottom: 1px solid #dedada;
    margin-bottom: 58px;
    padding-bottom: 10px;
}

/*End for pagetitle controle*/

.redText {
    color: red;
}

/*Start for Local Search Control*/
.search-card {
    border-radius: 0px !important;
    padding: 5px;
    background-color: grey !important;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0;
}

.search_card_input {
    background-color: #fff !important;
    margin: 0 !important;
    border-radius: 0px !important;
    height: 35px !important;
}
.search-icon {
    position: absolute;
    color: grey;
    margin-top: 8px;
    margin-left: 7px;
}

/*End of Local Search Control*/

/*added for card Control*/
.HDBox {
    font-size: 12px;
    margin-top: 8px !important;
    font-weight: bold;
    color: #FFFFFF;
}

.font_8px {
    font-size: 8px !important;
}

.card .card-image .rectangle-card-category {
    /* width: 86px; */
    height: 40px;
    position: absolute;
    bottom: -28px;
    right: 15px;
    /* border-radius: 50%; */
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 #A7A7A7;
    -moz-box-shadow: 0 1px 3px 0 #A7A7A7;
    box-shadow: 0 1px 3px 0 #A7A7A7;
    top: 136px;
}

.padding_bottom_40{
    padding-bottom: 40px !important;
}

.margin_right_10px {
    margin-right: 10 !important;
}

.viewSubtitle {
    font-weight: bold;
    color: #666666 !important;
}
.viewFieldDiv {
    margin-bottom: 20px;
}
.viewTab {
    margin-bottom: 30px;
}

 /*added ror view card control*/

.prod-panel {
    padding: 0;
}

.prod-panel .panel-slides {
    margin-bottom: 0;
    margin-top: 10px;
}

.prod-panel .panel-slides .sliderImg2 {
    width: 100%;
}

.prod-panel .carousel-container {
    margin-top: -5px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    height: 130px;
}

.prod-panel .carousel-container .carousel-spacer {
    height: 10px;
    margin-bottom: 0;
}

.prod-panel .carousel-container .carousel {
    height: 150px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px;
}

@media (max-width: 1456px) and (min-width: 1025px)
.prod-panel .product-actions {
    height: 430px !important;
    padding-right: 0 !important;
    padding-left: 10px !important;
}

.prod-panel .product-actions {
    color: #656565;
    border-left: 1px solid #e8e8e8;
    padding: 0 20px;
}

.prod-panel .product-actions .e-commerceBtn2 {
    background-color: white !important;
    border: 1px solid #B10A42;
    color: #B10A42;
    margin-top: 10px;
    font-weight: 300;
    height: 50px;
    width: 100%;
}

.prod-panel .product-actions .e-commerceBtn1 {
    margin-top: 10px;
    border-radius: 4px;
    padding-right: 0px;
    padding-left: 0px;
    height: 50px;
    width: 100%;
    font-size: 18px;
    text-transform: none;
    /*background-color: #388f3c !important;*/
}

