:root {
			text-rendering: optimizeLegibility;
			-webkit-font-feature-settings: 'liga';
			-webkit-font-smoothing: antialiased;
    	--menu-pad: 20px;
			--pack-img-width:250px;
			--pack-img-height:187px;
			--pack-width:150px;
			--font2-size:1em;
			--font-t2:arial;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:300,500);
*:before, *, *:after {
  box-sizing: border-box;
}

::-moz-selection {
  background: #179FEC;
  color: white;
}

::selection {
  background: #179FEC;
  color: white;
}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
html {
  height:100%;
}

html, body {
  display:block;
  position:relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

body {
  top:100px;
  margin: 0;
  height:calc(100% - (100px));
  height:-webkit-calc(100% - (100px));
  height:-moz-calc(100% - (100px));
  font-family: Roboto;
  font-size: 1em;
  font-weight: 300;
  color: black;
  overflow-x: hidden;
  overflow-y: auto;
}

#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
background: rgb(0,0,128);
background: -moz-linear-gradient(top, rgba(0,0,128,1) 0%, rgba(0,82,224,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,128,1) 0%,rgba(0,82,224,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,128,1) 0%,rgba(0,82,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000080', endColorstr='#0052e0',GradientType=0 );
box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 -10px 20px -10px rgba(0,0,0,0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index:1009;
}
#navbar #left-menu-trigger {
  display: none;
  position:absolute;
  top:50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background:transparent no-repeat center center url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMzJweCIgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNCwxMGgyNGMxLjEwNCwwLDItMC44OTYsMi0ycy0wLjg5Ni0yLTItMkg0QzIuODk2LDYsMiw2Ljg5NiwyLDhTMi44OTYsMTAsNCwxMHogTTI4LDE0SDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDIgIHMwLjg5NiwyLDIsMmgyNGMxLjEwNCwwLDItMC44OTYsMi0yUzI5LjEwNCwxNCwyOCwxNHogTTI4LDIySDRjLTEuMTA0LDAtMiwwLjg5Ni0yLDJzMC44OTYsMiwyLDJoMjRjMS4xMDQsMCwyLTAuODk2LDItMiAgUzI5LjEwNCwyMiwyOCwyMnoiLz48L3N2Zz4=");
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
#navbar #right-menu-trigger {
  float: left;
  display: block;
  position:fixed;
  top:50px;
  right:0;
  width: 88px;
  height: 50px;
  cursor: pointer;
  background:url('../images/logo/cart.png') no-repeat 10px center;
  background-size:30px;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
#cart-numberm,#cart-text {
  display: block;
  position:absolute;
  top:25px;
  right:0;
  width: 40px;
  height: 25px;
  cursor: pointer;
  color:#fff;
  font-family:arial;
  font-weight:bold;
  font-size:13px;
  line-height:20px;
      bottom: 36px;
}
.grayed {
	background-color: darkgray;
	cursor: not-allowed;
}
.grayed:hover {
	background-color: darkgray;
	cursor: not-allowed;
}
#navbar #right-menu-trigger:hover, #navbar #left-menu-trigger:hover {
  background-color:#38B0F4;
}

#left-menu, #right-menu {
  position: fixed;
  top: 100px;
  bottom: 0;
  left: -270px;
  width: 270px;
  border-left:1px solid #000;
  line-height:30px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  z-index: 999;
}
#left-menu {
	background: rgb(212,228,239);
    background: -moz-linear-gradient(left, rgba(134,174,204,1) 0%, rgba(212,228,239,1) 100%);
    background: -webkit-linear-gradient(left, rgba(134,174,204,1) 0%,rgba(212,228,239,1) 100%);
    background: linear-gradient(to right, rgba(134,174,204,1) 0%,rgba(212,228,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86aecc', endColorstr='#d4e4ef',GradientType=1 );
	border-right:1px solid #000;
}
.left_sub_style {
	text-decoration:none;
}
#right-menu {
  border-left:1px solid grey;
  /* background:#c0d7f9 url('../images/logo/bro-tek.png') no-repeat 5px 18px; */
  background-size:55px;
}

#menu-button {
  display:block;
  position:relative;
  top:0;
  left:0;
  width:270px;
  height:50px;
  background:#000;
  color:#fff;
  font-size:17px;
  padding:10px;
  font-weight:normal;
  text-decoration:none;
}

#menu-button:hover {
  background:darkblue;
}

#right-menu {
  left: auto;
  right: -270px;
}

#middle-menu {
  display:block;
  position: absolute;
  top: 0;
  left: 200px;
  width:calc(100% - (400px));
  width:-webkit-calc(100% - (400px));
  width:-moz-calc(100% - (400px));
  min-width:534px;
  height:100px;
  font-family: 'Open Sans', sans-serif;
}

#business-logo {
  display:block;
  position: absolute;
  top:0;
  left: 0;
  width:200px;
  height:100px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position:20px 15px;
  background-size:80%;
}

.logo {
  display:inline-block;
  position:relative;
  height:50px;
  margin:0 15px 15px 0;
  background-repeat:no-repeat;
}

.logo1 {
  width:231px;
  background:url('../images/logo/kubota.png');
  background-size:231px;
}

.logo2 {
  width:55px;
  background:url('../images/logo/newholland.png');
  background-size:55px;
}

.logo3 {
  width:72px;
  background:url('../images/logo/masseyferguson.png');
  background-size:72px;
}

.logo4 {
  width:75px;
  background:url('../images/logo/johndeer.png');
  background-size:75px;
}

.logo5 {
  width:89px;
  background:url('../images/logo/woods.png');
  background-size:89px;
}

.logo6 {
  width:66px;
  background:url('../images/logo/kioti.png');
  background-size:66px;
}

#login-left {
  display:block;
  position:relative;
  top: 0;
  right: 0;
  width:135px;
  height:50px;
	background: rgb(0,72,211);
	background: -moz-linear-gradient(top, rgba(0,72,211,1) 0%, rgba(0,187,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,72,211,1) 0%,rgba(0,187,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,72,211,1) 0%,rgba(0,187,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0048d3", endColorstr="#00bbff",GradientType=0 );
  cursor: pointer;
  color:#fff;
  font-family:arial;
  font-weight:bold;
  font-size:13px;
  line-height:50px;
  text-align:left;
  text-indent:10px;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

#login {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px 0 0;
  height: 50px;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  display: block;
  width: 64px;
  word-break: break-word;
  line-height: 16px;
  text-align:right;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

#login:hover, #login-left:hover {
  background:#38B0F4;
}

.push-270-to-right {
  -webkit-transform: translate3d(270px, 0, 0);
          transform: translate3d(270px, 0, 0);
}

.push-270-to-left {
  -webkit-transform: translate3d(-270px, 0, 0);
          transform: translate3d(-270px, 0, 0);
}

#navbar-clearfix {
  display: block;
  height: 0;
}

main {
  display:block;
  position:relative;
  min-height:100%;
  width: 100%;
  padding:0;
}

#main {
  display:block;
  position:relative;
  min-height:100%;
  height:auto;
  width: 100%;
}

/*Styles for Main Content
 */
h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
	font-family: sans-serif;
}

section {
  margin: 0 auto;
  max-width: 960px;
  /* min-height:300px; */
  min-height:50px;
  padding:15px;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

section  a{
  display:inline;
  position:relative;
  width:300px;
  height:30px;
  line-height:30px;
}

#footer section  a:link, #footer section a:visited{
	color:#000;
	text-decoration:none;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
}

#footer section a:hover, #footer section a:active{
  color:darkblue;
  text-decoration:none;
  font-size:15px;
}

.footer_text a:link, .footer_text a:visited{
	color:#000;
	text-decoration:none;
}

.footer_text a:hover, .footer_text a:active{
	color:darkblue;
	text-decoration:none;
}

footer {
  display:block;
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:auto;
}

#footer {
  display:block;
  position:absolute;
  top:0;
  left: 0;
  width:100%;
  height:auto;
  padding:15px;
  min-height:400px;
background: rgb(128,128,128);
background: -moz-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(206,206,206,1) 100%);
background: -webkit-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(206,206,206,1) 100%);
background: linear-gradient(to bottom, rgba(128,128,128,1) 0%,rgba(206,206,206,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#cecece',GradientType=0 );
box-shadow: inset 0 10px 20px -10px rgba(0,0,0,0.8);
}

.footer_text {
	font-family:arial;
	font-size:12px;
	color:#000;
}

.shadowfilter {
	-webkit-filter: drop-shadow(0px 0px 1px rgba(000,000,000,1));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;

}.shadowfilter:hover {
	-webkit-filter: drop-shadow(0px 0px 4px rgba(000,000,000,1));
}

#copyright {
  display:block;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-175px;
  width:350px;
  height:15px;
  color:#000;
  font-size:12px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#search-box {
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:50px;
  font-family: 'Open Sans', sans-serif;
}

.search {
  width: 100%;
  position: relative
}

.searchTerm {
  float: left;
  width: 100%;
  border: 3px solid #38B0F4;
  padding: 5px;
  height: 36px;
  outline: none;
  color: #000;
}

.searchTerm:focus{
  color: #000;
}

.searchButton {
  position: absolute;
  right: -32px;
  width: 40px;
  height: 36px;
  border: 1px solid #38B0F4;
  background:#38B0F4 url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUwLjMxMyAyNTAuMzEzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTAuMzEzIDI1MC4zMTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGcgaWQ9IlNlYXJjaCI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOiBldmVub2RkOyBjbGlwLXJ1bGU6IGV2ZW5vZGQ7ZmlsbDojRkZGRkZGIiBkPSJNMjQ0LjE4NiwyMTQuNjA0bC01NC4zNzktNTQuMzc4Yy0wLjI4OS0wLjI4OS0wLjYyOC0wLjQ5MS0wLjkzLTAuNzYgICBjMTAuNy0xNi4yMzEsMTYuOTQ1LTM1LjY2LDE2Ljk0NS01Ni41NTRDMjA1LjgyMiw0Ni4wNzUsMTU5Ljc0NywwLDEwMi45MTEsMFMwLDQ2LjA3NSwwLDEwMi45MTEgICBjMCw1Ni44MzUsNDYuMDc0LDEwMi45MTEsMTAyLjkxLDEwMi45MTFjMjAuODk1LDAsNDAuMzIzLTYuMjQ1LDU2LjU1NC0xNi45NDVjMC4yNjksMC4zMDEsMC40NywwLjY0LDAuNzU5LDAuOTI5bDU0LjM4LDU0LjM4ICAgYzguMTY5LDguMTY4LDIxLjQxMyw4LjE2OCwyOS41ODMsMEMyNTIuMzU0LDIzNi4wMTcsMjUyLjM1NCwyMjIuNzczLDI0NC4xODYsMjE0LjYwNHogTTEwMi45MTEsMTcwLjE0NiAgIGMtMzcuMTM0LDAtNjcuMjM2LTMwLjEwMi02Ny4yMzYtNjcuMjM1YzAtMzcuMTM0LDMwLjEwMy02Ny4yMzYsNjcuMjM2LTY3LjIzNmMzNy4xMzIsMCw2Ny4yMzUsMzAuMTAzLDY3LjIzNSw2Ny4yMzYgICBDMTcwLjE0NiwxNDAuMDQ0LDE0MC4wNDMsMTcwLjE0NiwxMDIuOTExLDE3MC4xNDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSJmaWxsLXJ1bGU6IGV2ZW5vZGQgY2xpcC1ydWxlOiBldmVub2RkOyNGRkZGRkYiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+') no-repeat center center;
  background-size:20px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}

.searchButton:hover {
  border: 1px solid #2e96d1;
  background:#2e96d1 url('data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUwLjMxMyAyNTAuMzEzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTAuMzEzIDI1MC4zMTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGcgaWQ9IlNlYXJjaCI+Cgk8cGF0aCBzdHlsZT0iZmlsbC1ydWxlOiBldmVub2RkOyBjbGlwLXJ1bGU6IGV2ZW5vZGQ7ZmlsbDojRkZGRkZGIiBkPSJNMjQ0LjE4NiwyMTQuNjA0bC01NC4zNzktNTQuMzc4Yy0wLjI4OS0wLjI4OS0wLjYyOC0wLjQ5MS0wLjkzLTAuNzYgICBjMTAuNy0xNi4yMzEsMTYuOTQ1LTM1LjY2LDE2Ljk0NS01Ni41NTRDMjA1LjgyMiw0Ni4wNzUsMTU5Ljc0NywwLDEwMi45MTEsMFMwLDQ2LjA3NSwwLDEwMi45MTEgICBjMCw1Ni44MzUsNDYuMDc0LDEwMi45MTEsMTAyLjkxLDEwMi45MTFjMjAuODk1LDAsNDAuMzIzLTYuMjQ1LDU2LjU1NC0xNi45NDVjMC4yNjksMC4zMDEsMC40NywwLjY0LDAuNzU5LDAuOTI5bDU0LjM4LDU0LjM4ICAgYzguMTY5LDguMTY4LDIxLjQxMyw4LjE2OCwyOS41ODMsMEMyNTIuMzU0LDIzNi4wMTcsMjUyLjM1NCwyMjIuNzczLDI0NC4xODYsMjE0LjYwNHogTTEwMi45MTEsMTcwLjE0NiAgIGMtMzcuMTM0LDAtNjcuMjM2LTMwLjEwMi02Ny4yMzYtNjcuMjM1YzAtMzcuMTM0LDMwLjEwMy02Ny4yMzYsNjcuMjM2LTY3LjIzNmMzNy4xMzIsMCw2Ny4yMzUsMzAuMTAzLDY3LjIzNSw2Ny4yMzYgICBDMTcwLjE0NiwxNDAuMDQ0LDE0MC4wNDMsMTcwLjE0NiwxMDIuOTExLDE3MC4xNDZ6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSJmaWxsLXJ1bGU6IGV2ZW5vZGQgY2xpcC1ydWxlOiBldmVub2RkOyNGRkZGRkYiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+') no-repeat center center;
  background-size:20px;
}

 option, button {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-62%, -50%);
  border-radius:0;
}

/*Middle Menu*/
.container {
  display:inline;
  position:relative;
  top:49px;
  /* left:-40px; */
  width: 480px;
  min-width: 480px;
  height:50px;
  line-height:30px;
}

#middle-menu ul li {
  display: inline;
  text-align: center;
}

.container a {
  display: inline-block;
  width: 120px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #fff;
}



/*Scrollbar style*/
body::-webkit-scrollbar {
  -webkit-appearance:none;
  appearance:none;
  width:12px;
  height:12px;
  background-color:#fff;
}

body::-webkit-scrollbar-thumb {
background: rgb(0,82,224);
background: -moz-linear-gradient(top, rgba(0,82,224,1) 0%, rgba(0,0,128,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,82,224,1) 0%,rgba(0,0,128,1) 100%), url('http://www.pngmart.com/files/3/Down-Arrow-PNG-File.png') no-repeat;
background: linear-gradient(to bottom, rgba(0,82,224,1) 0%,rgba(0,0,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052e0', endColorstr='#000080',GradientType=0 );
transition:all .8s;
-webkit-transition:all .8s;
}

body::-webkit-scrollbar-thumb:hover {
background: -moz-linear-gradient(top, rgba(0,82,224,0.8) 0%, rgba(0,0,128,0.8) 100%);
background: -webkit-linear-gradient(top, rgba(0,82,224,0.8) 0%,rgba(0,0,128,0.8) 100%), url('http://www.pngmart.com/files/3/Down-Arrow-PNG-File.png') no-repeat;
background: linear-gradient(to bottom, rgba(0,82,224,0.8) 0%,rgba(0,0,128,0.8) 100%);
}

body::-webkit-scrollbar-button:vertical:decrement{
	background-image: url(../images/logo/arrow-up.png), -webkit-linear-gradient(top, rgba(0,82,224,1) 0%,rgba(0,0,128,1) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 4px, 0 0;
}
body::-webkit-scrollbar-button:vertical:decrement:hover{
	background-image: url(../images/logo/arrow-up.png), -webkit-linear-gradient(top, rgba(0,82,224,0.8) 0%,rgba(0,0,128,0.8) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 4px, 0 0;
}
body::-webkit-scrollbar-button:vertical:increment{
	background-image: url(../images/logo/arrow-down.png), -webkit-linear-gradient(top, rgba(0,82,224,1) 0%,rgba(0,0,128,1) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 5px, 0 0;
}
body::-webkit-scrollbar-button:vertical:increment:hover{
	background-image: url(../images/logo/arrow-down.png), -webkit-linear-gradient(top, rgba(0,82,224,0.75) 0%,rgba(0,0,128,0.75) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 5px, 0 0;
}
body::-moz-scrollbar {
  -moz-appearance:none;
  appearance:none;
  width:12px;
  height:12px;
  background-color:#000000;
}

body::-moz-scrollbar-thumb {
background: -moz-linear-gradient(top, rgba(0,82,224,1) 0%, rgba(0,0,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052e0', endColorstr='#000080',GradientType=0 );
  transition:all .8s;
  -webkit-transition:all .8s;
}

body::-moz-scrollbar-thumb:hover {
	background:#38B0F4;
}

body::-moz-scrollbar-button:vertical:decrement{
	background-image: url(../images/logo/arrow-up.png), -moz-linear-gradient(top, rgba(0,82,224,1) 0%,rgba(0,0,128,1) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 4px, 0 0;
}
body::-moz-scrollbar-button:vertical:decrement:hover{
	background-image: url(../images/logo/arrow-up.png), -moz-linear-gradient(top, rgba(0,82,224,0.8) 0%,rgba(0,0,128,0.8) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 4px, 0 0;
}
body::-moz-scrollbar-button:vertical:increment{
	background-image: url(../images/logo/arrow-down.png), -moz-linear-gradient(top, rgba(0,82,224,1) 0%,rgba(0,0,128,1) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 5px, 0 0;
}
body::-moz-scrollbar-button:vertical:increment:hover{
	background-image: url(../images/logo/arrow-down.png), -moz-linear-gradient(top, rgba(0,82,224,0.75) 0%,rgba(0,0,128,0.75) 100%) ;
	background-repeat: no-repeat;
    background-position: 3px 5px, 0 0;
}
/*Drop Down Menu Start*/
#settings {
	display:block;
	position: absolute;
	top:0;
	right:0;
	width:50px;
	height:50px;
	background:transparent;
	cursor:pointer;
	color:#fff;font-family:arial;
	font-weight:bold;
	font-size:13px;
	line-height:50px;
	-webkit-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
#settings:hover {
	background:#38B0F4;
}
#settings .sub-menu-parent {
	position:relative;
}
#settings .sub-menu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:49px;
	left:-90px;
	width:140px;
	background:#38B0F4;
	transform:translateY(-2em);
	z-index:-1;
	transition:all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#settings .sub-menu a {
	color:#fff;
	-webkit-transition:color 200ms linear;
	transition:color 200ms linear;
}
#settings .sub-menu a:hover {
	color:darkblue;
}
#settings .sub-menu-parent:hover .sub-menu {
	visibility:visible;
	opacity:1;
	z-index:1;
	transform:translateY(0%);
	transition-delay:0s, 0s, 0.3s;
}
#settings nav a {
	display:block;
	color:transparent;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	width:auto;
	line-height:50px;
	text-decoration:none;
	text-align:left;
	text-indent:15px;
}
#settings nav ul, #settings nav ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#settings nav > ul {
	width:50px;
	height:50px;
	background:url('../images/logo/gear.png') no-repeat center center;
	background-size:18px;
}
#settings nav > ul:hover {
	background:url('../images/logo/gear.png') no-repeat center center;
	background-size:18px;
}
#settings nav > ul > li {
	display:inline-block;
	border-left:solid 1px yelow;
}
#settings nav > ul > li:first-child {
	border-left:none;
}
#country-left {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:135px;
	height:50px;
	background: rgb(0,72,211);
	background: -moz-linear-gradient(top, rgba(0,72,211,1) 0%, rgba(0,187,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,72,211,1) 0%,rgba(0,187,255,1) 100%);
	background: linear-gradient(to bottom, rgba(0,72,211,1) 0%,rgba(0,187,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0048d3", endColorstr="#00bbff",GradientType=0 );
	cursor:pointer;
	color:#fff;font-family:arial;
	font-weight:bold;
	font-size:13px;
	line-height:50px;
	-webkit-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
#country {
	display:block;
	position: absolute;
	top:50px;
	right:88px;
	width:90px;
	height:50px;
	background:transparent;
	cursor:pointer;
	color:#fff;font-family:arial;
	font-weight:bold;
	font-size:13px;
	line-height:50px;
	-webkit-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
}
#country:hover, #country-left:hover {
	background:#38B0F4;
}
#country .sub-menu-parent, #country-left .sub-menu-parent {
	position:relative;
}
#country .sub-menu, #country-left .sub-menu {
	visibility:hidden;
	opacity:0;
	position:absolute;
	top:49px;
	left:0;
	width:90px;
	background:#38B0F4;
	transform:translateY(-2em);
	z-index:-1;
	transition:all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
#country .sub-menu a, #country-left .sub-menu a {
	color:#fff;
	-webkit-transition:color 200ms linear;
	transition:color 200ms linear;
}
#country .sub-menu a:hover, #country-left .sub-menu a:hover {
	color:darkblue;
}
#country .sub-menu-parent:hover .sub-menu, #country-left .sub-menu-parent:hover .sub-menu {
	visibility:visible;
	opacity:1;
	z-index:1;
	transform:translateY(0%);
	transition-delay:0s, 0s, 0.3s;
}
#country nav a, #country-left nav a {
	display:block;
	width:90px;
	height:50px;
	color:#fff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	width:auto;
	line-height:50px;
	text-decoration:none;
	text-align:left;
	text-indent:45px;
}
#country nav ul, #country nav ul li, #country-left nav ul, #country-left nav ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}
#country nav > ul, #country-left nav > ul {
	width:90px;
	height:50px;
	background:transparent;
	background-size:18px;
}
#country nav > ul:hover, #country-left nav > ul:hover {
	background:transparent;
	background-size:18px;
}
#country nav > ul > li, #country-left nav > ul > li {
	display:inline-block;
	border-left:solid 1px yelow;
}
#country nav > ul > li:first-child, #country-left nav > ul > li:first-child {
	border-left:none;
}
/*Drop Down Menu End*/

@media screen and (max-width: 1151px) {
	#search-box {
	  display:block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width:90%;
	  height:50px;
	  font-family: 'Open Sans', sans-serif;
	}
	.wrap{
	  width: 50%;
	  position: absolute;
	  top: 50%;
	  left: 40%;
	  transform: translate(-62%, -50%);
	  border-radius:0;
	}
  .container {
    display: none;
  }
}
@media screen and (max-width:835px) {
	#country {
		top:0px;
    right:60px;
	}
}
@media screen and (max-width: 768px) {
	body {
	  /* top:50px; */
	  height:calc(100% - (50px));
	  height:-webkit-calc(100% - (50px));
	  height:-moz-calc(100% - (50px));
	}
  .container {
    display: none;
  }
	#navbar {
	  /* height:50px; */
	}
	#left-menu, #right-menu {
	  top:0;
	}
  #navbar #left-menu-trigger {
	/* display: block; */
	/* top:0 */
  }
  #navbar #right-menu-trigger {
	  /* top:0; */
	}
	#left-menu, #right-menu {
	  top: 50px;
	}
	#cart-number,#cart-text{
	  display: block;
	  position:absolute;
	  bottom:36px;
	  right:0;
	  width: 40px;
	  /* height: 50px; */
	  cursor: pointer;
	  color:#fff;
	  line-height:20px;
	}
  #middle-menu {
	  height:50px;
	}
	/* #business-logo {
	  width:200px;
	  height:50px;
	  background-color:transparent;
    background-repeat: no-repeat ;
    background-position: 50px 8px;
	  background-size:40%;
	} */
  /* #search-box, */
  /* #middle-menu */
  #nav2,#settings, #login  {
	/* display: none; */
  }
  section {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  #business-logo {
    /* left: 10px; */
	/* margin-left:-100px; */
  }
}
@media screen and (max-width: 480px) {
  section {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
section p {
  margin: 0;
}
#search_box { display: none;}
#search_submit { display: none;}
#search-box2 { display: none;}
@media screen and (max-width: 568px)  {
  #middle-menu{left:130px;}
}
@media screen and (max-width: 414px)  {
  #search-box{display:none;}
  /* #search-box2{display:block;
    position: fixed;
    top: 6px;
    right: 100px;
  } */
}
@media screen and (max-width: 411px)  {
  #search-box{display:none;}

}
@media screen and (max-width: 360px)  {
  #search-box{display:none;}

}
@media screen and (max-width: 320px)  {
  #search-box{display:none;}

}

.warning {
  background-color: inherit;
  -webkit-animation-name: warning;
  -webkit-animation-duration: 1s;
  animation-name: warning;
  animation-duration: 1s;

}
@-webkit-keyframes warning {
	20% { background-color: inherit; zoom: 1; }
	40% { background-color: red; zoom: 1.3;}
	60% { background-color: inherit;zoom: 1.3; }
	80% { background-color: red; zoom: 1.3; }
	99% { background-color: inherit; zoom: 1;}
}

/* Standard syntax */
@keyframes warning {
	20% { background-color: inherit; zoom: 1; }
	40% { background-color: red; zoom: 1.3;}
	60% { background-color: inherit;zoom: 1.3; }
	80% { background-color: red; zoom: 1.3; }
	99% { background-color: inherit; zoom: 1;}
}

.flashel {
	/* background-color: inherit; */
  -webkit-animation-name: flashel;
  -webkit-animation-duration: 1s;
  animation-name: flashel;
  animation-duration: 1s;
	animation-iteration-count: 1;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes flashel {
	20% { background-color: inherit; }
	40% { background-color: radial-gradient(white, #9198e5); }
	60% { background-color: inherit; }
	80% { background-color: radial-gradient(white, #9198e5); }
	99% { background-color: inherit; }
}

/* Standard syntax */
@keyframes flashel {
	/* 20% { background: inherit; text-shadow: none;} */
	40% { text-shadow: 0 0 3px #fbff00, 0 0 5px #ffffff ,0 0 8px #ffffff,0 0 2px #ffffff,0 0 10px #ffffff,0 0 9px #ffffff,0 0 11px #ffffff,0 0 12px #ffffff,0 0 5px #ffffff;
0 0 13px #ffffff,0 0 14px #fbff00;;;;;}
	/* 60% { background: inherit; } */
	80% { text-shadow: 0 0 2px #fbff00, 0 0 4px #ffffff ,0 0 8px #ffffff,0 0 2px #ffffff,0 0 10px #ffffff,0 0 9px #ffffff,0 0 11px #ffffff,0 0 12px #ffffff;;;;}
	99% { text-shadow: none;}
}
.p_notif_main {
	display: block;
	position: absolute;
	width: 200px;
	height: auto;
	right: 0;
	top:0;
  z-index: 9999;
}
.p_notif {
	color: white;
	background-color: rgba(0, 0, 0,1);
	padding-right: 25px;
	padding-left: 5px;
	display: block;
	word-break: break-all;
}
.p_notif_decay{
	opacity: 0;
	 transition: opacity 8s ease-in-out;
	 -moz-transition: opacity 8s ease-in-out;
	 -webkit-transition: opacity 8s ease-in-out;
}
.cell {
  display: table-cell;
}
.row{
  display: table-row;
}
.none{
    display: none;
}
select, option {
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
select {
    /* margin-left: 5px; */
width:158px;
  height:20px;
  line-height:12px;
  border:1px solid darkblue;
  border-radius:0;
  text-indent:5px;
background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDkwIDQ5MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkwIDQ5MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0wLDE1LjU0MWg0OTBMMjQ0Ljk5MSw0NzQuNDU5TDAsMTUuNTQxeiIgc3R5bGU9ImZpbGw6IzAwMDA4QiIgZGF0YS1vcmlnaW5hbD0iIzAwMDA4QiIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIHJnYigwLCAwLCAxMzkpIj48L3BhdGg+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+Cgk8Zz4KCTwvZz4KCTxnPgoJPC9nPgoJPGc+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPg==) no-repeat 95% center;
  background-size:9px;
  background-color: white;
}
option {
  background:#fff;
}
.menu-button {
  font-size: 2em;
font-variant-caps: all-petite-caps;
padding-left: 30px;
padding-bottom: 10px;
padding-top: 10px;
font-family: 'Open Sans', sans-serif;
border-bottom: 1px solid #948888;
}
.nolink {
	color: white;
	text-decoration: none;
}

.si_navbutton {
	display: block;
	margin-left: 10px;
	background: darkblue;
	padding: 6px 10px 6px 10px;
	width: 120px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	line-height: 15px;
	border-radius: 4px;
	-webkit-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	cursor:pointer;
}
.si_navbutton:hover {
	background:#0000e8;
}
.si_navbutton:active {
	background:#2424df;
	transform: translateY(2px);
}
.middle {
	position: relative;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.middle-escape {
	position: relative;
	text-align: initial;
}
.input1 {
	text-indent: 5px;
	border-radius: 4px;
	margin-top: 5px;
}
.pcontainer {
	padding-top: 50px;
	display: block;
	max-width: 320px;
	width: 100%;
	padding-right: 1px;
	padding-left: 1px;
}
.pcontainer1 {
	max-width: 320px;
	width: 100%;
	padding-right: 1px;
	padding-left: 1px;
}
.psearch {
	display: none;
}
.site-text {
	font-family: sans-serif;
}
@media screen
  and (max-width: 940px)
  {
    :root {
      --menu-pad: 5px;
    }
  }
@media screen
  and (max-width: 795px)
  {
    #business-logo {
      width:200px;
      height:50px;
      background-color:transparent;
      background-repeat: no-repeat ;
      /* background-position: 50px 8px; */
      background-size:40%;
    }
    #middle-menu {
      left:100px;
    }
  }

@media screen
  and (max-width: 626px)
  {
    #introb {
      display: none;
    }
  }
@media screen
  and (max-width: 626px)
  {
    select {
      width:122px;
    }
  }
@media screen
  and (max-width: 560px)
  {
    .wrap {
      width: 44%;
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translate(-62%, -50%);
      border-radius: 0;
    }
  }
@media screen
  and (max-width: 510px)
  {
    #navbar #left-menu-trigger {
    display: block;
    top:0
    }
    #business-logo {
         left: 30px;
         top:-5px;
      }
    .wrap {
      display: none;
    }
		.psearch {
			display: block;
		}
    #middle-menu {
      left: 10px;
    }
  }

@media screen
  and (max-width: 424px)
  {
    #navbar #right-menu-trigger {
      top: 26px;
      right: 0;
      width: 56px;
      height: 74px;
    }
    #cart-text {
      top: 50px;
    }
    #cart-number {
          top: 35px;
    }
  }
@media screen
  and (max-width: 424px)
  {
    #contactb {
      display: none;
    }
  }
	.input1::-webkit-input-placeholder { /* Edge */
	  text-align: center;
	}

	.input1:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  text-align: center;
	}

	.input1::placeholder {
	  text-align: center;
	}

	.pack-container1 .pack-title1{
		font-size: var(--font2-size);
	  letter-spacing: -1px;
	}
	.pack-price1{
			display: none;
	}
	.pack-price {
		display: block;
	  position: absolute;
		bottom: 2px;
		right: 12px;
	  min-width: 85px;
	  border-left-style: groove;
	  border-left-width: 10px;
		font-size: var(--font2-size);
		letter-spacing: -0.05em;
		padding-right: 7px;
		text-align: right;
	}
	.pack-title{

	}
	.pack-title1{

	}
	.pack-area,.pack-area1{
		display: inline-block;
		margin-bottom: 25px;
		padding-right: 10px;
	}
















	.pack-a,.pack-a1 {
		font-size: var(--font2-size);
		letter-spacing: -1px;
		font-family: var(--font-t2);
		font-variant: petite-caps;
		text-decoration: none;
		color:black;
		font-weight: bold;
	}
	.pack-container{
		position: relative;
		display: inline-block;
		background-color: white;
		box-shadow: 1px 1px 5px 0px #9a8e8e;
		transition: transform  ease-in 0.8s,box-shadow ease-in 0.2s;
		perspective: 1000px;
		transform-style: preserve-3d;
		/* transform: rotateY(270deg); */
	}
	.pack-container:hover{
		/* background-color: white;
		box-shadow: 1px 1px 20px 0px #9a8e8e;
		transition: all ease-in 0.5s; */
	}
	.pack-img1:hover{
		/* background-color: white;
		box-shadow: 1px 1px 20px 0px #9a8e8e;
		transition: all ease-in 0.5s; */

	}
	.pack-container .pack-title{
		font-size: var(--font2-size);
		letter-spacing: -1px;
		padding-right:7px;
		padding-left: 1px;
		text-decoration: none;
		color:black;
		font-family: var(--font-t2);
		font-variant: petite-caps;
		font-weight: bold;
	}
	.pack-price {
		display: block;
		position: absolute;
		bottom: 2px;
		right: 12px;
		min-width: 85px;
		border-left-style: groove;
		border-left-width: 10px;
		font-size: var(--font2-size);
		letter-spacing: -0.05em;
		padding-right: 7px;
		text-align: right;
		display: block;
	  text-shadow: 0px 0px 4px white;
		background-color: rgba(218,165,32,0.5);
		color: black;
		border-color: rgba(0,0,0,0);
		border-radius: 100px 0px 0px 0px;
		font-family: var(--font-t2);
		font-weight: bold;
	}

	.pack-outofstock {
		background-color: rgba(119,116,110,0.5);
	}
	.pack-title{
		border-right-style: groove;
	  text-shadow: 0px 0px 4px white;
		background-color: rgba(218,165,32,0.5);
		border-color: rgba(0,0,0,0);
		border-radius: 0px 0px 100px 0px;
		display: block;
		position: absolute;
		top: 2px;
		left: 2px;
		max-width: 80%;
		border-right-width: 10px;
		text-align: left;
		padding: 4px;
		line-height: 14px;
	}
	.pack-title1{
		border:0;
	  text-shadow: 0px 0px 4px white;
		display: block;
		position: relative;
		max-width: 125px;
		line-height: 14px;
		text-shadow: 0px 0px 4px white;
		background-color: rgb(218 165 32 / 0%);
		padding-bottom:10px;
	}
	.pack-box{
		padding-top: 25px;
	  max-width: var(--packbox-width);
		padding-left:var(--pad-topmain);
	}
	.pack-img{
		width: var(--pack-img-width);
		height: var(--pack-img-height);
		border:2px solid black;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.pack-img1{
		width: 125px;
		height: 94px;
		/* border:2px solid black; */
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.hightlight1{
		position:absolute;
		color:black;
	 	z-index:100;
		width: 0;
		 height: 0;
		 border-top: 20px solid transparent;
		 border-bottom: 20px solid transparent;
		 border-left: 20px solid black;
		 animation: blink 2s infinite;
		 transition: opacity 0.5s ease-in-out;
	}
	@keyframes blink {
		0% {
			opacity: 1;
		}
		50% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	.inner-inner {
		min-height: 65vh;
	}
	.container1 {
    position: relative;
    display: block;

    margin: 0 auto;
    text-align: center;
  }
  .col1 {
      position: relative;
      display: inline-block;
      max-width: 300px;
      text-align: left;
      vertical-align: top;
      margin: 5px ;
  }
  .innertxt {
    max-width: 500px;
  }
