/*gjc custom*/

body{
 font-size:17px;
 height:auto;
 color:#515050;
  display: block;
  min-height: 100vh;
  flex-direction: column;
  font-weight: 200;
  background :#fff;
}
.flexbox {
	display: flex;
}
/*only for non IE*/
@media screen { @media (min-width: 0px) {
	body { 
		display:flex;
	}
} }
.container {
  
}
/* Preloader */

.page-loader {
  background: #dadada none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
@keyframes spinner {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.spinner {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #c2e325;
    display: inline-block;
    font-weight: 400;
    height: 8em;
    left: 50%;
    line-height: 8em;
    margin: -4em 0 0 -4em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 8em;
}
.spinner:not(:required) {
    animation: 1500ms linear 0s normal none infinite running spinner;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0.5em;
    box-shadow: 1.5em 0 0 0 #f7f7f7, 1.1em 1.1em 0 0 #f7f7f7, 0 1.5em 0 0 #f7f7f7, -1.1em 1.1em 0 0 #f7f7f7, -1.5em 0 0 0 #f7f7f7, -1.1em -1.1em 0 0 #f7f7f7, 0 -1.5em 0 0 #f7f7f7, 1.1em -1.1em 0 0 #f7f7f7;
    display: inline-block;
    font-size: 16px;
    height: 1em;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 50%;
    width: 1em;
}
.container-fluid {
	padding: 0;
	margin: 0;
}
.container-fluid > .row {
	padding: 0;
	margin: 0;
}
.container-fluid .col-md-12 {
	padding: 0;
	margin: 0;
}
p {
  line-height: 1.4;
  margin-bottom: 15px;
}
a, a:link {
	color: #000;
}

a:hover, a:focus {
	color: #4682B4;
	text-decoration:none;
}

a:focus {
  outline: medium none;
}
.highlight {
	color: #4682B4;
}
.pagination > li > a, .pagination > li > span {
	color: #000;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #4682B4;
}
div.clear {
	line-height: inherit;
	font-size: inherit;
	clear: both;
}
.dropdown-menu {
	z-index: 999999;
}
.floatleft {
	float: left;
}
/*form reset*/
label {
	font-size: 100%;
	font-weight: normal;
	width: 30%;
}
.form-control {
	display: inline-block;
	width: 60%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: inherit !important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
}
.label-success {
	background-color: #fff;
	color: #3A3B3F;
}
#fancybox-overlay {
  backdrop-filter: blur(5px);
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #eee;
}
/*form reset*/
h1, h2, h3, h4 {
  color: #3A3B3F;
  font-weight: 400;
  padding-left: 0px;
  text-transform: none;
}


.page-header {
	margin: 0px 0 10px;
	border:0;
}

h1.page-header,
.page-header h1,
h1 {
  color: #3A3B3F;
  line-height: 36px;
  margin: 20px 0 20px;
  padding: 0px 0 10px 0px;
  font-weight: 400;
}

h2 {
  color: #3A3B3F;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}


h3, .h3 {

}

.moduletable .border > h3 {
  border-bottom: 0 none;
  border-top: 0px solid #aaa;
  color: #fff;
  font-size: 1.4em;
  font-weight: 200;
  margin-bottom: 10px;
  padding-bottom: 1px;
  padding-top: 10px;
  text-transform: uppercase;
}

.moduletable h3, h3 {

}
h4.page-header {
	margin: 30px 0 10px 0;
}
h4 > strong {
	font-weight: 400;
}
.actions {
	position: absolute;
	right: 0;
}
.icon-edit:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\270f";
}
.btn {
	border: 1px solid transparent;
	border-radius: 0;
}
.btn-primary, .btn-default, .btn, .button , #checkoutFormSubmit{
	color: #fff !important;
	padding: 6px 12px;
	border-color: #fb9521;
		background-color: #fb9521;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fe9a20),color-stop(100% #ee8024));
	background-image: -webkit-linear-gradient(top,#fe9a20 0,#ee8024 100%);
	background-image: -moz-linear-gradient(top,#fe9a20 0,#ee8024 100%);
	background-image: -ms-linear-gradient(top,#fe9a20 0,#ee8024 100%);
	background-image: -o-linear-gradient(top,#fe9a20 0,#ee8024 100%);
	background-image: linear-gradient(top,#fe9a20 0,#ee8024 100%);
		color: #333;
	background-color: #fff;
	border: 1px solid #d65c12 !important;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-default:hover, .btn-default.focus, .btn-default:focus, .btn:hover, .btn.focus, .btn:focus, .button:focus, .button:hover,
#checkoutFormSubmit:hover, #checkoutFormSubmit:focus, #checkoutFormSubmit:active {
	border-color: #d65c12 !important;
	color: #fff !important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	color: #fff;
	border-color: #d65c12 !important;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #fff;
	border-color: #d65c12 !important;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #d65c12 !important;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
.border {
  padding: 20px 0;
  position: relative;
  word-wrap: break-word;
}
.margin-top-5 {
	margin-top:5px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #ec6d0b;
}
.text-info {
	color: #3A3B3F;
}
#cookie-law {
	background-color: #d5d5d5;
	font-size: 80%;
	color: #FFF;
	position: static;
	top: 0;
	bottom:unset;
	left: 0;
	right: 0;
	display: none;
	z-index: 100;
	padding: 5px 0;
}
#gjc-toolbar {
	/* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
	border-bottom: 0px solid #194eae;
	/* box-shadow: 0 5px 5px rgba(0,0,0,0.1); */
	background-color: #fff;
}
header {
	margin: 0;
	position: relative;
}
.col-sm-2.loginbutgjc.text-right {
	padding-top: 10px;
}
#j-login-mod-button {
	color: #000 !important;
	background: #fff;
	border: 0 !important;
}
#j-login-mod {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
	position: absolute;
	left: 0;
	top: 32px;
	width: 320px;
	z-index: 99999;
}
#gjc-navbar.fixedmenu {
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	border: 0;
	border-bottom: 0px solid #153f8e;
	padding: 0;
}
nav {
  margin: 0;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
#gjc-navbar {
	padding: 0 0 0px 0;
	background: #fff;
	padding: 10px 0 0 0;
	border:0;
}
.navbar {
	margin: 0 0 10px;
	border-bottom: 0;
	background: none;
	border-top: 0px solid #ef5e29;
	min-height: 35px;
	z-index: 999;

}
.home .navbar {
    margin: 20px 0 0;
}
.navbar .container {
  margin: 0px auto 0px;
  position: relative;
}
.navbar.fixedmenu .container {
  margin: 10px auto 0;
  position: relative;
}
.gjc-logo a {
	display: block;
	margin-top: -17px;
}
.col-sm-4.gjc-logo > a:hover {
	text-decoration: none;
	color: #3A3B3F;
}
.col-sm-4.gjc-logo2 {
	display: none;
}
.navbar.fixedmenu .col-sm-4.gjc-logo2 {
	display: block;
	margin-top: -15px;
}
.navbar.fixedmenu .col-sm-4.gjc-logo2 img {
	height: 50px;
}
.site-title {
	font-weight: 400;
	font-size: 32px;
}
.headerInfo {
	display: none;
}
.nav.navbar-nav {
	float: right;
}
.navbar .nav > li {
	position: relative;
	/* border-right: 1px solid #142e46; */
	float: right;
}
.navbar .nav > li:first-child a, li.item-111 a {
	border-right: 0px solid #3A3B3F !important;
	padding-right: 0 !important;
}
.navbar .nav > li:hover {
  background-color: transparent;
}
.navbar .nav > li:first-child {
 /* display: none;*/
}
.navbar .nav > li:first-child > a, .navbar .nav > li:last-child > a {
 padding-left:0;
}
.navbar .nav > li:hover {
	background-color: transparent;
	transition: all 0.4s ease 0s;
	color:#e2d1c3;
}
.navbar-nav > li.active {
	background-color: transparent;
	transition: all 0.4s ease 0s;
	font-weight: 500;
}
.navbar #gjc-navbar-inner .nav > li > a, .navbar #gjc-navbar-inner .nav > li > span {
	background-repeat: no-repeat;
	background-color: transparent !important;
	color: #000;
	display: inline-block;
	font-size: inherit;
	line-height: 16px;
	padding: 0 13px 0 14px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	border-right: 1px solid #000;
	margin: 0 0 10px 0;
}
.navbar-nav .deeper.parent:hover > a {
	color: #ec6d0b !important;
}
.navbar .nav > li > .dropdown-menu::after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.15);
	border-left: 6px solid transparent;
	content: '';
}
.navbar .nav > li > .dropdown-menu {
	padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	height: 0;
	display:block;
}
.navbar li.parent:hover .dropdown-menu {
	display: block;
	opacity: 1;
	height: auto;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > span, .dropdown-menu > .active > span:hover, .dropdown-menu > .active > span:focus, .flyout-menu > li.active > a, .flyout-menu > li.active > span {
	background-color: #fff;
	background-image: none;
	color: #4682B4;
	text-decoration: none;
	filter: none;
}
nav .dropdown-menu > li a, nav .dropdown-menu > li span, .flyout-menu > li a, .flyout-menu > li span {
	padding: 10px 20px;
	display: block;

}
.navbar #gjc-navbar-inner .nav > li > a:hover, .navbar #gjc-navbar-inner .nav > li > span:hover, nav .dropdown-menu > li:hover a, nav .dropdown-menu > li:hover span {
	color: #4682B4;

}
.navbar #gjc-navbar-inner .nav > li.active > a, .navbar #gjc-navbar-inner .nav > li.active > span {
  color: #000;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: transparent;
  color: #4682B4 !important;
}
#offcanvas .navbar-nav > li > a:hover {
	color:#4682B4;
}
/*left menu*/
.menu.nav.nav-pills.nav-stacked {
	/*background: #eaeded;*/
	padding-top: 20px;
	box-shadow: unset;
	border-radius: 0;
}
.moduletable ul.vm-all-child-menu {
	margin: 0 15px;

}
.nav-stacked > li {
  margin-left: 0;
  margin-top: 2px;
}
.sidebar-a .nav-pills > li > a {
	color: #2A2A2A;
	display: block;
	/* font-size: 14px; */
	margin: 10px 0 0 0;
	outline: medium none;
	padding: 3px 0 3px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
.sidebar-a  .nav > li > a:focus, .sidebar-a  .nav > li > a:hover, .sidebar-a  .nav > li.active > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #2A2A2A;
}
.sidebar-a .nav-pills > li.active > a, .sidebar-a .nav-pills > li.active > a:focus, .sidebar-a .nav-pills > li.active > a {
  color: #2A2A2A !important;
}
.menu.nav > li ul.small {
	font-size: inherit;
}
.menu.nav > li ul li:hover, .sidebar-a .menu.nav  li.active > a {
	font-size: inherit;
	background: #eaeded;
}
.menu.nav > li li > a {
	padding: 3px 0 3px 20px;
	font-size: inherit;
}
.menu.nav > li li > a::after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	color: #999;
	font-size: 1em;
	float: right;
	margin-right: 20px;
	font-weight: lighter;
}
.menu.nav > li li > a:hover::after {
	color: #333;
}
/*accordian module*/

/*opens submenu of current item*/
.active.deeper.parent .dropdown-menu {
	display: block !important;
}
.nav-stacked > li.parent > span.nav-header {
	color:#000;
	cursor:pointer;
	display:block;
	font-size:14px;
}
.nav-stacked > li.parent > span.nav-header:hover,
.nav-stacked .dropdown-menu > li > a:hover { 
	
	color:#4682B4;
}

.nav-stacked > li > a {
	position: relative;
	display: block;
	padding: 5px 10px;
}
.nav-stacked .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	padding: 5px 0;
	margin: 2px 0 0 20px;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color:#f7f7f7;
	border: 0;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.nav-stacked .dropdown-menu li:hover{
	/*background: #eaeded;*/
}
.nav-stacked .dropdown-menu > li > a {
	display: block;
	padding: 3px 0px 3px 10px;
	clear: both;
	line-height: 1.42857143;
	color: #000;
	white-space: nowrap;
	font-size: inherit;
	font-weight: lighter;
	margin-right: 25px;
}
.nav-stacked .dropdown-menu > li > a:hover {
	color:#2A2A2A;
	background: #eaeded;
}
.nav-stacked .dropdown-menu > li > a::after {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	color: #999;
	font-size: 1em;
	float: right;
	margin-right: 20px;
	font-weight: lighter;
}
.nav-stacked .dropdown-menu > li > a:hover::after {
	color: #333;
}
/* vm cats left*/
.moduletable.cat_fp,
.moduletable.dsk_subcats {
	background: #f7f7f7;
	margin-bottom: 20px !important;
}
/*off canvas*/
.navbar-header.pull-right {
	position: absolute;
	top: 0px;
	right: 0px;
}
.navbar-toggle {
  border: medium none;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 5px;
}
#offcanvas .far.fa-times-circle {
	float: right;
	padding: 10px;
	z-index: 99999999;
	/* position: absolute; */
	color: #fff;
	font-size: 30px;
}
#offcanvas .far.fa-times-circle:hover {
	color:#EF5E29;
	cursor:pointer;
}
.off-canvas-wrapper {
	width: 50%;
}
#offcanvas .nav-pills > li > a {
  border-radius: 0 !important;
  color: #ffffff !important;
}
#offcanvas .nav-pills > li > a:hover {
  border-radius: !important;
  color: #4682B4 !important;
}
#offcanvas .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: transparent;
  color: #4682B4 !important;
}
#offcanvas .separator {
	color: #fff;
	padding: 10px;
	display: inline-block;
}
/*mobile cats*/
.accordion_mob {
	overflow: hidden;
/*	box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
	border-radius: 3px;*/
	background: #f7f7f7;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 10px;
}
.accordion-section-title {
	width: 100%;
	padding: 7px;
	display: inline-block;
	border-bottom: 1px solid #d3d3d3;
	background: #f7f7f7;
	transition: all linear 0.15s;
	font-size: 19px;
	color: #fff;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background: #dadada;
	text-decoration: none;
}
.accordion-section-title::before {
	content: " » ";
	color: #444;
	font-size: 1em;
}
.accordion-section-content {
	padding: 7px 7px 7px 30px;
	display: none;
	font-size: 15px;
}
.accordion-section-content::before {
	content: " \0203a ";
	color: #444;
	font-size: 1em;
	margin-right: 3px;
}
/*mob cat sub menus*/
.catNav {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #f7f7f7;
	text-align: left;
	padding-left: 30%;
}
.catNav ul li a::before {
	content: " \0203a ";
	color: #444;
	font-size: 1em;
	margin-right: 3px;
}
#mod-search-searchword {
  background: #fff none repeat scroll 0 0;
  border: 0 solid #ffffff;
  border-radius: 0;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  margin: 4px 10px 0 0;
  padding: 3px 6px;
  width: 230px;
}
.searchmodule .btn {
  background-image: none;
  border-color: #ffffff #ffffff #ffffff -moz-use-text-color;
  background-color:#3A3B3F;
  border-image: none;
  border-radius: 0;
  border-style: solid solid solid none;
  border-width:  0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0px 0 0;
  padding: 7px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#mod-search-searchword:focus {
  border-color: inherit;
	box-shadow: none;
	outline: 0 none;
}
.searchmodule {
	float: left;
	padding-top: 15px;
}
.searchbutton {
  position: absolute;
  top: 5px;
  left:0;
}
.btn.btn-primary.vmsearch {
	background: url(../images/search.png) no-repeat #fff;
	height: 26px;
	width: 25px;
	margin-left: 5px;
	border: 0 !important;
}
.search.input-group .fas {
	color: #fff;
}
/*slider area*/
	#gjc-slider {
		clear:both;
		flex:1;
		}
	#gjc-slider .container-fluid {
		height:100%;
	}
	#gjc-slider .row > div {
	  padding: 0;
	}
 /* Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.0);
  }
  40% {
    -webkit-transform: scale(1.2);
  }
   40% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.0);
  }
  40% {
	 transform: scale(1.2); 
  }
   60% {
	 transform: scale(1.2); 
  }
  100% {
    transform: scale(1.0);
  }
}
/* main */
#gjc-main {
  margin-top: 20px;
  flex: 1;
}
.home #gjc-main {
	margin-top: 30px;
	flex: unset;
}
.main-wrapper {
	padding-bottom: 30px;
}
.home .main-wrapper {
	padding-bottom: 0px;
}

/*contact*/
.contact-form.well {
	margin-top: 30px;
}
.contact-address.list-unstyled {
	margin-top: 30px;
}
/*blog*/
.blog .item-image {
	max-width: 60%;
}
.items-leading div[class^="leading"] {
	clear: both;
	/* border-bottom: 1px dashed #ccc; */
	float: left;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid rgba(210,113,4,0.2);
	box-shadow: 0 0 5px 3px rgba(210,113,4,0.1);
	width: 100%;
}
.items-leading div[class^="leading"] .create{
	padding: 20px 0px 0;
}
.items-leading div[class^="leading"] .readmore {
	position: absolute;
	right: 20px;
	bottom: 5px;
}
.items-leading div[class^="leading"] strong {
	display: block;
	text-align: right;
}
#jform_captcha-lbl {
	display: none;
}
/*VM*/
/*
.home .product-price {
	height: 42px;
}*/
.moduletable.gjc_fp40 > .border {
	padding-top: 0;
}
.glyphicon-star::before {
	color: orange;
}
.vm-img-desc, #fancybox-title-inside {
	display: none;
}
.vendor-store-desc {
	margin-top: 30px;
}
#com-form-login-username, #com-form-login-password {
	margin-bottom: 20px;
}
#com-form-login-username input, #com-form-login-password input {
	max-width:200px;
}
#product_orderby {
	width: 60%;
	display: inline-block;
}
.cat-title {
	text-align: center;
	border: 0;
}
.v_category .product .input-group.quantity-controls {
	width: 78px;
	float: right;
}
.v_category .product .quantity-controls .btn {
	padding: 3px 6px;
}
.v_category .product .quantity-input.form-control {
	height: 28px;
	width: 28px;
}
.v_category .product .addtocart-area {
	height: 38px;
}
.v_category .product .qty-hold, .related_view .product .qty-hold {
	width: 50%;
	float: left;
	padding-right: 5px;
	display:none;
}
.v_category .product .addtocart-button-hold {
	/*float: left;
	padding-left: 5px;*/
}
.v_category .product .addtocart-button, .related_view .product .addtocart-button {
	height: 28px;
	padding: 0 20px;
}
/*VM cats*/
#catorderlist {
	display: none;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0px 0;
	border-radius: 4px;
}
.vm-pagination .text-center {
	text-align: right;
}
.vm-page-counter.col-sm-3 {
	text-align: left;
}
.display-number {
	text-align: right;
}
.v_category .product.col-sm-3 {
	padding: 0 5px;
}
.v_category .product .thumbnail {
	padding: 10px;
}
.vm-product-rating-container.row {
	height: 25px;
	text-align: center;
	margin-top: 10px;
}
.v_category .product h5 {
	font-size: 100%;
	text-align: center;
	height: 38px;
}
.category_description {
	margin-bottom: 20px;
}
.category-view .thumbnail {
	position: relative;
	padding: 0;
	border: 0;
}
.vm3pr-2.vm-price-wrapper, .vm3pr-3.vm-price-wrapper, .related_view .vm-price-wrapper {
	height: 72px;
}
.nothome .category-view .category-view .thumbnail {
	transition: transform .2s;
	box-shadow:0 0 15px 5px rgba(0,0,0,0.0);
}
.nothome .category-view .category-view .thumbnail:hover {
	/*transform: scale(1.05);*/
	box-shadow:0 0 15px 5px rgba(0,0,0,0.4);
}
.related_view .product {
	margin-bottom:40px;
}
.vm3pr-1 .product-fields-wrapper {
	height: auto;
}
.vm3pr-2 .product-fields-wrapper {
	height: auto;
	margin-bottom: 15px;
}
.vm3pr-4 .product-fields-wrapper {
	height: auto;
	margin-bottom: 15px;
}
.vm3pr-3 .product-fields-wrapper {
	height: auto;
	margin-bottom: 15px;
}
.vm-product-title.product-name {
	height: 56px;
	font-size: 110%;
}
.v_category .PricesalesPrice.vm-display.vm-price-value,
.related_view .PricesalesPrice.vm-display.vm-price-value {
	text-align: center;
}
.PricesalesPrice {
	font-size: 28px;
	color: #f97200;
	font-weight: 500;
	height:36px;
}
.PriceunitPrice {
	clear: both;
	font-size: 12px;
	color: #666;
}
.v_category .PriceunitPrice,
.related_view .PriceunitPrice {
	text-align: center;
}
.vm-price-value {
	height: 36px;
}
.vm-price-desc {
	/* display: inline-block; */
	width: auto;
	/* overflow: hidden; */
	/* white-space: nowrap; */
	text-overflow: ellipsis;
	/* vertical-align: middle; */
	/* text-align: right; */
	font-weight: 400;
	margin-right: 10px;
	/* font-size: 17px; */
}
.vm-price-desc + span {
	display: inline;
	/* text-align: left; */
	width: auto;
}
.additional-images {
	margin-top: 30px;
}
.vm-cat-overlay {
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	bottom: 0;
}
.vm-cat-img {
	text-align: center;
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.vm-cat-img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.vm-cat-img:hover {
}
.home .category-view .caption.text-center {
	background: #93c9edd9;
}
.category-view .caption.text-center {
	background: #93c9edd9;
}
.home .vm-cat-title {
	margin: 0px;
	color: #314757;
}
.cat-title {
	text-align: center;
	text-transform: uppercase;
	color: #314757;
}
.vm-cat-title {
	font-size: 100%;
	margin: 0;
}
.home .vm-cat-desc, .vm-cat-desc{
	background: #93c9edd9;
	/* margin: 20px 20px; */
	color: #314757;
	display: none;
	padding: 10px 10px 10px;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #fff;
}
.custom.catdesc {
	margin-bottom: 15px;
}
/*VM details*/
.vm-product-container {
	margin: 30px 0;
	float: left;
	width: 100%;
}

.product-description.col-md-12 {
	margin-top: 30px;
}
.vm-product-container .main-image {
	box-shadow: 2px 2px 23px 0px #D3D3D3;
	margin-left: 1px;
	text-align: center;
	padding:10px;
}
.vm-product-container .main-image img{
	max-height: 750px;
}
.back-to-category-container {
	width: 100%;
	overflow: hidden;
}
div.productdetails .back-to-category, div.vm-cart-header-container .back-to-shopping {
	float: right;
	border: 1px solid #d3d3d3;
	padding: 5px 0;
	background-color: #fbfbfb;
}
div.productdetails .back-to-category a.product-details, div.vm-cart-header-container .back-to-shopping a.continue_link {
	padding: 6px 11px 6px;
}
h1.product-title {
	font-size: 36px;
	margin-top: 0;
}
.productdetails .ratingbox {
	padding: 0;
}
.addtocart-bar.text-center {
	margin-top: 0px;
}
.productdetails .qty-hold, .productdetails .addtocart-button-hold {
	float:left;
}
.productdetails .qty-hold {
	width: 120px;
}
.productdetails .addtocart-button-hold {
	width: 200px;
	margin-left: 10px;
}
.vendor_logo.fulfilled {
	width: auto;
	line-height: 35px;
}
.productdetails .vendor_info {
	margin-top: 20px;
}
#vendorprices {
	margin-top: 20px;
	float: left;
	clear: both;
}
.vendor_prices {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.vendor_logo {
	width: 130px;
	float: left;
}
.vendor_logo img {
	height: 35px;
	width: auto !important;
	vertical-align: bottom;
}
#vendorprices .product_price {
	font-weight: 500;
}
#multiexplain {
	margin-top: 10px;
}
.couponextra {
	clear: both;
}
.coupon_info {
	float: left;
	box-shadow: 2px 2px 23px 0px #D3D3D3;
	padding: 8px;
	margin-top: 20px;
}
#rl_modals_loaded_content .page-header {
	display: none;
}
.productdetails .prices-detail {
	float: left;
	clear: both;
}
.productdetails .new-products {
	clear: both;
	margin-top: 20px;
	float: left;
}
.productdetails .new-products {
	position: absolute;
	right: 0;
	top: 120px;
}
.vmcustom-textinput {
	width: 100%;
}
.quantity-input {
	padding: 4px;
}
#moreinfo {
	float: left;
	clear: both;
	margin-top: 30px;
}
.syndigo {
	float: left;
	clear: both;
	margin-top: 40px !important;
	width: 100%;
}
.product-related-products {
	float: left;
	width: 100%;
	margin-top:0px;
}
.product-field-type-R {
	float: left;
	width: 25%;
}
.productdetails #man_info_holder {
	border-color: rgb(229, 233, 241);
	border-width: 1px 0px 1px;
	border-style: solid;
	margin: 25px 0 0;
	padding: 0 0 10px 0;
}
.productdetails #man_info {
	cursor:pointer;
}
.productdetails #man_info > span{
	float:right;
}
.productdetails #maninfo_div {
	display:none;
}
.product-related-products .caption {
	height: 87px;
}
.product-related-products .related_prices {
	height: 43px;
}
.customer-reviews {
	float: left;
	margin-bottom: 30px;
	clear: both;
}
/*VM Cart*/
input[type="checkbox"], input[type="radio"] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
	vertical-align: top;
}
.sprite {
	background-image: url("../images/sprite.png");
	background-repeat: no-repeat;
	background-color: transparent;
}

form#checkoutForm .billto-shipto {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	padding: 0px;
}
.billto-shipto .col-md-6 {
	padding: 20px;
}
#cart-view .controls {
	margin-left: 20px;
}
#cart-view #checkoutForm {
	clear: both;
}
.cart-summary.table {
	border: 1px solid #ddd;
}
.cart-summary > tbody > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #ec6d0b;
	background: #f3f3f3;
}
.vm-cart-item-name {
	width: 50%;
}
.cart_vendor_info {
	float: right;
	margin: 30px 60px 0 0;
	width: 150px;
}
#cart-view .quantity-input {
	padding: 4px;
	width: 40px;
	text-align: center;
}
.add_quantity_cart {
	height: 24px;
	width: 24px;
	background-position: -411px -8px;
	border: 0px;
	cursor: pointer;
	border: 0 !important;
}
.remove_from_cart {
	border: 0px !important;
	background-color: #fff;
	font-size: 12px;
	margin-top: 5px;
	color: #000 !important;
	background-image: unset;
}
.remove_from_cart:hover, .remove_from_cart:focus {
	color: #f97200 !important;
}
.remove_from_cart span.delBut {
	font-size: 18px;
	margin-right: 5px;
	font-weight: 700;
}
.coupon.form-control {
	width: 200px;
}
.cartTeaser ul {
	list-style-type: none;
}
.cartTeaser ul.firstUL {
	float: left;
	margin-right: 25px;
	margin-left: 10px;
}
.cart-summary h4, .cart-summary h3 {
	font-size: 100%;
	margin: 0;
}
.cart-summary .PricesalesPrice, .PricesalesPriceShipment, .PricebillTotal {
	font-weight: bold;
	font-size: 100%;
	color: #000;
	font-weight: bold;
	/* float: left; */
	white-space: nowrap;
} 
td.cart_order_overview {
	background-color: #f3f3f3;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.cart_order_overview .table{
	background-color: #f3f3f3;
}
.checkout-button-top {
	float: right;
	margin-top: 0px;
	clear: both;
}
.col-sm-2.cart.text-left {
	padding-left: 0;
}
.headerCart {
	height: auto;
	float: right;
	width: 200px;
}

.show_cart {
	font-size: 13px;
}

.show_cart A:link, .show_cart A:visited, .show_cart A:active {
	color: #4682B4;
	text-decoration: none;
}

.show_cart A:hover {
	color: #4682B4;
	text-decoration: underline;
}

.cartPictureWrapper {
	float: right;
	background-position: -207px -75px;
	margin-top: 8px;
	margin-right: 10px;
	height: 40px;
	width: 30px;
}

.total_products {
	width: 30px;
	color: #F93;
	text-align: center;
	padding-top: 15px;
	font-size: 15px;
	font-weight: bold;
}
.vm-padded {
	background: #fff;
	
}
.vm-padded a {
	width: 45%;
	float:left;
}
.vm-padded a.showcart {
	float: right;
	margin: 0;
}
#cartq {
	width: 40px;
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
#cart_login {
	margin-bottom: 30px;
}
#cart_login > .btn.btn-primary {
	width:48.5%;
}
.PricesalesPriceShipment, .PricebillTotal {
	white-space: nowrap;
}
.vm-cart-payment .vmpayment_description {
	display: none;
}
.vm-payment-plugin-single > label {
	width: 95%;
}
span.cart.tos {
	margin-right: 10px;
}
.terms-of-service.gjctos {
	display: inline;
	margin-left: 10px;
}
#shipto0-lbl {
	width: 100%;
}
/*VM Cart for Credit cards e.g. eWay and Authorize*/
/*#cc_expire_month_1, #cc_expire_year_1 , #cc_type_1 , #cc_cvv_1{
	width: 120px;
	display: inline;
	margin-right: 5px;
}
.vm-payment-shipment-select.vm-payment-select .vm-payment-plugin-single:nth-child(2) ,
.vm-payment-row .well {
	display:none;
}*/
/*vm cart module*/
.vm_cart_products .row {
	margin-right: -7px;
	margin-left: -7px;
}
.vm_cart_products .row > div {
	padding: 0 7px;
}
.dd_cart_wrapper hr {
	clear:both;
	margin:5px 0;
}
.dd_cart_wrapper .text-center {
	font-size: 12px;
	line-height: 14px;
	padding:0;
}
.dd_cart_wrapper .img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0px solid #ddd;
}

/*email chk vm users*/
.v_user form#com-form-login {
	float:left;
	width:45%;
}
.decide-checkout {
	width: 55%;
	float: right;
}
.checkout-button-wrapper {
	margin-top: 10px;
}
.decide-button1, .decide-button2 {
	float: left;
	margin-right: 10px;
}
.v_user form.form-validate {
	float:right;
	width:55%;
}
.loginpic1 {
	width:56px;
	height:46px;
	background-position: -71px -135px;
}
.loginpic2 {
	width:60px;
	height:46px;
	background-position: -5px -134px;
}
.buttonBar-right {
	margin-left: -15px;
	float: left;
	margin-bottom: 20px;
}
#vmemailchkreg {
    position: relative;
}
#vmemailchkreg #gjc_status2 {
	color: red;
	padding: 1px 0 0 0px;
	position: relative;
	top: 0px;
}
#vmemailchkreg #gjc_status2.free {
    color: green;
    padding: 1px 0 0 0px;
}
#vmemailchkreg #gjc_status {
	display: block !important;
	height: 13px;
	left: 85%;
	position: absolute;
	top: 36px;
	width: 13px;
	z-index: 999999;
}
#vmemailchkreg > #gjc_status.free {
    background: transparent url("../images/yes_no.png") no-repeat scroll 0 0;
}
#vmemailchkreg > #gjc_status.taken {
    background: transparent url("../images/yes_no.png") no-repeat scroll 0 -13px;
}
/*usernam chk vm users*/
#vmusernamechkreg {
    position: relative;
}
#vmusernamechkreg #gjc_statusun2 {
	color: red;
	padding: 1px 0 0 0px;
	position: relative;
	top: 0px;
}
#vmusernamechkreg #gjc_statusun2.free {
    color: green;
    padding: 1px 0 0 0px;
}
#vmusernamechkreg #gjc_statusun {
	display: block !important;
	height: 13px;
	left: 85%;
	position: absolute;
	top: 36px;
	width: 13px;
	z-index: 999999;
}
#vmusernamechkreg > #gjc_statusun.free {
    background: transparent url("../images/yes_no.png") no-repeat scroll 0 0;
}
#vmusernamechkreg > #gjc_statusun.taken {
    background: transparent url("../images/yes_no.png") no-repeat scroll 0 -13px;
}	
/*sidebars*/    
.col-md-3.sidebar-a.col-md-pull-6 {
  padding-left: 0;
}
.col-md-3.sidebar-b{
  padding-right: 0;
}
aside .moduletable, .innerbottom .moduletable, .innertop .moduletable {
  margin-bottom: 0px;
}
aside .border {
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
}
/*par-bollocks*/
#gjc-par-bollocks {
	background: url(../images/back1.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#gjc-par-bollocks {
	margin-top: -40px;
	/* z-index: -1; */
}
.row.par-bollocks > .moduletable {
	padding: 0;
}
#gjc-par-bollocks .border {
	padding: 0px 0;
	position: relative;
	word-wrap: break-word;
}
#gjc-par-bollocks .topb_mod {
	padding: 0;
	margin: 0;
}
#gjc-par-bollocks .border {
	padding:  0;
}
#gjc-par-bollocks .hold {
	position: relative;
	background: transparent;
}

#gjc-par-bollocks .img_topb {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: .8s ease;
  backface-visibility: hidden;
}

#gjc-par-bollocks .middle {
  transition: .8s ease;
  opacity: 0;
  position: absolute;
  top: 5%;
  left: 0%;
  width:100%;
}

#gjc-par-bollocks.in_view .hold .img_topb {
  opacity: 1;
}
#gjc-par-bollocks .hold .middle {
	text-align: center;
	width: 80%;
	margin: 0 10%;
}
#gjc-par-bollocks.in_view .hold .middle {
	text-align: center;
	width: 80%;
	margin: 0 10%;
	  opacity: 1;
}
#gjc-par-bollocks .custom {
	color: #fff;
	text-align:center;
	font-size:32px;
}
#gjc-par-bollocks .middle h1 {
	color: #fff;
	border-bottom: 0;
	font-weight: 600;
	font-size: 60px;
	transition: .5s ease;
	line-height: 60px;
	margin: 20px 0;
	padding: 0;
}
#gjc-par-bollocks.in_view .hold .middle h1{
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
/*top a hover show module*/
#gjc-top-a {
	margin-top:0;
	
}
#gjc-top-a .border {
	padding: 0px 0;
	position: relative;
	word-wrap: break-word;
}
#gjc-top-a .col-md-3.moduletable.top_a_mod_left {
	padding: 0;
	overflow:hidden;
	margin-bottom:0 !important;
	border:1px solid #222;
	border-left:0;
}
#gjc-top-a .col-md-3.moduletable.top_a_mod_left::last-child {
	border-right:0;
}
#gjc-top-a .custom.top_a_mod_left {
	color: #fff;
	font-size:15px;
}
#gjc-top-a .hold {
	position: relative;
	background: #333;
}

#gjc-top-a .img_topa {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

#gjc-top-a .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:100%;
  height:0;
}

#gjc-top-a .hold:hover .img_topa {
  opacity: 0.1;
}

#gjc-top-a .hold:hover .middle {
  opacity: 1;
  height:100%;
}
#gjc-top-a .text_topb {
	margin: 10% 30px 0;
	text-align:center;
}
#gjc-top-a .text_topb .tile_text{
	text-align: left;
}
#gjc-top-a .custom a {
	color: #fff;
	text-align:center;
	font-size:14px;
}
#gjc-top-a .middle h3 {
	color: #fff;
	border-bottom: 0;
	font-weight: 200;
	font-size: 20px;
	transition: .5s ease;
}
#gjc-top-a .hold .middle h3{
	
}
/*bottom-c*/
#gjc-bottom-c{
	background:#fff;
	color:#fff;
	font-size: 12px;
	}
#gjc-bottom-c a, #gjc-bottom-c h3{
	color:#fff;
	}
/*footer*/
footer {
	/* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
	color: #eee;
	border: 0 none !important;
	margin: 0;
	font-size: 15px;
	background: #333;
}
footer a, footer a:link{
	color:#eee;
	margin-right:10px;
	padding-right:10px;
	
	}
footer a:hover{
	color:#F38822;
	
	}
footer a::last-child {
	border-right:0px solid #fff;
}
#gjc-footer img {
	margin-bottom: 10px;
}

#fancybox-close {
	top: -10px;
	right: -10px;
}
@media (min-width: 1400px){
.container {
	width: 1400px;
}
}
@media (max-width: 1200px){
 .cartPictureWrapper {
	float: unset;
}
.cart .total strong {
	display: block;
}
	.navbar #gjc-navbar .nav > li > a, .navbar #gjc-navbar .nav > li > span {
	padding: 0 20px 0 10px;
}
.product.col-sm-3 {
	width: 33.3333%;
}
.productdetails .new-products {
	position: static;
}
}

@media (max-width: 992px){
    .col-md-3.sidebar-a.col-md-pull-6 {
	  padding-left: 15px;
	}
#cookie-law > div > .col-md-7 {
	width: 70%;
	float: left;
}
#cookie-law > div > .col-md-5 {
	width: 30%;
	float: left;
}
#gjc-toolbar {
	display: none;
}

.v_user form#com-form-login, .v_user form.form-validate, .decide-checkout {
	float: unset;
	width: 100%;
	clear: both;
}
}

@media (max-width: 800px){


}

@media (max-width: 767px){
#gjc-header .loginbutgjc, #gjc-header .cart {
	display: none;
}
.headerInfo {
	display: block;
	position: absolute;
	right: 0;
	margin-right: 20px;
	top: 15px;
}
ul.menumobile-icons li {
	list-style-type:none;
	float:left;
	margin-left:13px;
}

ul.menumobile-icons a  {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}

ul.menumobile-icons a.mobile-icon-cart  {
	padding: 30px 36px 0px 0px;
	background-position: -362px -88px;
}

ul.menumobile-icons a.mobile-icon-user  {
	padding: 30px 27px 0px 0px;
	background-position: -331px -88px;
}

ul.menumobile-icons a.mobile-icon-info  {
	padding: 30px 29px 0px 0px;
	background-position: -401px -87px;
}

.headerInfo .total_products {
	height: 5px;
	position: absolute;
	font-size: 12px;
	margin-left: 77px;
	margin-top: 15px;
	border-radius: 9px;
	background: #404040 none repeat scroll 0% 0%;
	box-shadow: 0px 0px 0px 2px #FFF;
	color: #FFF;
	padding: 0 5px;
	height: 18px;
	width: 18px;
	left: 40px;
	top: 0; 
}
.searchmodule {
	float: unset;
	padding-top: 15px;
}
.breadcrumb {
	padding: 0;
}
.display-number {
	text-align: left;
	margin-top: 10px;
}
.display-number select {
	float: left;
	margin-right: 10px;
}
.display-number select {
	float: left;
	margin-right: 10px;
}
.vm-page-counter.col-sm-3 {
	text-align: left;
	float: left;
}
.row.top-pagi {
	margin-top: 20px;
}
  .product.col-sm-3 {
	width: 100%;
	float:left;
}
.main-image img {
	max-width: 100%;
}
.vm-product-details-container.col-md-7 {
	margin-top: 30px;
}
.product-field-type-R {
	float: unset;
	width: 100%;
}
.v_user form#com-form-login, .v_user form.form-validate {
	float: left;
	width: 100%;
	padding: 10px;
}
.decide-checkout {
	margin: 0 10px;
}
.productdetails .qty-hold {
	width: 120px;
	display: block;
	float: unset;
}
.productdetails .addtocart-button-hold {
	width: 200px;
	margin-left: 0;
	margin-top: 10px;
}
.category-view.related_view .addtocart-button-hold {
	float: unset !important;
	margin: 0 auto;
}
.category-view.related_view .addtocart-button-hold input{
	margin: 0 auto;
}
#fancybox-content .product-related-products {
	display: none;
}
#popcontinue {
	position: relative;
}
#popcontinue .sprite{
	position: absolute;
}
#popcontinue a {
	margin-left: 45px !important;
	width: 150px;
}
#popgoto {
	float: unset !important;
}
#popgoto a{
	float: unset !important;
	margin-left:0 !important;
	margin-top:25px !important;
	width: 150px;
}
#popgoto .sprite {
	margin-right: 10px;
	margin-top: 20px;
}
}

@media (max-width: 640px){
	.v_cart .col-md-12 {
	/*padding: 0 10px;*/
}
  .width50.vm-continue-shopping {
	padding: 0;
	margin-bottom: 10px;
}
.width50 {
	padding: 0;
	width: 100%;
}
#checkoutForm strong {
	font-weight: normal;
}
.cart_prod_row {
	position: relative;
	/* border-bottom: 1px solid #ddd; */
	/* margin-bottom: 10px; */
	padding: 15px 10px;
}
.cart-images {

}
.cart_vendor_info {
	float: none;
	margin: 0px 0px 0 0px;
}
.vm-cart-item-name-right {
	clear: both;
	margin-top: 20px;
	float: left;
}
.mobnoshow {
	display: none !important;
}
 /* Hide column labels */ 
 #checkoutForm thead tr { 
 position: absolute; 
 top: -9999em; 
 left: -9999em; 
 } 
 #checkoutForm fieldset>table> tr {
	padding: 10px 15px;
}
 #checkoutForm tr.cart_prod_row:nth-of-type(odd) { 
  background: #f3f3f3; 
}
 /* Leave a space between table rows */ 
  #checkoutForm tr + tr { /* border-bottom:1px solid #ddd;*/} 
  /* Get table cells to act like rows */ 
   #checkoutForm tr, td { display: block; } 
   /* Leave a space for data labels */ 
    #checkoutForm td {
	width: 100%;
}
.cart-images img {
	padding: 10px 0;
}
.vm-cart-item-quantity {
	position: absolute;
	top: 65px;
	right: 0;
	width: auto !important;
}
.vm-cart-item-basicprice {
	position: absolute;
	top: 15px;
	right: 0;
	width: auto !important;
	text-align: right;
}
	/* Add data labels */ 
	 #checkoutForm .cart_prod_row td:before { 
	 content: attr(data-label); 
	 display: inline-block; 
	 width: 100%; 
	 font-weight:bold;
	 }
.summedtotal, .vm-cart-shipment, .vm-cart-payment, .subtotal, .coupondisplay{
	clear:both;
}
.summedtotal td, .vm-cart-shipment td , .vm-cart-payment td, .subtotal td{
	display: block;
	width: 50% !important;
	float: left;
}
ul.checkout-ul {
	float: left;
	font-size: 13px;
	margin-left: 0 !important;
}
.terms-of-service.gjctos label {
	width: 100%;
}
#paymentForm .checkout-footer {
	clear: both;
	margin-top: 20px;
}
#paymentForm .buttonBar-right {
	margin-left: 0;
}
label.creditsafe {
	/* display: block; */
	width: 100%;
}
}

@media (max-width: 480px){
label {
	font-size: 90%;
	font-weight: normal;
	width: 30%;
}
label.creditsafe {
	/*display: block;*/
}
#field_creditsafe button {
	margin-top: 5px;
	margin-left: calc(30% + 3px);
}
.cartTeaser {
	display: none;
}
/*
.vm-cart-item-quantity button {
	display: block;
	margin-top: 10px;
}*/
.coupon.form-control {
	width: 150px;
}
}

@media (max-width: 400px) {
 

}
@media (max-width: 360px) {
 .gjc-logo img {
	width: 160px;
}
.cart_prod_row {
	position: relative;
	/* border-bottom: 1px solid #ddd; */
	/* margin-bottom: 10px; */
	padding: 15px 0px;
}
.cart-images {
	width: 100px;
	display: block;
}
}

@media (max-width: 1200px){

}

@media (max-width: 992px){

}

@media (max-width: 800px){

}

@media (max-width: 767px){

}

@media (max-width: 640px){

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

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

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

}
@media (max-width: 480px){
.breadcrumb {
	margin: 35px 0 0;
}
}
@media (max-width: 430px){

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

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

}

@media print{
  
}