﻿@charset "utf-8";
/* 
Legal Notice - DO NOT REMOVE THIS NOTICE // START

	CSS Document Ownership.
	This CSS document is owned and managed by Swift Productions ABN 84 723 182 610,
	Level 7, 91 Philip Street PARRAMATTA NSW 2150, Australia.
	This document contains Code which has been written by Swift Productions.
	Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. Doing so may result in legal action.

Legal Notice - DO NOT REMOVE THIS NOTICE // END
*/

/* --------------------------------------------------------
   Project Name: Officeworks
   Version: 1.0
   Created: 14.01.2017
   Last Modified: 23.06.2017
   Last Modified By: DA
----------------------------------------------------------*/




*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
img {
  max-width: 100%;
}

.gh-td a img {
    width: 250px !important;
    max-width: none;
}

a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    position: relative;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}


.wrapper{
  float: left;
  width: 100%;
  font-family: 'Arial', sans-serif;
  background: #fff;
}

.content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
  box-sizing: border-box;
}






/* ==========================================================================
   Header STYLES
============================================================================= */

header {
  clear: both;
  width: 100%;
  float: left;
  background-image: url(header-bg.png);
  background-repeat: repeat-x;

  margin-top:20px;
  
}

header .logo {
  width: 265px;
  margin-bottom: 11px;
  margin-top:-22px;
}

.fsbar {
	margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #000;
    clear: both;
}

/* ---- Main Navigation Styles ------ */

nav {
  clear: both;
  width: 100%;
  float: left;
}

.nav-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

ul,
ul.menu {
  list-style: none;
  width: auto;
}

ul.menu li {
  float: left;
  height: 41px;
  line-height: 41px;
}

ul.menu li.active,
ul.menu li:hover {
  background-color: #fff !important;
}

ul.menu li a {
  font-size: 14px;
  font-weight: bold;
  color: #fff !important;
padding-left: 7px;
padding-right: 13px;
  display: block;
font-family: calibri;
}

ul.menu li.active a,
ul.menu li:hover a {
color: red !important;
}

ul.menu li.dropdown .drop-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 41px;
  left: 0;
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  z-index: 1000;
  font-family: Arial, Helvetica, sans-serif;
}

ul.menu li.dropdown .drop-menu ul {
  float: left;
  width: auto;
        /* 96px; */
}

ul.menu li.dropdown .drop-menu ul:first-child {
    margin-left: 0;
}

ul.menu li.dropdown .drop-menu ul li {
  float: none;
  height: 27px;
  line-height: 27px;
}

ul.menu li.dropdown .drop-menu ul li a {
  font-size: 14px;
  color: #5d5d5d !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
}

ul.menu li.dropdown .drop-menu ul li:hover a {
  color: red !important;
}

ul.menu li.dropdown:hover .drop-menu {
  display: block;
}

a.burgermenu,
a.closemenu {
  display: none;
}



/* ==========================================================================
   Featured Products STYLES
============================================================================= */

.featured-products {
  clear: both;
  width: 100%;
  float: left;

  margin-top: 25px; 
}

.featured-single {
    float: left;
    width: 31.2%;
    margin: 0 1%;
}

.featured-single:nth-child(3n) {
  margin-right: 0;
}

.featured-single .price-lable sup {
font-size: 19px;

font-family: calibri;

color: red;

line-height: 20px;

float: left;
}

.featured-single .price-lable h3 {
display: inline-block;

font-size: 38px;

font-family: calibri;

color: red;
}

.featured-product-detail {
  padding-left: 15px;
}

.featured-product-detail h6 {
  font-size: 16px;
  font-weight: 700;
  font-family: calibri;
  color: #252525;
  margin-bottom: 6px;
  margin-top: 8px;
}

.featured-product-detail span {
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  font-family: calibri;
}

.featured-product-detail img {
  margin-top: 15px;
  display: block;
}






/* ==========================================================================
   Categories STYLES
============================================================================= */

.categories {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 25px;
}

.cat-single {
float: left;
width: 23%;
margin-right: 1%;
margin-bottom: 1%;
position: relative;
border: 1px solid #ddd;
}

.cat-single .cat-title {
  position: absolute;
  bottom: 23px;
  left: 0;
  padding-left: 18px;
}

.cat-single .cat-title a {
  font-size: 26px;
  color: #fff !important;
  font-family: calibri;
}


.banner {
  padding-top:20px;
  max-width:1000px;
  margin:0 auto;
  clear:both;
}


/* ==========================================================================
   Brands STYLES
============================================================================= */

.brands {
  clear: both;
  width: 100%;
  float: left;
  background-image: url(brands-bg-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 34px;

  margin-bottom: 23px;
  
}

.brands h3 {
font-size: 27px;
color: red;
font-family: calibri;
margin-top: 23px;
letter-spacing: 1.2px;
margin-bottom: 10px;
font-weight: bolder;
}

.brands-container {
  float: left;
  padding-top: 32px;
  padding-bottom: 30px;
}

.brand-img {
    display: inline-block;
    width: 167px;
    padding: 10px;
    height: 58px;
    text-align: center;
}

.brand-img img {
  height:auto;
  max-height:58px;
}






/* ==========================================================================
   Footer STYLES
============================================================================= */

footer {
  clear: both;
  width: 100%;
  float: left;
}

.footer-quick-links {
  width: 269px;           /* 272px; */
  float: left;
  padding-left: 14px;
  box-sizing: border-box;
}

.footer-quick-links ul {
  list-style: none;
}

.footer-quick-links ul li {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999999;
  font-family: arial;
}

.footer-quick-links ul li a {
  font-size: 14px;
  font-weight: 400;
  font-family: calibri;
  color: red !important;
}

footer h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: calibri;
  color: #252525;
  margin-bottom: 3px;
  margin-top: 3px;
}

.special-links {
  width: 328px;
  float: left;
  display:none;
}

.special-link-container {
  float: left;
}

.special-links img {
  float: left;
  margin-right: 12px;
}

.special-links .special-link-text {
  float: left;
}

.special-links .special-link-container:last-child {
  margin-top: 30px;
}

.special-link-text span {
  font-size: 14px;
  font-weight: 400;
  color: red;
  font-family: calibri;
}

.contact-us {
  width: 340px;
  float: right;
}

.contact-us img {
  float: right;
}

.contact-us span {
  font-size: 14px;
  font-weight: 700;
  color: red;
  line-height: 18px;
  font-family: calibri;
  clear: both;
  display: block;
  margin-bottom: 7px;
}

.contact-us ul li {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #252525;
  font-family: calibri;
  border-left: 1px solid #252525;
  padding-left: 10px;
  margin-left: 10px;
}

.contact-us ul li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.copyrights {
  clear: both;
  width: 100%;
  float: left;
  border-top: 1px solid #cccccc;
  margin-top: 26px;
  padding-bottom: 19px;
  
}

span.copyrights-info {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  font-family: calibri;
  display: block;
  float: left;
  margin-right: 6.6%;
  height: 32px;
  line-height: 32px;
}

.copyright-links {
  list-style: none;
  margin-top: 9px;
  height:25px;
}

.copyright-links li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid red;
  height: 12px;
  line-height: 12px;
}

.copyright-links li:last-child {
  border-right: none;
}


.copyright-links li a {
  font-size: 12px;
  font-weight: 400;
  color: red !important;
  font-family: calibri;
}

.payment-info {
  float: right;
}

.payment-info img {

}







/* ==========================================================================
   Listing Page STYLES
============================================================================= */

.gallery-container {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: auto;
    width: 100%;
    margin-top: 8px;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 48px;
}

.gallery-container h1 {
    color: red;
    font-size: 26px;
    font-weight: 700;
    font-family: calibri;
    width: 100%;
    margin-bottom: 21px;
    margin-top: 35px;
}

.gallery {
  position: relative;
  float: left;
  width: 46%;
  margin-top: 13px;
}

.thumbnails {
    text-align: left;
    margin-top: 0px;
}

.thumbnails li {
  display: inline-block;
  width: 60px;
  height: 86px;
  text-align: center;
  cursor: pointer;
  padding: 15px 7px;
}
.thumbnails .item-container {
  position: relative;
  margin:  0;

  height: 100%;
}
.thumbnails .thumb-image {
   bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.thumbnails .gallery-content {
  position: absolute;
  bottom:110px;
  left: 0;
  top: 1px;
  width: 100%;
  height: 401px;
  display:none;
  justify-content: center;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1px;
}
.item-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}

.thumbnails .gallery-content img{
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.thumbnails li:hover{
  border: none;
}

.thumbnails li.image1:hover .gallery-content#image1 {
  display:block;
  
-webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
-moz-animation: cssAnimation 0.7661s 1 ease-in-out;
-o-animation: cssAnimation 0.7661s 1 ease-in-out;
}
.thumbnails li:hover ~ .defaultimg { 
  display:none;
 
}

.white-box {
  background: #fff;
  width: 100%;
  height: 401px;
  max-width: 100%;
  margin-left: 0px;

  box-sizing: border-box;
  border: none;
}
.defaultimg {
    position: absolute;
    top: 1px;
    left: 0px;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    width: 100%; 
    height: 401px;
  
  -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
-moz-animation: cssAnimation 0.7661s 1 ease-in-out;
-o-animation: cssAnimation 0.7661s 1 ease-in-out;

box-sizing: border-box;
  padding: 1px;

  
}

.defaultimg img {
    margin: 0 auto;
    text-align: center;
    max-height: 100%;
    width: auto;
}
@-webkit-keyframes cssAnimation {
from { -webkit-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px); }
to { -webkit-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px); }
}
@-moz-keyframes cssAnimation {
from { -moz-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px); }
to { -moz-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px); }
}
@-o-keyframes cssAnimation {
from { -o-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px); }
to { -o-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px); }
}



.gallery-detail {
    width: 54%;
    float: left;
    padding-left: .5%;
    margin: 0;
    box-sizing: border-box;
    margin-top: 46px;
    padding-right: 0
}

.gallery-detail .product-price {
  float: left;
}

.gallery-detail .price{
  font-size: 26px;
  color: red;
  font-family: calibri;
  margin: 23px 0 0;
  font-weight: bold;
}

.gallery-detail p {
    font-size: 15px;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    margin: 10px 0;
}

.gallery-detail span.code {
  font-size: 16px;
  color: #252525;
	font-family: Arial, Helvetica, sans-serif;
}

.delivery-box {
  float: right;
  /*
  border-right: 3px solid red;
  border-left: 3px solid red;
  */
  padding-left: 12px;
  margin-top: -19px;
  padding-top: 4px;
  padding-right: 6px;
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-right: 3%;
}

.delivery-box h4 {
  font-size: 26px;
  color: red;
  line-height: 26px;
  font-family: calibri;
  margin-bottom: 3px;
}

.delivery-box span {
  font-size: 21px;
  color: red;
  line-height: 26px;
  font-family: calibri;
}

.delivery-box ul {
  list-style: none;
  margin-top: 8px !important;
  padding-left: 0 !important;
}

.delivery-box ul li {
  font-size: 12px;
  color: red !important;
  font-family: calibri;
  padding-left: 0 !important;
  line-height: 16px !important;
  background: unset !important;
}

p.product-details {
  clear: both;
font-size: 16px;
color: #252525;
font-family: calibri;
line-height: 21px;
  padding-bottom: 2px;
}

.gallery-detail ul {
  list-style: none;
  padding-top: 0;
  padding-bottom: 0px;
  padding-left: 12px;
}

.gallery-detail ul li {
  font-size: 14px;
  font-weight: 400;
  font-family: calibri;
  color: #696969;
  line-height: 24px;
  padding-left: 12px;
  background: url(product-detail-list-bg.png) no-repeat left center;
}

.award {
  float: left;
  margin-top: 63px;
}

.award img {
  float: left;
  width: 42px;
  margin-top: 11px;
}

.award-detail {
  float: right;
  width: 88%;
}

.award h6 {
  font-size: 14px;
  font-family: calibri;
  color: red;
  line-height: 19px;
}

.award span {
  font-size: 14px;
  font-family: calibri;
  color: red;
  line-height: 18px;
}
































/* ===================================================================
   Tabs Styles
====================================================================== */







.tabs {
	clear: both;
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	box-sizing: border-box;
	margin-top: 1px;
	margin-bottom: 29px;
}

.tabs:after {
	content: '';
	display: table;
	clear: both;
}

.tabs input[type=radio] {
	display: none;
}

.tabs label {
display: block;
    float: left;
    color: red;
    background: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: calibri;
    text-decoration: none;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 17px;
    margin-left: 17px;
	font-weight: bold;
}

.tabs .tab1 {
	border-left: none;
	width: 22.7%;
}

.tabs .tab2 {
	width: 21.4%;
}

.tabs .tab3 {
	width: 12.7%;
}

.tabs .tab4 {
	width: 11.6%;
}

.tabs .tab5 {
	width: 16.3%;
}

.tabs .tab6 {
	width: 15.3%;
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    position: relative;
    top: 0;
    min-height: 208px;
    font-family: Arial, Helvetica, sans-serifl;
}

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
    display: block;
}

.tabs [id^="tab"]:checked + label {
    background: #fff;
    position: relative;
    z-index: 1;
    border-top: 2px solid red;
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}

@keyframes scale {

  0% { 
    transform: scale(0.9);
    opacity: 0;
    }

  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }

  100% { 
    transform: scale(1);
    opacity: 1;
  }

}

/* Tab Styling */ 

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5  .tab-content h6{
	color:#333;
	margin: 15px 0px;
	letter-spacing: 1px;
}

.tab-content h1 {
	font-size: 26px;	
}

.tab-content h2 {
	font-size: 24px;	
}

.tab-content h3 {
	font-size: 22px;	
}

.tab-content h4 {
	font-size: 20px;	
}

.tab-content h5 {
	font-size: 18px;	
}

.tab-content p{
width: 98%;
    font-size: 14px;
    font-weight: 300;
    color: #898989;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.tab-content p a {
	color:#337ab7;
}

.text-center img, .text-left img, .text-right img {
	text-align:center;
	margin:0 auto;
}

.text-center {
	text-align:center;
}

.text-left{
	text-align:left;
}

.text-right{
	text-align:right;
}

.tab-content ol, .tab-content ul {
font-size: 14px;
    font-weight: 300;
    color: #898989;
    line-height: 22px;
    margin-left: 30px;
    margin-bottom: 20px;
}

.tab-content ol ol li {
    list-style-type: lower-alpha;
}

.tab-content ol ol ol li {
    list-style-type: lower-roman;
}

.tab-content ul {
	list-style-type:disc;
}

.tab-content ul ul li {
    list-style-type: circle;
}

.tab-content ul ul ul li {
    list-style-type: square;
}

.fulspecs ul li {
  display: block;
  float: none;
  font-size: 14px;
  color: #252525;
  font-family: calibri;
  font-weight: 400;
  background-color: #f3fbfe;
  height: 34px;
  line-height: 34px;
  padding-left: 17px;
  margin-left:-30px !important;
}

.fulspecs ul li:nth-child(2n) {
  background-color: #fff;
}



/* ==========================================================================
   SIDEBARE STYLES
============================================================================= */

.side-bar {
  width: 241px;
  float: left;
  margin-bottom: 30px;
  margin-top: 21px;
  padding: 0px;
  box-sizing: border-box;
  margin-left: 0;
}

.store-search {
  margin-bottom: 20px;
  padding-bottom: 14px;
  box-sizing: border-box;
  background: #f8f8f8;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  border-bottom: 2px solid red;
}

.store-search span,
.store-category span,
.help-pages span {
  color: red;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #cccccc;
}

.search {
  position: relative;
  margin: 12px 0 10px 0;
}

.search-field {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #7d7d7d;
  border: 1px solid #fff;
  padding-left: 10px;
  box-sizing: border-box;
}

.search-btn {
  width: 36px;
  height: 32px;
  background: url(search-icon.png) no-repeat center center, linear-gradient(#e33d2d, #a20d11);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  margin-top: 0px;
}

.store-search #c1 {
  margin-left: 0;
}
.store-search input[type=checkbox] + label {
  font-size: 13px;
  color: #4d4d4d;
  margin-left: 5px;
  font-family: calibri;
}

.store-category {
  overflow: hidden;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: #f8f8f8;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 20px;
  border-bottom: 2px solid red;
  padding-bottom: 3px;
}

.lcat ul {
  list-style: none;
  margin-top: 7px;

}

.lcat ul li {
  padding-left: 0;
  border-bottom: 1px solid #cccccc;
  height: 38px;
  line-height: 38px;

 /* background: #f8f8f8 url('list-bg.png') no-repeat 200px 15px;*/
}

.lcat ul li:hover,
.lcat ul li.lev1-active {
  color: #0c57a5;
  font-weight: 700;

 /* background: #f8f8f8 url('list-bg-active.png') no-repeat 200px 15px;*/
}

.lcat ul li.lev1-active {
border-bottom: none;
}

.lcat ul li.all {
  background: #f8f8f8 url('list-bg-2.png') no-repeat 200px 15px;
}

.lcat ul li.all a {
  color: red;
  font-size: 14px;
}

.lcat ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  font-family: calibri;
  display: block;
}

.lcat li:hover a,
.lcat ul li.lev1-active a {
  font-weight: 700;
}

.lcat ul li:last-child {
  border-bottom: none;
}


ul.lev2 {
  color: #898989;
  padding-bottom: 25px;
  margin-top: -10px;
  padding-top: 0;

  background: #f8f8f8;
  border-bottom: 1px solid #cccccc;
}

ul.lev2 li {
  padding-left: 0px;
  border-top: none;
  height: 20px;
  line-height: 24px;

  margin-left: 10px;
  border-bottom: none;
  background: unset;
  color: #d1d1d1;
}

ul.lev2 li:hover {
  color: #737373;
  background: unset;
}

ul.lev2 li a {
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  font-family: calibri;
  text-transform: unset;
}

ul.lev2 li a:hover {
  color: #737373;
  font-weight: 600;
}

ul.lev3 {
  margin-left: 10px;
  margin-top: 0px;
}

ul.lev3 li a {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}


.help-pages {
  box-sizing: border-box;
  background: #f8f8f8;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  border-bottom: 2px solid red;
  padding-bottom: 6px;
}

.help-pages ul {
  list-style: none;
  margin-top: 0;

}

.help-pages ul li {
  padding-left: 0;
  border-bottom: 1px solid #cccccc;
  height: 38px;
  line-height: 38px;

  background: #f8f8f8 url('list-bg-3.png') no-repeat 200px 15px;
}

.help-pages ul li:hover,
.help-pages ul li.lev1-active {
  color: #0c57a5;
  font-weight: 700;

  background: #f8f8f8 url('list-bg-3.png') no-repeat 200px 15px;
}

.help-pages ul li.lev1-active {
border-bottom: none;
}

.help-pages ul li.all {
  background: #f8f8f8 url('list-bg-2.png') no-repeat 200px 15px;
}

.help-pages ul li.all a {
  color: red;
  font-size: 14px;
}

.help-pages ul li a {
  color: #333333;
  font-size: 12px;
  font-family: calibri;
  display: block;
}

.help-pages ul li:last-child {
  border-bottom: none;
}



/* ------ eBay Style // START ------ */

body a:link, body .g-novisited a:visited, a:visited {
    text-decoration:none; 
}
table.gallery td.details {
    float:none;
    width:auto;
    margin:0;
    background:none;
}
header#gh {
    background: none;
}
.main-wrapper {
    float: left;
    width: 100%;
    margin-top:28px;
}

.lcat .lev2 li {
  height:auto;
}

td#CentralArea {
    /* padding-bottom: 10px; */
    /* background: #ffffff; */
    margin-top: 0;
    
    /* border-left: 1px solid #ccc; */
}
.pagecontainer table.tb_v4bc ~ table {background: #fff;}
table.content-container-table {
    width: 1000px;
    margin: 0px auto 0px auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;

    /* background: #ffffff; */
    /* box-sizing: border-box; */
    /* box-shadow: 0px 0px 10px 0 #000; */
 }
.ttl {
    display: none;
}
.toplne {
    border: 0;
}
a.all_cats {
    display: none;
}

.footerline {
    width: 950px;
    padding: 25px;
    margin: 0 auto;
    background: #fff;
    border-top: 5px solid #ddddd8;
}

td#CentralArea div.v4stabl {
    margin-bottom: -43px;
    font-size: 12px;
    margin-top: 26px;
    padding-right: 6px;
    color: #000000;
    font-weight: normal;
    text-transform: none;
    display: none;
}
span#v4-8 {
    /* display: none; */
}

div.v4stabl a {
    color: #363636;
    text-decoration:none;
    font-weight: bold;
    font-size: 12px;
}

.ctrlbr {
    color: #555555;
    height: 14px;
    text-align: left;
    float: right;
    border: none;
    margin-top: -38px;
    padding: 4px 0px 8px 0px;
    border-bottom: 0;
    position: relative;
    z-index: 200;
    margin-right: 13px;
    margin-left: 12px;
    display: block;
}

span.pdmt .label {
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    font-family: open sans, arial;
    border-right: 1px solid #d2d2d2;
    padding-right: 8px;
    margin-right: 5px;
    height: 22px;
    float: left;
}
.ctrlbr span#v4-7, .ctrlbr span#v4-8 {
    color: #e9a400;
    font-weight: bold;
    font-size: 12px;
}
span.pdmt {
    font-size:12px;
}


td#CentralArea span.pdmt {
    padding-right:0px; 
    /* padding-left:10px; */
    font-weight: normal;
}
span.pdmt .cur {
      background: #f8f8f8 url(arrow1.png) no-repeat scroll 94% center;
      padding-right: 14px;
      color: red;
      font-weight: normal;
      font-size: 14px;
      margin-right: 0;
      text-transform: capitalize;
      padding: 6px 27px 4px 7px;
      border-radius: 0;
      font-family: open sans, arial;
      border: 0;
      float: left;
      margin-top: -4px;
}

span.pdmt img {
    display:none;
}
.fpcc .countClass {
    font-weight: 700;
    color: #252525;
    font-size: 15px !important;
    text-transform: capitalize;
    font-family: open sans, arial;
}

.fpcc span.keywordClass {
    color: red;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  line-height:36px;
    font-family: Arial, Helvetica, sans-serif;
}

.r3_cm {
    width: 730px;
    float: right;
    margin-top: 0;
    /* border: 1px solid #dfdfdf; */
    padding: 0 0 0 0px;
    background: #ffffff;
    /* margin-right: 15px; */
}

.r3_hm, .r3_c, .r3_s {
    border:none !important;
}

.r3_t {
    background:none !important;
    display: none;
}

.r3_t b, .r3_bl b {
    margin:0 !important;
    background:none;
}

.r3_t i, .r3_bl i {
    display:none;
}

.rs_box {
    border: 0;
    /* height: 15px; */
    box-shadow: none !important;
    /* overflow: hidden; */
    padding-top: 0;
    float: left;
    width: 730px;
}

.cmpBr {
    border-bottom: 0;
    height: 15px;
    background:none;
    padding: 7px  0px 6px 0;
    display: none;
    /* margin-top: -26px; */
    border-top: 0;
    border-bottom: 1px solid #cbcbcb;
    float: right;
    width: 98%;
    margin-bottom: 15px;
}

.cmsg {
    font-size: 11px;
    padding-right:0;
    padding-top:0;
    display: none;
}

.cmpBr span a {
    color: #7c78c3!important;
    font-size: 11px;
}
.image a.gpvi img {
    /* padding: 7px 30px; */
    /* background-color: #ffffff; */
    /* border: 1px solid #cbcbcb; */
    max-height: 140px;
    height: auto;
    max-width:140px;
    width:auto;
}

.image {
    width: 200px !important;
    border: 0;
    padding-bottom: 15px;
    height: 120px;
}

table.grid {
    float:left;
    margin-top: 0;
    border: 0;
    /* width: 300px; */
    /* background: #fff !important; */
}
.grid td.gallery {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: auto;
    margin-bottom: 7px;
    margin-right: 10px;
    margin-left: 0;
    padding: 0px;
    text-align: center;
    width: 235px;
    margin-top: 0;
    border: 0;
    background: none;
}

span.label {
    /* display:none; */
}

table.gallery {
    height: 310px;
    border-radius: 0;
    width: 236px !important;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 !important;
    border: 2px solid #e3e3e3;
    box-shadow: none !important;
    /* background: url(listingbg.png) repeat-x center bottom !important; */
    }
table.gallery tr:nth-child(2) {
    display: none;
}
.grid td.left {
    border:none;
}
table.gallery td.picture {
    padding:0 !important;
    border-bottom: 0;
}
table.gallery td.details div.ttl {
    display:block;
}

table.gallery td.details div.ttl a {
    color: red!important;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

table.gallery td.details div.ttl {
    margin: 2px 0 15px 0;
    text-align: center;
    min-height: 54px;
}

table.gallery tbody {
    width: 100%;
}

table.fixed {
    width:100%;
    background: none;
    padding: 0px 0 10px 0;
    margin-top: 0 !important;
}

table.fixed td {
    width: 100%;
    display: block;
}
table.fixed td span.label {display: none;}


table.gallery .mi {
    display: none;
}

.mi a {
    color: #7994c1!important;
    font-size: 12px;
    font-weight: bold;

    display: none;
}

div.ship.clearFullDiv.clr {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #252525;
    width: 100%;
    text-align: center;
    font-family: open sans, arial;
}
table.fixed tr:nth-child(2) {
    display: block !important;
}

table.fixed td span.ship {
    color: #ffa772;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

table.fixed td span.ship.fee { color:#333 !important;font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;}
table.fixed tr td img {
    text-align:left;
    display: none;
}

table.fixed tr td span.bin.g-b {
    font-weight: 600;
    color: red;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    border: 0;
    padding-bottom: 0;
}

table.fixed div.time2 {
    color: #000;
    padding-top: 22px;
    width:120%;
    display: none;
}
div.itemseparator {
    margin:7px 0;
    border:none;
    display: none;
}

td#CentralArea div.dynpg {
    background: none;
    float: left;
    margin: 10px 0 0px 0;
    padding: 2px 0 0px 0;
    width: 100%;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    height: 35px;
    background: none;
}
.r3_t, .r3_t b, .r3_bl, .r3_bl b {
    background-image:none;

}

table.pgbc {
    border: 1px solid #f8f8f8;
    font-family: open sans, arial;
    font-size: 14px;
    border-radius: 0;
    /* padding: 6px 0; */
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

table.pgbc a, .dynpg .r .form label{
    color: #7a7a7a!important;
    font-family: arial;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.pgbc {
    color: #FFFFFF;
    padding: 0 5px;
    background-color: #ededed;
    border: none;
    width: 100%;
    border-radius: 5px;
    margin-left: 0;
}

span.cnt {
    display:none !important;
}

#fpcap {width: 98%;height: 36px;padding: 14px 0px 6px 2%;margin-bottom: 0;float: left;margin-top: 0;margin-left: 0px;background: #f8f8f8;display: block;}

.fpcc .matchClass {
    color: #252525;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    font-family: open sans, arial;
}
.rs-pview {
    padding:0;
    margin-top: 10px;
    float: right;
    width: 100%;
}

.dynpg span.page {
    color: #7a7a7a;
    font-weight: 600;
    text-transform: uppercase;
    font-family: arial;
    font-size: 13px;
}

.dynpg .prev a.disabled {
    color: #6f6f6f;
    font-size: 13px;
    font-family: arial;
    font-weight: normal;
    text-transform: uppercase;
}

.dynpg span.pipe {
    margin: 0 3px;
    padding: 0;
    color: #707070;
    font-family: 'open sans', sans-serif;
}



.dynpg td.pages a.enabled:visited, .dynpg td.pages a.enabled {
    color: #111;
}
input#q_10 {
    color: #fff;
    padding: 2px 5px;
    font-weight: bold;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-family: open sans, arial;
    height: 27px;
    background: red;
    background-image: none;
    width: 31px;
    text-indent: 0;
    border: 0;
    }
td#CentralArea span.pdmt:first-child {
    display: none;
}
.ml-pm ul li, .ml-pm ul li a:hover, .ml-pm ul li a:link, .ml-pm ul li a:visited {
    color:#000;
}

#v4-55 > table > tbody > tr > td.m > table > tbody > tr > td.pages > a.disabled {
    color: #949092!important;
}

#TopPromoArea{
    width: 756px !important;
    float: right;
    display: none;
    margin-right: 0;
    margin-top: 30px;
}

.dynpg .r .form input.page {
    margin: 0 0px 0 5px;
    width: 28px;
    border: 1px solid #e6e6e6;
    height: 27px;
}
.v4stabl b {
    color: #7c78c3;

}

span.bid.g-b {
    font-size: 21px;
    font-weight: normal;
    color: #333;
    font-family: 'open sans', sans-serif;
}

table.gallery table.fixed span.stp {
    display:none;
}

.anchors {
    display: none;
    width: 100%;
    height: 37px;
    margin-top: 10px;
    /* float: right; */
    margin-bottom: 5px;
}

table.grid td.gallery:last-child {
    margin-right: 0;
}

table.gallery div.subtitle{
    display:none;
}

.hidden {
    display:none;
}
a.disabled img, a.enabled img {
    display:none;
}

.pagecontainer table:nth-child(5) td > table:nth-child(2), .pagecontainer table:nth-child(5) td > table:nth-child(3) {
    width: 980px;
    margin: 0px auto 0 auto;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}

.pagecontainer table:nth-child(5) td > table:nth-child(2) td#LeftPanel, table.v4thldr {
    width: 241px !important;
}
 
/*custom sidebar */
 
.v4title h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: red;
    font-weight: 700;
    text-transform: capitalize;
    margin-left: 0;
    width: 96%;
    background: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
 
table.v4acp tr.v4acp_head td.v4title {
    background: #f8f8f8;
    padding-left: 20px;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
}
 
table.v4acp {
    background: #f5f5f5;
    padding: 0px 0px 0 0px;
    height: 40px;
    line-height: 40px;
    border-bottom: 0;
}
 
td.v4accent {
    display: none;
}
 
td.v4hspacer {
    display: none;
}
 

table.v4midBox.v4nfc {
    background: #f8f8f8;
    border-top: 0;
    padding: 15px 0px 0px 0;
    border-left: 0;
    border-right: 0;
}
 
table.v4midBox tr.v4acp_mid td.v4mid {
    padding: 0;

    background: none;
}

.v4sbox {
    width: 164px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    color: #bababa;
    border: 0;
    padding-left: 10px;
    border-right: 0;
}

input[type="submit" i] {
}
 
v4mid submit {
    width: 54px;
    height: 30px;
    background: #ee008b;
    cursor: pointer;
    color: white;
    padding: 5px 0;
}
    
 
.lcat {
    width: auto !important;
    font-family: open sans, arial;
    padding-bottom: 0;
    margin-top: 0;
    border: 0;
    /* background: #f3f2f2; */
    padding-top: 0;
}

 

a.all_cats {
    display: none !important;
}
.link a { color:#111 !important;}
table.v4acpcont:first-child{margin-top:0 !important;background: #fff;border: 0;}
table.v4acpcont {
    width: 241px !important;
    /* background: #f6eee3; */
    padding: 0 !important;
    box-sizing: border-box;
    margin: 12px 0 0 0 !important;
    border: 0;
}
table.v4acpcont:nth-child(2) table.v4midBox.v4nfc {
    background: none;
    padding: 0;
}
label.g-hdn {
    display: none;
}

input[type="submit"] {width: 36px;height: 36px;background: url(search-icon.png) no-repeat center center, linear-gradient(red, red);cursor: pointer;text-indent: -9999px;margin-top: 0px;border: 0;border-left: 0;}

input#v4-2 {
    margin-top: 10px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-left: 0px;
    /* background: url(check-box.png); */
    vertical-align: middle;
    float: left;
    /* background-color: #fff; */
}

input#v4-2 + label {
    font-size: 12px;
    margin-top: 11px;
    color: #4d4d4d;
    float: left;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

form table {
    margin-left: 6%;
    margin-top: 0;
    margin-bottom: 15px;
    width: 88%;
    margin-right: 0;
}
table.v4acpcont:nth-child(2) table.v4acp {
    background: #FFF;
    height: 35px;
    line-height: 35px;
}

table.v4acpcont:nth-child(2) table.v4acp td.v4title h2 {
    color: red;
    margin-left: 0;
    height: 40px;
}

/* ------ eBay Style // END ------ */



/* ------------- SITE NOTICE END ------------- */
div#GlobalNotice {
    /* Sitenotice box*/
    width:85%;
    height: auto;
    margin: 20px auto;
    border: solid #F00 1px;

    background: #FEEFDA;
    }
    
div#GlobalNotice h3 {
    /* Title */
    height: 38px;
    width: 97%;
    margin-top: 0px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #555;
    text-align: center;
    line-height: 46px;
    border-bottom: #555 dotted 1px;
    }
    
div#GlobalNotice div {
    /* Message container */
    width: 96%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #555;
    height: auto;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    }
    
/* ------------- SITE NOTICE END ------------- */





/* ------------- CUSTOM PAGE // START -------------*/

.custom-pages {
    width: 100%;
    float: right;
    clear: both;
    text-align: left;
    margin-top: -30px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.custom-pages-title {
    background-color:#005aab;
    width:100%;
    height:43px;
    color: #fff;
    font-size: 15px;
    line-height: 43px;
    text-transform:uppercase;
    text-indent:10px;
    text-align:left;
}

.custom-pages-content {
    float:left;
    width:100%;
    padding-bottom:15px;
    font-size:14px;
    padding:10px 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height:21px;
}


.custom-pages-content h1 {
    font-size: 22px;

    font-weight: normal;
    color: #333335;
    padding: 11px 0 5px 0;
}

.custom-pages-content h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333335;
    padding: 11px 0 5px 0;
}

.custom-pages-content h3 {
    font-size: 15px;
    font-weight: normal;
    color: #333335;
    padding: 11px 0 5px 0;
}

.custom-pages-content p {
    padding:5px 0;
    line-height:20px;
}


.custom-pages-content ul {
    margin-left:20px;
    line-height:20px;
}

.custom-pages-content ol {
    margin-left:20px;
    line-height:20px;
}

/* ------------- CUSTOM PAGE // END -------------*/




/* ------ MISC Style // START ------ */

span.oriprs {
    display: none;
}
span.disct {
    display: none;
}

img {
    border:none;
    border:0px;
}

textarea:focus, input:focus{
    outline: 0;
}

*:focus {
    outline: 0;
}

/* ------ MISC Style // END ------ */




/* ------ Responsive Items Style // START ------ */

@media (max-width: 1400px) {
	#hyb
	{
		margin-top: -26px !important;
	}
  #twb
  {
	  margin-top: -78px !important;
  }
  #makes
  {
	  margin-top: -212px !important;
  }
}
@media (max-width: 1024px){
 
}

@media (max-width:1000px){
.nav-container {
    width: 980px;
  }
  .featured-products,
  .brands,
  .copyrights,
  .gallery-container,
  .tabs {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .delivery-box {
    margin-right: 0;
  }
  }
@media (max-width: 980px) {
.nav-container {
    width: 780px;
    margin-left: 10px;
    margin-right: 10px;
  }

  ul.menu li a {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-quick-links,
  .special-links {
    width: 50%;
  }

  .contact-us {
    margin-top: 20px;
    float: left;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .contact-us img {
    float: left;
  }

  span.copyrights-info {
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    line-height: initial;
    margin-top: 10px;
  }

  .copyright-links {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .payment-info {
    width: 160px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
 }
@media (max-width: 900px) {
}




@media (max-width: 850px){
   
    
}
@media (max-width: 800px){
    nav {
    float: none;
  }
  .nav-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  nav .burgermenu {
    float: left;
    width: 60%;
    display: block;
    cursor: pointer;
    padding: 7px 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
  }
  .burgermenu img {
    width: 25px;
    display: inline-block;
    margin-right: 6px;
  }

  ul.menu {
    float: left;
    display: block;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
    width: 100%;
    background: red;
  }
  ul.menu li {
    float: none;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    clear: both;
  }
  ul.menu li a {
    display: block;
    text-align: left;
    padding-left: 0px;
  }
  ul.menu,
  a.closemenu {
    display: none;
  }

  nav .mobile-menu:hover ul.menu,
  .mobile-menu:hover ~ a.closemenu {
    display: block;
  }

  ul.menu li:hover,
  ul.menu li.active {
    background: #fff;
    color: red;
  }
  nav a.closemenu {
    color: #fff;
    margin-right: 20px;
    font-size: 14px;
    border: 2px solid #fff;
    padding: 7px 10px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    border-radius: 16px;

    text-decoration: none;
  }

  ul.menu li.dropdown .drop-menu {
    position: static;
    padding-top: 5px;
    float: left;
    border: none;
    margin-left: -15px;
    padding-right: 30px;
    box-sizing: initial;
    /*margin-top: -1px;*/
  }

  ul.menu li.dropdown .drop-menu ul {
    margin-left: 0;
    float: none;
  }

  .gallery,
  .gallery-detail {
    width: 100%;
  }

  .thumbnails {
    text-align: center;
  }
}
 
@media (max-width: 768px){
#ds_div {
    overflow:hidden !important;
}

#hyb
	{
		margin-top: 0px !important;
	}
  #twb
  {
	  margin-top: 0px !important;
  }
  #makes
  {
	  margin-top: 0px !important;
  }

 .cat-single {
    width: 42.5%;
    margin-left: 5%;
    margin-right: 0;
  }

  .brand-img {
    width: 25%;
  }
  
  /* CATALOGUE Responsive */
  span.pdmt .label {color:#252525;}
  #gh-logo{ max-width:215%;}
footer#glbfooter {
    width: 96%;
    padding: 20px 2% 40px 2%!important;
}
#LeftPanel + td { display:none;}
.wrapper {
    /* overflow:hidden; */
}
body {
    margin: 0 5px 5px 5px !important;
    overflow-x: hidden !important;
}
td#CentralArea div.dynpg {
    height:auto;
}
table.content-container-table {
    width:100%;
    display:block;
    padding-left: 0;
    padding-right: 0;
}

table.content-container-table td {
    display: block;
    width:100%;
}

table.content-container-table td:nth-child(2) {

}
#LeftPanel {
    display:none;
}

#TopPromoArea {
    width:100% !important;
    display:none;
    margin-bottom:20px;
    float:none;
}

.r3_cm {
    margin-top:22px;
    width: 100%;
    float: left;
}

.r3_cm, #fpcap {
}

td#CentralArea div.v4stabl {
    margin-top:0px;
    text-align: left;
}

.cmsg {
    float: left;
    margin-top: 8px;
}

.grid td.gallery, .grid td.gallery:nth-child(2) {
    width: 33%;
    margin: 0;
}

table.gallery {
    width: 98% !important;
    min-height:315px;
    margin-bottom: 10px !important;
}

table.pgbc {
    width: 100%;
    height:40px;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
}
.dynpg .l {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
}

table.gallery td.details div.ttl {
    height:48px;
}

.dynpg table.pager td, .dynpg table.pager td:nth-child(2) {
    padding-left: 0;
    float: left;

    margin-top: 5px;
    width: 30% !important;
}

.dynpg .prev {

    padding-right:10px;
}

.dynpg .next {
    padding-left: 10px !important;
}

.dynpg {
    text-align:center;
}

.dynpg .r, table.tb_v4bc tr td {
    display:none;
}

.stBadge {
    display:none !important;
}
table.pgbc td {
    width: 100% !important;
    text-align: center;
    display: block;
}

.dynpg table.pager {
    margin: 0 auto;
    width: 100% !important;
}
.rs-pview{
    width: 100% !important;
}

.ctrlbr {
    float:left;
    padding-left:15px;
    margin-top: 5px;: 20px
    margin-top:0;
    margin-bottom: 15px;
}

.fpcc span.keywordClass {
    font-size:14px;
}

.rs_box{
    width: 100%;
    overflow: hidden;
}
.pagecontainer table:nth-child(5) td > table:nth-child(2) {
    width:100%;
    padding: 0;
}
.image { width:180px !important;}

.applepromo .outterbox {
	width:48%;
}

}


@media (max-width: 736px){
    #ds_div{
    overflow:hidden !important;
} 


.applepromo .outterbox {
	width:47.5%;
}


}
 
@media (max-width: 670px) {
#ds_div{
    overflow:hidden !important;
}

.tabs label {
	width:95%;
}
 
 
 .payment-info img {
	 margin-top:10px;
 }
}

@media (max-width: 640px) {
#ds_div {
    overflow:hidden !important;
}
.footer-quick-links,
  .special-links,
  .contact-us {
    width: 100%;
    margin-bottom: 20px;
  }
  .special-link-container {
    width: 100%;
  }

  .tabs a.tab {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }


.wrapper, td#CentralArea div.dynpg {
    /* width: 640px; */
    height: auto;
}

#fpcap {
    width: 98.3%;
}

.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 50%;
}

table.grid td.gallery:last-child {
    display:none;
}
}


@media (max-width: 570px) {
#ds_div{
    overflow:hidden !important;
}
 .featured-single {
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .featured-single:nth-child(3n) {
    margin-right: auto;
  }
  
 

.applepromo .outterbox {
	width:46.8%;
}

   
}

@media (max-width: 480px) {
#ds_div {
    overflow:hidden !important;
}
.applepromo .outterbox {
    max-width: 480px;
    margin: 3px auto;
    width: 100%;
}
 
   
  
.wrapper, td#CentralArea div.dynpg {
}

#fpcap {
}

.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 100%;
}

table.grid td.gallery:last-child {
    display:none;
}

.burgermenu {
}


}

@media (max-width: 424px)
{
#ds_div{
    overflow:hidden !important;
}
 


 
 
 
.wrapper, td#CentralArea div.dynpg {
    /* width:424px; */
}

#fpcap {
    width:82%;
}

.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width:414px;
}

table.grid td.gallery:last-child {
    display:none;
}

}

@media (max-width: 414px)
{
#ds_div {
    overflow:hidden !important;
}
     
     .cat-single {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .cat-single:nth-child(3n) {
    margin-right: auto;
  }
  .cat-single img {
    width: 100%;
  }

  .brand-img {
    width: 33.33333333333333%;
  }

  .product-price,
  .delivery-box {
    width: 100%;
    float: left;
    clear: both;
  }

  .delivery-box {
    margin-top: 25px;
  }
 
  
.wrapper, td#CentralArea div.dynpg {
    /* width: 414px; */
}

#fpcap {
    width: 98.5%;
}


.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 100%;
}

table.grid td.gallery:last-child {
    display:none;
}

table.gallery {
    width: 100% !important;
    margin-bottom: 8px !important;
}


}


@media (max-width: 400px) {
#ds_div {
    overflow:hidden !important;
}

.tabs label {
	width:88%;
}
  
  
.wrapper, td#CentralArea div.dynpg {
    /* width:400px; */
}

#fpcap {
    width:50%;
}

.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width:382px;
}
}

@media (max-width: 384px)
{
#ds_div{
    overflow:hidden !important;
}
 
  
  
  
.wrapper, td#CentralArea div.dynpg {
    /* width:384px; */
}

#fpcap {
    width:47%;
}

.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width:365px;
}

}

@media (max-width: 375px) {
#ds_div {
    overflow:hidden !important;
}
 
 
    
.wrapper, td#CentralArea div.dynpg {
    /* width: 375px; */
}

#fpcap {
    width: 97%;
}


.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 100%;
}
.r3_cm {
    margin-top: 22px;
    width: 100%;
    float: left;
    padding-left: 0;
}


}

@media (max-width: 360px) {
#ds_div {
    overflow:hidden !important;
}
 .contact-us span {
    font-size: 13px;
  }
  .contact-us ul li {
    display: block;
    float: none;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 6px;
  }

.wrapper, td#CentralArea div.dynpg {
    /* width: 360px; */
}

#fpcap {
    width: 98.5%;
}

.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 100%;
}
}

@media (max-width: 320px) {
#ds_div {
    overflow:hidden !important;
}
 .product-single {
    width: 90%;
  }
  .footer-links .link-sect {
    width: 100%;
  }

.wrapper, td#CentralArea div.dynpg {
    /* width: 312px; */
    height: auto;
}
body {
    margin: 0 0px 5px 5px !important;}
#fpcap {
    width: 98.5%;
}
table.gallery {width: 100% !important;margin-bottom: 10px !important;}
.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 100%;
}

.r3_cm {
    margin-top: 22px;
    width: 100%;
    float: left;
}

}
/* ------ Responsive Items Style // END ----- */

/* custom slider settings */
.eBayCPS > .cs_arrownext > label span:after, .eBayCPS > .cs_arrowprev > label span:after{
    color:#ee008b !important;
}

.eBayCPS > .cs_arrowprev:hover > label, .eBayCPS > .cs_arrownext:hover > label {
    background-color:none !important;
    box-shadow: none !important;
}