
body
{


}

.sb-wrapper
{
    width: 130%;
    height: 342px;
    margin: 0 auto;
    border: 1px solid rgba(242, 138, 47, 1);
    overflow: inherit;
    position: absolute;
    top: 43px;
    left: 16px;
    background-color: #ffffff;
    z-index: 1;
}

.sb-wrapper .sb-main
{
    width:100%;
    height:452px;
}

.sb-wrapper .sb-main-left
{
    width:70%;
    height:452px;
    float: left;
}

.sb-main-left .sb-main-left-header
{
    width: 100%;
    height: 50px;
    box-shadow: inset -3px 3px 10px rgba(2,2,2,0.2);
    background: #f2f2f2;
    border-radius:0px 0px 10px 0px;
}

.sb-main-left-header .header-left
{
    width:70%;
    height: 50px;
    float:left;
}

.header-left .hl-p
{
    padding: 10px 0px 0px 9px;
    font-size: 13px;
    font-weight: normal;
    font-family: cursive;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sb-main-left-header .header-right
{
    width:30%;
    height: 50px;
    float: right;

}

.header-right .hr-span
{
    background: url("../images/document.png") no-repeat right top scroll;
    background-size: 114%;
    position: absolute;
    width: 94px;
    height: 50px;
    font: 600 11px/14px 'Lato',sans-serif;
    color: #5E6B6B;
    padding: 20px 8px 10px 11px;
    margin-top: -2px;

}


.sb-main-left .sb-main-left-center
{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*border-right: 1px solid #ccc;*/
    box-shadow: 6px 4px 7px -5px rgba(0,0,0,0.3);
}

.sb-main-left-center .left-center-main
{
    width: 100%;
    height:auto;
    margin-top: 10px;

}
.left-center-main ul.cm-ul
{
    margin: 0px 0px 0px 9px;
    padding: 0px;
    list-style: none;
    width: 100%;
    float: left;

}

.left-center-main ul.cm-ul li
{
    margin:0;
    padding:0;
    list-style:none;
    height:35px;
    border-bottom: 1px solid #e2e2e2;
}

.left-center-main ul.cm-ul li a.product-search
{
    width:42px;
    float: left;
    text-decoration: none;
}

.left-center-main ul.cm-ul li a.product-search img.product-img
{
    width:30px;
    height:30px;
}

.left-center-main ul.cm-ul li a.product-name
{
    width:175px;
    height:31px;
    float: left;
    padding-left: 2px;
    padding-top: 3px;
}
.left-center-main ul.cm-ul li a.product-name p {
    font: 600 9px 'Lato', sans-serif;
    color: #a7a9ac;
    margin: 0;
    padding: 3px 0 0 0;
}

.left-center-main ul.cm-ul li a.product-name span {
    font: 500 13px/13px 'Lato',sans-serif;
    color: #5e5a5c;
    width: 202px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-bottom: 5px;
}

.product-weight
{
    width: 87px;
    float: left;
    text-align: center;
}

.product-weight span
{
    font: 400 12px/10px Lato,sans-serif;
    color: #6d6e71;
    padding-left: 2px;
    padding-top: 3px;
}

.product-price
{
    width: 72px;
    float: left;
}
.product-price span {
    font: 400 12px/10px Lato, sans-serif;
    color: #6d6e71;
}

.WebRupee {
    float: none!important;
    font-family: WebRupee!important;
    display: inline!important;
    font-weight: inherit!important;
    font-size: inherit!important;
    color: inherit!important;
    margin: 0!important;
}

.product-qty
{
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    float: left;
    height: 21px;
    margin-right: 3px;
    overflow: hidden;
    margin-top:7px;
    height: 21px;
    line-height: 14px;
}

.product-qty-label {
    height: 18px;
    line-height: 14px;
    float: left;
    width: 26px;
    color: #999;
    font: 400 12px/16px 'Lato', sans-serif;
    height: 21px;
    padding: 2px 0px 0px 4px;

}

.product-qty input[type=text] {
    background: none repeat scroll 0 0 #fff;
    border-color: -moz-use-text-color #e3e3e3;
    border-image: none;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-style: none solid;
    border-width: 0 1px;
    color: #000;
    float: left;
    font: 400 12px/16px 'Lato',sans-serif;
    height: 21px;
    text-align: center;
    width: 30px;
    outline: none;
}

.product-submit{
    float: left;
    margin-left: 10px;
}

.product-submit a {
    background: linear-gradient(to bottom,#F9F3EC 0,#fff 70%,#AAAEA7 100%);
    margin-top: 7px;
    font-size: 11px;
    font-weight: 700;
    color: rgb(234, 100, 18);
}

.product-submit a:hover{
    background: linear-gradient(to bottom,#AAAEA7 0,#fff 70%,#F9F3EC 100%);
    color: rgb(234, 100, 18);
}

.sb-main-left .sb-main-left-footer
{
    width: 100%;
    height:40px;
    background: linear-gradient(to bottom,#e8e8e8 0,#fff 70%,rgba(2,2,2,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8',endColorstr='#ffffff',GradientType=0);
    border-top: 1px solid #ccc;

}
.sb-main-left .sb-main-left-footer:hover
{
    background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#e8e8e8',GradientType=0);
    /*Internet explorer supported*/
}

.sb-main-left-footer p.lf-p
{
    text-align: center;
    padding-top: 10px;
}

.sb-main-left-footer p.lf-p a.lf-a
{
    color: #72A910;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-variant: small-caps;
    font-size: larger;
    font-weight: 600;
}
.sb-main .sb-main-right
{
    width:30%;
    height:450px;
    float:right;
}

.sb-main-right .sb-main-right-top1
{
    width: 100%;
    height:165px;
}
.sb-main-right-top1 .right-top1-main
{
    width:85%;
    height: 130px;
    margin: 0 auto;
    position:relative;
    top:15px;
    border: 2px solid darkorange;
    border-radius: 5px;
    background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);
}
.right-top1-main .right-top1-main-left
{
    width:64%;
    height: 130px;
    float: left;
}
.right-top1-main-left p.ml-p1
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    padding: 10px 0px 0px 11px;

}
.right-top1-main-left p.ml-p2
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    padding: 5px 0px 0px 11px;
}
.right-top1-main-left p.ml-p3
{
    margin: 0;
    padding: 0;padding: 12px 7px; font-family: cursive;
}

.right-top1-main .right-top1-main-right
{
    width:36%;
    height: 130px;
    float: right;
}
.right-top1-main .right-top1-main-right img
{
    height: 68px;
    width: 68px;  margin-top: 20px;
}
.sb-main-right .sb-main-right-top2
{
    width: 100%;
    height:131px;
    /*background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);*/
}

.sb-main-right-top2 .right-top2-main
{
    width: 85%;
    height:126px;
    margin: 0 auto;
}
.right-top2-main dl dt.tm-dt
{
    font-size: 11px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.right-top2-main dl dd a
{
    font-size: 12px;
    color: rgb(120, 123, 126);
    text-decoration: none;
}

.right-top2-main dl dd a:hover
{
    color: darkorange;
}
.sb-main-right .sb-main-right-top3
{
    width: 100%;
    height:44px;
    background: linear-gradient(to bottom,#fff 0,#fff 70%,#e8e8e8 100%);
}
.sb-main-right-top3 .right-top3-main
{
    width: 85%;
    height:114px;
    margin: 0 auto;
    margin: 0 auto;
}
.right-top3-main .top3-main-left
{
    width: 51%;
    height: 114px;
    float: left;
}
.right-top3-main .top3-main-right
{
    width:49%;
    height: 114px;
    float:right;
    margin-right: -9px;
}
.top3-main-left dl dt.tm-dt,.top3-main-right dl dt.tm-dt
{
    font-size: 11px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.top3-main-left dl dd a,.top3-main-right dl dd a
{
    font-size: 12px;
    color: rgb(120, 123, 126);
    text-decoration: none;
}

.top3-main-left dl dd a:hover,.top3-main-right dl dd a:hover
{
    color: darkorange;
}

.sb-main-right-top3 .top3-main-shopping
{
    width: 100%;
    height: 40px;
}

.sb-main-right-top3 .top3-main-shopping a img
 {
     margin-left:43px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
 }
.sb-main-right-top3 .top3-main-shopping a img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
/*------------------------Scroller Bar Style-------------------------------------*/

.sb-main-left-center::-webkit-scrollbar {
    width: 8px;
}
.sb-main-left-center::-webkit-scrollbar-button {
    width: 8px;
    height:5px;
}
.sb-main-left-center::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius:10px;
}
.sb-main-left-center::-webkit-scrollbar-thumb {
    background:#999;
    border: thin solid gray;
    border-radius:10px;
}
.sb-main-left-center::-webkit-scrollbar-thumb:hover {
    background:#7d7d7d;
}



/*-----------------------Media Query-----------------------------*/


@media screen and (max-width:1060px) {

    .sb-wrapper {
        width: 100%;
    }
    .sb-main .sb-main-right {display: none;}
    .sb-wrapper .sb-main-left {
        width: 100%;}
    .product-submit {
        float: right;
        margin-left: 10px;
        margin-right: 34px;
    }
}
@media screen and (max-width:860px) {

    .sb-wrapper {
        width: 115%;
        left: -90px;
    }
    .sb-main .sb-main-right {display: none;}
    .sb-wrapper .sb-main-left {
        width: 100%;}
    .product-submit {
        float: right;
        margin-left: 10px;
        margin-right: 34px;
    }
}
@media screen and (max-width:767px) {
    .sb-wrapper {display: none;}
}
@media screen and (min-width:1059px) and (max-width:1100px) {

    .sb-wrapper {
        width: 160%;
    }
}

@media screen and (min-width:1100px) and (max-width:1200px) {

    .sb-wrapper {
        width: 160%;
    }
}

@media screen and (min-width:1200px) and (max-width:1270px) {

    .sb-wrapper {
        width: 150%;

    }
}