/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearer      { display: block; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }

/* Mis.
-------------------------------------------------------------*/

/* Forms */
form          { display: inline; }
fieldset      { border: 0; }
legend        { display: none; }

/* Content */
p             { margin: 0 0 10px; }
strong        { font-weight: bold; }
address       { font-style: normal; line-height: 1.35; }
cite          { font-style: normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size: 1em; }
big           { font-size: 2em; }
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space: nowrap !important; }
.wrap         { white-space: normal !important; }
.a-left       { text-align: left !important; }
.a-center     { text-align: center !important; }
.a-right      { text-align: right !important; }
.v-top        { vertical-align: top; }
.v-middle     { vertical-align: middle; }
.f-left,
.left         { float: left !important; }
.f-right,
.right        { float: right !important; }
.f-none       { float: none !important; }
.f-fix        { float: left; width: 100%; }
.no-display   { display: none; }
.no-margin    { margin: 0 !important; }
.no-padding   { padding: 0 !important; }
.no-bg        { background: none !important; }

/* Lists */
ul,ol         { list-style:none; }

/* remember to highlight inserts somehow! */
ins           { text-decoration: none; }

del           { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table         { border: 0; border-spacing: 0; empty-cells: show; }
caption,th,td { vertical-align: top; text-align: left; font-weight: normal; }

/*Various Clears---*/
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}







.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/css/buttons.png);
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: -84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: -84px 0 !important;
	}
	.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
		background-position: -84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: -126px -44px;
	}
	.simply-scroll-btn-up.disabled {
		background-position: -126px 0 !important;
	}
	.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
		background-position: -126px -88px;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: -42px -44px;
	}
	.simply-scroll-btn-down.disabled {
		background-position: -42px 0 !important;
	}
	.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
		background-position: -42px -88px;
	}
	
	.simply-scroll-btn-pause {
		right: 6px;
		bottom: 6px;
		background-position: -168px -44px;
	}
	.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
		background-position: -168px -88px;
	}
	
	.simply-scroll-btn-pause.active {
		background-position: -84px -44px;
	}
	.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
		background-position: -84px -88px;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	/* navaid width: 576px; */
	height: 38px;
	margin-bottom: 1em;
}

	.simply-scroll .simply-scroll-clip {
		/* width: 576px; */
		height: 200px;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			width: 290px;
			height: 200px;
		}
		.simply-scroll .simply-scroll-list li img {}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 340px;
	height: 400px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 290px;
		height: 400px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 290px;
			height: 200px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top: 0;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		top: 52px;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444; text-transform:uppercase;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {}

.wrap { clear: both; min-width: 1100px; }

.main { width: 1100px; margin: 0 auto; }

.main .inner { margin: 0 10px; }
/* HEADER
--------------------------------------------------------- */
#ja-header {}

/* CONTAINER
--------------------------------------------------------- */
#ja-container { padding: 10px 0; }
#ja-mainbody { float: left; width: 75%; }

/*main content---*/
#ja-main { clear: both; display: block; float: right; width: 66.6%; }
#ja-current-content {}
/*columns---*/
#ja-col1 { float: left; width: 33.3%; }
#ja-col2 { float: right; width: 25%; }

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {}
#ja-footer { padding: 10px 0; }

/* EXTENSIBLE LAYOUT
--------------------------------------------------------- */
/*1 Column---*/
.ja-lo-1col #ja-current-content { margin: 0; }
.ja-lo-1col #ja-mainbody,.ja-lo-1col #ja-main { float: none; width: 100%; }

/*2 Columns Right---*/
.ja-lo-2colsr #ja-main { float: none; width: 100%; }
.ja-lo-2colsr #ja-current-content { margin-left: 0; }

/*2 Columns Left---*/
.ja-lo-2colsl #ja-mainbody { float: none; width: 100%; }
.ja-lo-2colsl #ja-main { width: 75%; }
.ja-lo-2colsl #ja-current-content { margin-right: 0; }
.ja-lo-2colsl #ja-col1 { width:25%; }

/* IN PAGE LAYOUTS
--------------------------------------------------------- */
.page {}
.page-print { padding: 25px 30px; text-align: left; }
.page-empty { padding: 20px; text-align: left; }
.page-popup { padding: 25px 30px; text-align: left; }
.main-container { }
.main {}

/* Base Columns */
.col-left { float: left; width: 195px; padding: 0; }
.col-main { float: left; width: 685px; padding: 0; }
.col-right { float: right; width: 195px; padding: 0; }

/* 1 Column Layout */
.col1-layout .col-main { float: none; width: auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float: right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width: 475px; margin-left: 17px; }
.col3-layout .col-wrapper { float: left; width: 687px; }
.col3-layout .col-wrapper .col-main { float: right; }

/* Content Columns */
.col2-set .col-1 { float: left; width: 48.5%; }
.col2-set .col-2 { float: right; width: 48.5%; }
.col2-set .col-narrow { width: 32%; }
.col2-set .col-wide { width: 65%; }

.col3-set .col-1 { float: left; width: 32%; }
.col3-set .col-2 { float: left; width: 32%; margin-left: 2%; }
.col3-set .col-3 { float: right; width: 32%; }

.col4-set .col-1 { float: left; width: 23.5%; }
.col4-set .col-2 { float: left; width: 23.5%; margin: 0 2%; }
.col4-set .col-3 { float: left; width: 23.5%; }
.col4-set .col-4 { float: right; width: 23.5%; }

.col5-set .col-1 { float: left; width: 20%; }
.col5-set .col-2 { float: left; width: 20%; }
.col5-set .col-3 { float: left; width: 20%; }
.col5-set .col-4 { float: left; width: 20%; }
.col5-set .col-5 { float: left; width: 20%; }
.col5-set .col-wide { width: 40%; }

/*Table Columns---*/
table .col-1, table .col-2, table .col-3, table .col-4 { float: none !important; margin: 0 !important; }
.col3-set td.spacer { width: 3%; }
.col4-set td.spacer { width: 4%; }
.block-content select {width:210px;}
.block-content select option {width:220px;}
#off-canvas-nav {
  display: none;
}
#off-canvas-right{
  display: none;
 
}

@media (max-width: 985px) {
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body #ja-wrapper > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

 
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    background:none;
    height:100%
  }
  .off-canvas #off-canvas-right {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    background:none;
    opacity: 0;
    height:100%
  }
  .off-canvas #off-canvas-nav .jm-mainnav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    background:#111;
    min-height:100%;
  }
  .off-canvas #off-canvas-right .jm-mycart {
    margin: 0;
    position: absolute;
    right: 0;
    float: right;
    top: 0;
    z-index: -1;
    width: 250px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  background:#111;
  min-height:100%;
  }

  .off-canvas #off-canvas-nav .jm-mainnav ul {
    height: auto;
    background: none;
	margin:0;
  }
  .off-canvas #off-canvas-nav .jm-mainnav ul.level1 { margin-top:20px; margin-left:20px}
   .off-canvas #off-canvas-nav .jm-mainnav ul.level1 li { padding:10px 0; border-top:none;}
  
  .off-canvas #off-canvas-nav .jm-mainnav ul.level0 { margin:0;}
  
 .off-canvas #off-canvas-nav .jm-mainnav ul.level0 li.haschild { }
  
  .off-canvas #off-canvas-nav .jm-mainnav li {
    padding:20px;
  border-top:1px solid #222;
  font:normal 14px 'Chivo',sans-serif;
  text-transform:uppercase;
}

.off-canvas #off-canvas-nav .jm-mainnav .level0 li a { color:#fff;}
.off-canvas #off-canvas-nav .jm-mainnav .level0 li a:hover { text-decoration:none; color:#f91878}
.off-canvas #off-canvas-nav .jm-mainnav .level0 li.active a { color:#f91878;}

#off-canvas-nav .megamenu .group-title { padding:10px 0;}
#off-canvas-nav .megamenu .group-title a { color:#fff !important; padding:10px 0 10px 0px}

#off-canvas-nav .megamenu.level2 { margin:10px 0; width:200px}
#off-canvas-nav .megamenu.level2 li {
    font:normal 13px 'Chivo',sans-serif;
    text-transform: none;
  border-top:none;
  padding:10px 0;
}

#off-canvas-nav .megamenu.level2 li a { color:#999 !important;}
#off-canvas-nav .megamenu.level2 li a:hover { text-decoration:none; color:#f91878 !important}
#off-canvas-nav .megamenu.level2 li.active a { color:#f91878 !important;}

#off-canvas-nav .megamenu .childcontent.cols2 .megacol.column2,
#off-canvas-nav .megamenu .childcontent.cols2 .megacol.column2 { display:none; }

#off-canvas-nav .megamenu .childcontent.cols2  { border-top:1px solid #222; margin:20px -20px 0}
#off-canvas-nav .megamenu .childcontent.cols2 ul.level1 { margin:0;}
#off-canvas-nav .megamenu .childcontent.cols2 li { padding:10px 20px; border-top:none}

#off-canvas-nav .megamenu .childcontent.cols1 ul.level1,
#off-canvas-nav .megamenu .childcontent.cols1 ul.level2 { }

#off-canvas-nav .megamenu .childcontent.cols1 li { padding:10px 10px; border-top:none}

#off-canvas-nav .megacol.column4,
#off-canvas-nav .megacol.column5 { display:none!important}

.off-canvas-enabled body #ja-wrapper > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvasright-enabled body #ja-wrapper > * {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .off-canvas-enabled .jm-mainnav {
    display: block;
  }
  .off-canvas-enabled .jm-mycart{
    display: none;
  }
  .off-canvasright-enabled .jm-mycart {
    display: block;
  }
  .off-canvasright-enabled #off-canvas-right{
     opacity: 1;
     z-index: 9999;
      display: block;
   }
#off-canvas-right .block { padding:20px; float:left; width:210px; position:relative; margin-bottom:0px; margin-top:40px;}
  
#off-canvas-right .block ol li {
    font-size: 95%;
    margin: 0;
    padding: 5px 0;
 }
 
#off-canvas-right .block .product-image {
    float: left;
    width: 32%;
}


#off-canvas-right .block .block-content  { 
  border-bottom:1px solid rgba(255,255,255,0.5);
  border-top:1px solid rgba(255,255,255,0.5);
  overflow:hidden;
}

#off-canvas-right .block .block-content .product-details {
    margin-right: -10px;
}


#off-canvas-right .block .product-details {
    float: right;
    width: 65%;
}

#off-canvas-right .block .btn-edit { display:none; }

#off-canvas-right .block .product-details .product-name a,
#off-canvas-right .block .product-details .price,
#off-canvas-right .block .block-content .product-details .number-qt { color:#fff; }

#off-canvas-right .block .block-content .product-details .number-qt input.qty {
    padding: 2px;
    width: 1.5em;
}

#off-canvas-right .jm-mycart .buttons {
    clear: both;
    padding: 0 20px 10px;
}

#off-canvas-right .jm-mycart .buttons .summary .subtotal {
    width: 100%;
  padding-bottom:10px;
}

#off-canvas-right .jm-mycart .buttons .summary .subtotal .label {
    color: #fff;
    font-family: 'Rokkitt',cursive;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

#off-canvas-right .jm-mycart .buttons .summary .subtotal .price {
    color: #F8262F;
    float: right;
    font-family: 'Rokkitt',cursive;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

#off-canvas-right .jm-mycart .buttons button { margin-bottom:10px;}
#off-canvas-right .jm-mycart .buttons button.button:hover { background:#fff; border-color:#fff; color:#000;}

#off-canvas-right .jm-mycart .mycart-toggle { 
  position:absolute; 
  top:0; 
  text-align:center;
  width:250px;
  font-family: 'Passion One',cursive;
  font-weight: bold;
  text-transform:uppercase;
  line-height:normal;
}

#off-canvas-right .jm-mycart .mycart-toggle .totalcart {
    font-size: 40px;
  color:#FFDB00;
}

#off-canvas-right .jm-mycart .mycart-toggle span a {
    font-size: 20px;
  color:#FFDB00;
}

#off-canvas-right .jm-mycart .page-title h1 { display:none}

#off-canvas-right .jm-mycart .cart-empty { width:250px; text-align:center; color:#fff; margin-top:70px; padding-bottom:20px;}

#off-canvas-nav .form-search { padding:20px; position:relative; display:none;}

#off-canvas-nav .form-search label { display:none;}
#off-canvas-nav .form-search input { background:#000; border:1px solid #222; width:160px; padding-left:40px;height:26px;}
#off-canvas-nav .form-search button { position:absolute; left:30px; top:30px; background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_menu_header.png") no-repeat center bottom; text-indent:-1000em; border:none; }
#off-canvas-nav .form-search button:hover { border:1px solid #000}
 
} 
#jmoffcanvasdim{

  background: none repeat scroll 0 0 #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 98;
}
/*
 * ------------------------------------------------------------------------
 * JM Sporty Theme
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
@import url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/fonts/fonts.css);


body {
	background: #fff;
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
}

/*body.cms-index-index {
	background: #fff url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_body.jpg) no-repeat center top !important ;
}
*/

body#bd {
	color: #666;
}

body#bd.sales-order-print {
	background: #fff;
}

body.fs1 {
	font-size: 10px;
}

body.fs2 {
	font-size: 11px;
}

body.fs3 {
	font-size: 12px;
}

body.fs4 {
	font-size: 13px;
}

body.fs5 {
	font-size: 14px;
}

body.fs6 {
	font-size: 15px;
}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

/* COMMON ELEMENTS
-------------------------------------------------------------*/
/*Normal link---*/
a {
	color: #e91c1c;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #e91c1c;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 92%;
	text-transform: uppercase;
}


/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-title {
	color: #333;
	line-height: 1.3;
}

/*Small text---*/
small, #ja-footer,
.category-products .add-to,
.ratings, .ratings-list td.label,
.widget-btn, .validation-advice, .required,
.toolbar .pager,.toolbar .sorter {
	font-size: 92%;
}

/*Form---*/
input.input-text, select, textarea {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #666;
	font: 100%/normal sans-serif;
	vertical-align: middle;
}

option, optgroup {
	font: 100%/normal sans-serif;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

select {
	padding: 8px 15px;
}

input.input-text, textarea {
	border: 1px solid #ddd;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 8px 15px;
}

.buttons-set .back-link {
	float: left;
	margin: 2px 20px 2px 0;
	padding: 0;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	float: left;
	margin-right: 3px;
}

input#subscription {
	margin-top: 1px;
}

.input-text:focus, select:focus, textarea:focus {
	background: #fff;
	border: 1px solid #666;
}

#payment_method {
	margin-right: 5px;
	padding: 5px 10px;
	vertical-align: top;
}

/*Fieldset--*/
fielddset {
}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/

/*Others--*/
address {
	font-style: normal;
}

p.f-left {
	margin: 0;
}

.container {
	margin: auto;
	padding-right: 4px;
	width: 1080px;
}

/* HEADER
--------------------------------------------------------- */
/*Toggle---*/
.has-toggle .btn-toggle {
	display: none;
}

#ja-header {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-header.png') repeat-x  bottom left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	min-height: 102px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	position: relative;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 999;
}

#ja-header .main .inner {
	line-height: normal;
	padding: 0;
	position: relative;
	z-index: 999;
}

#ja-top {
	font-family: 'Lato', sans-serif;
	min-height: 42px;
	width: 100%;
}

.welcome-msg {
	float: left;
	margin: 0;
	width: 100%;
}


#ja-quickaccess .welcome-msg {
	float: right;
	font-size: 11px;
	font-weight: 700;
	margin: 2px 25px 0 0;
	width: auto;
}

.dashboard .page-title {
	margin: 0;
	width: 100%;
}

/*Logo---*/
h1#logo, div#logo-text {
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

h1#logo a {
	color: transparent;
	display: block;
	font-size: 250%;
	height: 39px;
	margin: 11px 0 0 0;
	text-decoration: none;
	text-indent: -99999px;
	width: 157px;
}

h1#logo a span {
	position: absolute;
	top: -1000px;
}

div#logo-text {
	outline: none;
}

div#logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div#logo-text h1 a {
	color: #fff;
	text-transform: uppercase;
}

.site-slogan {
	color: #999;
	letter-spacing: 1px;
	margin: 0 0 -2px 10px;
	padding: 0;
}

/*Quick Access---*/
.quick-access {
	color: #999;
	font-size: 13px;
	line-height: 13px;
	width: 50%;
	float: right;
	padding: 14px 0 13px;
}

.quick-access p {
	float: left;
	font-weight: bold;
	margin: 0 10px 0 0;
}

.shop-access {
	float: right;
	margin: 0;
}

.shop-access li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/sep-vdot.png) no-repeat right 3px;
	display: inline;
	height: 11px;
	line-height: 11px;
	padding: 0 15px;
}

.quick-access li.first {
	padding-left: 0;
}

.quick-access li.last {
	background: none;
	padding-right: 0;
}

.shop-access a,
.shop-access a:visited{
	color: #999;
	font-size: 11px;
	font-weight: 400;
}

.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus {
	color: #c51a1a;
}

.form-language {
	color: #999;
	float: left;
	font-family: 'Lato',sans-serif;
	font-size: 11px;
	font-weight: 400;
	height: 15px;
	overflow: hidden;
	width: 50%;
	padding: 14px 0 13px; 
	-webkit-appearance: none !important;
	-o-appearance: none !important;
}

.form-language label {
	padding-right: 5px;
	float: left;
}

.form-language a { margin: 1px 2px 1px 0; display: inline-block; }


.has-toggle  .mycart-toggle {
	display: block;
}

#ja-mycart .block-cart .actions{
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
}

#ja-mycart {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-cart-header.png') top right no-repeat;
	height: 60px;
	position: fixed;
	right: 0;
	top: 42px;
	width: 83px;
	cursor:pointer;
	z-index:99;
}

#ja-mycart .totalcart {
	height: 60px;
	position: relative;
	width: 83px;
}

#ja-mycart .gotocart {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #EE5848;
	float: right;
	font-family: 'PT Sans',sans-serif;
	font-size: 12px;
	font-weight: 400;
	height: 18px;
	left: 51px;
	line-height: 17px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: -15px;
	width: 18px;
}

#ja-mycart .gotocart2 {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #EE5848;
	float: right;
	font-family: 'PT Sans',sans-serif;
	font-weight: 700;
	height: 15px;
	left: 92px;
	line-height: 15px;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: -7px;
	width: 15px;
}

#ja-mycart .btn-toggle.active + .inner-toggle {
	display: block;
	right: 0;
	transition: all 0.3s ease-out 0s;
}

#ja-mycart .inner-toggle {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #fe553a;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	margin-top: 18px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	right: -300px;
	transition: all 0.8s ease-out 0s;
	width: 240px;
}

.truncated {
	display: none;
}

#ja-mycart .block-title {
	display: none;
}

#ja-mycart .block-cart .block-content {
	padding: 0;
}

/*Mini search---*/
#ja-search {
	background: #292929;
	border: 1px solid #2b2a2a;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 17px;
	width: 210px;
	z-index: 1000;
}

#ja-search form {
	float: left;
	text-align: left;
	width: 100%;
}

#ja-search legend {
	display: none;
}

#ja-search .input-text {
	background: 0;
	border: 0 none;
	font-size: 12px;
	margin: 4px;
	padding: 3px;
	vertical-align: middle;
	width: 155px;
}


#ja-search button.button,
#ja-search button{
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_search.png) no-repeat right top;
	border: 0;
	box-shadow: none;
	float: right;
	font-size: 12px;
	height: 16px;
	margin: 6px 10px;
	padding: 0;
	width: 17px;
}

#ja-search button.button span {
	display: none;
}

#ja-search label {
	display: none;
}

.search-autocomplete {
	z-index: 999;
}

.search-autocomplete ul {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
}

.search-autocomplete li {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	list-style: none;
	padding: 2px 8px;
	text-align: left;
}

.search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.search-autocomplete li.odd {
}

.search-autocomplete li.selected {
	background: #FEF9EF;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	padding: 0;
}

#ja-mainnav-inner {
}

.ja-mainnav-outer {
	min-height: 60px;
	position: relative;
}

.nav-container {
	background: #0a263d;
}

#nav {
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
}

#nav li.over {
	z-index: 998;
}

#nav a,
#nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none;
}

#nav span {
	cursor: pointer;
	display: block;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
}

#nav ul li.parent a {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
	background-image: none;
}

/* 0 Level */
#nav li {
	float: left;
}

#nav li.active a {
	color: #d96708;
}

#nav a {
	color: #a7c6dd;
	float: left;
	font-weight: bold;
	padding: 5px 12px 6px 8px;
}

#nav li.over a,
#nav a:hover {
	color: #d96708;
}

/* 1st Level */
#nav ul li,
#nav ul li.active {
	background: #ecf3f6 url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bkg_nav1.gif) 0 100% repeat-x;
	float: none;
	margin: 0;
	padding-bottom: 1px;
}

#nav ul li.last {
	background: #ecf3f6;
	padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover {
	background: none;
	float: none;
	padding: 0;
}

#nav ul li a {
	font-weight: normal !important;
}

/* 2nd Level */
#nav ul,
#nav div {
	border: 1px solid #899ba5;
	left: -10000px;
	position: absolute;
	top: 27px;
	width: 15em;
}

#nav div ul {
	border: none;
	position: static;
	width: auto;
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
	top: 5px;
}

#nav ul li a {
	background: #ecf3f6;
}

#nav ul li a:hover {
	background: #d5e4eb;
}

#nav ul li a,
#nav ul li a:hover {
	color: #2f2f2f !important;
}

#nav ul span,
#nav ul li.last li span {
	padding: 3px 15px 4px 15px;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
	left: 0;
	z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
	left: 100px;
}

/********** Navigation > */

/* CONTAINER
--------------------------------------------------------- */
#ja-container {
	padding: 52px 0 60px;
}

.cms-home #ja-container {
	padding: 20px 0 0;
}



.catalog-product-view #ja-container,
.catalog-category-view #ja-container,
.catalogsearch-result-index #ja-container {
	padding: 0 0 60px;
}

/*main content---*/
#ja-content {
}

#ja-current-content {
}

#ja-main {
}

/*columns---*/
#ja-col1 {
}

#ja-col1 .block {
	background: none;
	border-bottom: 1px solid #ddd;
}

#ja-col1 .block:last-of-type {
	border-bottom: 0;
}


#ja-col2 .block {
	margin-left: 10px;
	margin-right: 10px;
}

/*breadcrums---*/
#ja-pathway {
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	line-height: normal;
	margin: 18px 0;
}

#ja-pathway ul {
}

#ja-pathway ul li {
	display: inline;
	font-size: 16px;
	line-height: 33px;
}

#ja-pathway ul li a {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow_pathway.png) no-repeat right center;
	color: #333;
	float: left;
	line-height: 33px;
	padding: 0 30px 0 20px;
}

#ja-pathway ul li strong {
	font-weight: normal;
	padding-left: 20px;
}


/* Mass */
.ja-mass .main {
	padding: 20px 0;
}

.ja-mass .main .inner {
	margin: 0 9px;
}


#ja-mass-top {
	float: none;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}


#ja-mass-top1 {
	float: none;
	margin: -110px auto 0;
	position: relative;
	z-index: 99;
}

#ja-mass-top1 .main {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

#ja-mass-top2 .block-lastest-product,
#ja-mass-top2 .jm-product-list.latest {
	display: none;
}

#ja-mass-top2 .block {
	background: none;
	border: none;
	margin: 0;
}

#ja-mass-top2 .block .block-title {
	background: none;
	border: none;
	padding: 0;
}

#ja-mass-top2 .block .block-title strong {
	display: none;
}

#ja-current-content .col-4.col-wide {
	display: none;
}

/* Spotlight */
.ja-spotlight .col-1,
.ja-spotlight .col-2,
.ja-spotlight .col-3,
.ja-spotlight .col-4 {
}

.ja-spotlight .block {
	border: 0;
	margin: 0 10px;
}

.ja-spotlight .block .block-title {
	background: none;
	border-bottom: 0;
	padding: 0;
}

.ja-spotlight .block .block-content {
	padding: 10px 0;
}

/* Top Spotlight */
#ja-topsl {
	padding: 10px 0;
}

#ja-mass-bottom .main {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_shadow.png') top center no-repeat;
	min-height: 47px;
	padding: 40px 0;
}

#ja-mass-bottom  .block {
	background: none;
	border: 0;
}

#ja-mass-bottom  .block .block-content {
	padding: 0;
}

#ja-mass-bottom  .company-list {
	text-align: center;
	width: 100%;
}

#ja-mass-bottom  .company-list li {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-1 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-etnies.png') bottom left no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom .company-list li.company-1 a:active,
#ja-mass-bottom .company-list li.company-1 a:focus,
#ja-mass-bottom .company-list li.company-1 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-etnies-hover.png') bottom left no-repeat;
}

#ja-mass-bottom   .company-list li.company-2 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-vans.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom .company-list li.company-2 a:active,
#ja-mass-bottom .company-list li.company-2 a:focus,
#ja-mass-bottom .company-list li.company-2 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-vans-hover.png') bottom center no-repeat;
}

#ja-mass-bottom   .company-list li.company-3 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-nike.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom .company-list li.company-3 a:active,
#ja-mass-bottom .company-list li.company-3 a:focus,
#ja-mass-bottom .company-list li.company-3 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-nike-hover.png') bottom center no-repeat;
}

#ja-mass-bottom   .company-list li.company-4 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-puma.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom .company-list li.company-4 a:active,
#ja-mass-bottom .company-list li.company-4 a:focus,
#ja-mass-bottom .company-list li.company-4 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-puma-hover.png') bottom center no-repeat;
}

#ja-mass-bottom   .company-list li.company-5 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-balance.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom .company-list li.company-5 a:active,
#ja-mass-bottom .company-list li.company-5 a:focus,
#ja-mass-bottom .company-list li.company-5 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-balance-hover.png') bottom center no-repeat;
}

#ja-mass-bottom   .company-list li.company-6 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-adidas.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-8 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-thermoid.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom .company-list li.company-6 a:active,
#ja-mass-bottom .company-list li.company-6 a:focus,
#ja-mass-bottom .company-list li.company-6 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-adidas-hover.png') bottom center no-repeat;
}

#ja-mass-bottom   .company-list li.company-7 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-asics.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom .company-list li.company-8 a:active,
#ja-mass-bottom .company-list li.company-8 a:focus,
#ja-mass-bottom .company-list li.company-8 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-thermoid.png') bottom center no-repeat;
}

#ja-mass-bottom .company-list li.company-7 a:active,
#ja-mass-bottom .company-list li.company-7 a:focus,
#ja-mass-bottom .company-list li.company-7 a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/logo-asics-hover.png') bottom center no-repeat;
}

#ja-mass-bottom   .company-list li.company-9 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/deutz.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-10 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/dongil.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-11 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/gates.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-12 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/mit.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-13 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/opti.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-14 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/shell.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

#ja-mass-bottom   .company-list li.company-15 a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/total.png') bottom center no-repeat;
	display: inline-block;
	height: 50px;
	text-indent: -999em;
	width: 148px;
}

/* Bottom Spotlight */
#ja-botsl {
	background: #111;
	color: #999;
	font-size: 14px;
	padding: 50px 0 0;
}

#ja-botsl .col-5 {
	margin: 40px 0 0;
	padding: 40px 0;
	width: 100%;
}


#ja-botsl .col-1 {
	width: 25%;
}

#ja-botsl .col-2,
#ja-botsl .col-3 {
	margin: 0;
	width: 20%;
}

#ja-botsl .block-subscribe {
	float: right;
	line-height: 25px;
	width: 35%;
}

#ja-botsl .block-subscribe label {
	display: block;
	margin: 3px 0 0;
	width: 100%;
}

#ja-botsl .block-subscribe .input-box {
	margin: 20px 0 0 0;
	position: relative;
}

#ja-botsl .block-subscribe .button {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png') top left repeat-x;
	border: 0;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0 0 5px #000;
	color: #fff;
	float: right;
	font-family: 'PT Sans', sans-serif !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	text-transform: uppercase;
}

#ja-botsl .block-subscribe .button:hover {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png') top left repeat-x;
}

#ja-botsl .block-subscribe .input-text {
	background: #202020;
	border: 1px solid #353434;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #5a5a5a;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	min-width: 255px;
	padding: 2px 15px;
}

#ja-botsl .block-subscribe .validation-advice {
	left: 13px;
	position: absolute;
	top: 30px;
}

#ja-botsl.ja-spotlight .block {
	margin: 0;
	padding: 0;
}

#ja-botsl.ja-spotlight .col-wide {
	background: none;
	border-top: 1px solid #212121;
	clear: both;
	display: inline-block;
}

#ja-botsl .block {
	background: none;
	border: 0;
}

#ja-botsl .block .block-title {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

#ja-botsl .block .block-title strong {
	font-size: 100%;
	font-weight: 700;
}

#ja-botsl .block-list ol li {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bullet.png') no-repeat 0 12px;
	border-bottom: 0;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
}

#ja-botsl .block-list ol li a, 
#ja-botsl .block-list ol li a:visited{
	color: #999;
	font-size: 14px;
	text-decoration: none;
}

#ja-botsl .block-list ol li:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bullet.png') no-repeat 0 -47px;
	color: #fff;
}


#ja-botsl .block-list ol li a:active,
#ja-botsl .block-list ol li a:focus,
#ja-botsl .block-list ol li a:hover,
#ja-botsl .block-list ol li:hover a {
	color: #fff;
}

#ja-botsl .block-contact  p{
	height: 23px;
	line-height: 23px;
	margin: 3px 0 0 0;
	padding: 0;
}

#ja-botsl .block-contact a,
#ja-botsl .block-contact a:visited {
	color: #fff;
	text-decoration: none;
}

#ja-botsl .block-contact a:active,
#ja-botsl .block-contact a:focus,
#ja-botsl .block-contact a:hover {
	text-decoration: underline;
}


#ja-botsl  .socials-list {
	text-align: center;
	width: 100%;
}

#ja-botsl  .socials-list li {
	display: inline-block;
	margin: 0 20px;
	text-align: center;
}

#ja-botsl  .socials-list li.facebook a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-facebook.png') bottom left no-repeat;
	display: inline-block;
	height: 48px;
	text-indent: -999em;
	width: 24px;
}

#ja-botsl  .socials-list li.facebook a:active,
#ja-botsl  .socials-list li.facebook a:focus,
#ja-botsl  .socials-list li.facebook a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-facebook-hover.png') bottom left no-repeat;
}

#ja-botsl  .socials-list li.twitter a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-twitter.png') bottom left no-repeat;
	display: inline-block;
	height: 48px;
	text-indent: -999em;
	width: 46px;
}

#ja-botsl  .socials-list li.twitter a:active,
#ja-botsl  .socials-list li.twitter a:focus,
#ja-botsl  .socials-list li.twitter a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-twitter-hover.png') bottom left no-repeat;
}

#ja-botsl  .socials-list li.google-plus a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-google-plus.png') bottom left no-repeat;
	display: inline-block;
	height: 48px;
	text-indent: -999em;
	width: 49px;
}

#ja-botsl  .socials-list li.google-plus a:active,
#ja-botsl  .socials-list li.google-plus a:focus,
#ja-botsl  .socials-list li.google-plus a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-google-plus-hover.png') bottom left no-repeat;
}

#ja-botsl  .socials-list li.rss a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-rss.png') bottom left no-repeat;
	display: inline-block;
	height: 48px;
	text-indent: -999em;
	width: 46px;
}

#ja-botsl  .socials-list li.rss a:active,
#ja-botsl  .socials-list li.rss a:focus,
#ja-botsl  .socials-list li.rss a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-rss-hover.png') bottom left no-repeat;
}

#ja-botsl  .socials-list li.youtube a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-youtube.png') bottom left no-repeat;
	display: inline-block;
	height: 48px;
	text-indent: -999em;
	width: 46px;
}

#ja-botsl  .socials-list li.youtube a:active,
#ja-botsl  .socials-list li.youtube a:focus,
#ja-botsl  .socials-list li.youtube a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-youtube-hover.png') bottom left no-repeat;
}

#ja-botsl  .socials-list li.pinterest a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-pinterest.png') bottom left no-repeat;
	display: inline-block;
	height: 48px;
	text-indent: -999em;
	width: 48px;
}

#ja-botsl  .socials-list li.pinterest a:active,
#ja-botsl  .socials-list li.pinterest a:focus,
#ja-botsl  .socials-list li.pinterest a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-pinterest-hover.png') bottom left no-repeat;
}

#ja-botsl  .socials-list li.ico-vl a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-vl.png') bottom left no-repeat;
	display: inline-block;
	height: 48px;
	text-indent: -999em;
	width: 44px;
}

#ja-botsl  .socials-list li.ico-vl a:active,
#ja-botsl  .socials-list li.ico-vl a:focus,
#ja-botsl  .socials-list li.ico-vl a:hover{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-vl-hover.png') bottom left no-repeat;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	background: #111;
	font-size: 12px;
	padding: 0;
	position: relative;
}

#ja-footer .main .inner {
	border-top: 1px solid #212121;
	padding: 30px 0;
}

#ja-footer a {
	color: #fff;
	text-decoration: none;
}


#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: underline;
}

#ja-footer ul {
	float: left;
	margin: 0;
}

#ja-footer li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/sep-vdot.gif) no-repeat right center;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#ja-footer li.last {
	background: none;
}

#ja-footer li a {
}

#ja-footer li a.link-feed {
	line-height: normal;
}

#ja-footer .ja-info {
	margin-bottom: 10px;
}

#ja-footer .ja-legal {
	color: #666666;
	font-family: Arial;
	line-height: 17px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
}


#ja-footer .ja-payment {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/payment.png") no-repeat scroll right top transparent;
	height: 127px;
	margin: auto;
	width: 460px;
}

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.success {
	color: #42A032;
}

.error	{
	color: #c00;
}

.notice	{
	color: #069;
}

.success, .error {
	font-weight: bold;
}

.messages {
	overflow: hidden;
	width: 100%;
}

.error-msg, .success-msg, .notice-msg, .note-msg {
	background-position: 10px 6px !important;
	background-repeat: no-repeat !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-size: 110% !important;
	font-weight: bold !important;
	margin: 0 0 15px!important;
	padding: 5px 10px 5px 32px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	background-color: #FCEDED;
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/msg_error.gif);
	border-color: #c00;
	color: #c00;
}

.success-msg {
	background-color: #F1F9EF;
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/msg_success.gif);
	border-color: #42A032;
	color: #42A032;
}

.notice-msg, .note-msg {
	background-color: #FEF9EF;
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/msg_notice.gif);
	border-color: #069;
	color: #069;
}

.out-of-stock {
	color: #c00;
	font-weight: bold;
}

/* FORMS
----------------------------------------------------------------*/
input.qty {
	margin-bottom: 10px;
	padding: 5px 15px;
	text-align: center;
	width: 1.5em !important;
}

.fieldset label, .form-list label, .sp-methods label {
	font-weight: bold;
}

.buttons-set,
.button-set {
	clear: both; /*Container for form buttons*/
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
}

.buttons-set .back-link {
	float: left;
	margin: 2px 20px 2px 0;
	padding: 0;
}


.buttons-set .button {
	float: left;
	margin-left: 0;
}

.buttons-set #add_recipient_button {
	margin: 0;
}

.buttons-set p.required {
	font-weight: 400;
	margin-bottom: 5px;
}

button.button, button {
	background: #f2f2f2 url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-button.png") repeat-x left bottom;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px #e0e0e0;
	color: #666;
	cursor: pointer;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 14px !important;
	font-weight: 700;
	height: 30px;
	line-height: 28px;
	-moz-box-shadow: 0 1px 2px #e0e0e0;
	overflow: visible;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 2px #e0e0e0;
	width: auto;
}

button.button span, 
.btn-cart span,.form-button {
	white-space: nowrap;
}

button.button:hover,
button.button:focus,
button:hover,
button:focus {
	background: #fefefe url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-button-hover.png") repeat-x left bottom;
}

.btn-continue {
	margin-right: 5px;
}

a.button {
}

button.btn-proceed-checkout {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left top transparent;
	border: 0 none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 18px !important;
	height: 32px !important;
	line-height: 32px !important;
	text-transform: uppercase;
	width: 100%;
}

button.btn-proceed-checkout:focus,
button.btn-proceed-checkout:hover {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png") repeat-x scroll left top transparent;
}


/*Form lists---*/
.form-list {
	margin: 0;
}

.form-list li {
	margin: 0;
	padding: 5px 0;
}

.form-list li .input-box .input-text,
.form-list li .input-box textarea {
	width: 250px;
}

.form-list li .input-box select {
	width: 285px;
}

.form-list li.additional-row {
}

.form-list li.additional-row > p {
	float: right;
	margin: 15px 0 0;
}

.form-list li.additional-row .btn-remove {
}

.form-list div.input-box {
	padding: 5px 0;
	position: relative;
}

.form-list div.input-box .validation-advice{ 
	position: absolute;
	top: 35px;
	left: 0;
}

.form-list .control div.input-box {
	display: inline;
	padding: 0;
}

.form-list .control div.input-box input.checkbox {
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
}

.fieldset {
	border: 1px solid #ddd;
	margin: 25px 0 15px;
	padding: 15px;
}

.fieldset .legend {
	background: #fff;
	float: left;
	font-size: 125%;
	font-weight: bold;
	margin: -25px 0 0;
	padding: 0 8px;
}

.fieldset li {
	padding: 5px 0;
}

.fieldset li .field {
	float: left;
	width: 275px;
}

.fieldset li .input-text, .fieldset li select, .fieldset li textarea {
	width: 525px;
}

.fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 230px;
}

.fieldset li .input-box select {
	width: 256px;
}

/*Form Messages---*/
.validation-advice, .required {
	margin: 0;
}

.validation-advice {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/validation_advice_bg.gif) no-repeat 2px 1px;
	clear: both;
	font-weight: bold;
	font-size:11px;
	color:#E91C1C;
	min-height: 15px;
	padding-left: 17px;
}

.validation-failed {
	background: #FCEDED !important;
	border: 1px dashed #c00 !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix {
	float: left;
}

.v-fix .validation-advice {
	display: block;
	margin-right: -12em;
	position: relative;
	width: 12em;
}

label.required {
	font-weight: bold;
}

label.required em {
	color: #F91878;
	margin-right: 3px;
}

p.required {
	color: #e91c1c;
	margin: 0;
	text-align: left;
}

.form-list li .input-box .v-fix .month,
.form-list li .input-box .v-fix .year {
	width: 125px;
}

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head, .box-title ,.box-head{
	line-height: 1.25em;
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.box-title h3,
.box-head h2{
	float: left;
	margin: 0;
	text-align: left;
}

.head a, .inner-head a,.box-title a,.box-head a {
	font-weight: bold;
}

.info-box .box-title {
	font-size: 16px;
	text-align: left;
}

/*Page heading---*/
.page-title {
	margin: 0 0 14px;
	padding: 0;
}

.page-title h1 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

.catalogsearch-result-index .page-title h1 { 
	margin: 20px 0 0;
}

.page-title h4 {
	font-size: 110%;
	margin: 0;
}

.page-title a {
	font-weight: bold;
}

.page-title ul
.page-title li {
	background: none;
	line-height: normal;
	margin: 0;
}

.title-buttons {
	line-height: 35px;
	overflow: hidden;
	text-align: right;
}

.title-buttons h1 {
	float: left; /* heading level with buttons */
}

.title-buttons ul {
	float: right;
}

.title-buttons ul li {
	display: block;
	float: left;
	padding-left: 10px;
}

.title-buttons .paypal-logo {
	float: left;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.title-buttons .paypal-logo a {
	float: left;
	padding-right: 10px;
}

.checkout-types li p.paypal-logo .paypal-or {
}

/*Category list heading---*/
.category-head {
	margin-bottom: 10px;
}

.category-head h2 {
	color: #333;
	font-size: 200%;
	margin: 0;
}

.box-header {
	background: #eee none repeat scroll 0%;
	font-size: 1.05em;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

.category-head .link-feed {
	float: right;
	margin-top: 5px;
	position: relative;
}

/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
.data-table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}

.data-table tfoot th { font-size:100%;font-weight:normal; color:#666;}
.data-table tfoot th strong { font-weight:normal;}

.data-table tfoot th + td strong { font-weight:normal; }

.data-table tr td {
	background: #fff;
}

.data-table .odd td {
	background: #fff;
}

.data-table .even td {
	background: #fff !important;
}

.data-table td.last, 
.data-table th.last,
.data-table th:last-child {
	border-right: 0;
}

.data-table tr.last td,
.data-table tr.last th {
}

.data-table th {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {
	color: #fff;
}

.data-table td,
.data-table th {
	padding: 15px 20px 17px;
}

.data-table .btn-action-button td {
	padding: 15px 20px 20px;
}

.data-table thead tr th,
.data-table thead tr td {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.data-table tfoot tr.first td {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.data-table tfoot tr td {
	border-bottom: 1px solid #ddd;
}

.data-table tfoot td {
	border-bottom: 0;
}

.data-table tbody td {
	border-bottom: 1px solid #ddd;
}

/*Bundle Products---*/
.data-table tbody.odd tr td{
}

.data-table tbody.even tr td {
	background: #fff !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
	border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-bottom: 1px solid #ddd;
}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label {
	font-style: italic;
	font-weight: bold;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table .product-name {
	font-size: 100%;
	margin: 0;
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 2px;
	padding-top: 2px;
}

.generic-table td {
	padding: 0 8px;
}

.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
}

.shipping-tracking .button-set {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

.cart .product-name a,
.cart .cart-price {
	color: #111;
	font-size: 16px;
	font-weight: 400;
}

.cart .cart-price-total {
	font-weight: 700;
}

.cart .input-text.qty {
	background: #fff;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px;
}


.btn-action-button .btn-continue {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-continue.png") no-repeat left bottom;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #E91C1C;
	font-size: 16px !important;
	font-weight: 400;
	height: 20px;
	line-height: 100%;
	text-transform: none;
}

.btn-action-button .btn-continue:hover, 
.btn-action-button .btn-continue:focus {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-continue.png") no-repeat left bottom;
}

button.btn-checkout {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left bottom;
	border: 0 none;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 18px !important;
	height: 32px !important;
	line-height: 32px !important;
	text-transform: uppercase;
	width: auto;
}

button.btn-checkout:focus,
button.btn-checkout:hover {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png") repeat-x scroll left bottom;
}



.btn-action-button .btn-update {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-updated.png") no-repeat left bottom;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #E91C1C;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 0 80px;
	height: 20px;
	text-transform: none;
}

.btn-action-button .btn-update:hover, 
.btn-action-button .btn-update:focus {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-updated.png") no-repeat left bottom;
}

.btn-action-button .btn-empty {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-clear.png") no-repeat left bottom;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #E91C1C;
	font-size: 16px !important;
	font-weight: 400;
	height: 20px;
	line-height: 100%;
	text-transform: none;
}

.btn-action-button .btn-empty:hover, 
.btn-action-button .btn-empty:focus {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-clear.png") no-repeat left bottom;
}



.multiple-checkout .input-text.qty {
	background: #fff;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 8px 20px;
	width: auto !important;
}


.multiple-checkout  .select-box {
	background: #f5f5f5 url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-drop-cart-select.png) no-repeat 95% 50%;
	border: 1px solid #ddd;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: 370px;
}

.multiple-checkout  .select-box select {
	background: rgba(225,225,225,0);
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	-o-appearance:none!important;
	-webkit-appearance: none;
	width: 420px;
}


.select-box {
	background: #f5f5f5 url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-drop-cart-select.png) no-repeat 95% 50%;
	border: 1px solid #ddd;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: 370px;
}

.select-box select {
	background: rgba(225,225,225,0);
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	-o-appearance:none!important;
	-webkit-appearance: none;
	width: 420px;
}


#billing-new-address-form .select-box{
	width: 283px;
}

#billing-new-address-form .select-box select{
	width: 320px;
}

#billing-new-address-form li.wide .input-box input.input-text, 
#billing-new-address-form li.wide .input-box textarea {
  width: 550px;
}


.multiple-checkout .back-link {
	margin: 0 20px 0 0;
}

.multiple-checkout  .buttons-set {
	margin: 20px 0 0 0;
}

.multiple-checkout .button-shipping,
.checkout-progress .back-link a,
.checkout-actions .back-link a,
.multiple-checkout .back-link a {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-continue.png") no-repeat scroll left 50%;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #E91C1C;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 100%;
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: none;
}


.checkout-actions  .btn-update,
.multiple-checkout .btn-update {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-updated.png") no-repeat scroll left 60% transparent;
	border: 0 none;
	border-radius: 0 0 0 0;
	box-shadow: none;
	color: #E91C1C;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 0 80px;
	text-transform: none;
}



.checkout-actions  .btn-update.button:hover, 
.checkout-actions  .btn-update.button:focus, 
.multiple-checkout .btn-update.button:hover, 
.multiple-checkout .btn-update.button:focus, 
.multiple-checkout .btn-update:hover, 
.multiple-checkout .btn-update:focus {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-updated.png") no-repeat scroll left 60% transparent;
}

.multiple-checkout .button-shipping.button:hover, 
.multiple-checkout .button-shipping.button:focus, 
.multiple-checkout .button-shipping:hover, 
.multiple-checkout .button-shipping:focus {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-cart-continue.png") no-repeat scroll left 50%;
}

.multiple-checkout .title-buttons {
	padding: 10px 0;
}

.multiple-checkout h1 {
	padding: 10px 0;
}

.multiple-checkout h2 {
	font-size: 100%;
	font-weight: 400;
}

.multiple-checkout .data-table th {
	font-weight: 400;
}


/* LISTS
----------------------------------------------------------------*/
.disc {
	margin: 10px 0;
}

.disc li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bullet.gif) no-repeat left 7px;
	padding-left: 8px;
}

li.odd {
}

li.even {
}

li.last {
}

/* Bare List */ /* Unstyled list */
.bare-list {
	margin: 5px 0;
}

.bare-list li {
	margin: 3px 0;
}

/* Pager magento 1.4*/
.pager {
	margin: 10px 0;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}

.pager .amount {
	float: left;
}

.pager .limiter {
	float: right;
}

.pager .limiter label {
	vertical-align: middle;
}

.pager .limiter select {
	margin: 0 0 1px;
	padding: 5px 10px;
	vertical-align: middle;
}

.pager .pages {
	margin: 0 140px;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
	margin: 0 2px;
}

.pager .pages .current {
}

/* Sorter */
.sorter {
	background: #fff;
	border: 0;
	margin: 10px 0;
	overflow: hidden;
	padding: 5px 0;
}


.view-mode {
	float: left;
	margin: 10px 0 0 0;
	width: 21%;
}

.view-mode label {
	color: #999999;
	float: left;
	font-size: 14px;
	padding: 4px 8px 6px 0;
}


.view-mode .grid {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/view-as.png) no-repeat left top;
	float: left;
	height: 29px;
	text-indent: -999em;
	width: 30px;
}

.view-mode strong.grid {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/view-as.png) no-repeat left bottom;
}

.view-mode .list {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/view-as.png) no-repeat right top;
	float: left;
	height: 29px;
	text-indent: -999em;
	width: 29px;
}

.view-mode strong.list {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/view-as.png) no-repeat right bottom;
}

.sort-by {
	float: left;
	padding-right: 0;
	width: 30%;
}

.sort-by label {
	color: #999999;
	float: left;
	padding: 4px 8px 6px 0;
}


.toolbar .sort-by .select-box {
	margin-right: 5px;
	width: 115px;
}

.toolbar .select-box {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-dropdown-select.png) no-repeat  90% 50% rgba(240,240,240,1);
	border: 1px solid #cbcbcb;
	border-radius: 15px;
	display: inline-block;
	float: left;
	-moz-border-radius: 15px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	font-family: 'PT Sans',sans-serif;
	font-size: 400;
	-webkit-border-radius: 15px;
}

.toolbar .sort-by .select-box select {
	color: #333333 !important;
	cursor: pointer;
	font-size: 12px;
	height: 27px;
	padding: 4px 7px;
	width: 150px;
	-webkit-appearance: none;
	-o-appearance:none!important;
}

.toolbar .select-box select {
	background: rgba(240,240,240,0);
	border: none;
	line-height: 1;
	margin: 0;
	padding: 4px 7px;
	font-family: 'PT Sans',sans-serif;
	font-size: 400;
	-webkit-appearance: none;
	-o-appearance:none!important;
}

.sort-by .set-direction {
	float: left;
	height: 29px;
	margin: 0 0 0 2px;
	text-indent: -999em;
	width: 29px;
}

.sort-by .set-direction img {
	display: none;
}

.sort-by .set-direction.ascending {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-ascending.png) no-repeat left top;
}

.sort-by .set-direction.ascending:active,
.sort-by .set-direction.ascending:focus,
.sort-by .set-direction.ascending:hover {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-ascending.png) no-repeat left bottom;
	color: rgb(255, 255, 255);
}

.sort-by .set-direction.descending {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-descending.png) no-repeat left top;
}

.sort-by .set-direction.descending:active,
.sort-by .set-direction.descending:focus,
.sort-by .set-direction.descending:hover {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-descending.png) no-repeat left bottom;
	color: rgb(255, 255, 255);
}


.toolbar .limiter {
	float: left;
	padding-right: 0;
	width: 20%;
}

.toolbar .limiter label {
	color: #999999;
	float: left;
	padding: 4px 8px 6px 0;
}

.toolbar .limiter .select-box {
	margin-right: 3px;
	width: 111px;
}

.toolbar .limiter .select-box select {
	color: #333333;
	cursor: pointer;
	font-size: 12px;
	height: 27px;
	padding: 4px 7px;
	width: 150px;
	-webkit-appearance: none;
	-o-appearance:none!important;
}

.toolbar-inner p {
	margin: 0;
}


.sorter .link-feed {
}

.sorter p,
.pager p,
.sorter div,
.pager div {
	margin: 0 10px;
	text-align: center;
}

.pages {
	float: right;
	width:20%;
}

.pages strong {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	padding: 4px 8px 6px 0;
	float: right;
}

.pages ol {
	background: none repeat scroll 0 0 #F0F0F0;
	border: 1px solid #CBCBCB;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: right;
	height: 27px;
	margin-left: 5px;
	padding: 0 10px;
}

.pages ol li.current {
	color: #333333;
	font-size: 12px;
	padding: 0 5px;
}

.pages ol li a {
	color: #999;
	font-size: 12px;
	padding: 0 5px;
}

.pages ol li {
	float: left;
	font-size: 12px;
	margin: 3px 0;
}

.pages ol li .v-middle {
	vertical-align: none;
    margin: 0 0 3px;
}

/* Toolbar */
.toolbar {
	border-bottom: 1px solid #ddd;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.toolbar-bottom .toolbar {
	border-bottom: none;
	border-top: 1px solid #DDDDDD;
    margin: -1px 0 0;
}

.toolbar .toolbar-inner {
	padding: 10px;
}

.toolbar .pager {
	margin: 0;
}

.toolbar .sorter {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
}

.toolbar-bottom {
	clear: both;
}

/*RATINGS
----------------------------------------------------------------*/
.ratings {
	line-height: 15px;
	margin: 10px 0;
}

.ratings strong {
	float: left;
	margin-right: 5px;
}

.rating-box {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/product_rating_blank_star.png) repeat-x;
	clear: right;
	float: left;
	height: 11px;
	margin-right: 12px;
	margin-top: 1px;
	position: relative;
	width: 60px;
}

.rating-box .rating {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/product_rating_full_star.png) repeat-x;
	height: 11px;
	left: 0;
	position: absolute;
	top: 0;
}

.ratings .rating-links {
	color: #999;
	float: left;
	font-size: 14px;
	margin: 0;
}

.ratings .rating-links .separator {
	display: none;
}


.ratings .rating-links .number-rating {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/number-rating.png) no-repeat left 5px;
	color: #999;
	margin-left: 15px;
	padding-left: 13px;
	padding-right: 20px;
}

.ratings .rating-links .link-add-review {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/link-add-review.png) no-repeat left center;
	color: #999;
	padding-left: 15px;
}

.ratings-list {
	margin: 5px 0;
}

.ratings-list td {
	padding: 3px 0;
	vertical-align: middle;
}

.ratings-list td.label {
	font-weight: bold;
	padding-right: 8px;
}

.ratings-table {
	margin: 15px 0;
}

.ratings-table th,
.ratings-table td {
	padding-right: 10px;
	vertical-align: middle;
}

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	color: #333;
	font-weight: bold;
}

/*Regular price---*/
.regular-price {
	color: #333;
}

.regular-price .price {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

/*Old price---*/
.old-price {
	display: inline;
	margin: 0;
}

.old-price .price-label {
	color: #999;
	display: none;
	white-space: nowrap;
}

.old-price .price {
	color: #999;
	font-weight: normal;
	text-decoration: line-through;
}

/*Special price---*/
.special-price {
	display: inline;
	margin: 0;
	padding: 3px 0 0 5px;
}

.special-price .price-label {
	color: #069;
	display: none;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

.special-price .price {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

/*Minimal price (as low as)---*/
.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
}

a.minimal-price-link .label {
}

a.minimal-price-link .price {
	color: #0088CC;
	font-weight: normal;
}

/*Excluding tax---*/
.price-excluding-tax {
	color: #999;
	display: block;
}

.price-excluding-tax .label {
	color: #999;
	white-space: nowrap;
}

.price-excluding-tax .price {
	color: #069;
	font-size: 13px;
	font-weight: normal;
}

/*Including tax---*/
.price-including-tax {
	color: #999;
	display: block;
}

.price-including-tax .label {
	color: #999;
	white-space: nowrap;
}

.price-including-tax .price {
	color: #069;
	font-size: 13px;
	font-weight: bold;
}

/*Excl tax (for order tables)---*/
.price-excl-tax {
}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {
}

/*Incl tax (for order tables)---*/
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/*Price range---*/
.price-from {
	margin: 0;
}

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {
	margin: 0;
}

.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/*Price notice next to the options---*/
.price-notice {
	color: #999;
	padding-left: 10px;
}

.price-notice .price {
	color: #333;
	font-weight: bold;
}

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
	color: #666;
}

.product-pricing-grouped li {
	color: #333;
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*Product Pricing---*/
.product-pricing {
	background: #F7F7F7;
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}

.product-pricing li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_tierico1.gif) no-repeat 0 9px;
	padding: 2px 0 2px 8px;
}

.product-pricing .benefit {
	color: #333;
	font-weight: bold;
}

.product-pricing .price {
	color: #333;
	font-weight: bold;
}

/*Currency Switcher---*/
.currency-switcher {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/currency_switcher_bg.gif) no-repeat;
	font-size: 1.05em;
	height: 53px;
	padding: 7px 12px 10px 12px;
}

.currency-switcher h4 {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_world.gif) no-repeat 0 2px;
	color: #fff;
	min-height: 21px;
	padding-left: 22px;
	text-transform: none;
}

.currency-switcher select {
	width: 98%;
}

/* MIS.
----------------------------------------------------------------*/
.product-shop {
	float: right;
}

/*Generic Box---*/
.generic-box,
.order-info-box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4,
.order-info-box h2 {
	border-bottom: 1px solid #ddd;
	font-size: 100%;
	margin: 0 0 5px;
	padding-bottom: 5px;
	text-align: left;
}

/*Generic Product Grid---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.generic-product-grid tr.last td {
	border-bottom: 0;
}

.generic-product-grid td.last {
	border-right: 0;
}

.generic-product-grid .product-image {
	text-align: center;
}

.generic-product-grid td.empty-product {
	border-right: 0;
}

.generic-product-grid .ratings .pipe {
	display: none;
}

/*Add To---*/
.add-to-links {
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 10px;
}

.add-to-links a {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow_d2.gif) no-repeat 0 center;
	color: #666;
	padding-left: 7px;
}

.add-to-links a:hover,
.add-to-links a:focus {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow_d1.gif);
	color: #069;
	text-decoration: none;
}

.add-to-links .pipe,
.add-to-links .separator {
	display: none;
}

.add-to-cart {
	float: right;
}

.add-to-cart label {
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
}

.add-to-cart .qty {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	margin: 0 15px;
	padding: 7px 15px;
}

.add-to-cart .button {
	float: left;
}

.add-to-box {
	overflow: hidden;
}

.add-to-box {
}

.add-to-box .add-to-cart {
	float: left;
	margin: 15px 0;
}

.add-to-box .or {
	color: #666;
	display: none;
	float: left;
	font-weight: bold;
	padding: 15px 10px;
}

.add-to-box .add-to-links {
	float: left;
	margin: 7px 0 0 0;
	text-align: left;
}

.add-to-cart .paypal-logo {
	clear: both;
	display: none;
	margin: 0;
}

/*Tool Tips---*/
.tool-tip {
	background: #FEF9EF;
	border: 1px solid #ddd;
	padding: 10px;
	position: absolute;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .block-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details {
	border-bottom: 1px dotted #0088CC;
	cursor: help;
	text-decoration: none !important;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #FEF9EF;
	border: 1px solid #ccc;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

.truncated .show dl {
	left: 50%;
	top: -20px;
}

#ja-col1 .truncated .show dl {
	left: 35px;
	top: 10px;
}

#ja-col2 .truncated .show dl {
	left: -147px;
	top: 20px;
}

/*Link highlights---*/
.link-wishlist {
	white-space: nowrap;
}

.link-remove {
}

.link-cart {
}

.btn-remove {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn_remove.png) 0 0 no-repeat;
	display: block;
	font-size: 0;
	height: 13px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 13px;
}

.btn-remove2 {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn_trash.png) no-repeat center 0;
	display: block;
	font-size: 0;
	height: 16px;
	line-height: 0;
	margin: 10px auto 0;
	overflow: hidden;
	text-indent: -999em;
	width: 100%;
	float: left;
}

.btn-edit {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn_edit.gif) 0 0 no-repeat;
	display: block;
	font-size: 0;
	height: 11px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 11px;
}

.btn-cart-edit {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-edit.png) no-repeat center 0;
	display: block;
	font-size: 0;
	height: 14px;
	line-height: 0;
	margin: 10px auto;
	overflow: hidden;
	text-indent: -999em;
	width: 100%; 
	float: left;
}

.btn-link-wishlist {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-add-to-wishlist.png) no-repeat center 0;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	margin: 0 auto 10px;
	overflow: hidden;
	text-indent: -999em;
	width: 100%; 
	float: left;
}

.link-print {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_printer.gif) no-repeat left center;
	color: #666;
	line-height: 24px;
	padding-left: 23px;
}

.link-feed {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_feed.png) no-repeat left center;
	line-height: 24px;
	padding-left: 18px;
}

/*===============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.block {
	margin-bottom: 10px;
}

.block-banner {
	background: none;
	border: none;
}

.box-hilite,
.block-hilite {
	background: #3F3F3F; /*hilite state*/
	border: 1px solid #3F3F3F;
	color: #ccc;
}

/*Block Head---*/
.block .block-title {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	padding: 20px;
	text-transform: uppercase;
}

.block-hilite .block-title {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/grad_d3.gif) repeat-x bottom #666; /*hilite state*/
	border-bottom: 1px solid #333;
}

.block-hilite .block-title * {
	color: #fff; /*hilite state*/
}

.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	font-size: 110%;
}

.block .block-subtitle {
	background: #EDF7FC;
	border-bottom: 1px solid #ddd;
	display: none;
	margin: -10px -10px 10px;
	padding: 8px 10px;
}

.block .block-title h3 {
	background: none;
	border: 0;
	color: #999;
	font-size: 100%;
	padding: 5px 0 0;
}

.block-reorder {
	display: none;
}

/*reset*/
.block h3, .block h4, .block h5 {
	margin: 0;
}

.block .block-title br {
	display: none;
}

/*Box Content---*/
.block .block-content {
	padding: 20px;
}

.block-banner .block-content {
	padding: 0;
}

.block .btn-remove,
.block .btn-edit {
	float: right;
	margin: 5px 0 2px 5px;
}

.block input.checkbox {
	margin: 2px 5px 4px 0;
}

/*Box Action---*/
.block .actions {
	clear: both;
	font-weight: bold;
	margin: 10px -10px 10px;
	padding: 5px 10px;
}

.block .actions a {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left top transparent;
	border: 0 none;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFFFFF;
	float: right;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 14px !important;
	font-weight: normall;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
}

.block .actions a:hover {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png") repeat-x scroll left top transparent;
}

.block .actions button.button {
	float: left;
}

/*Box List---*/
.block ol {
	margin: 0;
}

.block ol li {
	font-size: 14px;
	margin: 0;
	padding: 8px 0;
}



/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.block .product-image {
	float: left;
	width: 32%;
}

.block .product-details {
	float: right;
	width: 62%;
}

.block .product-checkbox {
	float: left;
	padding-right: 4px;
}

.block .product-name {
	margin: 0;
}

/*Product Tags---*/
.block-tags li {
	display: inline;
}

/*Newsletter---*/

/*Mini Cart---*/
.block-cart .block-title {
	border-bottom: none;
	padding-bottom: 0;
}

.block-cart .block-content {
	padding: 10px 20px;
}

.block-cart .actions {
	margin: 15px 0;
	padding: 15px 0 0;
}

.block-cart .actions .paypal-logo {
	display: none;
}

.block-cart .actions button {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left top transparent;
	border: 0 none;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 14px !important;
	height: 32px !important;
	line-height: 32px !important;
	text-transform: uppercase;
	width: 100%;
}

.block-cart .actions button:hover {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png") repeat-x scroll left top transparent;
}

.block-cart .summary {
	font-size: 14px;
	
}

.block-cart .summary p {
	margin: 0;
}

.block-cart .summary .amount {
	padding-bottom: 10px;
}

.block-cart .summary .subtotal {
	font-size: 14px;
	margin: 25px 0;
	font-weight: 400;
}

.block-cart .summary .subtotal .price {
	color: #333;
	float: right;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}

 
.block-cart .actions .paypal-logo a {
	background: none;
	float: none;
	padding: 0;
}

.block-cart .block-subtitle,
.block-cart .btn-edit {
	display: none;
}

.block-cart .mini-products-list li {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.block-cart .mini-products-list li.last {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}

.block-cart .mini-products-list li .product-name {
	font-size: 16px;
}
.block-cart .mini-products-list li .product-name a {
	color: #333;
}

.block-cart .mini-products-list li .price {
	clear: both;
	color: #111;
	font-size: 16px;
	font-weight: bold;
}

.block-cart .mini-products-list li span.qty {
	float: right;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
	line-height: 100%;
}

/*Mini Wishlist---*/

/*Compare Products, Orders---*/

.block-tags .block-title {
    border-bottom: medium none;
    padding-bottom: 0;
}

.block-compare .block-title {
	border-bottom: none;
	padding-bottom: 0;
}

.block-compare .block-content {
	padding: 0;
}

.block-compare .empty {
	margin: 10px 20px;
}

.block-compare .actions {
	margin: 10px;
}

.block-compare ol {
	padding: 10px 20px;
}

.block-compare ol li,
.block-compare ol li.last {
	background: none !important;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	padding-left: 0 !important;
}

.block-compare ol li a {
	color: #333;
}

.block-compare .actions button {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left top transparent;
	border: 0 none;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 14px !important;
	height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
}

.block.block-compare .actions a {
	background: none;
	border: none;
	border-radius: none;
	color: #333;
	height: auto;
	line-height: normal;
	padding: 0;
}

.block.block-compare .actions a:active,
.block.block-compare .actions a:focus,
.block.block-compare .actions a:hover {
	background: 0 !important;
}

.block-compare .actions a:active,
.block-compare .actions a:focus,
.block-compare .actions a:hover {
	background: 0;
	color: #E91C1C;
}

/*Mini Product View---*/

/*Poll---*/
.block-poll .votes {
	float: right;
	margin-left: 10px;
}

.block-poll .answer {
	font-weight: bold;
}

/*Relate Products----*/
.block-related .block-content {
}

.block-related p {
	margin: 10px;
}

.block-related ol li {
	position: relative;
}

.block-related .product-details {
	width: 50%;
}

/* Block Paypal */
.paypal-logo {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.paypal-logo a {
	display: block;
}

/*Layered Navigation---*/
.block-layered-nav .block-subtitle {
	background: #0088CC;
	color: #fff;
	display: none;
	margin: -10px -11px 10px;
}

.block-layered-nav .currently {
	margin: -10px -10px 10px;
	padding: 0 10px;
}

.block-layered-nav .currently + .actions {
	border-bottom: 1px solid #ddd;
	margin: 10px -20px;
	padding: 10px 20px;
}

.block-layered-nav .currently li,
.block-layered-nav .currently li.last {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_currently.jpg) repeat-x;
	border: 1px solid #dadada;
	border-bottom: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
}

.block-layered-nav .currently li .btn-remove {
	margin-top: 9px;
}

.block-layered-nav .currently .block-subtitle {
	margin: 0;
}

.block-layered-nav .currently .actions {
	margin: 0;
}

.block-layered-nav ol {
	margin: 5px 0;
}

.block-layered-nav ol.narrowed-category {
	background: #FEF9EF;
	margin: 0 !important;
	padding: 10px;
}

.block-layered-nav ol.narrowed-category li {
	border-bottom: none;
	padding: 0 !important;
}

.block-layered-nav .narrowed-category li .label {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/narrow_by_li_by.gif) no-repeat 0 3px;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
}

.block-layered-nav .widget-btn {
	float: right;
	margin: 3px 0 0 5px;
}

#narrow-by-list {
	padding: 0;
}

#narrow-by-list dt {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#narrow-by-list dd {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#narrow-by-list dd li {
	color: #999;
	padding: 5px 0;
}

#narrow-by-list dd li:hover {
	background: #e9e9e9;
	border: 1px solid #dadada;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
}

#narrow-by-list dd li a {
	color: #333;
}

#narrow-by-list dd.last {
	background: none;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* My Orders */

.block-reorder .block-content{
	padding: 0;
}

.block-reorder ol {
	padding: 10px;
}

.block-reorder .block-subtitle{
	margin: 0;
}

.block-reorder p.product-name {
}

.block-reorder .actions {
	margin: 0;
}

/* Block List */

.block-list ol li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow.gif) no-repeat 2px 14px;
	padding-left: 12px;
}

/*===============================================================
--------------------[MAGENTO'S SHOP PAGES]--------------------
=================================================================*/

/*CATALOG LISTING
----------------------------------------------------------------*/
.category-products {
	margin: 0 -10px;
}

.category-products h2 {
	font-size: 110%;
	margin: 0 0 10px;
}

.category-products .price-box {
	display: block;
}

/*Product---*/
.product-image img {
	display: block;
	margin: auto;
}

/*List Type---*/


.products-list .item {
	border-bottom: 1px solid #ddd;
	clear: both;
	overflow: hidden;
	padding: 40px 20px;
}


.products-list .product-image {
	float: left;
	text-align: center;
	width: 240px;
}

.products-list .product-shop {
	width: 510px;
}

.products-list .product-shop .f-fix {
	border-right: 1px solid #E6E6E6;
	padding: 10px 0;
	width: 335px !important;
}

.products-list .product-shop .desc-info {
	border-left: 1px solid #E6E6E6;
	float: right;
	margin: 0 0 0 -1px;
	padding-left: 20px;
	width: 154px;
}

.products-list .product-shop .f-fix h2.product-name {
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
}

.products-list .product-shop .f-fix h2.product-name a {
	color: #333;
}

.products-list .product-shop .f-fix h2.product-name a:active,
.products-list .product-shop .f-fix h2.product-name a:focus,
.products-list .product-shop .f-fix h2.product-name a:hover {
	color: #E91C1C;
	text-decoration: none;
}

.products-list .product-shop .desc-info .button-set p {
	margin: 0;
}

.products-list .product-shop .desc-info .button-set button {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left top transparent;
	border: 0 none;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 14px !important;
	height: 32px;
	line-height: 32px;
	text-transform: uppercase;
	width: 100%;
}

.products-list .product-shop .desc-info .button-set button:hover {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png") repeat-x scroll left top transparent;
}

.products-list .product-shop .add-to-links li a {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_w_c_e.png") no-repeat;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-top: 10px;
	padding-left: 35px;
}

.products-list .product-shop .add-to-links li a:hover {
	color: #E91C1C;
	text-decoration: none;
}

.products-list .product-shop .add-to-links li a.link-wishlist {
	background-position: left top;
}

.products-list .product-shop .add-to-links li a.link-compare {
	background-position: left  center;
}

.products-list .product-shop .add-to-links li a.email-friend {
	background-position: left bottom;
}

.products-list .product-shop .link-learn {
	display: none;
}


.products-list .product-shop .description {
}

.products-list .product-shop .price-box {
	float: left;
	padding: 0 20px 0 0;
	text-align: left;
	white-space: nowrap;
}

.products-list .product-shop .price-box .price {
	font-size: 18px !important;
}

.products-list .add-to {
	margin-bottom: 0;
}

.products-list .product-shop p.add-to a {
	margin-right: 10px;
}

/*Grid Type---*/
.catalog-category-view .page-title {
	display: none;
}

.listing-type-grid {
	margin: 0 -10px;
}

.products-grid .product-name, /*product name*/
.products-grid .ratings, /*product rating*/
.products-grid .price-box, /*product price*/
.products-grid .actions, /* buttons and add to links */
.products-grid .pdescription, /* product description */
.products-grid .product-information {
	margin: 0 10px 10px;
}

.products-grid .product-image .label {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_hot.png) no-repeat right top;
	color: #fff;
	font-family: 'PT Sans',sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: 10px;
	width: 41px;
}

.products-grid .product-image .sales-label {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_sale.png);
	color: #fff;
}

.products-grid li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/v-line_grid.jpg) repeat-y right top;
	border-bottom: 1px solid #ddd;
	display: block;
	float: left;
	height: 230px;
	margin: 0;
	padding: 30px 0;
	position: relative;
	text-align: left;
}

.products-grid li.last {
	background: none;
}

.products-grid li .product-name {
    border-top: 1px solid #DDDDDD;
    color: #333333;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    width: 92%;
}

.products-grid li .product-name a {
	color: #333;
}

.products-grid li .price-box {
	float: left;
	margin: 0 10px;
}

.products-grid li .ratings {
	float: right;
	margin: 4px 10px 0 0;
}

.products-grid li .price-box .regular-price .price,
.products-grid li .price-box .special-price .price {
	color: #111;
	font: bold 16px 'PT Sans',sans-serif;
}

.products-grid li .price-box .old-price .price {
	color: #888;
	font: normal 16px 'PT Sans',sans-serif;
}

.products-grid li .ratings .rating-links {
	display: none;
}

.products-grid li .ratings .rating-box {
	margin-right: 0;
}

.products-grid li .actions {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-action.png') top left repeat-x;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 1px 5px #dbdbdb;
	clear: both;
	display: none;
	float: left;
	margin: 20px 10px 0;
	min-height: 30px;
	width: 92%;
}

.products-grid li:hover .actions {
	display: inline-block;
}

.products-grid li .actions li {
	background: none;
	border-bottom: none;
	height: 30px;
	padding: 0;
}

.products-grid li .actions .add-to-links {
	margin-top: 0;
}

.products-grid li .actions .link-wishlist {
	background: none;
	border-right: 1px solid #d8d8d8;
	float: left;
	min-height: 30px;
	width: 33%;
}

.products-grid li .actions .link-wishlist a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-wishlist.png') no-repeat 50% 50%;
	border-radius: 15px 0 0 15px;
	display: block;
	min-height: 30px;
	text-indent: -999em;
}


.products-grid li .actions .link-wishlist:hover,
.products-grid li .actions .link-wishlist:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-actions-hover.png') top left repeat-x;
	border-radius: 15px 0 0 15px;
	height: 32px;
	margin: -1px 0;
	
}

.products-grid li .actions .link-wishlist:hover a,
.products-grid li .actions .link-wishlist:focus  a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-wishlist-hover.png') no-repeat 50% 50%;
	height: 32px;
	margin: -1px 0;
}


.products-grid li .actions .link-compare {
	
	border-right: 1px solid #d8d8d8;
	float: left;
	min-height: 30px;
	width: 33%;
}

.products-grid li .actions .link-compare a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-compare.png') no-repeat 50% 50%;
	display: block;
	min-height: 30px;
	text-indent: -999em;
}


.products-grid li .actions .link-compare:hover,
.products-grid li .actions .link-compare:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-actions-hover.png') top left repeat-x;
	border-radius: 0;
	height: 32px;
	margin: -1px 0;
}

.products-grid li .actions .link-compare:hover a,
.products-grid li .actions .link-compare:focus  a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-compare-hover.png') no-repeat 50% 50%;
	
}

.products-grid li .actions .button {
	background: none;
	border: 0;
	border-radius: none;
	box-shadow: none;
	float: right;
	height: 30px;
	text-indent: -999em;
	width: 33.2%;
	padding: 0;
}

.products-grid .productgaleries .product-image {
    float: left;
    width: 32%;
	display:none;
}


.products-grid li:hover .productgaleries .product-image { display:block;}

#upsell-product-table li .actions .button {
	text-indent: 0;
	padding: 0;
}

.products-grid li .actions .button span {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-add-to-cart.png') no-repeat 50% 50%;
	display: block;
	text-indent: -999em;
	height: 32px;
	margin: -1px 0;
}

.products-grid li .actions button.button:hover, 
.products-grid li .actions button.button:focus, 
.products-grid li .actions button:hover, 
.products-grid li .actions button:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-actions-hover.png') top left repeat-x !important;
	border: 0;
	border-radius: 0 15px 15px 0;
	 height: 32px;
	margin: -1px 0;
	
}


.products-grid li .actions button.button:hover span,
.products-grid li .actions button.button:focus span,
.products-grid li .actions button:hover,
.products-grid li .actions button:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-add-to-cart-hover.png') no-repeat 50% 50%;
	
}

.products-grid li .actions .out-of-stock{
	background: none;
	border: 0;
	border-radius: none;
	box-shadow: none;
	float: right;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-indent: -999em;
	width: 33%;
}

.products-grid li:hover .actions .out-of-stock span {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/soldout-hover.png') no-repeat 50% 50%;
	display: block;
	text-indent: -999em;
}

.products-grid li:hover .actions .out-of-stock:hover, 
.products-grid li:hover.actions .out-of-stock:focus{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-actions-hover.png') top left repeat-x !important;
	border: 0;
	border-radius: 0 15px 15px 0;
	height: 32px;
	margin: -1px 0;
}

.products-grid li:hover .actions .out-of-stock:focus span,
.products-grid li:hover .actions .out-of-stock:hover span,
.products-grid li:hover .actions .out-of-stock:hover,
.products-grid li:hover .actions .out-of-stock:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/soldout.png') no-repeat 50% 50%;
}








.products-grid li .mass-color {
	background: #fff;
	display: none;
	height: 50%;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	position: absolute;
	top: 115%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 50%;
}

.products-grid li:hover {
	z-index: 999;
}

.products-grid li:hover .mass-color {
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	display: block;
	height: 142%;
	left: -1px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	top: -10px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	width: 100%;
	z-index: -1;
}

#upsell-product-table.products-grid li:hover .mass-color { height:115%}

.item-slider .product-image1 .label {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_hot.png) no-repeat right top;
	color: #fff;
	font-family: 'PT Sans',sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-align: center;
	text-transform: capitalize;
	top: 10px;
	width: 41px;
}

.item-slider .product-image1 .sales-label {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_sale.png);
	color: #fff;
}

.col-left .jm-product-list {
	display: none !important;
}

.col-left .block-subscribe {
	display: none;
}

.products-grid .pipe {
	display: none;
}

.ja-dot {
	border-bottom: 1px solid #eee;
	display: block;
	height: 1px;
	margin: 0 10px;
}

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {
}

.product-essential, .product-collateral {
	clear: both;
}

.product-view .col2-set .col-1 {
	width: 59%;
	overflow:hidden;
}

.product-view .col2-set .col-2{
	width: 39%;
}

.product-essential {
	margin: 0 0 20px;
	overflow: hidden;
}

 

.product-img-box {
	float: left;
	width: 265px;
}

.product-img-box .rating-links {
	clear: both;
	float: none;
	margin-top: 10px;
}

.product-essential .product-shop {
}

.product-essential .product-shop .inner{
	margin: 0;
}

.product-essential .product-shop .add-to-cart {
	float: left;
	margin: 15px 0;
}


.product-essential .product-shop .add-to-cart button {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left top;
	border: 0 none;
	border-radius: 20px 20px 20px 20px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 18px !important;
	height: 32px;
	line-height: 32px;
	padding: 0 60px;
	text-transform: uppercase;
	width: auto;
}


.product-essential .product-shop .add-to-cart button {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png") repeat-x scroll left top;
}

.product-essential .product-shop .btn-cart-disable {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-actions-disable.png") repeat-x scroll left top !important;
	border: 0 none;
	border-radius: 20px 20px 20px 20px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 18px !important;
	height: 32px;
	line-height: 32px;
	padding: 0 60px;
	text-transform: uppercase;
	width: auto;
}



.button.btn-cart {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send.png") repeat-x scroll left top;
	border: 0 none;
	border-radius: 20px 20px 20px 20px;
	box-shadow: none;
	color: #FFFFFF;
	font-family: 'PT Sans',sans-serif !important;
	font-size: 18px !important;
	height: 32px;
	line-height: 32px;
	padding: 0 60px;
	text-transform: uppercase;
	width: auto;
}

.button.btn-cart:hover,
.button.btn-cart:focus {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/btn-send-hover.png") repeat-x scroll left top;
}


/*PRODUCT TABS */
ul.ja-tab-navigator {
	border-radius: 5px;
	box-shadow: 2px 2px 2px #efefef;
	float: left;
	width: auto;
}

ul.ja-tab-navigator li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_tags.jpg) repeat-x left top;
	border-right: 1px solid #ddd;
	float: left;
	height: 52px;
	position: relative;
}

ul.ja-tab-navigator li:hover {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_tags_hover.jpg) repeat-x left top;
}

ul.ja-tab-navigator li h3 + span {
	display: none;
}

ul.ja-tab-navigator li.active h3 + span {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow_tags_active.png) no-repeat center bottom;
	content: "";
	display: block;
	height: 11px;
	margin-bottom: -11px;
	position: absolute;
	width: 100%;
}

ul.ja-tab-navigator li.first,
ul.ja-tab-navigator li:first-child {
	border-bottom-left-radius: 5px;
	border-left: 1px solid #ddd;
	border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

ul.ja-tab-navigator li.first.active,
ul.ja-tab-navigator li:first-child.active {
	border-left: none;
}

ul.ja-tab-navigator li:last-child,
ul.ja-tab-navigator li.last {
	border-bottom-right-radius: 5px;
	border-right: 1px solid #ddd;
	border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

ul.ja-tab-navigator li:last-child.active,
ul.ja-tab-navigator li.last.active {
	border-right: none;
}


ul.ja-tab-navigator li a {
	border-bottom: none;
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: bold !important;
	letter-spacing: normal;
	line-height: 52px;
	height: 52px;
	margin: 0;
	padding: 0 25px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
}

ul.ja-tab-navigator li a:hover {
	text-decoration: none;
}

ul.ja-tab-navigator li.active,
ul.ja-tab-navigator li.firstactive,
ul.ja-tab-navigator li.lastactive {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_tags_active.jpg) repeat-x;
}

ul.ja-tab-navigator li.active a ,
ul.ja-tab-navigator li.firstactive a,
ul.ja-tab-navigator li.lastactive a {
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 52px;
	text-decoration: none;
	text-shadow: 1px 1px #630909;
	text-transform: uppercase;
}


ul.ja-tab-navigator li a + span {
	display: none;
}

ul.ja-tab-navigator li.active a + span {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow_tags_active.png) no-repeat center bottom;
	content: "";
	display: block;
	height: 11px;
	margin-bottom: -11px;
	position: absolute;
	width: 100%;
}


.ja-tab-content {
	clear: both;
	padding: 10px;
}

/*
ul.ja-tab-navigator li a {
	border: none;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	margin: 0;
	color: #333;
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
}

ul.ja-tab-navigator li:hover,
ul.ja-tab-navigator li:focus{
	text-decoration: none;
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ja-tab-navigator-active.png') top left repeat-x;
	color: #fefefe;
}

ul.ja-tab-navigator li.active:first-of-type a, 
ul.ja-tab-navigator li:first-of-type:focus,
ul.ja-tab-navigator li:first-of-type:hover {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ja-tab-navigator-active.png') top left repeat-x;
	color: #fefefe;
	border-radius: 3px 0 0 3px;
}

ul.ja-tab-navigator li.active:last-of-type, 
ul.ja-tab-navigator li:last-of-type:focus,
ul.ja-tab-navigator li:last-of-type:hover {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ja-tab-navigator-active.png') top left repeat-x;
	color: #fefefe;
	border-radius: 0 3px 3px 0;
}

ul.ja-tab-navigator li a:active,
ul.ja-tab-navigator li a:focus,
ul.ja-tab-navigator li a:hover {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ja-tab-navigator-arrow.png') bottom center no-repeat;
}


ul.ja-tab-navigator li.active a {
	color: #666 !important;
	text-decoration: none;
}

.ja-tabitem-producttags h5 {
	margin-top: 0;
}*/

/*Product Images---*/
.product-img-box .product-image-zoom {
	
	margin: 0;
	overflow: hidden;
	position: relative;
	
	z-index: 0;
}

.product-img-box .product-image-zoom img {
	cursor: pointer;
	left: -83px;
	position: relative;
	top: -5px;
	z-index: 0;
}

.product-img-box #track_hint {
	font-size: 92%;
}

.product-img-box .more-views {
	margin-top: 0;
}

.product-img-box .more-views h4 {
	color: #999;
	font-size: 92%;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.product-img-box .more-views ul {
	float: left;
	text-align: center;
	width: 100%;
	margin: 0 0 0 -40px;
}

.product-img-box .more-views li {
	display: inline-block;
	line-height: normal;
	margin: 0;
	text-align: center;
}

.product-img-box .more-views li a {
	border: 1px solid #fff;
	border-radius: 3px;
	display: inline-block;
	height: 58px;
	width: 88px;
}


.product-img-box .more-views li a:hover {
	border: 1px solid #dddddd;
}

/*Product Info---*/
.product-essential .product-shop h1 {
	font-size: 30px;
	margin-top: 0;
}

.product-essential .ratings {
	margin-top: 10px;
}

.product-essential .availability {
	margin: 10px 0 0;
}

.product-essential .price-box {
	font-size: 110%;
	margin: 20px 0;
}

.product-essential .price-box .price {
	font-size: 30px !important;
	font-weight: normal;
}

.product-essential td .price-box {
	font-size: 100%;
	margin: 0;
}

.product-essential h4 {
	color: #999;
	font-size: 92%;
	margin: 15px 0 2px;
	text-transform: uppercase;
}

.product-essential .add-to-holder {
	margin: 10px 0;
}

.product-essential .add-to-box {
}

.product-essential .short-description {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.products-description {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_shadow.png') top center no-repeat;
	color: #666;
	padding: 60px 0;
}

.products-description h2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.products-description .std,
#ja-tab-products {
	width: 70%;
}

.adv-description {
	position: relative;
	width: 100%;
}

.adv-description .product-adv-box {
	position: absolute;
	right: 0;
	top: 55px;
}

.products-description ul {
	margin: 0 0 0 10px;
	padding: 0;
}

.products-description li {
	color: #666;
	list-style: none;
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bullet-desc.png') no-repeat left 8px;
	padding: 0 0 0 10px;
}

.product-collateral {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_shadow.png') top center no-repeat;
	background-size: 100%;
	padding: 60px 0;
}



.product-view .col2-set .product-tab-box.col-1 {
	width: 100%;
}

.product-view .col2-set .product-adv-box.col-2 {
	width: 25%;
}

/*Product Options---*/
.product-options {
	margin: 0;
}

.product-options dt {
	margin: 0 0 5px;
	padding: 0;
}

.product-options dt label {
	color: #333;
	font-weight: bold;
}

.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	color: #333;
	padding: 3px;
}

.product-options dd {
	margin: 0 0 15px;
	padding: 0;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.product-options dd input.input-text {
	width: 99%;
}

.product-options dd textarea {
	height: 8em;
	width: 99%;
}

.product-options dd select {
	width: 99%;
}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #ddd;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required {
	display: none;
}

.product-options-bottom {
	padding: 0;
}

.product-options-bottom .product-pricing {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 10px;
}

.product-options-bottom .product-pricing li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit {
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-shop .product-options-bottom .price-box {
}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}


.catalog-product-compare-index .add-to-links {
	border-bottom: 0;
	border-top: 0;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}


.catalog-product-compare-index  .ratings .rating-links {
	margin: 10px 0;
	display: block;
}

.catalog-product-compare-index  .rating-box {
	margin: 12px 15px 12px 0;
	display: block;
}

.catalog-product-compare-index  .ratings .rating-links .number-rating {
	margin-left: 0;
}

.catalog-product-compare-index .add-to-links li {
	display: inline;
}

.catalog-product-compare-index .add-to-links li a {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_w_c_e.png") no-repeat;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 28px;
}

.catalog-product-compare-index .add-to-links li a:hover {
	color: #666;
	text-decoration: none;
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_w_c_e.png") no-repeat;
}


.catalog-product-compare-index .add-to-links li a.link-wishlist {
	background-position: left top;
}

.catalog-product-compare-index .add-to-links li a.link-compare {
	background-position: left  center;
}

.catalog-product-compare-index .add-to-links li a.email-friend {
	background-position: left bottom;
}


.catalog-product-compare-index .special-price .price,
.catalog-product-compare-index .old-price .price,
.catalog-product-compare-index .regular-price .price {
	font-size: 16px;
}


.product-options-bottom .add-to-links {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	clear: both;
	display: block;
	float: left;
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}

.product-options-bottom .add-to-links li {
	display: inline;
}

.product-options-bottom .add-to-links li a {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_w_c_e.png") no-repeat;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 28px;
	font-weight: 400;
}

.product-options-bottom .add-to-links li a:hover {
	
	color: #E91C1C;
	text-decoration: none;
}

.product-options-bottom .add-to-links li a.link-wishlist {
	background-position: left top;
}

.product-options-bottom .add-to-links li a.link-compare {
	background-position: left  center;
}

.product-options-bottom .add-to-links li a.email-friend {
	background-position: left bottom;
}


.product-options-bottom .add-to-links li .separator {
	display: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	margin-top: 10px;
}

.product-shop h2 {
	font-size: 14px;
}

.product-essential .product-shop .thumnal-colors {
	border: 1px solid #ddd;
	border-radius: 2px 2px 2px 2px;
	height: 60px;
	overflow: hidden;
	float: left;
}

.product-essential .product-shop .thumnal-colors li {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/v-line_grid.jpg") repeat-y scroll right top transparent;
	display: block;
	float: left;
	text-align: center;
	width: 139px;
}

.product-essential .product-shop .thumnal-colors li img {
	display: inline;
	margin: 1px 0;
}

.product-essential .product-shop .thumnal-colors li:last-child {
	background: none;
}

#productsize span {
	border: 1px solid #9d9d9d;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
	padding: 7px 8px;
}

#productsize span.active {
	border: 1px solid #ff4629;
	color: #ff4629;
}

#productsize span.disabled {
	border: 1px solid #ddd;
	color: #999;
	cursor: auto;
}

.item-options dt {
	float: left;
	font-weight: bold;
}

.item-options dd {
	float: left;
	padding-left: 5px;
}


/*Product Collateral---*/
.product-collateral .box-collateral {
	margin-bottom: 20px;
}

.product-collateral .box-collateral h2, 
#ja-tabitem-reviewform .form-add h2 {
	display: none;
}


.product-collateral .head {
	margin-bottom: 5px;
}

.product-collateral .box-collateral h3 {
	font-size: 100%;
}

.product-collateral .box-collateral h4 {
	color: #333;
	font-size: 92%;
	margin: 0;
}

.product-collateral .box-collateral h5 {
	color: #333;
	margin: 10px 0 5px;
}

/*Product Description*/
.product-collateral .box-description {
}

/*Additional Information*/
.product-collateral .box-additional table {
}

.product-collateral .box-additional .label {
	background: #EDF7FC;
	font-weight: bold;
	white-space: nowrap;
	width: 25%;
}

.product-collateral .box-additional .odd {
	background: #fff;
}

.product-collateral .box-additional .data {
	background: #fff;
	border-right: 0;
}

.product-collateral .box-additional td {
}

/*related product*/
.box-up-sell {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_shadow.png") no-repeat scroll center top transparent;
	color: #666666;
	margin-top: 20px;
	padding: 40px 0;
}

.box-up-sell .products-grid {
	border: 1px solid #ddd;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	margin: 0 10px;
}

.box-up-sell .products-grid .mass-button-actions li {
	height: auto;
}

#upsell-product-table li.item {
	border-bottom: none;
	width: 25%;
}

#upsell-product-table li.item:hover .mass-button-action {
	display: block;
}

.box-up-sell h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
}

#customer-reviews dl {
	clear: both;
	padding-top: 15px;
}

#customer-reviews dd {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#customer-reviews dd p {
	clear: both;
}

#review-form {
	padding-bottom: 10px;
}

#review-form table {
	margin: 8px 0 0;
	width: 456px;
}

#review-form td,
#review-form th {
	text-align: center;
}

#review-form td.label {
	text-align: left;
	width: 100px;
}

#review-form .form-add{
	background: none;
	padding-left: 0;
}

#review-form input.input-text,#review-form  textarea {
	width: 450px;
}

#review-form .buttons-set .button {
	float: left;
	margin-left: 0;
}

/* Product Tags */
.box-tags .form-add {
	display: block;
	overflow: hidden;
	vertical-align: middle;
}

.box-tags .form-add label {
	color: #333;
	display: block;
	margin: 10px 0 5px;
	width: 100%;
}

.box-tags .form-add .input-box,
.box-tags .form-add fieldset {
	float: left;
	margin-right: 5px;
}

.box-tags .form-add .input-box .input-text {
	width: 200px;
}

.box-tags .form-add .button {
	margin-left: 5px;
	height:34px;
}

.tags-list,
.product-tags {
}

.tags-list li,
.product-tags li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/sep-vdot.gif) no-repeat 100% 4px;
	display: inline;
	padding: 0 8px 0 4px;
}

.tags-list li.first,
.product-tags li.first {
	padding-left: 0;
}

.tags-list li.last,
.product-tags li.last {
	background: none;
}

/*Gift Messages----*/
.giftmessages .gift-header {
	color: #069;
	font-size: 12px;
	font-weight: bold;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	color: #999;
	font-weight: normal;
}

.giftmessages .gift-box {
	background: #FEF9EF;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	border: 1px solid #ddd;
}

.giftmessages .giftmessage-product-info {
	padding-left: 10px;
}

.giftmessages .numeration {
	color: #999;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #999;
}

.giftmessages .fieldset li .input-box {
	float: left;
	width: 260px;
}

.giftmessages .fieldset li .input-text, .fieldset li select, .fieldset li textarea {
	width: 495px;
}

.giftmessages .fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 235px;
}

.giftmessages .fieldset li .input-box select {
	width: 256px;
}

/* upsell */
#upsell-product-table .ratings .rating-links {
	clear: both;
	float: none;
	padding-top: 5px;
}

/* Product Review Detail */
.product-review .product-img-box {
	width: 170px;
}

/*CHECKOUT
----------------------------------------------------------------*/ 
.form-list li .input-box select.address-select {
	width: 630px;
}

.sp-methods dd {
	/*margin-bottom: 10px;*/
}

.sp-methods dt {
	color: #333;
	font-weight: bold;
	padding: 5px 0;
}

.sp-methods dd {
	padding: 0 25px;
}

.sp-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.sp-methods select.year {
	width: 100px !important;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .cvv-what-is-this {
	margin-left: 10px;
}

.checkout-types .paypal-logo {
	margin: 0;
	padding: 0;
}

/*Shopping Cart---*/
.cart-table {
	margin-bottom: 0;
}

.cart-table tbody td {
	vertical-align: middle;
}

.cart-table th .tax-flag {
	display: block;
	font-size: 92%;
	font-weight: normal;
}

.cart-table tr.error {
	background: #FCEDED !important;
}

.cart-table .product-name{
	font-size: 100%;
}

.cart-table .continue-shopping {
	float: left;
}

.cart-table-item-message {
	font-size: 92%;
	margin-bottom: 5px;
	margin-top: 6px;
}

td.attributes-col {
}

td.attributes-col ul {
	margin: 5px 0;
}

td.attributes-col dt {
	margin-top: .5em;
}

td.attributes-col dd ul {
	list-style: disc;
	margin: 0 0 5px 0;
}

td.attributes-col dd ul li {
	margin-left: 15px;
}

td.attributes-col h4.title {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

td.attributes-col h4.title a {
	font-weight: bold;
}

.cart-collaterals .totals {
	float: right;
	margin-top: 0;
	padding: 0;
	width: 40%;
}


.cart-collaterals .totals table {
	width: 100%;
}

.cart-collaterals .totals .price {
	color: #e91c1c;
}

.cart-collaterals .totals td {
	padding: 3px 15px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.cart-collaterals .totals tr.last td {
}

.cart-collaterals .totals tfoot td {
	font-size: 18px;
	padding: 5px 15px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}

.cart-collaterals .totals ul.checkout-types {
    float: right;
    margin: 10px 15px 0 0;
    padding: 0;
    width: 60%;
}

.cart-collaterals .totals ul.checkout-types li {
	background: none;
	clear: both;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

.cart-collaterals .totals ul.checkout-types li a{
	color: #333;
}

.cart-collaterals .totals ul.checkout-types li .paypal-or{
	color: #333;
	display: block;
	margin: 0 0 5px 0;
}

.cart-collaterals .totals ul.checkout-types .button {
	display: inline-block;
	float: none;
	width: 100%;
}

.cart-collaterals .totals ul.checkout-types li big {
	font-weight: bold;
}

#shipping-zip-form .input-box .input-text.validate-postcode { background:#fff;}

/*Tax details---*/
.tax-total {
	cursor: pointer;
}

.tax-total td {
}

.tax-total .tax-collapse {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #ccc;
}

.tax-details td {
	color: #999;
}

.tax-details-first td {
	border-top: 1px dashed #ccc;
}

/*Collaterals---*/
.cart .cart-collaterals .col2-set {
	float: left;
	margin: 25px 0;
	width: 73%;
}


.cart .shipping {
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 0;
	padding: 20px;
}

.cart .cart-collaterals {
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 0;
	padding: 20px;
}

.cart .cart-collaterals .discount {
	float: left;
	width: 50%;
}

#coupon_code {
	width: 300px;
}

.cart .discount .buttons-set {
	text-align: left;
}

.cart .discount .button,
.cart .shipping .button{
	float: left;
	margin-left: 0;
	margin-right: 5px;
}

.cart .discount h2, 
.cart .shipping h2 {
	font-size: 18px;
	margin: 0;
}

.cart .discount .discount-form label {
	display: block;
	margin: 10px 0;
}

.cart .discount .discount-form .input-box input {
	float: left;
	margin: 0 20px 0 0;
}

.cart .discount .discount-form  .button {
	height: 35px;
}

.cart .discount .discount-form .buttons-set,
.cart .discount .discount-form .input-box {
	display: inline-block;
	margin: 0;
	position: relative;
}

.cart .discount .discount-form .validation-advice {
	position: absolute;
	top: 40px;
	left: 0;
}

.cart .shipping-estimate .input-text {
	width: 214px;
}

.cart .shipping-estimate select {
	width: 220px;
}

.shipping-form  ul.form-list li {
	display: inline-block;
	margin: 0 20px 0 0;
	width: 265px;
}

.shipping-form  ul.form-list li.buttons-set {
	display: inline-block;
	margin: 0;
	width: 165px;
}

.shipping-form  ul.form-list li  .select-box {
	background: #f5f5f5 url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg-drop-cart-select.png) no-repeat 95% 50%;
	border: 1px solid #ddd;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	float: left;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: 265px;
}

.shipping-form  ul.form-list li  .select-box select {
	background: rgba(225,225,225,0);
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	-o-appearance:none!important;
	-webkit-appearance: none;
	width: 300px;
}

.shipping-form  ul.form-list li  label {
	display: block;
	margin: 0 0 5px;
}

.shipping-form  ul.form-list li .input-box {
	padding: 0;
	width: 230px;
	position: relative;
}


.shipping-form  ul.form-list li .validation-advice {
	position: absolute;
	top: 40px;
	left: 0;
}

.shipping-form  ul.form-list li .button {
	float: right;
	height: 35px;
	margin: 0;
	padding: 0 28px;
}



.cart .crosssell {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_shadow.png') top center no-repeat;
	margin: 60px 0;
	padding: 60px 0 0;
}

.cart .crosssell h2 {
	color: #111;
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}

.cart .crosssell ul {
	border: 1px solid #ddd;
	float: left;
	margin: 40px 0 0;
}

.cart .crosssell ul .actions .add-to-links {}

.cart .crosssell .add-to-links {
	margin: 0;
}

.cart .crosssell .add-to-links li {
	border: 1px solid #ddd;
	padding: 0;
}

.cart .crosssell .add-to-links li .separator{
	display: none;
}

.cart .crosssell li {
	float: left;
	padding: 0;
	width: 270px;
	display:block;
	border-bottom:none;
}

.cart .crosssell .product-image {
	float: left;
	width: 75px;
}

.cart .crosssell .product-details {
	float: right;
	width: 210px;
}

.cart .crosssell .product-details h5 {
	font-size: 110%;
	margin: 0 0 5px;
}

.cart .crosssell .product-details .button {
	margin: 0 0 5px;
}

.cart .crosssell .product-details small {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow.gif) no-repeat left center;
	padding-left: 8px;
}

.grand_total {
	background: #ddd;
	border: 1px solid #ddd;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	width: auto;
}

tr.grand_total td, p.grand_total {
	padding-bottom: 5px;
	padding-top: 5px;
}

#shopping-cart-totals-table tbody th {
	color: #333333;
    font-weight: 700;
    padding: 3px 15px;
    text-transform: uppercase;
}

/*One-Page checkout---*/
.opc {
}

.opc li.section {
	overflow: hidden;
	position: relative;
}

.opc .fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.opc .fieldset li {
	padding-left: 0;
}

.opc .step {
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin: 0;
	padding: 20px 15px;
}

.opc .step-title {
	background: #fafafa;
	border: 1px solid #ddd;
	border-bottom: 0;
	overflow: hidden;
	padding: 8px 15px;
}

#opc-login .step-title {
	border-radius: 3px 3px 0 0;
}

#opc-review .step-title {
	border-bottom: 1px solid #ddd;
}

#opc-review.active .step-title {
	border-bottom: 0;
}
	

.opc .last .step-title {
	border-bottom: 1px solid #ddd;
}

#checkout-step-login .buttons-set .button {
	margin-left: 0;
	margin-right: 20px;
}

#checkout-step-login .buttons-set a {
	font-weight: 400;
	padding: 5px 0;
}

#checkout-step-login .buttons-set p.required {
	margin-bottom: 20px;
}

.opc .tool-tip {
	right: 8px;
}

.opc .step-title a {
	display: none; /* Hide Edit button in step header */
}

.opc h2 {
	color: #333333;
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.opc h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.opc h4.title {
	border-bottom: 0;
	text-transform: none;
}

.opc .number {
	background: #e9e9e9;
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #333;
	float: left;
	font-size: 12px;
	line-height: 100%;
	margin-right: 10px;
	padding: 5px 8px;
}

.opc .content {
	padding: 10px 20px;
}

.opc label.label {
	color: #333;
	font-size: 110%;
}

.form-list li.wide .input-box input.input-text,
.form-list li.wide .input-box textarea {
	width: 550px;
}

.opc .form-list li.fields .field {
	float: left;
	width: 300px;
}

#billing-address .form-list li.wide .input-box .input-text, 
#shipping-address .form-list li.wide .input-box .input-text {
	width: 250px;
}

/*Allow box*/
.opc .allow .step-title {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_accept.gif) no-repeat 98% center #eee;
	cursor: pointer;
}

.opc .allow h3 {
}

.opc .allow .number {
	background: #E91C1C;
	border: 1px solid #E91C1C;
	color: #fff;
}

/*Active box*/
.opc .active .step-title {
	background: none;
	border-color: #e5e5e5;
	cursor: default;
}

.opc .active .step-title h2 {
	color: #333;
}

.opc .active .number {
	background: #e91c1c;
	border: 0;
	color: #fff;
}

.opc .active .step {
	background: #fff;
	border-top-color: #e5e5e5;
	display: block;
}

.opc .alloq .step-title a {
	display: block; /* Display Edit button in active selection */
}

.opc dd .form-list {
	margin: 0;
}

.opc dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.opc .checkmo-mailing-address {
	padding-left: 20px;
}

/*Checkout Step Review*/
#checkout-step-review {
	border-bottom: 1px solid #ddd;
}

/*Checkout Progress---*/
/*Side Box*/
.block-progress {
	background: #f4f4f4;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 44px 0 0 0;
}

.block-progress .block-title{
	border-bottom: 0;
	padding: 20px 20px 0 20px;
}

.block-progress dl {
	margin: -10px;
}

.block-progress dt {
	background: none;
	border: 0;
	margin: 5px 0;
	padding: 5px 10px !important;
}

.block-progress dt.complete {
	background: #e9e9e9;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333;
}

.block-progress h4 {
	color: #666;
	font-size: 100%;
	margin: 0;
}

.block-progress .complete h4 {
}

.block-progress h4 a {
	text-transform: none;
}

.block-progress dd.complete {
	padding: 10px;
}

.block-progress dd.complete table {
	table-layout: fixed;
	width: 100%;
}

.block-progress dd.complete table td,
.block-progress dd.complete table th {
	word-wrap: break-word;
}

.opc .box-no-padding {
	background: #FEF9EF;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 15px 0;
}

.opc .box-no-padding .inner-box {
	padding: 0 20px;
}

#opc-login .button-set {
	border-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

.opc-please-wait {
	padding-right: 7px;
}

.opc a.back {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.opc .button-set {
	margin: 0;
}

/*Table*/
.checkout-progress {
	background: #F8F8F8;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 100%;
}

.checkout-progress li {
	background: #F8F8F8;
	color: #333;
	float: left;
	font-weight: 400;
	padding: 10px 0;
	text-indent: 15px;
	text-transform: uppercase;
	width: 20%;
}

.checkout-progress li.active {
	background: #E91C1C;
	color: #fff;
}

.form-list li.wide .input-box input.input-text, 
.form-list li.wide .input-box textarea {
	width: 510px;
}


/*Multiple Addresses checkout---*/
.multi-address-checkout-description {
	margin-bottom: 25px;
	margin-top: -15px;
}

.multiple-checkout{
}

.multiple-checkout .inner-page h2 {
	font-size: 16px;
}

.multiple-checkout .col2-set,
.info-set {
	border: 1px solid #ddd;
	clear: both;
	margin: 20px 0 10px;
}

#shipping_method_form .col2-set .content,
.info-set .content {
	padding: 10px 15px;
}

.multiple-checkout .col2-set .legend,
.info-set .legend {
	background: none;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
	margin: 0;
	padding: 5px 15px;
	clear:both;
}

.multiple-checkout .col2-set .count-head-alt {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.multiple-checkout .col2-set .box-title,
.info-set .box-title,
.multiple-checkout .col-wide > h3 {
	background: none;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: left;
}

.multiple-checkout .col-wide > h3 {
	font-size: 110%;
}

.multiple-checkout .col2-set .box-title h2,
.multiple-checkout .col2-set .box-title h3,
.info-set .box-title h3 {
	float: none;
	font-size: 110%;
	margin: 0;
	padding: 0;
}

.multiple-checkout .col2-set .box-title a {
}

.multiple-checkout .col2-set .form-list {
	margin: 0;
}

.multiple-checkout .col2-set .form-list ul {
	margin: 5px 0 15px;
}

.multiple-checkout .col2-set .col-1,
.info-set.col2-set .col-1 {
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	width: 32%;
}

.multiple-checkout .col2-set .col-2,
.info-set.col2-set .col-2 {
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
	width: 63%;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: 71px;
	overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	padding: 14px 0 0 0;
}

.multiple-checkout .place-order .grand-total .inner div {
	display: inline;
	vertical-align: top;
}

.multiple-checkout .place-order .grand-total big {
	display: inline;
	line-height: 1;
	margin-right: 0;
}

.multiple-checkout .place-order .grand-total .price {
	color: #e91c1c;
}

.multiple-checkout .place-order .grand-total .button {
	float: none;
	vertical-align: middle;
}

.info-set .box .actions {
	background: none;
}

.shipment-count {
	background: #069;
	color: #fff;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

#shipping_method_form .col2-set .tool-tip {
	left: -23px;
}

#shipping_method_form .col2-set .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.box-sp-methods {
	border: 1px solid #ddd;
	margin-top: 10px;
	padding: 10px;
	position: relative;
}

.box-sp-methods .pointer {
	position: absolute;
	right: -40px;
	top: -20px;
}

.place-order-box {
	float: right;
	line-height: normal;
}

.place-order-box .grand-total {
	font-size: 200%;
}

.place-order-box .grand-total .price {
	color: #069;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order-box input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #FEF9EF;
	border: 1px solid #ddd;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.opc .checkout-agreements {
	border: 1px solid #ddd;
	border-width: 0 1px;
	padding: 5px 20px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	background-color: #fff;
	border-color: #ddd;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/ 
#login-form .col-1, #login-form .col-2 {
	border: 1px solid #e5e5e5;
}

#login-form .content {
	padding: 0 15px 10px;
}

#login-form h2 {
	background-color: #fafafa;
	background-position: 15px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	margin: 0 -15px;
	padding: 8px 0;
	text-indent: 20px;
}


#login-form .buttons-set {
	border-top: 1px solid #e5e5e5;
	height: auto;
	margin: 0;
	padding: 20px 12px;
}

#login-form .buttons-set .button {
	margin: 0 20px 0  0;
}

#login-form .buttons-set a{
	float: none !important;
	font-weight: 400;
	padding: 6px 0;
}

#login-form .content {
	min-height: 250px;
}

/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #999;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.has-toggle .block-account {
	display: none;
}

.block-account {
}



.block-account .block-content {
	padding: 0;
}

.block-account ul {
	padding: 20px;
}

.block-account li a, .block-account li.current {
	padding: 10px 0;
}

.block-account li strong {
	font-weight: normal;
}

.block-account li a {
	display: block;
}

.block-account li a {
	color: #666;
	text-decoration: none;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	background: #e9e9e9;
	border: 1px solid #dadada;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
}

.block-account li.current {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_currently.jpg) repeat-x;
	border: 1px solid #dadada;
	border-bottom: none;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	padding: 0 10px;
	-webkit-border-radius: 5px;
}

.block-account li.current a {
	padding: 0;
}

.block-account li.last, .block-account li.last a {
	border-bottom: 0;
}

/*Dashboard---*/
.box-account {
	float: left;
	margin: 0 0 20px;
	width: 100%;
}

.box-account .col2-set{
	margin: 0 0 10px;
}

.box-account .box-head {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 8px 0;
}

.box-account .box {
	background: none;
	border: none;
}

.box-account .box .box-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.box-account h5,
.box-account .box .box-title h3 {
	font-size: 1.1em;
}

.box-account h6 {
	text-transform: uppercase;
}

.account-main .box-account li {
	padding: 5px 0;
}

.box-account ol li {
	margin: 15px 0 0;
}

.box-account .product-name {
	font-size: 100%;
	margin: 0;
}

.box-account ol .number {
	background: none repeat scroll 0 0 #E91C1C;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	margin-right: 10px;
	margin-top: 3px;
	padding: 2px 5px;
}

.box-account ol .details {
	margin-left: 20px;
}

.box-account ol .details h3.product-name a {
	color: #333;
	line-height: 28px;
}

.box-account ol .details .tags {
	margin-left: 5px;
	overflow: hidden;
}

.box-account ol.recent-reviews small {
	float: left;
	font-size: 100%;
	font-weight: bold;
	margin-right: 3px;
}

.box-account .product-images {
	width: 65px;
}

.box-account .product-images img {
	border: 1px solid #ccc;
}

.box-account .product-details {
	margin: 0 0 10px 70px;
}

.box-account .tags {
	overflow: hidden;
}

.box-account .tags ul,
.box-account .tags strong {
	display: inline;
	float: left;
}

.box-account .tags ul li {
	float: left;
	margin: 0 0 0 5px;
}

.box-account .content {
	padding: 0;
}

.box-account .ratings {
	margin: 0;
}

.account-side .actions {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}

.my-account {
	padding: 20px;
}

.my-account .box {
	border: none;
}

.my-account .order-info-box {
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.dashboard-welcome {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	margin-right: 8em;
}

.box-account .box-head h2,
.account-box .head h4 {
	font-size: 16px;
	margin: 0;
}

.box-recent .box-head {
	margin: 0;
}

/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	border-bottom: 1px solid #ddd;
	font-size: 125%;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow_d2.gif) no-repeat 2px center;
	margin: 0 0 5px -10px;
	text-indent: 10px;
}

.address-list li {
	margin-bottom: 1em;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
.box-account #my-orders-table {
	border: 0;
}

.box-account.box-recent .box-head {
	border-bottom: none;
}

.box-account .box-head + #my-orders-table {
	border: 1px  solid #ddd;
}

.box-account .box-head + #my-orders-table tr.last td, 
.box-account .box-head + #my-orders-table tr.last th {
	border-bottom: 1px  solid #ddd !important;
}

.my-account .addresses-list li {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 15px;
}

#my-orders-table tfoot td, 
#checkout-review-table tfoot td {
	background: #fff;
}

#my-orders-table tfoot tr.last td,
#checkout-review-table tfoot tr.last td {
	border-top: 1px solid #ddd;
	font-size: 110%;
	font-weight: bold;
}

#checkout-review-submit p.f-left {
	padding: 5px 0;
}

#review-please-wait {
	padding: 5px 0;
}

#checkout-review-submit .buttons-set .button{
	float: right;
}

#my-orders-table span.nobr {
	text-align: center;
	display: block;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	vertical-align: top;
	width: 170px;
}

.compare-products tbody tr.first td {
	border-top: 1px solid #ddd;
}

.compare-products tbody td.last {
	border-right: 1px solid #ddd;
}

.compare-products tbody.attribute-cart td {
	background: #FEF9EF !important;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.compare-products tbody td.label {
	background: #EDF7FC !important;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: left;
	width: auto;
}

.compare-products tbody.attribute-cart td.label {
	background: #FEF9EF !important;
}

.compare-products tbody.remove-buttons tr {
	background: #fff;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
	border-bottom: 1px solid #ddd !important;
}

/*Reviews---*/
.my-review-detail .product-image {
	float: left;
	width: 135px;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 538px;
}

.my-review-detail .ratings-list {
	margin-bottom: .8em;
}

.my-review-detail .ratings {
	line-height: 1.5;
}

.my-review-detail .ratings .rating-box {
	float: none;
	margin-bottom: 3px;
}

.my-review-detail .ratings .pipe {
	display: none;
}

.my-review-detail .ratings a {
	display: block;
}

/*Tags ---*/
.my-tag-edit a.btn-remove {
	border: 0;
	float: left;
	margin: 3px 5px 0 0;
	padding: 0;
}

#my-tags-table td {
	vertical-align: middle;
}

/*Gift Messages---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #FEF9EF;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/gift-message-expand.gif);
}

.collapse {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/gift-message-collapse.gif);
}

/*Wishlist---*/

#wishlist-table .inner {
	margin: 0 !important;
}

#wishlist-table td {
	padding: 10px 15px;
	vertical-align: top;
}

#wishlist-table th:nth-child(3n),
#wishlist-table td:nth-child(3n) {
	text-align: center;
}

#wishlist-table a.link-cart, #wishlist-table a.btn-remove {
	display: block;
}

#wishlist-table a.btn-remove { 
	width: 16px;
}

#wishlist-table textarea {
	height: 105px;
	margin-top: 20px;
	width: 90%;
}

#wishlist-table .product-name,
#wishlist-table .price-box {
	font-size: 16px;
	margin: 10px 0;
}

#wishlist-table .price-box .price {
	font-size: 16px !important;
}

#wishlist-table .product-name a {
	color: #333;
}

.my-wishlist .buttons-set .button {
	float: right;
	margin-left: 5px;
}


.my-wishlist .buttons-set .back-link {
	float: left;
	margin: 7px 0 0;
}

/*===============================================================
--------------------[MAGENTO'S VARIOUS PAGES]--------------------
=================================================================*/

/*ADVANCED SEARCH
----------------------------------------------------------------*/ 

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	font-weight: bold;
	padding-right: 20px;
	text-align: right;
	width: 120px;
}

.advanced-search .input-text {
	width: 250px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .input-range .input-text {
	width: 70px;
}

.advanced-search .input-range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #c00;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #FEF9EF;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/arrow_d2.gif) no-repeat left 6px;
	color: #333;
	font-weight: bold;
	padding-left: 8px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/*RETURNS PAGE
----------------------------------------------------------------*/ 
#oar_widget_orders_and_returns_form .input-box {
	padding: 5px 0;
}

/*PRINT
----------------------------------------------------------------*/
.page-print .order-date {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.page-print .print-head {
	float: left;
	margin: 0 0 15px;
	width: 100%;
}

.page-print .print-head .logo {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}

.page-print h1 {
	font-size: 125%;
	font-weight: bold;
}

.page-print h2, .page-print h3 {
	font-size: 100%;
	font-weight: bold;
}

.page-print .col2-set h2,.page-print .col2-set h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.page-print h2.h2 {
	font-size: 125%;
	font-weight: bold;
}

table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price {
	display: inline;
}

.page-print .data-table tr.last td, 
.page-print .data-table tr.last th {
	border-bottom: 1px solid #ddd;
}
 

.page-print .item-options dd {
	float: none;
	padding-left: none;
}

.page-print .buttons-set .button {
	margin: 0 0 20px 0;
}

.sendfriend-product-send .send-friend {
	padding: 22px;
}

.catalogsearch-term-popular #ja-current-content {
	min-height: 400px;
}

 
 
.tag-product-list #ja-current-content {
	padding: 20px 0;
}



 
/*POP UP
----------------------------------------------------------------*/
.page-popup {
	background: #fff;
	color: #333;
	padding: 25px 30px;
	text-align: left;
}

.page-popup .print-head {
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

.page-popup .print-head {
	border-bottom: 1px solid #ddd;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

/*DEFAULT HOME
----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {
}

.home-spot {
	float: right;
	width: 530px;
}

.std dl dt {
	font-weight: bold;
}

.std dl dd {
	margin: 0 0 10px;
}

/*Best Selling---*/
.best-selling {
}

.best-selling h3 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
	line-height: normal;
	padding: 5px 10px;
}

.best-selling table {
	border: 0;
}

.best-selling tr.odd {
}

.best-selling tr.even {
}

.best-selling td {
	padding: 8px 10px;
	width: 50%;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 110%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
	line-height: normal;
	padding: 5px 10px;
}

.recently .product-image {
	border: 1px solid #ddd;
}

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	font-size: 11px;
	margin-top: 5px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

/* Site Map */
.page-sitemap .links {
	margin: 0 8px -38px 0;
	position: relative;
	text-align: right;
}

.page-sitemap .links li {
	line-height: 30px;
}

 

.page-sitemap .sitemap {
	margin: 12px;
}

.page-sitemap .pager {
	border: none;
	overflow: hidden;
	padding: 5px 10px;
	width: 98%;
}

/*==============================================================*/

/*Mis---*/
.products-list .product-shop .desc {
	clear: both;
}

.products-list .productgaleries { display:none; }

.block-banner {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_shadow.png) no-repeat center bottom;
	border: none;
	clear: both;
	margin: 20px 0;
	padding-bottom: 100px;
	width: 100%;
}

.block-banner .block-content {
	padding: 0;
}

.block-banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.block-banner li {
	float: left;
	margin-right: 30px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 340px;
}

.block-banner li.last {
	margin-right: 0;
}

.block-banner li img{
	box-shadow: -2px 4px 9px #c6c1c1;
	margin-bottom: 15px;
	-moz-box-shadow: -2px 4px 9px #c6c1c1;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: -2px 4px 9px #c6c1c1;
	-webkit-transition: all 0.3s ease-in-out;
}

.block-banner li:hover img,
.block-banner li:focus img{
	margin: -10px 0 25px 0;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.block-banner li a {
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.block-banner li p {
	color: #666;
	font-size: 16px;
	margin: 5px 0 0;
}

.ja-col-left #ja-mainbody {
	background: #fff url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/bg_side-col.jpg) repeat-y left top;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.jm-masshead {
	height: 299px;
	overflow: hidden;
	width: 810px;
}

.jm-masshead  .ja-masshead-title {
	display: none;
}

/*404page*/
#jm-error {
	background: #fff url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/error.jpg) no-repeat 0 top;
	margin: 0 auto;
	min-height: 400px;
	padding: 80px 20px 60px 607px;
}

#jm-error .page-head-alt + dl {
	margin-bottom: 20px;
}

#jm-error .disc {
	margin: 20px 0;
}

#jm-error .disc li {
	background: none;
	padding-left: 0;
}

#jm-error .disc a {
	color: #e91c1c;
}

#jm-error .disc a:hover {
	text-decoration: underline;
}

#jm-error .page-head-alt h2 {
	font-size: 30px;
	font-weight: bold;
}

.review-product-list .product-essential {
	padding-top: 10px;
}

.review-product-list .product-essential .product-shop .add-to-cart {
	margin: 0 0 15px;
}

.review-product-list .product-essential .product-shop .add-to-cart button {
	padding: 0 40px;
}

.review-product-list .product-img-box .product-image-zoom {

}

.product-options-bottom .or { display:none;}

.review-product-list .pager .amount {
    float: right;
}

.review-product-list .pager .limiter {
    float: left;
	margin:0;
}

.review-product-list .add-to-links {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	clear: both;
	display: block;
	float: left;
	margin: 10px 0;
	padding: 10px 0;
	width: 100%;
}

.review-product-list .add-to-links li {
	display: inline;
}

.review-product-list .add-to-links li a {
	background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_w_c_e.png") no-repeat;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 28px;
}

.review-product-list .add-to-links li a:hover {
	color: #E91C1C;
	text-decoration: none;
}

.review-product-list .add-to-links li a.link-wishlist {
	background-position: left top;
}

.review-product-list .add-to-links li a.link-compare {
	background-position: left  center;
}

.review-product-list .add-to-links li a.email-friend {
	background-position: left bottom;
}

.review-product-list  .products-description .std, 
.review-product-list  #ja-tab-products {
	width: 100%;
}

.contact-map {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 100%;
}

.contact-form {
	border-right: 1px solid #e5e5e5;
	float: left;
	width: 50%;
}

.contact-form .contact-inner{
	padding: 0 20px 0 0;
}

.contact-form input.input-text, 
.contact-form  textarea {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact-form .form-list li.wide .input-box textarea {
	width: 485px;
}

.contact-info {
	float: right;
	width: 49%;
}

.contact-form h3,
.contact-info h3 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}

.contact-info .info-list {
	float: left;
	font-size: 95%;
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
}

.contact-info .info-list li {
	float: left;
	width: 33%;
}

.contact-info .contact-inner{
	padding: 0 0 0 20px ;
}


/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.main { width: 1000px!important; }
	h1#logo, div#logo-text { margin: 0 20px 0 -10px;}
	.jm-megamenu ul.level0 li.mega a.mega { padding-left:15px!important; padding-right:15px!important ;}
	#ja-search { right:70px; width:160px}
	#ja-search .input-text { width:105px;}
	
	.jm-slide-desc h3 span.text-color1,
	.jm-slide-desc h3 span.text-color2 { font-size: 70px!important;line-height: 70px!important;}
	
	.jm-slide-desc h3 { text-shadow: 1px -1px 1px #909090 !important;}

	.jm-slide-desc h3 span.text-color3 { font-size: 52px!important; line-height: 52px!important;}
	.jm-mask-desc .jm-slide-desc { left:10px !important}
	
	.jm-mask-desc .readmore a { bottom:40px !important}
	.jm-slide-desc-outer .jm-mask-desc { top:50px !important}
	
	.block-banner li img { width:310px; height:170px;}
	
	.block-banner li { margin-right: 23px; width: 310px;}
	
	.jm-tab-panels-top .jm-tab-content { width:981px !important;}
	
	.jm-slider li { width:214px !important; height:245px;}
	
	.jm-slider li:hover .item-slider { width:87%;}
	
	.jm-slider li:hover .mass-color { width:117%}
	
	#ja-mass-bottom .company-list li { width:128px;}
	
	.jm-megamenu .childcontent.cols5 { margin-left:-100px !important}
	
	#ja-botsl .block-subscribe .input-text {min-width:225px !important;}
	
	.ja-col-left #ja-mainbody { background-size:245px 100%;}
	
	.jm-masshead { width:735px;}
	.view-mode { width:15%;}
	.toolbar .limiter { width:30%;}
	.sort-by { width:34%}
	
	.products-list .product-shop { width:455px;}
	.products-list .product-shop .f-fix { width:270px !important; padding-right:10px;}
	
	.pages strong { display: inline-block;}
	
	.pages ol { display:inline;}
	
	.products-list .ratings .rating-links { padding-top:10px}
	
	.ratings .rating-links .number-rating { margin-left:0;}
	
	.review-product-list .product-essential .product-shop .add-to-cart button { margin-top:20px;}
	
	.product-options-bottom .add-to-links li a { margin-right:10px;}	
	
	.contact-form .form-list li.wide .input-box textarea {width: 435px;}
	
	.contact-map > iframe { width:100% !important}
	
	.box-tags .form-add .button { height:33px}
	
	.shipping-form ul.form-list li.buttons-set { width: auto;}
	.shipping-form ul.form-list li .button { margin:5px 0 0 }
	.cart .discount .button, .cart .shipping .button { margin-top:5px;}
	
	#upsell-product-table li .actions .button { width:33%}
	
	.product-img-box .product-image-zoom,
	.product-img-box .product-image-zoom img {  height: 366px !important; width: 550px !important; top:0; left:0}
	
	.form-language #select-language { position:absolute; top:0px;}
	
		.form-language #select-language.english {
		background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-en.png") no-repeat scroll 50% 0px transparent !important;
	}
	
	.form-language #select-language.french {
		background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-fr.png") no-repeat scroll 50% 0px transparent !important;
	}
	.form-language #select-language.german {
		background: url("https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/ico-ge.png") no-repeat scroll 50% 0px transparent !important;
	}
	.sporty.jm-tabswrap .tabs_content {
	 
	  width: 981px !important;
	}
	
}

.account-create .form-list .control div.input-box input.checkbox {
	margin-right: 5px;
	margin-top: 4px;
}

.account-inner-page .order-info { display:none; }

.compare-table.data-table td, 
.compare-table.data-table th {
    border-right: 1px solid #DDDDDD;
    padding: 15px 20px 17px;
}

.compare-table.data-table td .std p { margin-top:0;}

.tag-customer-view .pager .limiter {
    float: left;
	margin-left:0;
}

.tag-customer-view .pager .amount {
    float: right
}

.tag-customer-view #my-tags-table .button.btn-cart { padding:0 30px !important}

.tag-customer-view #my-tags-table .add-to-links a {
    background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/images/icon_w_c_e.png) no-repeat left -5px;
    color: #666;
    padding-left: 28px;
	font-weight:normal;
}

.tag-customer-view .my-tag-edit a.btn-remove { margin-top:5px;}

.tag-customer-view #my-tags-table td {
    border-right: 1px solid #DDDDDD;
    vertical-align: middle;
}

.sales-billing-agreement-index .data-table tr th:nth-child(4),
.sales-billing-agreement-index .data-table tr td:nth-child(4) { display:none }
#jmoverlay {
  background: none repeat scroll 0 0 #000000;
  height: 9000px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 99;
}
.jm-mask-desc .readmore, .jm-mask-desc .jm-slide-desc {margin-left:100px;}

.skiptranslate.goog-te-gadget > div {
    margin-top: -15px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.hafeezpk.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

img {
	border: none;
}

/* image replacement */
.graphic {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -8000px;
}

/* // image replacement */
.jm-products-slider-listing {
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.jm-products-slider-content{
	padding: 0 !important;
	position: relative;
}

.jm-tab-subcontent p {
	margin: 0;
}

/* Easy Slider */
.jm-slider {
	float: left;
	margin: 0;
	width: 0;
}

.jm-slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jm-slider li {
	border-right: 1px solid #ddd;
	display: block;
	float: left;
	margin: 0;
	padding: 30px 15px 20px;
	position: relative;
	text-align: left;
	width:239px;
}

.jm-slider li .product-title {
	border-top: 1px solid #ddd;
	color: #333;
	float: left;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
	width: 100%;
}

.jm-slider li .price-box .regular-price .price,
.jm-slider li .price-box .special-price .price {
	color: #111;
	font: bold 16px 'PT Sans',sans-serif;
}

.jm-slider li .price-box .old-price .price {
	color: #888;
	font: normal 16px 'PT Sans',sans-serif;
}

.jm-slider li .ratings .rating-links {
	display: none;
}

.jm-slider li .ratings .rating-box {
	margin-right: 0;
}

.jm-slider li .price-box {
	float: left;
	margin: 0;
}

.jm-slider li .ratings {
	float: right;
	margin: 4px 0 0 0;
}

.jm-slider li button,
.jm-slider li .productgaleries {
	display: none;
}

.mass-button-actions {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/bg-action.png') top left repeat-x;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
	box-shadow: 0 1px 5px #dbdbdb;
	clear: both;
	display: none;
	float: left;
	margin: 20px 0 0 0;
	min-height: 30px;
	width: 100%;
}


.mass-button-actions .link-wishlist {
	border-right: 1px solid #d8d8d8;
	float: left;
	min-height: 30px;
	width: 33%;
}

.mass-button-actions .link-wishlist a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/ico-wishlist.png') no-repeat 50% 50%;
	border-radius: 15px 0 0 15px;
	display: block;
	min-height: 30px;
	text-indent: -999em;
}


.mass-button-actions .link-wishlist:hover,
.mass-button-actions .link-wishlist:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/bg-actions-hover.png') top left repeat-x;
	border-radius: 15px 0 0 15px;
	height: 32px;
	margin: -1px 0;
}

.mass-button-actions .link-wishlist:hover a,
.mass-button-actions .link-wishlist:focus  a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/ico-wishlist-hover.png') no-repeat 50% 50%;
}


.mass-button-actions .link-compare {
	border-right: 1px solid #d8d8d8;
	float: left;
	min-height: 30px;
	width: 33%;
}

.mass-button-actions .link-compare a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/ico-compare.png') no-repeat 50% 50%;
	display: block;
	min-height: 30px;
	text-indent: -999em;
}


.mass-button-actions .link-compare:hover,
.mass-button-actions .link-compare:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/bg-actions-hover.png') top left repeat-x;
	border-radius: 0;
	height: 32px;
	margin: -1px 0;
}

.mass-button-actions .link-compare:hover a,
.mass-button-actions .link-compare:focus  a{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/ico-compare-hover.png') no-repeat 50% 50%;
}

.mass-button-actions .button {
	background: none ;
	border: 0;
	border-radius:none;
	box-shadow:none;
	float: right;
	height: 30px;
	text-indent: -999em;
	width: 33.1%;
}

.mass-button-actions .button span {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/ico-add-to-cart.png') no-repeat 50% 50%;
	display: block;
	text-indent: -999em;
}

.mass-button-actions button.button:hover, 
.mass-button-actions button.button:focus, 
.mass-button-actions button:hover, 
.mass-button-actions button:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/bg-actions-hover.png') top left repeat-x !important;
	border: 0;
	height: 32px;
	margin: -1px 0;
	border-radius: 0 15px 15px 0;
}

.mass-button-actions button.button:hover span,
.mass-button-actions button.button:focus span,
.mass-button-actions button:hover,
.mass-button-actions button:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/ico-add-to-cart-hover.png') no-repeat 50% 50%;
}



/*out stock*/

.mass-button-actions .out-of-stock {
	background: none ;
	border: 0;
	border-radius:none;
	box-shadow:none;
	float: right;
	height: 30px;
	line-height: 30px;
	text-indent: -999em;
	width: 33%;
}

.jm-slider li:hover .mass-button-actions .out-of-stock span { 
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/soldout-hover.png') no-repeat 50% 50%;
	display: block;
	text-indent: -999em;
}



.jm-slider li:hover .mass-button-actions .out-of-stock:hover, 
.jm-slider li:hover .mass-button-actions .out-of-stock:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/bg-actions-hover.png') top left repeat-x !important;
	border: 0;
	border-radius: 0 15px 15px 0;
	height: 32px;
	margin: -1px 0;
}

.jm-slider li:hover .mass-button-actions .out-of-stock:hover span,
.jm-slider li:hover .mass-button-actions .out-of-stock:focus span,
.jm-slider li:hover .mass-button-actions .out-of-stock:hover,
.jm-slider li:hover .mass-button-actions.button:focus {
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/soldout.png') no-repeat 50% 50%;
}

/*.jm-slider li {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}*/

.jm-slider li.beforefirstitem { background:none; border-right:none; margin-right:1px;}
.jm-slider li.lastitem { border-right:none;} 
.jm-slider li.afterlastitem { margin-left:1px; border-left:1px solid #ddd; border-right:none }

.jm-slider li .mass-color {
	background: #fff;
	display: none;
	height: 50%;
	position: absolute;
	top: 115%;
	width: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.jm-slider li:hover .item-slider,.jm-slider li.hover .item-slider {
	left: 15px;
	position: absolute;
	top: 0;
	z-index: 99;
	width:90%\0/
}

.jm-slider li:hover .mass-button-actions {
	display: inline-block;
}

.jm-slider li:hover .item-slider .product-image1 .label,.jm-slider li.hover .item-slider .product-image1 .label{
	left: -11px;
}



.jm-slider li:hover .mass-color{
	border: 0;
	display: block;
	height: 120%;
	left: -1px;	
	top: -10px;	
	width: 100%;
	z-index: 2px;
	background: #fff;
}

.jm-slider li:hover .mass-color-inner{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	height: 110%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	width: 100% !important;
	background: #fff;
	margin: 0 !important;
}

.jm-slider li.firstitem:hover .mass-color{
	border: 0;
	display: block;
	height: 120%;
	left: -1px;	
	top: -10px;	
	width: 100%;
	z-index: 2px;
	background: #fff;
}


.jm-slider li.firstitem:hover .mass-color-inner{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	height: 110%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	width: 98% !important;
	background: #fff;
	margin: 0 5px !important;
}

.jm-slider li.lastitem:hover .mass-color{
	border: 0;
	display: block;
	height: 120%;
	left: 0;	
	top: -10px;	
	width: 100%;
	z-index: 2px;
	background: #fff;
}


.jm-slider li.lastitem:hover .mass-color-inner{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	height: 110%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	width: 98% !important;
	background: #fff;
	margin: 0 !important;
}



.jm-slider li:hover,.jm-slider li.hover {
	z-index: 999;
	border: 0;
	
}

.jm-slider li:hover .productcolors,.jm-slider li.hover .productcolors {
	display: none;
}

.jm-slider li:hover button,
.jm-slider li:hover .productgaleries,.jm-slider li.hover button,.jm-slider li.hover .productgaleries{
	display: block;
}



.jm-prev {
	position: absolute;
	right: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	top: -60px;
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/re-left.png') top left no-repeat;
}

.jm-prev:hover,
.jm-prev:focus {
	background-image: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/re-left-hover.png');
}

.jm-next {
	position: absolute;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	top: -60px;
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/re-right.png') top left no-repeat;
}
.jm-next:hover,
.jm-next:focus {
	background-image: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/re-right-hover.png');
}

.jm-prev .jm-slide-left-img,
.jm-next .jm-slide-right-img{
	display: none;
}



/* scroller */
.has-hscrollbar {
	padding-bottom: 30px;
}

.customScrollerContainer {
}

.customScrollerContent {
}

/* SCROLLER STYLE */
/* VERTICAL */
.divVScrollerBar {
	margin-left: 1px;
	width: 18px;
}

/* ORIZONTAL */
.divOScrollerBar {
	height: 18px;
	margin-top: 1px;
}

/* AREA UP */
.divVScrollerBarUp {
	cursor: pointer;
	height: 17px;
}

/* AREA LEFT */
.divOScrollerBarLeft {
	cursor: pointer;
	width: 17px;
}

/* AREA DOWN */
.divVScrollerBarDown {
	cursor: pointer;
	height: 17px;
}

/* AREA RIGHT */
.divOScrollerBarRight {
	cursor: pointer;
	width: 17px;
}

/* ARROW UP AND DOWN */
.divVScrollerBarUp span,
.divVScrollerBarDown span {
	border: 1px solid #dae4eb;
	display: block;
	font-size: 0;
	height: 15px;
	line-height: 0;
	width: 16px;
}

.divVScrollerBarUp span {
	background: #baccda url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/vtop.gif) no-repeat center center;
}

.divVScrollerBarDown span {
	background: #baccda url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/vbottom.gif) no-repeat center center;
}

/* ARROW LEFT AND RIGHT */
.divOScrollerBarLeft span,
.divOScrollerBarRight span {
	display: block;
	font-size: 0;
	height: 16px;
	line-height: 0;
	width: 15px;
}

.divOScrollerBarLeft span {
	background: #ffffff url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/re-left.png) no-repeat center center;
}

.divOScrollerBarRight span {
	background: #ffffff url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/re-right.png) no-repeat center center;
}

/* ARROWS HOVER */
.divVScrollerBarUp span.hover,
.divOScrollerBarLeft span.hover,
.divVScrollerBarDown span.hover,
.divOScrollerBarRight span.hover {
	background-color: #527fa2;
}

/* TRACE */
.divVScrollerBarTrace, .divOScrollerBarTrace {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/line.gif) repeat-x left center;
	font-size: 0;
	line-height: 0;
}

/* CURSORS */
.divVScrollerBarCursor {
	cursor: pointer;
}

.divOScrollerBarCursor {
	cursor: pointer;
}

.divVScrollerBarCursor span {
	background: #baccda url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/vcursor.gif) no-repeat center center;
	border-left: 1px solid #dae4eb;
	border-right: 1px solid #dae4eb;
	display: block;
	font-size: 0;
	height: 100%;
	line-height: 0;
	width: 16px;
}

.divOScrollerBarCursor span {
	background: #cccccc url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmproductsslider/images/ocursor.gif) no-repeat center center;
	border-bottom: 1px solid #dae4eb;
	border-top: 1px solid #dae4eb;
	display: block;
	font-size: 0;
	height: 10px;
	margin-top: 3px;
	width: 100%;
}

/* CURSORS HOVER */
.divVScrollerBarCursor span.hover {
	background-color: #527fa2;
	border-left: 1px solid #a3bbce;
	border-right: 1px solid #a3bbce;
}

.divOScrollerBarCursor span.hover {
	background-color: #cccccc;
	border-bottom: 1px solid #a3bbce;
	border-top: 1px solid #a3bbce;
}

.jm-slideshow {
	border-bottom: 5px solid #2c2d35;
	margin: 30px 0 20px;
	border: 0;
}

.jm-slideshow.block { background:none; border-bottom:none; margin:0;}

.jm-slide-desc-outer {
	position: relative;
	display: block;
}

.jm-slidewrap {
	background:none;
	margin: 0;
	padding: 0;
	position: relative;
	height: auto;
}

.jm-slide-main-wrap {
	position: relative;
	z-index: 10;
}

.jm-slide-main {
	position: absolute;
	z-index: 1;
}

.jm-slide-item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.jm-slide-item img {
	padding: 0;
}

.jm-slide-thumbs-wrap {
	background: none;
	position: absolute;
	overflow: hidden;
	clear: both;
	bottom: 120px!important;
	right: 40px;
	z-index: 999;
}

.jm-thumbs-top {
	margin-top: 10px;
}

.jm-thumbs-bottom {
	margin-bottom: 10px;
	left: 45.8% !important;
}

.jm-thumbs-left {
	margin-left: 10px;
}

.jm-thumbs-right {
	margin-right: 10px;
}

.jm-slide-thumbs,
.jm-slide-thumbs-mask,
.jm-slide-thumbs-handles {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 5000px;
}

.jm-slide-descs { display:none;}

.jm-slide-thumb {
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
	color: transparent;
}

.jm-slide-thumbs-handles span {
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
	color: transparent;
	text-indent:-1000px;
}

.jm-slide-number .jm-slide-thumbs-handles span {background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/thumbs-handles.png) no-repeat top center;}
.jm-slide-number .jm-slide-thumbs-handles span.active,
.jm-slide-number .jm-slide-thumbs-handles span.hover {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/thumbs-handles_active.png) no-repeat top center;
}


.jm-slide-thumbs-mask-left,
.jm-slide-thumbs-mask-right,
.jm-slide-thumbs-mask-center {
	float: left;
}

.jm-slide-thumbs-mask-left, .jm-slide-thumbs-mask-right{
	background: #000000;
}

.jm-mask-desc {
	display: block;
	z-index: 100;
	position: relative;
	padding: 0;
	top:100px !important;
	left:0 !important;
}

.jm-mask-desc .jm-slide-desc br {}

.jm-mask-desc .jm-slide-desc a:hover { text-decoration:none;}

.jm-mask-desc .readmore {
	position: absolute;
	left: 0;
	top:360px;
	cursor: pointer;
}

.jm-mask-desc .readmore a {
	position: absolute;
	left: 0;
	bottom: 0;
	background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/bg_readmore_slide.png) center center no-repeat;
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
	font-size:22px\0/;
	font-weight:bold;
	line-height:50px;
	color:#333;
	text-transform:uppercase;
	width:285px;
	padding-left:23px;
	height:55px;
	cursor: pointer;
}

.jm-mask-desc a.readon:hover,
.jm-mask-desc a.readon:active,
.jm-mask-desc a.readon:focus {
	color: #333;
}

.jm-slide-buttons {
	z-index: 999;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
}


.jm-slide-buttons {
	z-index: 999;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 39%;
	z-index: 1000;
	width:100%;
}

.jm-slide-main-wrap:hover .jm-slide-buttons { margin:0 }

.jm-slide-controls {
	position: absolute;
	z-index: 901;
}

.jm-slide-buttons span {
	display: block;
	cursor: pointer;
	height: 148px;
	width:75px;
	text-indent:-1000em;	
}

/*.jm-slidewrap:hover .jm-slide-buttons span { display:block}*/

.jm-slide-buttons span.jm-slide-prev {
	float: left;
	background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/arrow_left.png) center center no-repeat;
	
}

.jm-slide-buttons span.jm-slide-next {
	float: right;
	background:url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/arrow_right.png) center center no-repeat;
	
}

.jm-slide-controls {
	position: absolute;
	z-index: 901;
}


.jm-slide-mask {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 70px;
	width: 210px;
	z-index: 99;
	display: none !important;
	filter: none !important; /* IE < 9 */
}

.jm-slide-thumb img {
	overflow: hidden;
}

.jm-mask-desc .jm-slide-desc {
	color: #333;
	position: absolute;
	top: 20px;
	left: 0;
	min-width: 300px;
}

.jm-mask-desc .jm-slide-desc a,
.jm-mask-desc .jm-slide-desc a:hover,
.jm-mask-desc .jm-slide-desc a.focus { text-decoration:none;}

.jm-mask-desc .jm-slide-desc h3 {
	color: #eee;
	text-transform: none;
	margin: 0 0 0 -5px;
	padding: 0;
	font-size: 200%;
}

.jm-mask-top {
	margin-top: 0px;
}

.jm-mask-bottom {
	margin-bottom: 0px;
}

.jm-mask-left {
	margin-left: 0px;
}

.jm-mask-right {
	margin-right: 0px;
}

.jm-slide-desc {
	color: #999;
	position:absolute;
	top:165px;
}
.jm-slide-desc a,
.jm-slide-desc a:active
.jm-slide-desc a:hover,
.jm-slide-desc a:focus{
	text-decoration: none;
}

.jm-slide-desc h3 {
	color: #111;
	background: none;
	margin: 0;
	padding: 0;
	font-family: 'Novecentowide-Bold';
	text-transform:uppercase;
	letter-spacing:-2px;
	text-shadow: 0px 0px 2px #909090
}

.jm-slide-desc h3 span.text-color1 { color:#fff; font-size:90px; line-height:90px; display: inline-block;text-transform:uppercase; }
.jm-slide-desc h3 span.text-color2 { color:#ee2e2e; font-size:90px; line-height:90px; display: inline-block;text-transform:uppercase;}
.jm-slide-desc h3 span.text-color3 { color:#fff; font-size:72px; line-height:72px;text-transform:uppercase; }

.jm-slide-control-outer {
	position: relative;
}

.jm-slide-desc p {
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
	font-size:24px;
	color:#fff;
	text-shadow:1px -1px 1px #909090;
	width:650px;
	line-height:normal;
	padding-top:20px;
}

.jm-slide-desc .price {
	font-size: 165%;
	color: #eee;
	margin-right: 30px;
	vertical-align: middle;
}

.jm-slide-desc button span {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/btn-bg-01-active.png);
}

.jm-slide-desc button:hover span {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/btn-bg-01.png);
}

/* Slideshow layout style ---*/
.jm-vertical_right {
	overflow: hidden;
	position: absolute;
	right: 80px;
	top: 40px;
	z-index: 100;
}

.jm-vertical_left {
	left: 80px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	z-index: 999;
}

.jm-vertical_right .active {}

.jm-vertical_left .active {}

.jm-slide-right{
	margin-left: auto;
	right: 0;
	top: 0;
}

.jm-slideshowjm-vertical_left .jm-mask-desc .jm-slide-desc {
	right: 40px;
	left: auto;
}

.jm-slideshowjm-vertical_left .jm-mask-desc a.readon {
	right: 60px;
	left: auto;
}

.jm-vertical_right .jm-slide-thumb,
.jm-vertical_right .jm-slide-thumbs-handles span {
	float: none!important; 
}

.jm-vertical_left .jm-slide-thumb,
.jm-vertical_left .jm-slide-thumbs-handles span {
	float: none!important; 
}

.jm-slide-thumbs-wrap .active .jm-slide-thumb-inner {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/grad2.gif);
	color: #eee;
}

.jm-vertical_right .jm-slide-thumbs-mask-left,
.jm-vertical_right .jm-slide-thumbs-mask-right,
.jm-vertical_right .jm-slide-thumbs-mask-center {
	display: block;
	float: none;
}

.jm-vertical_left .jm-slide-thumbs-mask-left,
.jm-vertical_left .jm-slide-thumbs-mask-right,
.jm-vertical_left .jm-slide-thumbs-mask-center {
	display: block;
	float: none;
}

.jm-vertical_left .jm-slide-thumb-inner {
	margin-left: 0px;
	margin-right: 19px;
}

.jm-slide-thumb-inner img {
	background: #fcfcfc;
	border: 1px solid #ddd;
	margin: 15px 15px 4px !important;
	padding: 3px;
}
 
.jm-slide-thumb-inner h3 {
	color: #1c1c1c;
	font-family: "Segoe UI", Verdana, Arial, sans-serif;
	font-size: 125%;
	margin-top: 15px;
}

.jm-slide-thumb-inner .ratings {
	height: 18px;
	margin: 0;
	padding: 0;
}

.jm-slide-thumb-inner .price-box {
	font-size: 110%;
	margin: 0;
}

.active .jm-slide-thumb-inner {
	border-top: 1px solid #65A7F5;
}

.active .jm-slide-thumb-inner img {
	background: #88BBF7;
	border: 1px solid #5F9DE7;
}

.active .jm-slide-thumb-inner h3 {
	color: #eee;
}

.ja-slideshow .block .block-title {
	margin-bottom: 20px;
	margin-top: -10px;
	padding-top: 0;
}

.jm-slide-loader {
	background: #fff url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmslideshow/images/ajax-loader.gif);
	width: 16px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -8px;
	z-index: 501;
}

.jm-slide-progress {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 7px;
	z-index: 500;
	background: #fff;
	opacity: 0.7;
}
/*------------------------------------------------------------------------
# JA Mootabs css 1.0 - June, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

.jm-tabswrap { margin: 0; padding: 0; }

.jm-tabswrap .container {
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.jm-tabswrap .jm-tab-content ul { margin: 0 -1px 0 0 !important; padding: 0 !important; }

.jm-tabswrap .jm-tab-content li {/* padding: 4px 10px 6px 10px; */}

.jm-tabswrap .jm-tab-content .jm-tab-subcontent { 
	/*padding: 4px 10px 6px 10px;*/ 
	background:#fff; 
	border:1px solid #ddd;
	border-radius:0.5em;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	margin:0;
}


/* TAB TOP --------------------------- */
.jm-tabs-title-top { position: relative; z-index: 10; }

.jm-tabs-title-top ul.jm-tabs-title { margin: 0; padding: 0; position: absolute; width: auto !important; border-radius: 5px 5px 5px 5px; box-shadow: 2px 2px 2px #EFEFEF;}

* html .jm-tabs-title-top ul.jm-tabs-title { bottom: -1px; /*IE 6*/ }

.jm-tabs-title-top ul.jm-tabs-title li {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.jm-tab-panels-top {
	bottom: 0;
	clear: both;
	height: 57px;
	left: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}


/* TAB LEFT --------------------------- */
.jm-tabs-title-left { float: left; }

.jm-tabs-title-left ul.jm-tabs-title { left: 0; margin: 0; padding: 0; top: 10px; width: 100%; }

.jm-tabs-title-left ul.jm-tabs-title li {
	cursor: pointer;
	display: block;
	margin: 0 0 0 1px;
	padding: 0;
}

.jm-tab-panels-left {
	height: 98%;
	left: 10px;
	overflow: hidden;
	position: relative;
	top: 5px;
}


/* TAB RIGHT --------------------------- */
.jm-tabs-title-right { float: right; height: 100%; position: relative; }

.jm-tabs-title-right ul.jm-tabs-title {
	margin: 0;
	padding: 0;
	right: 0;
	top: 10px;
	width: 100%;
}

.jm-tabs-title-right ul.jm-tabs-title li {
	cursor: pointer;
	display: block;
	margin: 0 0 0 1px;
	padding: 0;
}

.jm-tab-panels-right {
	height: 98%;
	overflow: hidden;
	position: relative;
	top: 5px;
}

/* TAB BOTTOM --------------------------- */
.jm-tabs-title-bottom { }

.jm-tabs-title-bottom ul.jm-tabs-title { margin: 0; padding: 0; position: absolute; }

* html .jm-tabs-title-bottom ul.jm-tabs-title { top: -1px; /*IE 6*/ }

.jm-tabs-title-bottom ul.jm-tabs-title li {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.jm-tab-panels-bottom {
	clear: both;
	left: 10px;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
	width: 98%;
	z-index: 1;
}
.jm-megamenu {
	margin: 0;
	padding: 0;
}

.jm-megamenu a.over, .jm-megamenu a.active {
	background: #000;
}

ul.megamenu {
	margin: 0 20px; /* menu's gutter */
}
 

ul.megamenu li {
	overflow: visible;
}

/* lv - 0
-----------------------------------*/
/* Styling ---*/
.jm-megamenu ul.level0 {
	margin: 0;
	padding: 0;
}

.jm-megamenu ul.level0 li.mega {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.jm-megamenu ul.level0 li.mega a.mega {
	border-right: 1px solid #353434;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.jm-megamenu ul.level0 li.mega.first a.mega {
	border-left: 1px solid #353434;
}


.jm-megamenu ul.level0 li.mega a.mega:hover,
.jm-megamenu ul.level0 li.mega:hover > a.mega {
	background: #000;
	color: #fff;
}

.jm-megamenu ul.level0 li.mega .has-image {
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	padding-left: 25px;
}

.jm-megamenu ul.level0 li.mega span.menu-title {
	display: block;
}

.jm-megamenu ul.level0 li.mega span.menu-desc {
	display: block;
	font-size: 92%;
	font-weight: 400;
}
/*
.jm-megamenu ul.level0 li.mega a img {
	width:180px;
	height:120px;

}
*/
.jm-megamenu ul.level0 li.over, ul.level0 li.haschild-over {
}

.jm-megamenu ul.level0 li.haschild a.mega span.menu-title,
.jm-megamenu ul.level0 li.haschild-over a.mega span.menu-title {
}

.jm-megamenu ul.level0 li.haschild a.mega span.menu-desc,
.jm-megamenu ul.level0 li.haschild-over a.mega span.menu-desc {
}

.jm-megamenu li.mega.haschild a.haschild span{
	background: url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmmegamenu/images/bg-bullet-right.png') no-repeat right 54%;
	padding: 0 10px 0 0;
}

.jm-megamenu li.mega.haschild a.haschild:active span,
.jm-megamenu li.mega.haschild a.haschild:focus span,
.jm-megamenu li.mega.haschild a.haschild:hover span {
	padding: 0 10px 0 0;
}



.jm-megamenu li.mega.haschild a.haschild.active {
	background: #000;
	border-left: 0;
}

.jm-megamenu li.mega.haschild a.haschild.active span{
	background: #000 url('https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmmegamenu/images/bg-bullet-right.png') no-repeat right 54%;
}

.jm-megamenu ul.level0 li.active {
}

/* lv - 1 and below
-----------------------------------*/
/* Layout ---*/
.jm-megamenu li.mega .childcontent {
	display: block;
	height: auto;
	position: absolute;
}

.jm-megamenu li.mega .childcontent,
.jm-megamenu li.haschild-over li.mega .childcontent,
.jm-megamenu li.mega li.haschild-over li.mega .childcontent ,
.jm-megamenu li.mega li.mega li.haschild-over li.mega .childcontent, 
.jm-megamenu li.mega li.mega li.mega li.haschild-over li.mega .childcontent, 
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent {
	left: -999em; /*hide the menu*/
}

.jm-megamenu li.haschild-over .childcontent,
.jm-megamenu li.haschild:hover > .childcontent,
.jm-megamenu li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent {
	left: auto; /*show on parent:hover*/
}

.jm-megamenu li.mega .right,
.jm-megamenu li.haschild-over li.mega .right,
.jm-megamenu li.mega li.haschild-over li.mega .right ,
.jm-megamenu li.mega li.mega li.haschild-over li.mega .right, 
.jm-megamenu li.mega li.mega li.mega li.haschild-over li.mega .right, 
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .right {
	right: auto; /*hide the menu*/
}

.jm-megamenu li.haschild-over .right {
	right: 0; /*show on parent:hover*/
}

.jm-megamenu li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .right  {
	right: 12em; /*show on parent:hover*/
}

.jm-megamenu ul.level1 li.haschild:hover > .childcontent {
	left: 150px;
}

.jm-megamenu ul.level1 li.mega {
	float: none;
}

.jm-megamenu ul.level1 .childcontent {
	margin: -2em 0 0;
}

 /* Columns ---*/
.jm-megamenu .megacol {
	border-right: 1px solid #2e2e2e;
	float: left;
	padding: 0 0 20px;
	min-height: 259px !important;
}

.jm-megamenu .childcontent.cols1  .megacol{
	border-right: 0;
	padding: 0;
	min-height: 100% !important;
}
	
.jm-megamenu .megacol.last {
	border-right: 0;
}

.jm-megamenu .megacol.column4 {
	border-right: 0;
}

.jm-megamenu .megacol.column5  p {
	margin: 0;
}

.jm-megamenu .megacol.column5 img {
	float: none;
}

.jm-megamenu .megacol.column5 {
	border-top: 1px solid #2e2e2e;
	padding: 15px 0 0;
	text-align: center;
	min-height: 100% !important;
	margin-top: 0 !important;
}

.jm-megamenu .megacol.column4  ul.megamenu {
	margin: 0 0 0 20px;
}

.jm-megamenu .megacol.column5  ul.megamenu {
	margin: 0;
}

/* Styling ---*/
.jm-megamenu ul.level1 li.mega {
}

.jm-megamenu ul.level1 li.first {
}

.jm-megamenu ul.level1 li.mega a.mega {
	background: none;
	border: 0;
	font-size: 14px;
	font-weight: 400;
	height: auto;
	line-height: 1.5;
	padding: 5px 0;
	text-transform: none;
}

.jm-megamenu ul.level1 li.mega a.mega span.menu-title {
	background: none;
	padding: 0;
}


.jm-megamenu ul.level1 li.haschild > a.mega > span.menu-title,
.jm-megamenu ul.level1 li.haschild-over > a.mega > span.menu-title,
.jm-megamenu ul.level2 li.haschild > a.mega > span.menu-title,
.jm-megamenu ul.level2 li.haschild-over > a.mega > span.menu-title {
	background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmmegamenu/images/arrow.gif);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding: 0;
}

.jm-megamenu ul.level1 li.mega a.mega:active,
.jm-megamenu ul.level1 li.mega a.mega:focus, 
.jm-megamenu ul.level1 li.mega a.mega:hover {
	color: #e91c1c;
	text-decoration: none;
}

.jm-megamenu ul.level1 li.over, ul.level1 li.haschild-over {
}

.jm-megamenu ul.level1 li.group {
	background: none;
}

 /* CHILD CONTENT
-----------------------------------*/
.jm-megamenu .childcontent {
	z-index: 999;
}

.jm-megamenu .childcontent-inner {
	background: #000;
	box-shadow: 0 5px 3px 0 rgba(0,0,0,.1);
	padding: 20px 0;
}

.jm-megamenu .level1 .childcontent-inner,
.jm-megamenu .level2 .childcontent-inner {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.jm-megamenu .childcontent .block {
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
}

.jm-megamenu .childcontent .block h3 {
	background: none;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 5px;
	text-transform: none;
}

.jm-megamenu .childcontent .block .ja-box-ct {
	padding: 0 5px;
}

.jm-megamenu .childcontent .block a {
	text-decoration: none;
}

.jm-megamenu .childcontent .block a:hover,
.jm-megamenu .childcontent .block a:focus,
.jm-megamenu .childcontent .block a:active {
	text-decoration: none;
}

.jm-megamenu .childcontent .block ul:first-child {
	margin-top: 0 !important;
}

.jm-megamenu .childcontent .block li {
	margin-bottom: 5px;
}

/* Grouped --- */
.jm-megamenu .group {
}

.jm-megamenu .group-title {
	overflow: hidden;
}

.jm-megamenu ul.level1 li.mega div.group-title a.mega {
	color: #e91c1c;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 10px;
	text-transform: uppercase;
}

.jm-megamenu ul.level1 li.mega.first a.mega{
	border-left: 0;
}

.jm-megamenu .group-title .menu-desc {
	padding-left: 0 !important;
}

.jm-megamenu .group-content .block,
.jm-megamenu .group-content ul.megamenu {
	margin: 0; /* Group-content's gutter*/
}

/* override --- */
.jm-megamenu .childcontent ul.megamenu .block {
	padding: 0;
}

.jm-megamenu .childcontent ul.megamenu .block h3 {
	margin-left: 0;
	margin-right: 0;
}

.jm-megamenu .group .group-content p {
	margin: 0;
}

.jm-megamenu .category-products .product-name {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.jm-megamenu .category-products .product-name a{
	color: #333;
}

.jm-megamenu .category-products .product-name a:active,
.jm-megamenu .category-products .product-name a:focus, 
.jm-megamenu .category-products .product-name a:hover {
	color: #E91C1C;
	text-decoration: none;
}

.jm-megamenu .category-products .product-image img {
	float: none !important;
	margin: auto !important;
	width: 100%;
	padding-right: 0 !important;
}



.jm-megamenu .category-products .price-box {
	margin: 20px 0;
}

.jm-megamenu .category-products .price-box p{
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}


.jm-megamenu .category-products .special-price .price-label,
.jm-megamenu .category-products .old-price .price-label {
	display: none;
}

.jm-megamenu .category-products .old-price .price {
	color: #888;
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.jm-megamenu .category-products .special-price .price {
	color: #111;
	float: left;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 0 3px;
	padding: 0;
}


.jm-megamenu .category-products {
	background: #fff;
	border-radius: 3px;
	margin: 0;
}

.jm-megamenu .products-grid div.item .item-inner {
	float: left;
	margin: 0;
	min-height: 0;
	padding: 20px;
	width: 170px;
	position: relative;
}


.jm-megamenu .products-grid div.item .item-inner .hot-label {
  background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmmegamenu/images/icon_hot.png) no-repeat right top;
  color:#fff;
  position: absolute;
  width: 41px;
  height: 22px;
  line-height: 21px;
  top:10px;
  left: 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 12px;
  font-family:'PT Sans',sans-serif;
  
}

.jm-megamenu .products-grid div.item .item-inner .sales-label {
  background-image: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmmegamenu/images/icon_sale.png);
  color:#fff;
  position: absolute;
  width: 41px;
  height: 22px;
  line-height: 21px;
  top:10px;
  left: 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 12px;
  font-family:'PT Sans',sans-serif;
}


.jm-megamenu .products-grid div.item {
	width: 210px;
}

.jm-megamenu .group .group-content .block img {
	float: none;
	padding: 0;
}


.jm-megamenu .group .group-content  .products-grid .product-information {
	margin: 0;
}

.tag-list-index #ja-current-content {
	padding: 20px;
}


/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix {
	display: block; /* O */
}

.clearfix:after {
	clear: both;
	/* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}



.clearer {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.sporty .jm-tabswrap {
}
.sporty .jm-tabswrap div.jm-tab-content {	
	width: 95%;
}

/* JA Tabs top*/
.sporty .jm-tabs-title-top {
	height: 30px;
	position: relative;
	width: 70% !important;
}

.sporty .jm-tabs-title-top ul.jm-tabs-title {
	width: 100%;
}

.sporty .jm-tabs-title-top ul.jm-tabs-title li {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/bg_tags.jpg) repeat-x left top;
	height:52px;
	float:left;
	border-right:1px solid #ddd;
	position:relative;
}

.sporty .jm-tabs-title-top ul.jm-tabs-title li:hover {background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/bg_tags_hover.jpg) repeat-x left top;}

.sporty .jm-tabs-title-top ul.jm-tabs-title li h3 + span { display:none;}
.sporty .jm-tabs-title-top ul.jm-tabs-title li.active h3 + span { 
	display:block;
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/arrow_tags_active.png) no-repeat center bottom;
	position:absolute;
	height:11px;
	width:100%;
	margin-bottom:-11px;
	content:"";
	bottom:0;
}

.sporty.jm-tabswrap .tabs_content { padding-top:60px; margin-top:-20px; width:1080px; padding-left:9px; padding-right:0; margin-left:-8px !important;}


.sporty .jm-tabs-title-top ul.jm-tabs-title li.first,
.sporty .jm-tabs-title-top ul.jm-tabs-title li:first-child {
	border-left:1px solid #ddd;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	 -webkit-border-bottom-left-radius:5px;
	  border-top-left-radius:5px;
	-moz-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
}

.sporty .jm-tabs-title-top ul.jm-tabs-title li.first.active,
.sporty .jm-tabs-title-top ul.jm-tabs-title li:first-child.active { border-left:none;}

.sporty .jm-tabs-title-top ul.jm-tabs-title li:last-child,
.sporty .jm-tabs-title-top ul.jm-tabs-title li.last {
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	  border-top-right-radius:5px;
	-moz-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-right:1px solid #ddd;
}

.sporty .jm-tabs-title-top ul.jm-tabs-title li:last-child.active,
.sporty .jm-tabs-title-top ul.jm-tabs-title li.last.active { border-right: none; }


.sporty .jm-tabs-title-top ul.jm-tabs-title li h3 {
	
}

.sporty .jm-tabs-title-top ul.jm-tabs-title li h3 span {
	padding:0 25px; 
	height:52px;
	font-size: 18px;
	line-height:52px;
	text-transform:uppercase;
	font-weight: bold !important;
	margin: 0;
	border-bottom: none;
	letter-spacing: normal;
	font-family: 'PT Sans', sans-serif;
	text-align:center;
	float:left;}

.sporty .jm-tabs-title-top ul.jm-tabs-title li.hover,
.sporty .jm-tabs-title-top ul.jm-tabs-title li.firsthover,
.sporty .jm-tabs-title-top ul.jm-tabs-title li.lasthover {
}

.sporty .jm-tabs-title-top ul.jm-tabs-title li.active,
.sporty .jm-tabs-title-top ul.jm-tabs-title li.firstactive,
.sporty .jm-tabs-title-top ul.jm-tabs-title li.lastactive {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/bg_tags_active.jpg) repeat-x;
	
}

.sporty .jm-tabs-title-top ul li.active h3 ,
.sporty .jm-tabs-title-top ul li.firstactive h3,
.sporty .jm-tabs-title-top ul li.lastactive h3 {
	color: #fff;
	text-shadow:1px 1px #630909;
}

/* JA Tabs left*/
.sporty .jm-tabs-title-left {
	position: relative;
	float: left;	
	height: 100%;
	background: #F5F4ED;
	margin-right: -1px;
	z-index: 1;
}

.sporty .jm-tabs-title-left ul.jm-tabs-title li {
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	background: none;
}

.sporty .jm-tabs-title-left ul.jm-tabs-title li h3 {
	font-size: 11px;
	font-weight: bold !important;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	background: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	letter-spacing: normal;
}

.sporty .jm-tabs-title-left ul li.active,
.sporty .jm-tabs-title-left ul li.firstactive,
.sporty .jm-tabs-title-left ul li.lastactive {
	background: #fff;
}

.sporty .jm-tabs-title-left ul li.active H3 ,
.sporty .jm-tabs-title-left ul li.firstactive H3,
.sporty .jm-tabs-title-left ul li.lastactive H3 {
	color: #006699;
}

.sporty .jm-tab-panels-left {
	left: 0;
	top: 0;
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/dot.gif) repeat-y left top;
}
/* JA Tabs right*/
.sporty .jm-tabs-title-right {
	position: relative;
	float: right;	
	height: 100%;
	background: #F5F4ED;
	margin-right: -1px;
	z-index: 1;
}

.sporty .jm-tabs-title-right ul.jm-tabs-title li {
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	background: none;
}

.sporty .jm-tabs-title-right ul.jm-tabs-title li h3 {
	font-size: 11px;
	font-weight: bold !important;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	background: none;
	font-family: "Lucida Grande", Arial, sans-serif;
	letter-spacing: normal;
}

.sporty .jm-tabs-title-right ul li.active,
.sporty .jm-tabs-title-right ul li.firstactive,
.sporty .jm-tabs-title-right ul li.lastactive {
	background: #fff;
}

.sporty .jm-tabs-title-right ul li.active H3 ,
.sporty .jm-tabs-title-right ul li.firstactive H3,
.sporty .jm-tabs-title-right ul li.lastactive H3 {
	color: #006699;
}

.sporty .jm-tab-panels-right {
	right: 0;
	top: 0;
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/dot.gif) repeat-y right top;
}
/* JA Tabs bottom*/
.sporty .jm-tabs-title-bottom {
	width: 100%;
	bottom: 0px;
	height: 30px;
	z-index: 3;
}

.sporty .jm-tabs-title-bottom ul.jm-tabs-title {
	background: url(https://www.hafeezpk.com/skin/frontend/default/jm_sporty/joomlart/jmtabs/themes/sporty/dot.gif) repeat-x left top;
	width: 100%;
}

.sporty .jm-tabs-title-bottom ul.jm-tabs-title li {
	background: none;
	border: 1px solid #C9C0B7;
	margin-left: 10px;
}

.sporty .jm-tabs-title-bottom ul.jm-tabs-title li h3 {
	font-size: 11px;
	font-weight: bold !important;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #F5F4ED;
	border-top: none;
	background: none;
	letter-spacing: normal;
	font-family: "Lucida Grande", Arial, sans-serif;
}

.sporty .jm-tabs-title-bottom ul.jm-tabs-title li.active,
.sporty .jm-tabs-title-bottom ul.jm-tabs-title li.firstactive,
.sporty .jm-tabs-title-bottom ul.jm-tabs-title li.lastactive {
	background: #FFFFFF;
	border-top: 1px solid #FFFFFF;	
}

.sporty .jm-tabs-title-bottom ul li.active h3 ,
.sporty .jm-tabs-title-bottom ul li.firstactive h3,
.sporty .jm-tabs-title-bottom ul li.lastactive h3 {
	color: #006699;
}
