@font-face {
    font-family: helveticaLT;
    src: url("helveticaLT.eot") /* EOT file for IE */
}
@font-face {
    font-family: helveticaLT;
    src: url("helveticaLT.ttf") /* TTF file for CSS3 browsers */
}

/* SORT BY DROPDOWN STYLES STARTS HERE */
.dropdownMenu li{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdownMenu{
  background-color: white;
  text-align: center;
  width: 220px;
  postition: absolute;
  left: 13%;
}
.sort-list{
  height: auto !Important;
  width: 100%;
}
.pages{
  position: absolute;
  top: 0%;
  right: 1%;
}
.page-per-list{
  right: 30%;
}

.outerDivSortBy{
  width:40%; 
  float:left;
  text-align: left;
}

/* media queries for the display of sortBy order list */
@media screen and (max-width: 992px){
.pages{
  position: static;
  width :100%;
}
.outerDivSortBy{
  width: 100%;
  margin-left: 10px;
}
.page-per-list{
  right: 1%;
}
.page-list{
  margin-right: 15px;
}

}

/* SORT BY DROPDOWN STYLES ENDS HERE */
.breadcrumbs {
    display: none;
}

.page-title {
    float: left;
}

.ajax_message_wrap {
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
}

.ajax_loader_wrap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.ajax_loader {
    border: 2px solid #FFFFFF;
    border-radius: 0;
    height: 50px;
    padding: 30px 0;
    width: 150px;
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    left: 50%;
    margin-left: -100px;
    opacity: 0.8;
    position: fixed;
    top: 40%;
    z-index: 10000;
}

.progress-bar-wrap {
    background: none repeat scroll 0 0 #FFFFFF;
    position: relative;
    top: 32px;
}

.progress-bar {
    background: url("../images/progress-bar.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 6px;
    width: 100%;
}

.ajax_message {
    border: 1px solid #FFFFFF;
    border-radius: 0;
    font-family: 'Titillium Web',sans-serif;
    font-size: 15px;
    opacity: 0.8;
    padding: 4px 0;
}

.ajax_message {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}

.block-layered-nav h1 {
    color: #293040;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'helveticaLT';
}

div.block-layered-nav dt {
    color: #293040;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    /* background: none !important; */
    padding-left: 0 !important;
    background-position: right center  !important;
}

.block-layered-nav dd {
    background: #E1E2E4;
}

.block-layered-nav li {
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}

.block-layered-nav li a {
    color: #000;
    font-size: 13px;
}

.block-layered-nav .input-text {
    border: 1px solid #696D79;
    color: #000000;
    font-size: 13px;
    padding: 4px 10px;
    width: 50px;
}

.block-layered-nav .form-button {
    background: none repeat scroll 0 0 #C7A505;
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: -9px 0 0 10px;
    padding: 0px 10px;
    width: 50px;
}

.block-layered-nav .form-button:hover span {
    color: #FFFFFF;
}

ol.page-list {
    float: right;
    width: auto;
}

button.button {
    background: none repeat scroll 0 0 #C7A505;
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0px 10px;
}

button.button:hover span {
    color: #FFFFFF;
}

ul.page-list li.current {
    color: #FF0000;
    font-weight: bold;
}

.navmenu a, .navmenu a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

.navmenu a {
    float: none;
    padding: 7px;
    color: #CECFD4;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.navmenu .nav-3 ul, .navmenu  .nav-3 div {
    width: 295px;
}

.navmenu .nav-6 ul, .navmenu  .nav-6 div {
    width: 235px;
}

.navmenu .nav-3 ul.level1 {
    width: 240px;
}

.navmenu li.nav-3 .shown-sub ul.shown-sub,.navmenu li.nav-3 .shown-sub li div.shown-sub {
    left: 295px;
}

.navmenu ul ul, .navmenu ul div {
    top: 0px;
}

.green-tick {
    position: absolute;
    left: 46px;
    top: 10px;
    display: none;
}

.products-grid li{position:relative;}

.products-grid .green-tick {
    position: absolute;
    left: 31px;
    top: 0px;
    display: none;
}

.prdouct-detail-right-txt-li{position:relative;}

.std ul{list-style:none;}

.links li {
    position: relative !important;
}

ul.login-dd {
    float: left;
    width: 150px;
    position: absolute;
    top: 50px;
    background-color: #EEE9E5;
    left: -95px;	
    display: none;
    z-index: 1;
    border-radius: 10px;
}	

ul.login-dd li {
    padding:5px 10px;
    color: #6A6E79;
    font-size: 14px;
    float: left;
    width: 95%;
    border-right: none;
}	

ul.login-dd li a {
    color: #6A6E79;
}	

.offer1 span.sale-text{top:32px;left:-14px;}	
.login
{
    width:500px;
    margin:100px auto;
    height:auto;
    border:1px solid #888;
    padding:10px;
}
.reveal-modal .close-reveal-modal{text-align:center;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .product-img-new img {
        height:230px;
    } 

    .offer img {
        height: auto !important;
    }
}



/* added apr 8 */


.navmenu ul, .navmenu div {
    position: absolute;
    width: 210px;
    top: 33px;
    left: -10000px;
}
.txtara {
    border: 1px solid #CCC;
    border-radius: 3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;

}

.popup-box {
    padding: 0px 0 0 12px;
    /*    width:31px;*/
}
.footer-left{

    float:none;

}
.footer address {
    text-align: center;
}
@media (max-width: 1024px){

    .search_top {

        padding: 0px 0px 0px;
        float: right;
        clear:none;
    }

}



@media (max-width: 768px){

    .popup-box .popup-order-qty {
        margin-right: 4px;
    }
    .checkboxp {

        margin-left: 2px;
    }
    .checkboxp  label{

        margin-left:5px;

    }
}

@media (max-width: 600px){


    .checkboxp {

        margin-left: 0px;
    }
    .popup-box .popup-order-qty {
        margin-right: 5px;

    }
    .checkboxp  label{

        margin-left:5px;

    }

}


@media (max-width: 480px) {
    .popup-box .popup-order-qty {
        margin-right: 5px;

    }
    ul.product-list-new li img {
        width: auto;
    }
    .sort-list{

        float:none;

    }
    .checkboxp {


        margin-left: 0px;
    }
    .txtara {
        width: 74% !important;
    }
    a.pro-compare {
        margin: 22px 0px 5px 4px;

    }
    a.pro-compare-new{

        margin: 0px 0px 5px 4px;

    }
    .pager .limiter {

        margin: 10px 60px 5px 0px;
    }
    .sc-grand-total p {

        margin: 35px 0px 0px 10px;
    }
    .footer {

        padding: 14px 0px 12px;
    }
}


@media (max-width: 320px) {
    .checkboxp  label{

        margin-left:5px;

    }
    ul.product-list-new li img {
        width: auto;
    }
    .txtara {
        width: 85% !important;
    }
    .footer {

        padding: 14px 0px 12px;
    }
    address {

        width: auto;
        margin: 0px auto;
    }
    a.pro-compare {
        margin: 34px 0px 5px 107px;
    }

    .popup-box {
        width: 190px;
        padding:0px 2px;

    }

    .popup-box label {

        width: 95px;
    }
    .sort-list{

        float:none;

    }
    .popup-box .popup-order-qty {
        width: 96px;
        margin-right: 0px;
    }

    .popup-box label.uom {

        margin-left: 97px;

    }
    div.block-layered-nav div.amshopby-slider {

        background: url('../images/amshopby-slider-bg.gif') no-repeat scroll 80% 50% transparent;

    }
    .sort-list {
        clear:both;
        float:none;
    }
    ul.product-list-new li {
        float: left;
        width: 97%;
    }
    ul.product-list-new  .like-list-new li{

        width:auto;

    }
    .mini-products-list .product-details {
        margin-left: 0px;
    }
    .product-details {
        width: 60%;
        float: right;
    }

    .pager .limiter {

        float: left;
    }
    .new-prd-img {

        margin: 0px;

    }
}

div.block-layered-nav div.amshopby-slider{background: url("../images/amshopby-slider-bg.gif") repeat-x scroll 100% 50% rgba(0, 0, 0, 0) !important;} 
.amshopby-slider-bar{display:none;}
/*.product-img-new a img{min-height:230px;}*/
/*product-img-new{height:260px;}*/

.block-layered-nav .filter_date {width:75px;}

.messages{float:left;}

.product-list-new .product-img-new{min-height:250px;}

.dash-my-dashboard{width:100%;}
.dash-md-contacts{height:230px;}
.dash-md-billing{height:230px;}
.dash-my-account{width:95%;}

.my-account .page-title h1 {
    background-color: #CACBCF;
    font-weight: bold;
    padding: 15px;
    text-align: left;
    width: 100%;
}
.dash-ma-li{font-size:15px;}

.my-account .page-title{padding:0;background:none;margin-top:0;}
.my-account  form{float:left;width:100%}

address{color:#000;}
.order-info{background:none;border:0;padding:0;}

.order-items h2, .order-items h3{font-size:15px;}

.product-detail-left-img-sold{display:block;left:18px;}

.block-layered-nav dd{padding:0 10px;}
.block-layered-nav ol{padding:10px 0px;}

.itqty1{width:90px}

#featured-links{background:none;border:0;font-family: helveticaLT;}
#featured-links li{background:none;border:0;}

.block-layered-nav .currently .label{font-size:13px;width:100%}
.block-layered-nav .actions a{font-size:14px;color:black;}
.block-layered-nav .actions{width:100%;font-size:13px;color:black;text-align:center;}

.block-content .currently{padding:0;}

.ui-datepicker-title select{height:22px;}

.popup-like-list ul.like-list li{position:relative;}
.popup-like-list .green-tick{top:0;left:35px}
.popup-like-list input.discount{width:75%}
#product_comparison{float:left;}


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

    .inner-container2 {

        overflow: hidden;
        margin-top: 0px;

    }

}



.search_top {
    width: 230px;
    margin: 0 auto;
    clear: none;
    padding: 10px 0px 0px;
    float: right;
    padding: 0px;
}


.inner-container2 {

    width: 64%;
    float: left;
    padding: 20px 0px 20px 15px;
    margin-left: 17%;

}

.sign-label {

    margin-top: 0px;
}

#featured-links {

    margin-top: 20px;
    margin-bottom: 20px
}
a.pro-compare {
    margin: 20px 0px 0px 0px;

}
a.pro-compare-new {
    margin: 20px 0px 20px 0px;
}

#narrow-by-list  .form-button {

    padding:0px;
}

.checkboxp {
    margin-top: 30px;
    width: 140px;
    margin-left: 0px;
}
.popup-like-list input.discount {
    width: 70%;

}

.popup-box .popup-order-qty {
    width: 112px;
}

.popup-box .checkboxp label {
    margin-left: 8px;

}
.listlabel {

    margin-left: 8px;
}
.popup-box input[type="text"] {
    width: 82px;

}



.dash-ma-li {
    font-size: 13px;
}
.dash-ma-li a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.dash-my-account {
    width: 100%;
}

textarea.prdouct-detail-right-txt-p-rgt-ipt {
    width: 73%;
    height: 35px;
}
.prdouct-detail-right-txt-p-rgt-ipt-rs {
    width: 64%;
    margin-right:16px;
}
.prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
    width: 33%;
}
.product-detail-left-img-sold {

    position: absolute;
    top: 219px;
}
.sort-list select.adult-sel{

    width: 230px;
    padding:4px 10px;
    height: 21px;
    border-radius: 5px;
    line-height: 16px;
    margin-top: 4px;
    font-size: 11px;
}

.sort-list select.page-per-list {
    background: url("../images/dropdown-arrow.gif") no-repeat scroll 35px 0 #696E79;
    border: medium none;
    font-size: 11px;
    height: 21px;
    line-height:16px;
    margin-left: 10px;
    margin-top: 4px;
    padding: 4px 5px;
    width: 60px;
    border-radius: 5px;
}


@media screen and (min-width: 1340px) {

    .inner-container2 {
        background: #D3D3D3;
        width: 29.5%;
        float: left;
        padding: 20px 0px 19px 15px;
        margin-left: 1%;
        height: 421px;
        margin-top: 0px;
    }
    .dash-ma-li {
        font-size: 15px;
    }
    .dash-ma-li a {
        color: #000;
        font-size: 15px;
        text-decoration: none;
    }

    textarea.prdouct-detail-right-txt-p-rgt-ipt {
        width: 84%;
        height: 35px;
    }

    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 54%;
        margin-right: 4px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs {

        margin-right: 10px;

    }
    .product-detail-left-img-sold {

        position: absolute;
        top: 121px;
    }
}

@media screen and (max-width: 1339px) and (min-width: 1200px){
    .inner-container2 {
        background: #D3D3D3;
        width: 34%;
        float: left;
        padding: 20px 0px 20px 9px;
        margin-left: 6px;
        height: 410px;
    }
    .dash-ma-li {
        font-size: 15px;
    }
    .dash-ma-li a {
        color: #000;
        font-size: 15px;
        text-decoration: none;
    }
    textarea.prdouct-detail-right-txt-p-rgt-ipt {
        width: 82%;
        height: 35px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs {
        width: 76%;
        margin-right: 8px;
        float: right;
    }

    textarea.prdouct-detail-right-txt-p-rgt-ipt {
        width: 82%;
        height: 35px;
    }

    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 44%;
        margin-right: 4px;
    }
    .product-detail-left-img-sold {

        position: absolute;
        top: 181px;
    }
}


@media screen and (max-width: 979px) and (min-width: 768px){
    .inner-container {
        height:auto;
        float: none;
        margin: 0;
    }

    .inner-container1 {
        height:auto;
        margin: 10px 0px;
    }

    .inner-container2 {

        width: 539px;
        height:auto;
        margin: 10px 0px;
        padding: 20px 0px 0px 15px;
    }

    .dash-my-dashboard {
        width: auto;
        float: none;
        margin: 0px auto;
    }

    .block-compare .block-title strong {

        font-size: 17px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs {
        width: 64%;
        margin-right: 8px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 27%;
    }
    .product-detail-left-img-sold {
        position: absolute;
        top: 307px;
    }
}

@media screen and (max-width: 979px) and (min-width: 768px){
    .popup-box .popup-order-qty {
        margin-right: 5px;
        width: 107px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px){
    .inner-container {
        height: auto;
        margin: 0px;
    }

    .inner-container1 {

        width: 385px;

        margin-left: 0px;
        height: auto;
        margin: 10px 0px 0px;
    }
    .inner-container2 {

        width: 400px;
        padding: 20px 0px 0px 15px;
        margin: 10px 0px 0px;
    }

    .product-details-new input.discount {
        width: 71%;

    }
    .popup-like-list input.discount {
        width: 58%;
    }

    textarea.prdouct-detail-right-txt-p-rgt-ipt {
        width: 88.5%;
        height: 35px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 72%;
    }

    .prdouct-detail-right-txt-p-rgt-ipt-rs {
        width: 82%;
    }

    .product-detail-left-img-sold {
        position: absolute;
        top: 303px;
    }
}

@media screen and (max-width: 768px){
    .popup-box .popup-order-qty {
        width: 107px;
        text-align: left;

    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs {
        width: 83%;
        margin-right: 10px;
    }
    textarea.prdouct-detail-right-txt-p-rgt-ipt {
        width: 88.5%;
        height: 35px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 60%;
    }
}

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

    .inner-container2 {

        width: auto;

        padding: 20px 0px 0px 15px;

        margin: 10px auto;
    }
    .popup-like-list input.discount {
        width: 40%;
    }


    ul.product-list-new li {
        float: left;
        width: 97%;
        padding: 1%;
        margin: 0px 20px 20px 0px;
    }
    .product-details-new input.discount {
        width: 76%;
        padding: 4px 10px;
        font-size: 13px;
        color: #000;
        border: 1px solid #696D79;
    }

    .sort-list {
        float: left; 
        height: auto;
    }

    a.pro-compare {
        margin: 38px 0px 0px 4px;
    }

    #featured-links {
        margin-top: 8px;
        margin-bottom: 20px;
    }

    ul.like-list-new li {
        float: left;
        width: 54px;
        margin-right: 3px;
        margin-bottom: 10px;
        padding: 0px;
        border: none;
    }
    a.pro-compare-new {
        margin: 8px 0px 0px 2px;
    }

    .prdouct-detail-right-txt-p-rgt-ipt-rs {
        width: 75%;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 42%;
    }
    .product-detail-left-img-sold {
        position: absolute;
        top: 260px;
    }
    .sort-list select.adult-sel {


        background: url(../images/dropdown-arrow.gif) no-repeat 205px 0px #696E79;

    }
}


.new-product .new-product-brw{
    padding:7.5px 15px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
    border:none;
    font-family: helveticaLT;
}
.new-upload {
    position: relative;
    display: block;
    overflow: hidden; 
    font-family: helveticaLT;
    width: auto;
    height: auto;
    color: #fff;
    background-color: #293042;
    padding: 6px 15px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;



    float: left;
    margin-right: 12px;
}


input[type="file"] {
    -moz-opacity:0;
    filter:alpha(opacity: 0);
    opacity: 0;
    position: absolute;
    right:0;
    font-size: 200px;
    cursor: pointer;
}


.pager .pages li {padding:1px 5px 2px;}

.discount_cart_button{position:absolute;margin-left:10px;}

#imageInput{display:none;}

/*added may 15*/

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


    .itst1 {
        font-size: 14px;
        padding: 7px 22px;
        width: 20.5%;
        text-align: center;
    }

    .sort-list select.adult-sel {
        width: 196px;
        background: url("../images/dropdown-arrow.gif") no-repeat scroll 171px 0 #696E79;
    }
    .offer1 {
        position: absolute;
        z-index: 1;
        top: -1px;
        left: -2px;
    }
    span.plus {

        right: 22px;

    }
    .popup-like-list .green-tick {
        top: 0;
        left: 18px;
    }
    .itqty1 {
        width: 111px;
    }
    .totdisc {
        font-size: 12px;
        font-weight: bold;
        padding: 6px 10px 0px;
    }

}






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

    .inner-container2 {

        width: auto;

        padding: 20px 0px 0px 15px;

        margin: 10px auto;
    }
    .popup-like-list input.discount {
        width: 40%;
    }


    ul.product-list-new li {
        float: left;
        width: 97%;
        padding: 1%;
        margin: 0px 20px 20px 0px;
    }


    .sort-list {
        float: left; 
        height: auto;
    }

    a.pro-compare {
        margin: 38px 0px 0px 4px;
    }

    #featured-links {
        margin-top: 8px;
        margin-bottom: 20px;
        margin-left:2px;
    }

    ul.like-list-new li {
        float: left;
        width: 54px;
        margin-right: 3px;
        margin-bottom: 10px;
        padding: 0px;
        border: none;
    }
    a.pro-compare-new {
        margin: 8px 0px 0px 2px;
    }

    .prdouct-detail-right-txt-p-rgt-ipt-rs {
        width: 75%;
    }

    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 46%;
    }

    .product-detail-left-img-sold {
        position: absolute;
        top: 260px;
    }
    .sort-list select.adult-sel {


        background: url(../images/dropdown-arrow.gif) no-repeat 205px 0px #696E79;

    }

    /*added may15*/
    .sort-list select.page-per-list {
        background: url("../images/dropdown-arrow.gif") no-repeat scroll 35px 0 #696E79;

        margin-right: 8px;

    }

    ul.product-list-new li .product-img-new img {
        width:100%;
    }
    .product-details-new input.discount {
        width: 73%;

    }
    .offer {
        position: absolute;
        z-index: 1;
        top: -7px;
        left: -13px;
    }

    .prdouct-detail-right-txt-p-rgt {
        float: left;
        border-left: 1px solid #E1E2E4;
        padding-bottom: 7px;
    }

    .prdouct-detail-right-txt-p-lft-txt {
        border-right:none;

    }

    .prdouct-detail-right-txt-p-lft-cmt {
        border-right: none;
    }

    .prdouct-detail-right-txt-p-lft-txt {
        border-right: 0px;
    }
    span.plus {

        right: 22px;

    }
    .prdouct-detail-right-txt-p-lft {
        border-right:none;

    }
    .it {
        padding: 15px 22px 15px;
        width: 38px;
    }

    .itact {
        font-size: 12px;
        font-weight: bold;
        padding: 15px 18px 0px;
        text-align: center;
        width: 62px;
    }

    .totdisc {
        padding: 15px 16px 15px;
        width: 90px;
    }

    .dedstkdsc {
        padding: 7px 8px;
        width: 16%;
    }
    .itqtyd {
        padding: 15px 18px 15px;
        width: 85px;
    }
    .it {
        padding: 15px 25px 15px;
        width: 29px;
    }
    .itqty-txt1 {
        font-weight: normal;
        padding: 15px 11px 0px;
        width: 99px;
    }
    .itreprc-txt1 {
        font-weight: normal;
        font-size: 12px;
        padding: 15px 10px;
        text-align: center;
        width: 102px;
    }

    .itst1 {
        font-size: 14px;
        padding: 15px 29px 15px;
        width: 64px;
        text-align: center;
    }

    .itact1 {
        font-size: 14px;
        font-weight: bold;
        padding: 7px 0px;
        text-align: center;
        width: 9%;
    }
    .sc-grand-total p {

        width: auto;
    }

    .supply-cart-items-header p {
        float: left;
        font-size: 12px;
    }
    .itqt1{

        width:81px;
    }
    .itqty1{

        width:81px;
    }
    .itd-new {
        padding: 15px 10px;
        width: 20%;
        display: none;
    }
    .itqty-new {
        padding: 15px 12px;
        width: 20%;
        font-size: 10px;
    }
    .itreprc-new {
        padding: 15px 20px;
        width: 39px;
        display: none;
    }
    .itst-new {
        padding: 15px 18px;
        width: 24%;
    }
}











.new-product .new-product-brw{
    padding:7.5px 15px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
    border:none;
    font-family: helveticaLT;
}
.new-upload {
    position: relative;
    display: block;
    overflow: hidden; 
    font-family: helveticaLT;
    width: auto;
    height: auto;
    color: #fff;
    background-color: #293042;
    padding: 6px 15px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;



    float: left;
    margin-right: 12px;
}


input[type="file"] {
    -moz-opacity:0;
    filter:alpha(opacity: 0);
    opacity: 0;
    position: absolute;
    right:0;
    font-size: 200px;
    cursor: pointer;
}


.pager .pages li {padding:1px 5px 2px;}

.discount_cart_button{position:absolute;margin-left:10px;}











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


    .sort-list select.adult-sel {

        width: 190px;
        background: url(../images/dropdown-arrow.gif) no-repeat 165px 0px #696E79;
        margin-left: 9px;
    }


    /*added may15*/
    #featured-links li {

        text-align: left;
        width: 135px;
        margin-left: 3px!important;
    }

    .sort-list select.page-per-list {
        background: url("../images/dropdown-arrow.gif") no-repeat scroll 33px 0 #696E79;

        margin-left:0px;
        margin-right:5px;
        width: 58px;

    }
    .product-details-new input.discount {
        width: 68%;
    }
    .popup-like-list input.discount {
        width: 54%;
    }
    .cur_prod  .offer {
        position: absolute;
        z-index: 1;
        top: -6px;
        left: -13px;
    }
    .popup-discount {

        width: 90%;
        margin-top: 0px; 
        clear: both;
    }
    .list_comments{

        width: 84%;

    }
    .block-layered-nav .input-text {

        width: 74px;
    }

    .block-layered-nav .form-button {
        margin: -2px 0 0 0px;

        width: 50px;
    }

    .product-detail-left .product-detail-left-img-sold {
        position: absolute;
        top: 315px;

    }
    .listlabel {
        margin-left: 8px;
        margin-right: 8px;
    }
    .prdouct-detail-right-txt-p-rgt {
        float: left;
        border-left: 1px solid #E1E2E4;
        padding-bottom: 7px;
    }

    .prdouct-detail-right-txt-p-lft-txt {
        border-right:none;

    }
    .prdouct-detail-right-txt-p-lft {
        border-right:none;

    }
    .prdouct-detail-right-txt-p-lft-cmt {
        border-right: none;
    }

    .prdouct-detail-right-txt-p-lft-txt {
        border-right: 0px;
    }
    textarea.prdouct-detail-right-txt-p-rgt-ipt {
        width: 79.5%;
        height: 35px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs {
        width: 74%;
        margin-right: 2px;
    }
    .prdouct-detail-right-txt-p-rgt-ipt-rs-ds {
        width: 32%;
    }

    #featured-links {
        margin-top: 5px;

        margin-left: 0px;

    }
    .product-details-new label {

        width: 42%;
        margin-bottom: 5px;
    }
    .product-details-new input[type="text"] {
        width: 33%;
    }
    .nav-collapse, .nav-collapse.collapse {

        z-index: 1;
    }
    span.plus {

        right: 22px;

    }
    .supply-cart-items-header p {
        float: left;
        font-size: 12px;
    }

    .popup-box label.uom {
        margin-left: 11px;
    }


    .itact-new {
        padding: 15px 10px;
        width: 17%;
    }
    .itst-new {
        padding: 15px 26px 15px 9px;

    }
    .itact span {
        width: 40px !important;
    }


    .sc-gd h6 {

        margin-right: 11px;

    }
    .cntinue-selec-h4 {

        padding: 6px 10px;
        font-size: 12px !important;

    }
    .it {
        padding: 15px 5px 15px;
        width: 38px;
    }
    .cntinue-selec-h5 {
        font-size: 12px !important;
    }

    .itact-dlt1 {
        margin-left: 8%;
    }

    .itqtyd {
        padding: 15px 10px 15px;
        width: 85px;
    }
    .itact {

        padding: 15px 6px 0px;


    }

    .itqty-txt1 {
        font-weight: normal;
        padding: 15px 3px 0px;
        width: 99px;
    }
    .itreprc-txt1 {
        font-weight: normal;
        font-size: 12px;
        padding: 15px 3px;
        text-align: center;
        width: 102px;
    }
    .totdisc {
        padding: 15px 9px 15px;
        width: 90px;
    }

    .itst1 {
        width: 60px !important;
        padding: 15px 12px 15px;
    }
    .itqty1 {
        width: 28px !important;
    }

    .supply-cart-items-header p {
        float: left;
        font-size: 12px;
    }

    .itd-new {
        padding: 15px 10px;
        width: 20%;
        display: none;
    }
    .itqty-new {
        padding: 15px 6px;
        width: 20%;
        font-size: 10px;
    }
    .itprc-new {
        padding: 15px 9px;
        width: 72px;
        display: none;
    }
    .itst-new {
        padding: 15px 26px 15px 9px;
    }
    .sc-gd h5 {
        float: right;
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
        margin-top: 32px;
    }
    .sc-gd h6 {
        background-color: #293042;
        border-radius: 3px 3px 3px 3px;
        color: #FFFFFF;
        float: right;
        font-size: 14px;
        font-weight: bold;
        margin-right: 15px;
        margin-top: 35px;
        padding: 10px 15px;
    }
    .popup-box input[type="text"] {
        width: 119px;
    }
}

.supply-wrap{


    clear:both;
}

@media  (max-width: 600px) {
    .supply-wrap{

        clear:both;
        width: 510px;
        overflow-x: scroll;
    }

}




@media  (max-width: 480px) {

    .supply-wrap{

        position:relative;  
        width:420px;
        clear:both;
        overflow-x:scroll;
    }



}

@media  (max-width: 320px) {
    .supply-wrap{

        position:relative;  
        width:260px;
        clear:both;
        overflow-x:scroll;
    }
}






ul.detail-thumb {
width: 100%;
margin-left: 4%;
margin-bottom: 20px;
height: auto;
overflow: hidden;
}

.detail-thumb li {
float: left;
background: #fff;
width:30.4%;
border: 1px solid #C8C9CB;
padding: 3px;
margin-left: 2%;
}

.detail-thumb li img{
    
    max-width: 100%;
}

.detail-thumb li.dimg-first{
    margin-left:0px;
}

.checkboxpdr {

margin-top: 54px;
}



@media screen and (min-width: 1340px){
    
   ul.detail-thumb {
width: auto;
margin-left: 2.4%;

}
.detail-thumb li {

width:30.6%;

}

    
}

@media screen and (max-width: 1339px) and (min-width: 1200px){
    
   ul.detail-thumb{

margin-left: 3.4%;
}
    
    .detail-thumb li {

width: 30.6%;

margin-left: 2%;
}
    
    
    
}






@media screen and (max-width: 979px) and (min-width: 768px){
    
    
    ul.detail-thumb {

margin-left: 5%;

}
.detail-thumb li {

width: 30%;

}
    
}

@media screen and (max-width: 767px) and (min-width: 481px){
    
    .detail-thumb li {

width: 30%;

margin-left: 1.8%;
}
    
   ul.detail-thumb {

margin-left: 20px;

} 
    .checkboxpdr {

margin-right: 20px;
margin-bottom: 10px;
}
}

@media screen and (max-width: 480px){
    
    
    ul.detail-thumb {
margin-left: 20px;

}
.detail-thumb li {

width: 29.2%;

margin-left: 1.8%;
}
.checkboxpdr {

margin-right: 20px;
margin-bottom: 10px;
}
    
}

@media screen and (max-width: 320px){
    
    
    .detail-thumb li {

width: 28%;

margin-left: 1.8%;
}

    
    
    
}


.how_to_use{padding:20px;float:left;}
.how_to_use ul{list-style: disc outside none;}
.how_to_use ul li{padding:5px 0;}
.how_to_img{width:35px;}
.how_to_img_d{float:left;background:#000;padding:0 7px}
.how_to_img_d img{width:20px;}

.product-detail-left{position:absolute;}
.product-detail-left-img-sold{top:19px;}

#narrow-by-list dd ol{max-height:200px;overflow:auto;}

.filter_header{font-size: 22px;padding: 10px 0;}

.block-layered-nav .filter_container .submit_button_filter{width:auto;margin:0 0 10px;}

.filter_by_but{
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    margin-left: 10px;
    padding: 5px 10px;
    text-decoration: none;
    background: none repeat scroll 0 0 #292f3f;
    position: relative; 
    text-transform: uppercase;
}

.filter_by_but:hover{color: #fff;}

.button_cont{float:left;margin:15px 0;}

.filter_by_click_cont,.filter_by_select_cont{display:none;float:left;width:100%;}

#narrow-by-list dd .form-button{display:none;}
.col2-left-layout .breadcrumbs{display:block;margin-left:0;}
.breadcrumbs span{background: url("../images/pager_arrow_right.gif") no-repeat scroll 50% 8px rgba(0, 0, 0, 0);}

.top_button{    
    background: none repeat scroll 0 0 #c7a505;
    border: medium none;
    border-radius: 2px;
    color: black;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 20px 10px;
    padding: 5px 10px 2px;
    text-decoration: none;
    width: auto;
}
.top_button_first{margin-left: 60px}  
ul.like-list-new li, .discount_cart_button{border:3px solid white}

.list_marked{border:3px solid black !important}

.list_actions_cont, list_actions_made{display:none;}

.category-products #featured{float:left;}

.sticky-buttons1{
background:none repeat scroll 0 0 #292f3f;
//padding: 20px 29% 0px;
width: 100%;
left: 0px;
z-index:9999;

}

.sticky_inner{   
    float: left;
    margin-left: -175px;
    padding: 20px 0 0 50%;
    width: auto;
}

.sticky_inner .top_button{    
    margin: 0 20px 20px 0;
}

@media screen and (max-width: 480px){
    
    
.top_but_cont{float:left;}
.sticky_inner .top_button{margin:10px 2px;}
.top_but_cont .top_button{margin:10px 2px 0 0;}
.top_button_first{margin-left: 0}    
.sticky_inner{padding-top:0}
}

.category-products #featured{width:100%}

.append_prod{margin:15px 0;display:block;}
.new_prod{margin-top:15px;}

.date_imp {float:left;margin-bottom:10px;}
.date_imp label{font-size: 18px;padding-left:15px; width: 120px;}

.imp_links_but{padding:8px;font-size:18px;width: 310px;}

.mobilemenu span.head a{background: url("..//images/menu_down.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);}
.product-details-new{display:none;}
.feat_img button{background: #000 none repeat scroll 0 0;border: medium none;color: #fff;font-size: 13px;font-weight: bold;margin-left: 20px;padding: 8px 20px;}
