#pksizeguide-show{
  cursor: pointer;
  color:#999;
  font-size: 13px;
  display: inline-block;
  overflow: hidden;
  padding: 5px 17px;
  border: 2px solid #333;
}
#pksizeguide-show:hover{
  color:#999;
}
#pksizeguide .page-heading{
  border: 0 none;
  display: block;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  text-transform:uppercase;
}
.title-measure{
  font-size: 24px;
  line-height:24px;
  margin: 0px 0 30px;
  text-transform: uppercase;
  color:#333;
  letter-spacing: 0.05em
}
.title-measure.a2{
  margin-bottom:20px;
}
#pksizeguide-global {
  padding-top:25px;
}
#pksizeguide-global .table-sizegudie{
  border:1px solid #f1f1f1;
}
#pksizeguide .border-right{
  border-right:1px solid #f1f1f1;
}
.text-measure li em{
  color:#eb5f60;
}
.text-measure strong {color:#444}
.text-measure li{
  font-size:14px;
  line-height:20px;
  margin-bottom: 15px;
}
.rte ul.text-measure{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 36px;
}
#pksizeguide-overlay {
  background-color: #000;
  height: 100%;
  left: 0;
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5103;
  opacity: 0.7;
}
* html #pksizeguide-overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  opacity: 0.7;
}
#pksizeguide {
  background-color: #fefefe;
  position: fixed;
  z-index: 5104;
  max-width:95%;
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width:1300px;
  height:950px;
  max-height:62%;
  max-width:48%;
  box-shadow: 0px 0px 23px 5px rgba(0,0,0,0.75);
}
.platform-win #pksizeguide {
  width:1317px;
}
#pksizeguide .table {
  border-collapse: collapse;
  margin:0;
}
#pksizeguide .table > thead > tr > th.nobordered-cell  {
  background: none !important;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
#pksizeguide .table tr > th,
#pksizeguide .table tr > td {
  padding: 7px 15px;
  font-size: 14px;
  text-align: center;
  color:#555;
}
#pksizeguide .table > tbody > tr > td:first-child {
  text-align:left;
}
#pksizeguide .bordered-cell, #pksizeguide .table > thead > tr > th {
 border-bottom-width: 1px;
 font-weight: normal;
 background: #313537;
 color:#fff;
}
.hover_banner_img img{
  max-width:100%;
  height:auto;
}
.hover_banner_img img:hover{
  opacity:0.7;
}
#pksizeguide .pksizeguide-content .nav{
  display:flex;
  justify-content: center;
  margin-top: 40px;
}
.pksizeguide-content .oh > .row > .col-lg-6:first-child{
  padding-right: 0px
}
.pksizeguide-content .oh > .row > .col-lg-6:last-child{
 padding-left: 30px
}
#pksizeguide .pksizeguide-content{
  padding: 0px 15px;
  height:100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#pksizeguide .tab-content{
  height: 95%;
  padding-top: 0px;
}
@media (min-width: 1024px) {
  #pksizeguide .tab-content {
    padding-left: 20px
  }
}
#pksizeguide .cross {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 2;
}
.product-container .available-sizes{
  background: #fff;
  position: absolute;
  right: 0px;
  bottom: 33px;
  border: 1px solid #cecece;
  z-index: 3;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.ajax_block_product .hovered .available-sizes{
  visibility: visible;
  opacity: 0.9;
}
.product_list_small .available-sizes{
  display: none;
}
.product-container .available-sizes strong{
  border-bottom: 1px solid #cecece;
  padding: 2px 6px;
}
.product-container .available-sizes ul{
  margin: 0;
}
.product-container .available-sizes ul li{
  border-bottom: 1px dotted #cecece;
  display: block;
  padding: 0;
}
@media (max-width:768px) {
  .pksizeguide-content .oh > .row > .col-lg-6:last-child {padding: 0}
}
@media (max-width:600px) {
    #pksizeguide{
        max-width:100%;
    }
}
.nav.nav-tabs {
	margin-top: 0 !important;
}
.nav.nav-tabs li {
	margin: auto;
}
.tabs .tab-pane {
	padding-top: 0px !important; 
	width: 100%;
}