@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: Alien Offroad Store 
   Version: 1.0
   Created: 3 January 2017
   Last Modified: 3 January 2017 
   Last Modified By: Waqas
----------------------------------------------------------*/






@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
img {
  max-width: 100%;
  display: block;
}
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: 'Roboto', sans-serif;
  background: #000 url(images/bg.jpg) no-repeat top center;
}

.content {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  box-sizing: border-box;
}

.inner-content {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 6px;
}






/* ========== Header STYLES // START ========== */

header {
  width: 100%;
  float: left;
}

.logo {
  position: absolute;
  top: 122px;
  left: 0px;
  right: 0;
  text-align: center;
}
.listing-wrapper .logo { top:0; }

.logo a {
  display: inline-block;
  margin-right: 19px;
}

.logo img {
  margin-left: auto;
  margin-right: auto;
  position:  relative;
  z-index: 1000;
}

nav {
  width: 100%;
  float: left;
  margin-top: 86px;
  box-sizing:  border-box;
}

nav .nav-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

nav .menu {
  width:  100%;
  position:  relative;
}

nav .menu ul {
  list-style: none;
}

nav .menu .menu-items-left {
  float: left;
  position:  relative;
}

nav .menu .menu-items-right {
  float: right;
  position:  relative;
}

nav .menu ul li {
  float: left;
  padding-left: 10px;
  padding-right: 24px;
  height: 57px;
  line-height: 54px;
  background: url(images/nav-list-img.png) no-repeat right center;
}

nav .menu ul li:last-child {
  background: unset;
}

nav .menu ul:first-child li:first-child {
  padding-left: 0;
}

nav .menu ul:last-child li:last-child {
  padding-right: 0;
}

nav .menu ul li a {
  font-size: 21px;
  font-weight: 500;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.4px;
}

nav .menu ul li a:hover {
  color: #1268d7 !important;
}

.burgermenu,
.closemenu {
  display: none;
}

/* ========== Header STYLES // END ========== */






/* ========== Banner STYLES // START ========== */

.banner {
  width: 100%;
  float: left;
  margin-top: 8px;
}

/* ========== Banner STYLES // END ========== */







/* ========== Categories STYLES // START ========== */

.categories {
  width: 100%;
  float: left;
  margin-top: 16px;
}

.categories-container {
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: url(images/cat-sect-bg-1.png), url(images/cat-sect-bg-2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
}

.categories .content {
  border-top: 5px solid #1268d7;
  border-bottom: 5px solid #1268d7;
  padding-left: 0;
  padding-right: 0;
  max-width: 1120px;
  padding-top: 11px;
}

.categories .cat-single {
  float: left;
  width: 24.385%;       /* 273px; */
  margin-right: 0.80357%;     /* 9px; */
  margin-bottom: 9px;
}

.categories .cat-single:nth-child(4n) {
  margin-right: 0;
}

.categories .cat-link {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff !important;
  text-transform: uppercase;
  height: 41px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  background: #1268d7;
  font-family: "Oswald", sans-serif;
  font-style:  italic;
}

.categories .view-all-link {
  width: 100%;
  float: left;
  text-align: right;
  padding-top: 16px;
  padding-bottom: 28px;
}

.categories .view-all-link a {
  font-size: 15px;
  font-weight: 700;
  color: #1268d7 !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-style:  italic;
}

/* ========== Categories STYLES // END ========== */







/* ========== Footer STYLES // START ========== */

footer {
  width: 100%;
  float: left;
  background: #191919 url(images/footer-bg.png) repeat-x bottom center;
  margin-top: 19px;
}

footer .footer-top {
  width: 100%;
  float: left;
}

footer .sub-sect {
  float: left;
  display:  flex;
  height: 68px;
  align-items:  center;
}

footer .sub-sect h4 {
  font-size: 20px;
  font-weight: 300;
  color: #ebebeb;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:  center;
  height: 66px;
  line-height: 31px;
  letter-spacing: 0.1px;
  padding-right: 20px;
}

footer .sub-sect .btn-sub {
  font-size: 17px;
  font-weight: 900;
  color: #191919 !important;
  text-transform: uppercase;
  background: #ffffff;
  display: flex;
  height: 36px;
  width: 134px;
  align-items: center;
  justify-content:  center;
}

footer .features-footer {
  float: right;
  width: 460px;
}

footer .features-footer .feature-box {
  float: left;
}

footer .features-footer .feature-box-1 {
  width: 228px;
}

footer .features-footer .feature-box-2 {
  width: 230px;
}

footer .features-footer .feature-img {
  float: left;
  margin-top: 15px;
}

footer .features-footer .feature-content {
  float: left;
  padding-left: 13px;
  margin-top: 24px;
}

footer .features-footer h4 {
  font-size: 19px;
  font-weight: 500;
  color: #c2c2c2;
  font-style:  italic;
  letter-spacing: 0.2px;
}



footer .footer-links {
  width: 100%;
  float: left;
  margin-top: 13px;
  padding-bottom: 11px;
}

footer .footer-links ul {
  float: left;
  list-style: none;
}

footer .footer-links ul li {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  background: url(images/footer-links-list-img.png) no-repeat right center;
  height:  30px;
  line-height: 30px;
}

footer .footer-links ul li:first-child {
  padding-left: 0;
}

footer .footer-links ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #ebebeb !important;
  text-transform:  uppercase;
}

footer .footer-links .copyrights-info {
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #ebebeb;
  padding-left: 10px;
  margin-top: 9px;
}

footer .payment-info {
  float: right;
  margin-top: 5px;
}

/* ========== Footer STYLES // END ========== */








/* ========== Listing Page STYLES // START ========== */

.gallery-container {
  width: 100%;
  float: left;
  margin-top: 8px;
  background: #fff;
  box-sizing: border-box;
  padding-left:  23px;
  padding-right:  23px;
  padding-bottom: 23px;
}

.gallery {
  width: 496px;
  float: left;
  position: relative;
  margin-top: 51px;
}

.white-box {
  width: 100%;
  max-width: 320px;
  height: 400px;
  float: right;
}

.defaultimg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 168px;
  width: 100%;
  max-width: 314px;
  height: 400px;
  max-height: 400px;
  -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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: 1;
}

.grid-item {
  height: 20%;
  width: 20%;
  cursor:crosshair;
  opacity: 0;
  color: #fff0;
  font-size:0px;
}
.grid-item span {
  opacity: 0;
  color: #fff0;
  font-size:0px;}

.grid-item:hover ~ img {
  height: 200%;
  width: 200%;
  max-width: 200%;
  max-height: 200%;

  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 600ms ease-out;
  transition: 600ms ease-out;
}

.grid-item:hover:nth-of-type(5n + 1) ~ img {
  left: 0px;
}
.grid-item:hover:nth-of-type(5n + 2) ~ img {
  left: -78px;
}
.grid-item:hover:nth-of-type(5n + 3) ~ img {
  left: -157px;
}
.grid-item:hover:nth-of-type(5n + 4) ~ img {
  left: -235px;
}
.grid-item:hover:nth-of-type(5n + 5) ~ img {
  left: -314px;
}

.grid-item:hover:nth-of-type(1n + 1) ~ .zoom-image {
  top: 0px;
}
.grid-item:hover:nth-of-type(1n + 6) ~ .zoom-image {
  top: -100px;
}
.grid-item:hover:nth-of-type(1n + 11) ~ .zoom-image {
  top: -200px;
}
.grid-item:hover:nth-of-type(1n + 16) ~ .zoom-image {
  top: -300px;
}
.grid-item:hover:nth-of-type(1n + 21) ~ .zoom-image {
  top: -400px;
}

.defaultimg img {
  margin: auto;
  width: auto;
  max-height: 100%;
}

.zoom-image {
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: -1;
}

.thumbnails {
  list-style: none;
  float: left;
  margin-top: 14px;
}

.thumbnails li {
  display: block;
  width: 168px;
  height: 99px;
}

.thumbnails .item-container {
  cursor: pointer;
  width: 89px;
  height: 89px;
  position: relative;
  border: 1px solid #cdcdcd;
}

.thumbnails .item-container:hover {
  border: 1px solid #afafaf;
}

.thumbnails .item-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.thumbnails .gallery-content {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 168px;
  width: 100%;
  max-width: 314px;
  height: 400px;
  max-height: 400px;
  z-index: 1;
}

.thumbnails .item-wrapper {
  position: relative;
  width: 100%;
  height: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.thumbnails .gallery-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.thumbnails li: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;
}


@-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: 48%;
  float: right;
  margin-top: 111px;
  padding-top: 16px;
  padding-left: 4.1%;
  border-left: 1px solid #cacaca;
  box-sizing:  border-box;
  padding-bottom: 70px;
}

.gallery-detail h1 {
  float: left;
  width: 100%;
  font-size: 22px;
  font-weight: 900;
  color: #111111;
  line-height: 31px;
  box-sizing: border-box;
  letter-spacing: 0.4px;
}

.gallery-detail .price {
  font-size: 24px;
  font-weight: 600;
  color: #1268d7;
  float: left;
  margin-top: 20px;
  padding-left: 0px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
}

.gallery-detail .desc {
  width: 97%;
  float: left;
  padding: 18px 30px 34px 20px;
  box-sizing: border-box;
  margin-top: 30px;
  background: #f8f8f8;
}

.gallery-detail .desc h6 {
  font-size: 16px;
  font-weight: 700;
  color: #1268d7;
  margin-bottom: 18px;
}

.gallery-detail .desc p {
  font-size: 13px;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 24px;
  letter-spacing: 0.1px;
}

.tabs-container {
  width: 100%;
  display:  table;
  padding-top: 24px;
  padding-bottom: 13px;
}

.product-desc {
  float: left;
  width: 52%;
  padding-left: 12px;
  box-sizing:  border-box;
  margin-top: 8px;
  padding-right: 3%;
  border-right: 1px solid #373737;
  padding-bottom: 42px;
}

.product-desc h4 {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 400;
  color: #1268d7;
  height: 47px;
  line-height: 47px;
  margin-bottom: 5px;
}

.product-desc p {
  font-size: 13px;
  font-weight: 400;
  color: #ebebeb;
  line-height: 24px;
  margin-bottom: 22px;
}

.tabs {
  width: 48%;
  float: left;
  margin-top: 7px;
  box-sizing: border-box;
  padding-left: 1%;
}

.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.tabs input[type=radio] {
  display: none;
}

.tabs label {
  float: left;
  font-size: 17px;
  font-weight: 400;
  color: #1268d7;
  height: 47px;
  line-height: 47px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  top: 1px;
  border-bottom: 1px solid #373737;
  background: url(images/tab-list-img.png) no-repeat calc(100% - 20px) center;
  padding-left: 22px;
}

.tabs .tab1,
.tabs .tab2,
.tabs .tab3,
.tabs .tab4,
.tabs .tab5,
.tabs .tab6 {
  width: 100%;
}

.tabs [id^="tab"]:checked + label {
  color: #fff;
  background: url(images/tab-list-active-img.png) no-repeat calc(100% - 20px) center;
}

.tab-content {
  display: none;
  width: 100%;
  float: left;
  padding: 0 4% 0 3.5%;
  box-sizing: border-box;
}


#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;
}

.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;
}

.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5  .tab-content h6 {
  color: #111111;
  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 h6 {
  font-size: 16px;
}

.tab-content p {
    padding: 20px 0 0px;
	color: #ebebeb;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
}
.tab-content a, .tab-content p a, .product-desc a, .product-desc p a {
	color:#6cacff;
}


.tab-content ol, .tab-content ul {
  margin-left:30px;
  font-size: 13px;
  color: #ebebeb;
  line-height: 24px;
}

.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: none;
  padding-bottom: 6px;
}

.tab-content ul ul li {
  list-style-type: circle;
}

.tab-content ul ul ul li {
  list-style-type: square;
}

@keyframes scale {
  0% { 
  transform: scale(0.9);
  opacity: 0;
    }

  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }

  100% { 
  transform: scale(1);
  opacity: 1;
  }
}

/* ========== Listing Page STYLES // END ========== */









/* ========== Sidebar STYLES // START ========== */

.side-bar {
  float: left;
  width: 274px;
  margin-top: 18px;
}

.store-search {
  clear: both;
  width: 100%;
  float: left;
  padding-bottom: 21px;
  margin-bottom: 50px;
}

.store-search h4,
.store-category h4 {
  font-size: 18px;
  font-weight: 900;
  color: #111111;
  text-transform: uppercase;
  height: 50px;
  line-height: 53px;
  background: #f2f2f2 url(images/sidebar-heading-bg.png) no-repeat left center;
  padding-left: 30px;
  font-family: "Oswald", sans-serif;
}

.store-search .search-container {
  width: 100%;
  float: left;
}

.store-search .search {
  position: relative;
  margin: 11px 0px 12px 0px;
}

.store-search .search-field {
  width: 100%;
  border: 1px solid #6d6d6d;
  height: 48px;
  line-height: 46px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #2a2a2a;
  padding-left: 10px;
  padding-right: 44px;
  background: #ffffff;
}

.store-search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 49px;
  height: 48px;
  text-indent: -9999px;
  background: #1268d7 url(images/search-icon.png) no-repeat center center;
  cursor: pointer;
}

.store-search #c1 {
}

.store-search input[type=checkbox] + label {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  margin-left: 5px;
}

.store-category {
  clear: both;
  width: 100%;
  float: left;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.lcat {
  width: 100%;
  box-sizing: border-box;
}

.lcat ul {
  list-style: none;
  padding-top: 9px;
}

.lcat ul li {
  line-height: 37px;
  width: 100%;
  margin: 0 !important;
}

.lcat ul li a,
.lcat ul li span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  padding-left: 30px;
  width: 100%;
  text-transform:  uppercase;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  letter-spacing: 0.4px;
  background: url(images/tab-list-img.png) no-repeat calc(100% - 12px) center;
}

.lcat ul li:hover a,
.lcat ul li span {
  color: #1268d7;
  background: url(images/tab-list-active-img.png) no-repeat calc(100% - 12px) center;
}

.lcat ul.lev2 {
  padding-top: 6px;
  margin-top: 0;
  padding-bottom: 4px;
  border-top:  none;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 0 !important;
}

.lcat ul.lev2 li {
  line-height: 30px;
}

.lcat ul.lev2 li a,
.lcat ul.lev2 li span {
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  padding-left: 40px;
  border-bottom:  none;
  background:  unset;
}

.lcat ul.lev2 li:hover a,
.lcat ul.lev2 li span {
  color: #1268d7;
}

.lcat ul.lev3 {
  padding-top: 0px;
  padding-bottom: 4px;
  border-top:  none;
  border-bottom:  none;
}

.lcat ul.lev3 li {
  line-height: 25px;
}

.lcat ul.lev3 li a,
.lcat ul.lev3 li span {
  font-weight: 400;
  color: #555555;
  padding-left: 56px;
  border-bottom: none;
  text-transform:  none;
}

.lcat ul.lev3 li:hover a,
.lcat ul.lev3 li span {
  font-weight: 400;
}

/* ========== Sidebar STYLES // END ========== */



/* ========== eBay Style // START ========== */

 #gh-logo{ max-width:215%;}
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;
    padding: 5px 5px 0px 5px;
    /* border: 1px solid #eaeaea; */
}
header#gh {
    background: none;
    min-height: auto;
    border-bottom: 0;
    box-shadow: none;
}
.main-wrapper {
    float: left;

    width: 100%;
    margin-top:28px;
}

td#CentralArea {
    /* padding-bottom: 10px; */
    /* background: #ffffff; */
    margin-top: 0;
    float: right;
    font-family: Oswald, arial;
    /* border-left: 1px solid #ccc; */
}
.pagecontainer table.tb_v4bc ~ table {    background: #000 url(images/bg.jpg) no-repeat top center;
}
body, td, .g-std { font-family:'Work sans', arial !important;}
}
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; float:left; width:100%;
}
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: -37px;
    padding: 4px 0px 8px 0px;
    border-bottom: 0;
    position: relative;
    z-index: 200;
    margin-right: 2px;
    margin-left: 12px;
    display: block;
}

span.pdmt .label {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    font-family: Roboto,arial, sans-serif;
    /* border-right: 1px solid #313131; */
    padding-right: 8px;
    margin-right: 5px;
    height: 22px;
    float: left;
    text-transform: capitalize;
}
.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: #f2f2f2 url(images/arrow1.png) no-repeat scroll 100% center;
      padding-right: 14px;
      color: #898989;
      font-weight: 400;
      font-size: 14px;
      margin-right: 0px;
      text-transform: capitalize;
      padding: 11px 32px 11px 6px;
      border-radius: 0;
      font-family: Roboto,arial;
      border: 1px solid #d8d8d8;
      margin-top: -12px;
      display: inline-block;
}

span.pdmt img {
    display:none;
}
.fpcc .countClass {
    font-weight: 800;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #1268d7;
    font-family: Roboto, arial, sans-serif;
}

.fpcc span.keywordClass {
    color: #1268d7;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: Roboto,arial, sans-serif;
}

.r3_cm {
    width: 790px;
    float: right;
    margin-top: 0;
    border-left: 0;
    padding: 0 0 0 0px;
    background: transparent;
    /* 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: 790px;}

.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;
}
.mbg img {
	display:inline-block;
}
.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;
    display: inline;
    max-width: 140px;
    width: auto;
}

.image {
    width: 200px !important;
    border-bottom: 0;
    padding-bottom: 0;
    height: 140px;
}

table.grid {
    float:left;
    margin-top: 0;
    border-bottom: 0px solid #d8d8d8;
    3: 300px
    /* background: #fff!important; */
    /* margin-bottom: 10px; */
    margin-bottom:;
}
.grid td.gallery {
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: auto;
    margin-bottom: 0px;
    margin-right: 20px;
    margin-left: 0;
    padding: 0px;
    text-align: center;
    width: 245px;
    margin-top: 0;
    border: 0;
    background: none;
}

span.label {
    /* display:none; */
}

table.gallery {
    height: 316px;
    border-radius: 0;
    width: 245px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    margin-left: 0;
    padding: 0 !important;
    border: 0px solid #d0d0d0 !important;
    box-shadow: none !important;
    /* background: #dbdbdb url(images/listingbg.png) repeat-x center center!important; */
    background: #fff !important;
    }
table.gallery tr:nth-child(2) {
    display: none;
}
td.details table.fixed tr:nth-child(2) {display: inline;}
.grid td.left {
    border:none;
}
table.gallery td.picture {
    padding: 5px 0 0 0 !important;
    border: 0;
    /* background: #fff; */
}
table.gallery td.details div.ttl {
    display:block;
}

table.gallery td.details div.ttl a {
    color: #231f20;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    font-family: Roboto,arial, sans-serif;
    text-transform: capitalize;
}

table.gallery td.details div.ttl {
    margin: 2px 0 15px 0;
    text-align: center;
    min-height: 50px;
}

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;
    /* float: right; */
    position: relative;
}
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: none;
    font-size: 12px;
    font-weight: bold;color: #252525;
    width: 100%;
    text-align: center;
    font-family:  arial;
}

table.fixed tr td img {
    text-align:left;
    display: none;
}

table.fixed tr td span.bin.g-b {
    font-weight: 800;
    color: #1268d7;
    font-size: 21px;
    font-family: Roboto,arial, sans-serif;
    text-align: center;
    border: 0;
    padding-bottom: 0;
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;
    text-decoration: none;
    padding: 10px 0;
    background: #fff;
}

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 {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-top: 1px solid #d8d8d8;
    font-family: Roboto,arial;
    font-size: 14px;
    border-radius: 0;
    /* padding: 6px 0; */
    background: #fff;
    border-bottom: 0;
}

table.pgbc a, .dynpg .r .form label{
    color: #111!important;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: capitalize;
    font-family: Roboto,arial;
}

.pgbc {
    color: #FFFFFF;
    padding: 0 5px;
    background-color: #fff;
    border: none;
    width: 100%;
    border-radius: 5px;
    margin-left: 0;
}

span.cnt {
    display:none !important;
}


#fpcap {width: 97%;height: 20px;padding: 15px 13px 13px 13px;margin-bottom: 0;float: left;margin-top: 0;margin-left: 0px;background: #fff;display: block;border-bottom: 0px solid #d8d8d8;font-family: Oswald,arial, sans-serif;border-top: 0;border-radius: 0;}

.fpcc .matchClass {
    color: #111;
    font-size: 16px;
    font-weight: 400;
    font-family: Roboto,arial, sans-serif;
    text-transform: capitalize;
}
.rs-pview {
    padding:0;
    margin-top: 15px;
    float: right;
    width: 100%;
}

.dynpg span.page {
    color: #111;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    font-family: Roboto,arial, sans-serif;
}

.dynpg .prev a.disabled {
    color: #555;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: capitalize;
}

.dynpg span.pipe {
    margin: 0 3px;
    padding: 0;
    color: #555;
    font-family: Oswald, arial !important;
    font-size: 14px;
}



.dynpg td.pages a.enabled:visited, .dynpg td.pages a.enabled {
    color: #707070;
}
input#q_10 {
    color: #fff;
    padding: 2px 5px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    height: 33px;
    background-color: #1268d7;
    background-image: none;
    width: 34px;
    text-indent: 0;
    border: 0;
    display: inline-block;
    font-family: Roboto,arial, sans-serif;
    float: right;
    }
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: #868686 !important;
    background: #fff;
    padding: 4px 9px;
    border: 1px solid #d2d2d2;
    font-size: 15px;
}

#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: 21px;
    border: 1px solid #d2d2d2;
    height: 31px;
    padding-left: 7px;
}
.v4stabl b {
    color: #7c78c3;

}

span.bid.g-b {
    font-size: 18px;
    font-weight: 700;
    color: #6ecddd;
    font-family: arial, sans-serif;
}

table.gallery table.fixed span.stp {
    font-size: 15px;
color: #111; 
    font-family:Roboto,arial, sans-serif;
    float: left;
    display: block;
    width: 100%;
    margin-top: -15px;
}

.anchors {
    background: url(images/buynow-btn.png) no-repeat center center;
    display: none;
    width: 100%;
    height: 37px;
    margin-top: 10px;
    /* float: right; */
    margin-bottom: 5px;
}

table.grid td.gallery:last-child {
    margin-right: 0;

}
table.grid td.gallery:last-child table{
    /* border-right: 0 !important; */
}

table.gallery div.subtitle{
    display:block;
    font-size: 14px;
    color: #111;
    font-family: Roboto,arial, sans-serif;
    text-align: left;
}

.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: 1120px;
    margin: 6px auto 0 auto;
    padding-left: 17px;
    padding-right: 17px;
    background: #fff;
    padding-top: 0;
    border: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.pagecontainer table:nth-child(5) td > table:nth-child(2) td#LeftPanel, table.v4thldr {
    width: 290px !important;
    padding: 0;
    background: #fff;
}
 
/*custom sidebar */
 
.v4title h2 {
    font-size: 18px;
    color: #111;
    font-weight: 900;
    margin-left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    /* background: url(images/sidebar-heading-bg.png) no-repeat left bottom; */
    text-transform: uppercase;
    font-family: Oswald,arial, sans-serif;
}
 table.v4acpcont:first-child table.v4acp td.v4title {
    padding-left: 30px;
    border-top: 0px solid #ff2c38;
    border-radius: 0;
    background: #f2f2f2 url(images/sidebar-heading-bg.png) no-repeat left center;
    padding-top: 0;
    border-radius: 0;
}
table.v4acp tr.v4acp_head td.v4title {
    background: #f5f5f5;
    /* padding-left: 15px; */
    font-weight: 700;
    margin: 0;
    line-height: 44px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    font-family: Oswald, arial;
}
 
table.v4acp {
    background: #fff;
    padding: 0px 0px 0 0px;
    height: 35px;
    line-height: 35px;
    border-bottom: 0;
}
 
td.v4accent {
    display: none;
}
 
td.v4hspacer {
    display: none;
}
 

table.v4midBox.v4nfc {
    background: #fff;
    border-bottom: 0px solid #e8e8e8;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
 
table.v4midBox tr.v4acp_mid td.v4mid {
    padding: 0 0px;
    background: none;
    border: 0;
}

.v4sbox {
    width: 212px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    color: #6d6d6d;
    border: 1px solid #6d6d6d;
    padding-left: 10px;
    border-right: 0;
    border-radius: 0;
    font-family: Roboto,arial, sans-serif;
    font-size: 14px;
    border-radius: 0;
}

input[type="submit" i] {
}

 
v4mid submit {
    width: 54px;
    height: 30px;
    background: #ee008b;
    cursor: pointer;
    color: white;
    padding: 5px 0;
}
    
 
.lcat {
    width: 100%!important;
    margin-top: 0;
    /* border: 0; */
    padding-top: 0;
    box-sizing: border-box;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    /* border-bottom: 0; */
    /* padding-bottom: 0; */
    font-family: Roboto,arial, sans-serif;
}

 .lcat .link  { display:none;}

a.all_cats {
    display: none !important;
}
.link a {/* color:#111 !important; */}
table.v4acpcont:first-child{margin-top:0 !important;background: #fff;border: 0px solid #e8e8e8 !important;border-top: 0;}
table.v4acpcont {
    width: 274px !important;
    /* background: #f6eee3; */
    padding: 0 !important;
    box-sizing: border-box;
    margin: 19px 0 0 0 !important;
    /* border: 1px solid #e8e8e8 !important; */
    box-shadow: none !important;
    /* border-top: 0 !important; */
}
table.v4acpcont:nth-child(2) table.v4midBox.v4nfc {
    background: none;
    padding: 0;
    border: 0;
    background: #fff;
}
label.g-hdn {
    display: none;
}

input[type="submit"] {width: 50px;height: 50px;cursor: pointer;text-indent: -9999px;margin-top: 0px;border: 1px solid #1268d7;border-left: 0;border-radius: 0;background: #1268d7 url(images/search-icon.png) no-repeat center center;}

input#v4-2 {
    margin-top: 10px;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    margin-left: 0px;
    /* background: url(images/check-box.png); */
    vertical-align: middle;
    float: left;
    /* background-color: #fff; */
}

input#v4-2 + label {
    font-size: 14px;
    margin-top: 10px;
    color: #000;
    float: left;
    font-weight: 400;
    font-family: Roboto, arial, sans-serif;
}

form table {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 0;
    background-color: #fff;
    padding-bottom: 25px;
    margin-left: 0;
    font-family: Oswald, arial;
    border-bottom: 0px solid #e8e8e8;
    margin-right: 0;
}
table.v4acpcont:nth-child(2) table.v4acp {
    background: transparent;
    height: 35px;
    line-height: 35px;
    border: 0;
}

table.v4acpcont:nth-child(2) table.v4acp td.v4title{
    box-sizing: border-box;
    border-radius: 0;
    border-top: 0px solid #0c76b5;
    border-bottom: 0px solid #d2d2d2;
    background: #f8f8f8;
    margin-left: 0;
    padding-left: 30px;
    background: #f2f2f2 url(images/sidebar-heading-bg.png) no-repeat left center;
    }
table.v4acpcont:nth-child(2) table.v4acp td.v4title h2 {
    color: #111;
    /* height: 45px; */
    /* font-size: 15px; */
    /* line-height: 45px; */
    font-weight: 900;
    box-sizing: border-box;
    /* text-transform: uppercase; */
    /* background: none; */
}

div.bpmsg {
    background: #004025;
    padding: 5px 0 8px 16px;
    float: left;
    width: 99.9%;
    box-sizing: border-box;
    color: #Fff; display:none;
    font-family: inherit;
    font-weight: 400;
}

.bpmsg span.title {
    color: #fff;
    font-size: 14px;
    font-family: Work sans, arial;
    font-weight: 400;
}

.bpmsg span.option {
    color: #fff;
    font-family: Work sans, arial;
    font-weight: 400;
    font-size: 14px;
}

.bpmsg span.lnk a {
    color: #fff;
}
footer#glbfooter ul li {background:none;width: auto;float: none;}
table.li.nol td.details div.ttl {
    display: block;
}

table.li.nol td.details div.ttl a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
td.details .ttl.g-std img.ii.iiNew.before, td.details .ttl.g-std img.ii.iippl {
    display: none;


}
div.mg.spc.arun {
    float: left;
    position: absolute;
    margin-top: 51px;
    z-index: 100;
}
div.msg.arun b, div.msg.arun.spc i {
    color: #000;
}

/* ========== eBay Style // END ========== */



/* ========== Custom Page // START ========== */
.custom-pages {
    width: 100%;
    float:right;
    clear:both;
}

.custom-pages-title {
  background-color: #333;
    width: 100%;
    height: 43px;
    color: #fff;
    font-size: 15px;
    line-height: 43px;
    text-transform: uppercase;
    text-indent: 10px;
    text-align: left;
}

.custom-pages-content, .faqcp {
    float:left;
    width:96%;
  background:#fff;
    font-size:15px;
    padding:2%;
    line-height:21px;
}

.custom-pages-content h1, .custom-pages-content h2, .custom-pages-content h3, .custom-pages-content h4, .custom-pages-content h5, .custom-pages-content h6, {
    color: #333;
    padding: 10px 0;
}

.custom-pages-content h1 {
    font-size: 26px;
}

.custom-pages-content h2 {
    font-size: 24px;
}

.custom-pages-content h3 {
    font-size: 22px;
}

.custom-pages-content h4 {
    font-size: 20px;
}

.custom-pages-content h5 {
    font-size: 18px;
}

.custom-pages-content h6 {
    font-size: 16px;
}

.custom-pages-content p {
    padding:5px 0;
    line-height:25px;
  font-size:15px;
}

.custom-pages-content p a {
  color:#06F;
}

.custom-pages-content ul, .custom-pages-content ol {
  margin-left:30px;
  font-size: 15px;
  color: #333;
  line-height: 25px;
}

.custom-pages-content ol ol li {
    list-style-type: lower-alpha;
}

.custom-pages-content ol ol ol li {
    list-style-type: lower-roman;
}

.custom-pages-content ul {
  list-style-type:disc;
}

.custom-pages-content ul ul li {
    list-style-type: circle;
}

.custom-pages-content ul ul ul li {
    list-style-type: square;
}
/* ========== Custom Page // END ========== */




/* ========== Misc // START ========== */

/* Swift CMS Basic Styling // START */
.text-center img {
  text-align:center;
  margin:0 auto;
}

.text-center {
  text-align:center;
}

.text-left {
  text-align:left;
}

.text-right {
  text-align:right;
}
/* Swift CMS Basic Styling // END */

span.oriprs {
    display: none;
}
span.disct {
    display: none;
}

img {
    border:none;
    border:0px;
}

textarea:focus, input:focus {
    outline: 0;
}

*:focus {
    outline: 0;
}

/* Signature // START */
#footerwrap {
  float: left;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
}

.dbusfoot {
  background-image: url('https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-seperator.png');
  margin: 20px auto 0;
  max-width: 617px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center; 
  clear:both;
  position:relative;
  top:10px;
}

.dbus {
  text-align: center;
  background-image: url('https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-logo.png');
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 70px;
}
/* Signature // END */

/* Site Notice // START */
div#GlobalNotice {
  width:85%;
  height: auto;
  margin: 20px auto;
  border: solid #F00 1px;
  background: #FEEFDA;
}
  
div#GlobalNotice h3 {
  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 {
  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 */

/* ========== Misc // END ========== */




/* ========== Responsive Items Style // START ========== */
@media (max-width: 1150px) {
  nav .menu ul li {
    padding-left: 9px;
    padding-right: 20px;
  }
}

@media (max-width: 1100px) {
  nav .menu ul li {
    padding-left: 7px;
    padding-right: 16px;
  }
}

@media (max-width: 1050px) {
  nav .menu ul li {
    padding-left: 5px;
    padding-right: 13px;
  }

  .gallery-detail {
    width: 44%;
  }
}

@media (max-width: 1020px) {
  nav .menu ul li {
    padding-left: 6px;
    padding-right: 15px;
  }

  nav .menu ul li a {
    font-size: 19px;
  }

  footer .sub-sect {
    width: 48%;
  }

  footer .sub-sect h4 {
    width: 56%;
  }

  footer .features-footer {
    width: 100%;
    max-width: 404px;
  }

  footer .features-footer .feature-box-1 {
    width: 174px;
  }

  footer .sub-sect h4 {
    line-height: 22px;
  }
}

@media (max-width: 980px){
   .logo {
    margin-top: 16px;
    position: static;
    width: 100%;
    float: left;
  }

  nav {
    margin-top: 0;
    box-sizing: border-box;
    padding-bottom: 2px;
    background: rgba(0,0,0,0.7);
    padding-left:  15px;
    padding-right:  15px;
    width:  100%;
  }

  nav .nav-container {
    max-width: 100%;
    padding-top:  5px;
    position:  relative;
    padding-bottom: 9px;
  }

  nav .burgermenu {
    display: block;
    width: 60%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0 5px;
  }

  nav .burgermenu img {
    display: inline-block;
    width: 25px;
    margin-right: 5px;
  }

  .menu,
  .closemenu {
    display: none;
  }

  nav .menu {
    padding-bottom: 10px;
    width: 100%;
    float: left;
    margin-top: 7px;
    box-sizing: border-box;
    font-family: "Oswald", sans-serif;
  }

  nav .menu .menu-items-left {
    left: 0;
    float: none;
  }

  nav .menu .menu-items-right {
    left: 0;
    float: none;
  }

  nav .menu ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 0;
    padding-right: 0;
    background: unset;
  }


  nav .menu li:first-child {
    padding-left: 0;
  }

  nav .menu ul li a {
    font-size: 17px;
    display: block;
  }

  nav .closemenu {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 5px 9px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    right: 5px;
  }

  nav .mobile-menu:hover .menu,
  .mobile-menu:hover ~ .closemenu {
    display: block;
  }

  .gallery-detail {
    width: 42%;
    padding-left: 3%;
  }
}

@media (max-width: 950px) {
  .gallery-detail {
    width: 39%;
  }
}

@media (max-width: 900px) {
  .gallery,
  .gallery-detail {
    width: 100%;
  }

  .gallery-container .gallery {
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .white-box {
    width: 100%;
    max-width: 100%;
  }

  .defaultimg,
  .thumbnails .gallery-content {
    left: 0;
  }

  .thumbnails {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .thumbnails li {
    display: inline-block;
    padding-top: 32px;
    width: 100px;
  }

  .gallery-detail {
    border-left: none;
    padding-left: 0;
    margin-top: 40px;
  }
}



@media (max-width: 812px){
  footer .sub-sect {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  footer .sub-sect h4 {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  footer .sub-sect .btn-sub {
    display: inline-block;
    line-height: 36px;
  }

  footer .features-footer {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer-links {
    margin-top: 30px;
  }

  footer .footer-links ul li {
    padding-left: 6px;
    padding-right: 6px;
  }

  footer {
    background: #191919;
  }

  footer .footer-links {
    margin-top: 10px;
    padding-top: 20px;
    background: #1268d7 url(images/footer-bg.png) repeat-x top center;
  }

  footer .footer-links ul {
    width: 100%;
  }

  footer .footer-links ul li {
    height: 22px;
    line-height: 22px;
  }

  footer .footer-links ul li:last-child {
    background: unset;
  }

  footer .footer-links .copyrights-info {
    padding-left: 0;
    margin-top: 5px;
  }

  footer .payment-info {
    margin-top: 0;
  }

  /* CATALOGUE Responsive */
  span.pdmt .label {/* color: #000; */text-align: left;/* padding-left: 0 !important; *//* margin-left: 0 !important; */}
 
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;
    border-left: 0;
}

#fpcap {padding: 13px 0 12px 3%;width: 97%;}

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;
    float: none;
    display: inline-block;
}

table.gallery {
    width: 100% !important;
    min-height:315px;
    margin-bottom: 10px !important;
}

table.pgbc {
    width: 100%;


    height: auto;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 10px;
}
.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: 31% !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;
    float: none;
    margin: 0 auto;
}

.ctrlbr {
    float:left;
    padding-left: 10px;
    margin-top: 10px;: 20px
    margin-top:0;
    margin-bottom: 15px;
}

.fpcc span.keywordClass, .fpcc .countClass, .fpcc .matchClass, span.pdmt .label {
    font-size: 16px !important;
}
span.pdmt .cur{font-size:13px;}
.rs_box{
    width: 100%;
    overflow: hidden;
}
.pagecontainer table:nth-child(5) td > table:nth-child(2) {
    width:100%;
    padding: 0;
}
.image {width: 140px !important;}
table.gallery div.saleDiv 
{
  padding:0;
}


}


@media (max-width: 768px){
#ds_div {
    overflow:hidden !important;
}

}


@media (max-width: 736px){
    #ds_div{
    overflow:hidden !important;
}
  .categories .cat-link {
    font-size: 19px;
    height: 36px;
  }

  }
 

@media (max-width: 667px){
  .product-desc {
    width: 100%;
    border-right: none;
  }

  .tabs {
    width: 100%;

  }
}
@media (max-width: 640px) {
#ds_div {
    overflow:hidden !important;
}

}



@media (max-width: 568px) {
#ds_div{
    overflow:hidden !important;
 }
  .categories .cat-single {
    width: 49%;
    margin-right: 2%;
  }

  .categories .cat-single:nth-child(4n) {
    margin-right: 2%;
  }

  .categories .cat-single:nth-child(2n) {
    margin-right: 0;
  }

  .categories .cat-single img {
    width: 100%;
  }

  .categories .cat-link {
    font-size: 21px;
    height: 40px;
  }

  footer .footer-links ul {
    width: 50%;
  }

  footer .footer-links ul li {
    float: none;
    padding-left: 0;
    padding-right: 0;
    background: unset;
  }

  footer .footer-links .copyrights-info {
    float: right;
    margin-bottom: 10px;
  }
 
}




@media (max-width: 480px) {
#ds_div {
    overflow:hidden !important;
}
 
  footer .features-footer .feature-box-1,
  footer .features-footer .feature-box-2 {
    width: 100%;
    text-align: center;
  }

  footer .features-footer .feature-img {
    width: 100%;
  }

  footer .features-footer .feature-img img {
    margin-left: auto;
    margin-right: auto;
  }

  footer .features-footer .feature-content {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .gallery-container {
    padding-left: 15px;
    padding-right: 15px;
  }
#fpcap {
}

.footer {
    width:100%;
}

.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 46%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
}

.ctrlbr { padding-left:0;}

.burgermenu {
}

table.grid td.gallery:last-child  { display:none;}

}
@media (max-width: 450px) {
  
}



@media (max-width: 424px)
{
#ds_div{
    overflow:hidden !important;
}

  
 table.grid td.gallery:last-child  {}
 
.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: 100%;
    display: block;
}

table.grid td.gallery:last-child {
    display: block;
}


}

@media (max-width: 414px)
{
#ds_div {
    overflow:hidden !important;
}
     
  .categories .cat-link {
    font-size: 19px;
    height: 36px;
  }

  footer .footer-links ul {
    width: 30%;
  }

  footer .footer-links ul li {
    height: auto;
  }

  .gallery-container .gallery {
    max-width: 250px;
  }

  .white-box {
    height: 318px;
  }

  .defaultimg,
  .thumbnails .gallery-content {
    max-width: 250px;
    height: 318px;
    max-height: 318px;
  }

  .grid-item:hover:nth-of-type(5n + 1) ~ img {
    left: 0px;
  }
  .grid-item:hover:nth-of-type(5n + 2) ~ img {
    left: -62px;
  }
  .grid-item:hover:nth-of-type(5n + 3) ~ img {
    left: -125px;
  }
  .grid-item:hover:nth-of-type(5n + 4) ~ img {
    left: -187px;
  }
  .grid-item:hover:nth-of-type(5n + 5) ~ img {
    left: -250px;
  }

  .grid-item:hover:nth-of-type(1n + 1) ~ .zoom-image {
    top: 0px;
  }
  .grid-item:hover:nth-of-type(1n + 6) ~ .zoom-image {
    top: -79px;
  }
  .grid-item:hover:nth-of-type(1n + 11) ~ .zoom-image {
    top: -159px;
  }
  .grid-item:hover:nth-of-type(1n + 16) ~ .zoom-image {
    top: -238px;
  }
  .grid-item:hover:nth-of-type(1n + 21) ~ .zoom-image {
    top: -318px;
  }

.wrapper, td#CentralArea div.dynpg {
 

}

#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%;
    float: none;
    margin: 0;
}

table.grid td.gallery:last-child {
    display: block;
}

table.gallery {
    width: 100% !important;
    margin-bottom: 15px !important;
}



}


@media (max-width: 400px) {
#ds_div {
    overflow:hidden !important;
}

  
  
.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: 100%;
    float: none;
    margin: 0;
}
}

@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: 100%;
    float: none;
    margin: 0;
}

}

@media (max-width: 375px) {
#ds_div {
    overflow:hidden !important;
}





.wrapper, td#CentralArea div.dynpg {
    /* width: 375px; */
}

#fpcap {
    width: 97%;
}
.grid td.gallery, .grid td.gallery:nth-child(2), .grid td.gallery, .grid td.gallery:nth-child(1) {
    width: 100%;
    float: none;
    margin: 0;
}
.r3_cm {
    /* margin-top: 22px; */
    width: 100%;
    float: left;
    padding-left: 0;
}


}

@media (max-width: 360px) {
#ds_div {
    overflow:hidden !important;
}

 
.wrapper, td#CentralArea div.dynpg {
    /* width: 360px; */
}

#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%;
    float: none;
    margin: 0;
}



}

@media (max-width: 320px) {
#ds_div {
    overflow:hidden !important;
}


.wrapper, td#CentralArea div.dynpg {

    width: 315px;
    height: auto;
}
body {
    margin: 0 0px 5px 5px !important;}
#fpcap {
    /* width: 93.5%; */
}
table.gallery {width: 100% !important;margin-bottom: 20px !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 ========== */








