/* CSS Document */

.top-menu li {
    display: table-cell;
    padding: 13px 5px;
}

.top-menu li a {
    border-left: 1px solid #d1e6fb;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    line-height: 4px;
    padding-left: 10px;
}

.logo {
    float: left;
    margin: 20px 0 0 0;
}

.quickcart a {
    height: 30px;
}

.headder_inner {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px #ccc;
}

.search-and-quickcart {
    clear: right;
    float: right;
    margin: 15px 0;
}

.pdall {
    padding: 10px;
}

.search-results .tables td,
.search-results .tables th {
    padding: 10px;
}

.search-results .tables td {
    border: 1px solid #ddd;
}

.tables {
    border-collapse: collapse !important;
}

.search-results .tables th {
    border: 1px solid #fff;
}

.select-quantity input {
    height: 24px;
}

.footer {
    background: #1764b2;
}

.page-info.clearfix {
    background: #fff;
}

.footer-text {
    text-align: left;
}


/*Anup Roshan has put his css here*/

@media (max-width:767px) {
    .top-menu li {
        display: table;
        width: 100%;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        /*    display: inline-block;*/
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        width: 100%;
    }
    .navbar-toggle.collapsed {
        border: 1px solid #fff;
        color: #fff;
    }
    .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        float: right;
        margin-bottom: 8px;
        margin-right: 15px;
        margin-top: 8px;
        padding: 9px 10px;
        position: relative;
    }
    .top-menu li a {
        border: medium none;
    }
    .top-menu ul {
        display: table;
        width: 100%;
    }
}

#tablediv {
    display: table;
	width:100%;
    }

  #row  {
    display: table-row;
    }

  #left, #right {
    display: table-cell;
	width:50%;
	font-size: 11px; padding:10px;
    }
	#right{border: 1px solid #ddd;}
	#left{border: 1px solid #fff;
	background-color: #e7e7e7;
    color: #333;
    text-align: left;font-weight:bold;}

	
	ul.dropdown-cart{
    min-width:200px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
	width:180px;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
	width: 130px;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

.dropdown-menu.dropdown-cart{left:-80px;}

#SearchresultsText{display:none;}
.pageelementseparator{display:none;}
.selpageelementcss, .pageelementcss, .nextpageelementcss, .nextpageelementcss, .prevpageelementcss{
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.selpageelementcss, .pageelementcss:hover, .nextpageelementcss:hover, .nextpageelementcss:hover, .prevpageelementcss:hover{background-color: #337ab7; color: #fff;}

.search-and-quickcart li {
    margin-left: 0px;
}
.quickcart a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #1764b2;
    color: #fff;
}
.myaccounttitle{text-align:center;}

.genbtncss {
    background-color: #1259a1;
	font-size: 13px;
    font-weight: normal;
    padding: 6px 10px 6px 10px;
    text-align: center;
	color:white;
	border:0px;
}
.genbtncss:hover {background-color: #307ece;}
#articlecontents,.pagestring, .pagetitle{padding-left:20px;padding-right:20px;}
.myaccountdiv {padding-bottom:40px;}
.myaccountdiv ul li{list-style-type: none;}
h3.myaccount{text-transform:capitalize;}
.btn2{display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.btn-dark{color: #fff;
    background-color: #343a40;
    border-color: #343a40;
	height: 30px;
    font-size: 13px;}
.btn-dark:hover{color: #fff;}

.ribbon {
  position: fixed;
  inset: 0 auto auto 0;
  background: #08769b;
  transform-origin: 100% 0; /* or top left */
  transform: translate(-29.3%) rotate(-45deg);
}