/* DO NOT CHANGE THIS FILE -------------------------------------------------- */
/* TO OVER-RIDE ANY ASPECT OF THIS CSS, AMEND THE user.css FILE ------------- */


/* Historical osCommerce ---------------------------------------------------- */

.buttonSet {
  margin-top: 10px;
  margin-bottom: 10px;
}

.buttonSet { zoom: 1; }
.buttonSet:before, .buttonSet:after { content: ""; display: table; }
.buttonSet:after { clear: both; }

.buttonAction {
  float: right;
}

#piGal {
  float: left;
  width: 250px;
}

#piGal img {
  max-width: 250px;
  height: auto;
}

.inputRequirement, .markProductOutOfStock, .stockWarning {
  color: #B33A3A;
}

.markProductOutOfStock, .stockWarning {
  font-weight: bold;
}

ul.accountLinkList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}

ul.shoppingCartList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.shoppingCartList li.newItemInCart, ul.shoppingCartList li.newItemInCart A {
  color: red;
}

/* Alignment of Form Inputs ------------------------------------------------- */

.form-control {
  margin-bottom: 5px;
  display: inline;
}

/* for the product page rework ---------------------------------------------- */

.page-header h1 del {
  font-size: 0.5em;
}

/* for the listings module rework ------------------------------------------- */

.productHolder {
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 4px;
  -webkit-transition: border .5s ease-in-out;
       -o-transition: border .5s ease-in-out;
          transition: border .5s ease-in-out;
}

.productHolder:hover {
  border: 1px solid #428bca;
}

.productHolder h2 {
  font-size: 1.3em;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    border: none;
}

.item.list-group-item img {
    float: left !important;
    margin-right: 10px !important;
}

.grid-group-item {
  margin-bottom: 20px;
}

.grid-group-item .list-group-item-text {
  display: none;
}

p.lead del {
  font-size: 0.5em;
}

/* Responsive Images  ------------------------------------------------------- */
/* the inbuilt bootstrap responsive images class breaks the text-center class */

#bodyContent .img-responsive, #columnLeft .img-responsive, #columnRight .img-responsive {
  margin-left: auto;
  margin-right: auto;
}

/* Checkout Bar ------------------------------------------------------------- */
.stepwizard {
  margin-top: 20px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
/* Pagination  ------------------------------------------------------- */
.pagenav {
   position: relative;
   top:-25px;
   left:3px;
   height: 40px !important;
}
.pagenumber {
  margin-bottom:7px;
}

/* Reviews ------------------------------------------------------------------ */

.reviews blockquote p {
  font-size: 0.8em;
}

/* Responsive Text Alignment ------------------------------------------------ */
/* https://github.com/twbs/bootstrap/issues/11292 --------------------------- */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}


@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
	.product-col .image  img.img-responsive {margin-left: auto;
  margin-right: auto;}
  .options .form-group .form-control {
  width: 93% !important;
}
.options .form-group{padding-left:15px;}
.text-center img.img-thumbnail{  width: 50px !important;
  height: 50px !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

/* Footer ------------------------------------------------------------------- */
.footer {
  background: #eee;
  border-top: 2px solid #ddd;
}

.footer .footerbox {
  padding: 10px 10px 0px 10px;
}

.footer-extra {
  background: #111;
  color: silver;
  line-height: 3;
}

.footer-extra A {
  color: silver;
}

.footer h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0.1em;
  color: rgb(142,11,0);
  text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact {
  border-left: 1px solid #ddd;
}

/* Account History Info ----------------------------------------------------- */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  right: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p .timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-body blockquote {
  font-size: 1em;
}

/* Nav Bars ----------------------------------------------------------------- */

.navbar-no-corners {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-left: none;
  border-right: none;
}

.navbar-no-margin {
  margin-bottom: 0 !important;
}

.searchbox-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-control-feedback{
	padding-right:2%;
}
.nav.nav-pills.nav-stacked.category-menu a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
#catlist li
{
list-style-type: none;
}


button.btn.btn-cart a {
color: white !important;
text-decoration: none;


}
//changes
.panel-primary {
    border-color:#ffb400;
}
.panel-primary > .panel-heading {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #fff;
	padding-left: 20px;
}
.panel-info > .panel-heading {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #fff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #ffb400;
    color: #fff;
}
.panel-primary {
  border-color: #ffb400;
}




//Cloth shop changes




.thumbnail {
  
   margin-bottom: 0px !important; 
  }


/* .product-col>.image img{width:243px !important; height:263px !important;} */
img.img-thumbnail {
  width: 147px;
  height: 193px;
}

.text-center img.img-thumbnail {
  width: 40px;
  height: 47px;
}

.sp-thumbs{height: 50px;}

.sp-large{  height: 305px ;}

@media only screen and (max-width:320px){
	img.img-thumbnail {
  width: 45px;
  height: 55px;
}
.text-uppercase .btn-black {
	  width: 120px;
  padding: 2px;
  font-size: 11px;
}

.table-responsive.shopping-cart-table {
    margin-left: 1%;
    
}
.sp-thumbs{  height: 75px;}
.sp-wrap{width: 100% !important;}
.product-info .product-details h2{margin-top: 0px;}

#main-menu.navbar{margin: 0 16px;}

.main-header .col-md-3{padding-right: 20px;
  padding-left: 20px;}

.products-list .col-md-3 .col-sm-6{ padding-right: 20px !important;
  padding-left: 20px !important;}
  
.products-list { margin-left: 10px;
  margin-right: 10px;
}



.col-sm-7 .list-unstyled {
  margin-left: 0px !important;
  margin-right: 0 !important;
}
.options .form-group {  margin-left: 0;}


.col-sm-5.list-unstyled  { margin-right: 0 !important;
  margin-left: 0!important;}
.product-info .images-block .list-inline li{padding-left: 0px;}

.shopping-cart-table .btn{padding: 3px 6px;}
.text-center img.img-thumbnail{width: 50px !important; height:50px !important;}

.product-info-box{  margin: 0 15px;}
.product-info .product-details{  margin: 0 15px;}
.side-heading{ margin: 0 15px !important;}
#catlist { margin:  15px !important;}
.product-col { margin:  15px !important;}
.images-block{ margin:  15px !important;}

.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom: solid thin #ccc !important;}
.table-responsive>.table{ margin-bottom:5px !important;}


  .panel-body {
   margin-left: 0px !important;
}

.login-area{  margin-left: 20px;
  margin-right: 5px;}
}

@media (min-width:321px) and (max-width:360px){
	img.img-thumbnail {
  width: 45px;
  height: 55px;
}
.text-uppercase .btn-black {
	  width: 120px;
  padding: 2px;
  font-size: 11px;
}

.sp-thumbs{  height: 75px;}
.sp-wrap{width: 100% !important;}
.product-info .product-details h2{margin-top: 0px;}

#main-menu.navbar{margin: 0 16px;}

.main-header .col-md-3{padding-right: 30px;
  padding-left: 30px;}

.products-list .col-md-3 .col-sm-6{ padding-right: 20px !important;
  padding-left: 20px !important;}
  
.products-list { margin-left: 10px;
  margin-right: 10px;
}


.product-info .product-details{  margin: 0 10px;}

.col-sm-7 .list-unstyled {
  margin-left: 0px !important;
  margin-right: 0 !important;
}
.options .form-group {  margin-left: 0;}


.col-sm-5.list-unstyled  { margin-right: 0 !important;
  margin-left: 0!important;}
.product-info .images-block .list-inline li{padding-left: 0px;}

.shopping-cart-table .btn{padding: 3px 6px;}
.text-center img.img-thumbnail{width: 100px;}
.product-info-box{  margin: 0 15px;}
.product-info .product-details{  margin: 0 15px;}
.side-heading{ margin: 0 15px !important;}
#catlist { margin:  15px !important;}
.product-col { margin:  15px !important;}
.images-block{ margin:  15px !important;}

.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom: solid thin #ccc !important;}
.table-responsive>.table{ margin-bottom:5px !important;}

.panel-smart{  margin-left: 0px;
  margin-right: 20px;}
  .panel-body {
   margin-left: 0px !important;
}

.login-area{  margin-left: 20px;
  margin-right: 5px;}
}

@media (min-width:361px) and (max-width:480px){
	img.img-thumbnail {
  width: 45px;
  height: 55px;
}
.text-uppercase .btn-black {
	  width: 120px;
  padding: 2px;
  font-size: 11px;
}

.sp-thumbs{  height: 75px;}
.sp-wrap{width: 100% !important;}
.product-info .product-details h2{margin-top: 0px;}

#main-menu.navbar{margin: 0 16px;}

.main-header .col-md-3{padding-right: 30px;
  padding-left: 30px;}

.products-list .col-md-3 .col-sm-6{ padding-right: 20px !important;
  padding-left: 20px !important;}
  
.products-list { margin-left: 10px;
  margin-right: 10px;
}

.product-info .product-details{  margin: 0 10px;}

.col-sm-7 .list-unstyled {
  margin-left: 0px !important;
  margin-right: 0 !important;
}
.options .form-group {  margin-left: 0;}


.col-sm-5.list-unstyled  { margin-right: 0 !important;
  margin-left: 0!important;}
.product-info .images-block .list-inline li{padding-left: 0px;}

.shopping-cart-table .btn{padding: 3px 6px;}
.text-center img.img-thumbnail{width: 100px;}
.product-info-box{  margin: 0 15px;}
.product-info .product-details{  margin: 0 15px;}
.side-heading{ margin: 0 15px !important;}
#catlist { margin:  15px !important;}
.product-col { margin:  15px !important;}
.images-block{ margin:  15px !important;}
.options .form-group .form-control
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom: solid thin #ccc !important;}
.table-responsive>.table{ margin-bottom:5px !important;}
}

@media only screen(min-width:480px){
	.options .form-group .form-control{  width: 91%;
}
}

@media (min-width:481px) and (max-width:600px){
	img.img-thumbnail {
  width: 60px;
  height: 70px;
}
.text-uppercase .btn-black {
	  width: 195px;
  padding:5px;
  font-size: 16px;
}
sp-large {
  height: 245px !important;
}
.sp-thumbs{  height: 75px;}
.sp-wrap{width: 100% !important;}
.product-info .product-details h2{margin-top: 390px;}

.main-header .col-md-3{padding-right: 30px;
  padding-left: 30px;}

 
.products-list { margin-left: 10px;
  margin-right: 10px;
}


.product-info .images-block .thumbnail{margin-left: 19%;}
.product-info .images-block .list-inline{  margin-left: 18%;}
.product-info .product-details h2{margin-top: 0 !important;}
.product-info .product-details{  margin-left: 20px;
  margin-right: 20px;}
  
  #main-menu.navbar{margin: 0 16px;}

.main-header .col-md-3{padding-right: 30px;
  padding-left: 30px;}

.products-list .col-md-3 .col-sm-6{ padding-right: 20px !important;
  padding-left: 20px !important;}
  
.products-list { margin-left: 10px;
  margin-right: 10px;
}

.product-info .product-details{  margin: 0 10px;}

.col-sm-7 .list-unstyled {
  margin-left: 0px !important;
  margin-right: 0 !important;
}
.options .form-group {  margin-left: 0;}



.col-sm-5.list-unstyled  { margin-right: 0 !important;
  margin-left: 0!important;}
.product-info .images-block .list-inline li{padding-left: 0px;}

.shopping-cart-table .btn{padding: 3px 6px;}
.text-center img.img-thumbnail{width: 100px;}
.product-info-box{  margin: 0 15px;}
.product-info .product-details{  margin: 0 15px;}
.side-heading{ margin: 0 15px !important;}
#catlist { margin:  15px !important;}
.product-col { margin:  15px !important;}
.images-block{ margin:  15px !important;}
.options .form-group .form-control{width:95% !important;}

.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom: solid thin #ccc !important;}
.table-responsive>.table{ margin-bottom:5px !important;}

}


@media only screen and (max-width:1024px){
.product-col h4, .product-col h4 a{  height: 30px;}

  .footer-links{  margin-top: -30px;}
 
.img-thumbnail{max-width: inherit;}
.options .form-group .form-control {
  width: 93%!important;
}
}

.img-thumbnail{max-width: inherit;}

	.col-sm-7 .list-unstyled{  margin-left: 0px !important;}

.options .form-group .form-control {  width: 91%;}



.contentContainer {
  margin: 0 15px;
}
.products-list {
  margin-bottom: 45px !important;
}
#footer-area {
  margin-top: 30px;
}

.btn-black, .btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  color: #fff;
}
.btn-black {
  background-color: #ffb400;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background-color: #ffc789;
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #ffc789;
  border-color: #d58512;
}
.btn-primary,.btn-default {
  color: #fff;
  background-color: #d58512;
  border-color: #d58512;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ffc789;
  border-color: #d58512;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: #ffc789;
  border-color: #d58512;
}

.update_cart_button{
  display: none;
}
#banners .item .col-md-12{
  padding: 0px !important;
}

.template_editor_tooltip{
  width: 100%; 
  float:left;
  color:#666;
  background-color: #fff; 
  padding: 5px;
  font-size:14px;
}

/*Navbar*/
.stellarnav.mobile.dark ul{background: #ff9000 !important; color: #fff;}