﻿
@media (max-width: 479px) {
  #home_products ul li .item {
    width:100%;
  }
}
/****products lists*****/


@media (max-width: 768px){
  .products_lists ul li {
    width:50%;
  }
}
@media (max-width: 479px) {
  .products_lists ul li {
    width:100%;
  }
}

@media (max-width: 768px){
  #right_content {
    width:70%;
  }
  #products_side {
    width:26%
  }
  #right_content .products_lists ul li {
    width:50%;
  }
}
@media (max-width: 479px) {
  #right_content {
    width:100%;
  }
  #right_content .products_lists ul li {
    width:100%;
  }
  #products_side {
    width:100%
  }
}
/****single****/
.products_top {
  width:100%;
/*  border-top:1px solid #ccc;*/
  overflow: hidden;
}
#product_img {
  width:50%;
  float:left;
  padding-top:20px;
}
#product_img .zoomimgwrap {
  width:100%;
}
#product_img .zoomimgwrap .glass-case {
  width:100%;
  margin:0 auto;
}
#product_info {
  width:50%;
  float:right;
  border-left:1px solid #ccc;
  padding-bottom:2000px;
  margin-bottom:-2000px;
}
#product_info .info_entry {
  padding-left:20px;
/*  font-size:12px;*/
}
#tab_content tr,
.info_entry tr {
  margin: 5px 0px;
}
#tab_content td,
.info_entry td {
  background: #f5f5f5;
  height: 20px;
  padding:5px;
}
.info_entry h1 {
  margin:0;
  font-size:20px;
  color:#222;
  padding:20px 0;
}
.info_entry a.buy_button {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  opacity: 1;
  filter: alpha(opacity=100);
  padding:10px 30px;
  cursor:pointer;
  text-transform: uppercase;
  font-weight: normal;
  text-align:center;
  vertical-align: middle;
  webkit-box-shadow: inset 0 1px 1px 0 #2fc0a8;
  -moz-box-shadow: inset 0 1px 1px 0 #2fc0a8;
  box-shadow: inset 0 1px 1px 0 #2fc0a8;
  background: #28166F;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281660",endColorstr="#28166F");
  background: -webkit-gradient(linear,left top,left bottom,from(#281660),to(#28166F));
  background: -moz-linear-gradient(top,#281660,#28166F);
  background-image: -o-linear-gradient(top,#281660 0,#28166F 100%);
  background-image: linear-gradient(to bottom,#281660 0,#28166F 100%);
  display: inline-block;
  line-height: 24px;
  color:#fff;
  border-radius:4px;
}
.info_entry a.buy_button:hover {
  opacity: .65;
  filter: alpha(opacity=65);
}
.products_desc {
  margin-top:20px;
}
.tab_buttons {
  max-width:100%;
  border-bottom: 1px solid #28166F;
}
.tab_buttons .button {
  color:#666;
  line-height:30px;
  cursor:pointer;
  text-align:center;
  font-size:12px;
  float:left;
  margin-right:5px;
  padding:0 20px;
}
.tab_buttons .button.active {
  color: #fff;
  background: #28166F;
}
#tab_content {
  width:100%;
  padding:20px;
  overflow:hidden;
}
#tab_content  img {
      max-width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    display: table-cell;
    margin: 0 auto;
}
#desc {
  display:block;
  
}
#reviews,#like {
  display:none;
}
#desc,#reviews,#like{
/*  font-size: 12px;*/
  color: #333;
  line-height: 2em;
}
#desc p,#reviews p,#like p {
  margin:0;
  color: #333;
}

@media (max-width: 768px) {
  .bread_nav {
    padding:18px 0;
  }
  .bread_nav span, .bread_nav a {
    line-height:24px;
  }
	.ytbreadcrumbs {
    
    font-size: 12px;
    line-height: 20px;
	}
}
@media (max-width: 479px) {
  #product_img {
    width:100%;
  }
  #product_info {
    width:100%;
    border-left:none;
  }
	.ytbreadcrumbs {
    
    font-size: 12px;
    line-height: 20px;
	}
}


.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


.accordion {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.accordion dt, 
.accordion dd {
  border-bottom: 1px solid #ccc;
  margin: 0px;
}
.accordion dt {
  cursor: pointer;
  padding: 8px 4px;
  font-size: 13px;
  font-weight: bold;
}
.accordion dd {
  padding: 12px 8px;
}
/*****footer******/

#top_top {
  position:fixed;
  bottom:80px;
  right:30px;
  opacity:1;
  cursor:pointer;
}
#top_top a {
  display:block;
  cursor:pointer;
}
#top_top img {
  display:block;
}
@media (max-width: 768px){
  #footer .col {
    width:50%;
  }
  #footer .col:nth-child(2n+1){
    clear:both;
  }
}
@media (max-width: 479px) {
  #footer .col {
    width:100%;
  }
}

.tab_buttons .active a{color:#fff;}
.tab_con{display: none;}
#desc{display: block;}

.singletabgd{position: fixed;top: 87px;}