@font-face
{
  font-family: Open Sans;
  src:url('/public/default/general/fonts/OpenSans-Regular.eot?');
  src:url('/public/default/general/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
      url('/public/default/general/fonts/OpenSans-Regular.woff2') format('woff2'),
      url('/public/default/general/fonts/OpenSans-Regular.woff') format('woff'),
      url('/public/default/general/fonts/OpenSans-Regular.ttf') format('truetype'),
      url('/public/default/general/fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
}
@font-face
{
  font-family: Delius Unicase;
  src:url('/public/default/general/fonts/DeliusUnicase-Bold.eot?');
  src:url('/public/default/general/fonts/DeliusUnicase-Bold.eot?#iefix') format('embedded-opentype'),
      url('/public/default/general/fonts/DeliusUnicase-Bold.woff2') format('woff2'),
      url('/public/default/general/fonts/DeliusUnicase-Bold.woff') format('woff'),
      url('/public/default/general/fonts/DeliusUnicase-Bold.ttf') format('truetype'),
      url('/public/default/general/fonts/DeliusUnicase-Bold.svg#DeliusUnicase-Bold') format('svg');
}
@font-face {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    src: url('/public/default/general/fonts/glyphicons-halflings-regular.eot');
    src: url('/public/default/general/fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'),
         url('/public/default/general/fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('/public/default/general/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('/public/default/general/fonts/glyphicons-halflings-regular.svg') format('svg');

}
.breadcrumbs ul.items
{
    font-size: 13.5px;
    padding: 12px 0;
    float: left;
    width: 100%;
    color: #a3a3a3;
    margin: 0;
}
.breadcrumbs
{
    background: url(/public/default/general/images/breadcrumb-bg.jpg) repeat;
}
.breadcrumbs .item a
{
    color: #696969;
    font-size: 13.5px;
}
.category_image
{
    margin-bottom: 20px;
}
.category_image img
{
    display: block;
    height: auto;
}
.page-layout-2columns-left .column.main
{
  width: 75%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.swatch-attribute-options
{
  margin-top: 10px;
}
.chosse_color a
{
  font-size: 13px;
  font-weight: 500;
  color: #838c8c;
  padding: 0;
  margin: 0;
  background: none !important;
  position: relative;
  display: inline-block;
}
.swatch-option
{
    height: 27px !important;
    border: none !important;
    float: left;
    margin-right: 10px;
}
.swatch-option {
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 20px;
    float: left;
    margin: 0 10px 5px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgb(218, 218, 218);
    overflow: hidden;
    text-overflow: ellipsis;
}
.chosse_color {
    padding: 15px 0;
    font-family: "Open Sans", sans-serif;
}
.tip-content
{
  border: 1px solid #ccc;
  width: 140px;
  height: 165px;
  position: absolute;
  top: -180px;
  left: -106%;
  padding: 5px;
  z-index: 50;
  background-color: #fff;
  display: none;
}
.tip-content:before
{
  position: absolute;
  content: "";
  bottom: -8px;
  left: 35%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ccc;
}
.tip-content:after
{
  position: absolute;
  content: "";
  bottom: -7px;
  left: 35%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #fff;
}
.boxcolor
{
  width: 100%;
  height: 85%;
}
.tip-content span
{
  display: block;
  color: #838c8c;
  text-align: center;
  padding-top: 5px;
}
.chosse_color a:hover .tip-content
{
  display: block;
}
.swatch-attribute.size .swatch-option, .swatch-attribute.manufacturer .swatch-option
{
  background: rgb(240, 240, 240);
  color: rgb(148, 148, 148);
}
.swatch-option.text
{
  color: #7F7F7F;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 22px;
  margin-right: 7px;
}
.swatch-attribute.size .tip-content
{
  width: auto;
  height: auto;
  top: -60px;
  left: -5%;
  padding: 10px;
}
.swatch-attribute.size .tip-content:before
{
  left: 7px;
}
.swatch-attribute.size .tip-content:after
{
  left: 7px;
}
.block-compare .action.delete:before
{
  font-size: 24px !important;
  line-height: 15px;
  color: #bbb;
  content: "\00d7";
  font-family: "Open Sans", sans-serif;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-wishlist .action.delete:before
{
  font-size: 24px !important;
  line-height: 15px;
  color: #bbb;
  content: "\00d7";
  font-family: "Open Sans", sans-serif;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.block-compare .product-item .product-item-link
{
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.block-wishlist .product-item .product-item-link {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.block-wishlist .empty, .block-compare .empty
{
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.sidebar .action.delete
{
  top: 0;
}
.actions-toolbar .action span
{
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.actions-toolbar > .secondary
{
  margin-left: 10px;
}
.actions-toolbar > .secondary span:hover
{
  color: #ff9b22;;
}
.columns .sidebar-additional .block-compare, .columns .sidebar-additional .block-wishlist, .sidebar-additional .widget-images
{
  margin-bottom: 30px !important;
}
.product-item-info {
    width: 100%;
}
.list_featured .product-img img
{
  width: 100px;
  height: 100px;
}
.sidebar .block.filter .filter-options-item
{
  display: block;
}
.toolbar-products span
{
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.products-grid .product-items li
{
  width: 33%;
}
.box_count_item
{
  width: 100%;
  overflow: hidden;
  border-top: 1px dotted #c8c8c8;
}
.box_count_item .toolbar-amount
{
  display: block;
  float: right;
  font-family: 'Open Sans', Arial, Tahoma;
}
.modes-mode:before
{
  display: none;
}
.sorter-action:before
{
  display: none;
}
.sorter-action i
{
  color: #2e7d55;
}
@media only screen and (max-width:800px)
{
  .page-layout-2columns-left .column.main
  {
    width: 100%;
  }
  .product-items .product-block .product-item-info .product-item-details .actions-primary
  {
		padding-right: 0px;
		height: 67px;
		padding: 0 15px;
		overflow: hidden;
  }
  .product-items .product-block .product-item-info .product-item-details .actions-primary > *
  {
	  display: block;
  }
  .products-grid .product-items li
  {
    width: 48% !important;
  }
  .product-items .product-block .product-item-info .product-img img
  {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
  }
  .product-items .product-block .product-item-info .product-img a
  {
	text-align: center;
	display: block;
  }
}
@media only screen and (max-width:500px)
{
  .product-items .product-block .product-item-info .product-img img
  {
	width: 150px;
	height: 150px;
  }
}