html {
  margin: 0px;
  padding: 0px;
}
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 100%;
  background-color: #f6f6f6;
  background-image: url(../images/bgr.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-attachment: scroll;
}
/* GENERAL */
.clear {
  clear: both;
}
.marginTop7 {
  margin-top: 14px;
}
.marginRight7 {
  margin-right: 7px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.textRight {
  text-align: right;
}
span.glyphicon {
  margin-right: 7px !important;
}
.noMargin span.glyphicon {
  margin: 0px !important;
}
.textLeft {
  text-align: left;
}
.inline {
  display: inline-block;
  float: left;
}
.relative {
  position: relative;
}
.width300 {
  min-width: 300px;
}
li.warning {
  background-color: #ffe9d2;
}
li.danger {
  background-color: #ffd7d7;
}
.btn,
input,
textarea,
select {
  transition: all 0.2s linear;
}
a,
a:visited {
  text-decoration: none;
  color: #22c0a9;
  transition: all 0.2s linear;
}
article a:hover {
  color: #555555;
}
.formRow {
  text-align: left;
}
/* GENERAL END */
/* HEADER */
header {
  width: 100%;
  min-width: 1170px;
  margin: 0px auto;
  text-align: center;
  background-color: #ffffff;
  font-family: 'PT Sans Narrow', sans-serif;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}
.header {
  width: 1170px;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
header .logo {
  margin-top: 20px;
  float: left;
  text-align: left;
  line-height: 60px;
  height: 60px;
  font-size: 52px;
  font-weight: normal;
  vertical-align: middle;
}
header .logo span.pink {
  color: #e81d62;
}
header .logo span.darkBlue {
  color: #287f76;
}
header .logo img {
  height: 60px;
  margin: 0px 0px;
  float: left;
}
.userBlock {
  width: 100%;
  height: 40px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 101;
}
.paddinTop25 {
  padding-top: 25px;
}
.userActions {
  display: inline-block;
  width: 1170px;
}
.userActions a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s linear;
  font-weight: 700;
  float: right;
  margin-left: 10px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  padding: 0px;
  background-color: #22c0a9;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  line-height: 50px;
  top: 10px;
  position: relative;
  z-index: 100;
}
.logOutActions {
  position: relative;
  top: 10px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 50px;
  margin-left: 10px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.logOutActions a {
  top: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.greeteing {
  display: inline-block;
  font-size: 13px;
  padding: 0px 0px 0px 15px;
  float: left;
}
.history {
  display: inline-block;
  font-size: 13px;
  padding: 0px;
}
.logOutActions .history a.historyIcon {
  border-radius: 50% !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
  margin: 10px 3px !important;
  line-height: 30px !important;
  position: relative;
}
.triggerCart {
  border-radius: 50% !important;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px !important;
  line-height: 30px !important;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -15px;
  background-color: #22c0a9;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.triggerCart:hover {
  background-color: #287f76;
}
.grActive a.userProfile,
.logOutActions .grActive a.historyIcon {
  background-color: #287f76;
}
a.userProfile {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
  margin: 10px 3px !important;
  line-height: 30px !important;
  border-radius: 50%;
  position: relative;
}
a.userProfile:hover i {
  transform: rotate(180deg);
}
a.historyIcon:hover i {
  transform: rotate(-360deg);
}
.userProfile i,
.history a.historyIcon i {
  margin: 0px;
  transition: all 0.5s linear;
}
.userActions .loginBlock {
  display: inline-block;
  position: relative;
}
.finishTheOrder {
  text-align: right;
  padding-top: 15px;
}
.finishTheOrder a {
  width: auto;
  top: 0px;
  height: auto;
}
.cancel2,
.cancel4 {
  display: inline-block;
  color: #ffffff;
  background-color: #f03627;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #b64e30;
  margin: 0px 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s linear;
  padding: 0px 20px;
  font-weight: 700;
  cursor: pointer;
}
.userActions a:hover {
  background-color: #287f76;
}
.userActions .cart {
}
.triggerCart {
  cursor: pointer;
  padding-left: 10px;
}
nav.menu {
  width: auto;
  z-index: 10;
  height: 60px;
  margin: 40px 0px 0px;
  position: relative;
  font-family: 'PT Sans Narrow', sans-serif;
  float: right;
}
nav.menu ul {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
nav.menu ul li {
  display: inline-block;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
}
nav.menu ul li a {
  display: inline-block;
  margin: 0px;
  padding: 0px 15px;
  line-height: 60px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  color: #22c0a9;
  transition: all 0.3s linear;
}

nav.menu ul li a:hover,
nav.menu ul li.active a {
  color: #333333;
  box-shadow: inset 0px -3px 0px #22c0a9;
}
nav.menu ul li .subMenu a:hover,
nav.menu ul li.active .subMenu a {
  color: #333333;
  box-shadow: inset 0px 0px 0px #22c0a9;
}
nav.menu ul li.active a {
  box-shadow: inset 0px -3px 0px #22c0a9;
}
nav.menu ul li div.subMenu {
  position: absolute;
  top: 45px;
  width: 280px;
  right: 0px;
  display: none;
  transition: all 0.3s linear;
}
nav.menu ul li.active div.subMenu a {
  box-shadow: inset 0px 0px 0px #333333;
}
.menuBGR {
  background-color: #ffffff;
  padding: 10px;
  margin-top: 45px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
/*nav.menu ul li:hover > div.subMenu {
	display:block;
}*/
nav.menu ul li div.subMenu div.firstLevel {
  width: 100%;
  text-align: left;
  position: relative;
}
nav.menu ul li div.subMenu div.firstLevel a {
  display: block;
  line-height: 30px;
  color: #22c0a9;
}
nav.menu ul li div.subMenu div.active a,
nav.menu ul li div.subMenu div a:hover {
  color: #333333;
}
nav.menu ul li div.subMenu div.firstLevel a i {
  margin-right: 10px;
  line-height: 30px;
}
nav.menu ul li div.subMenu div.firstLevel div.subSubMenu {
  position: absolute;
  top: -20px;
  right: 250px;
  width: 280px;
  margin: 10px 20px;
  display: none;
}
nav.menu ul li div.subMenu div.active div.subSubMenu a {
  color: #22c0a9;
}
nav.menu
  ul
  li
  div.subMenu
  div.active
  div.subSubMenu
  div.active
  div.subSubSubMenu
  a {
  color: #22c0a9 !important;
}
nav.menu
  ul
  li
  div.subMenu
  div.active
  div.subSubMenu
  div.active
  div.subSubSubMenu
  div.active
  a {
  color: #333333 !important;
}
nav.menu ul li div.subMenu div.active div.subSubMenu div.active a {
  color: #333333;
}
nav.menu ul li div.subMenu div.firstLevel .menuBGR {
  background-color: #ffffff;
  padding: 10px;
  margin-top: 30px;
  margin-left: 25px;
}
nav.menu ul li div.subMenu div.firstLevel:hover > div.subSubMenu {
  display: block;
}
nav.menu ul li div.subMenu div.firstLevel div.subSubMenu div.secondLevel {
  width: 100%;
  text-align: left;
  position: relative;
}
nav.menu ul li div.subMenu div.firstLevel div.subSubMenu div.secondLevel i {
}
nav.menu
  ul
  li
  div.subMenu
  div.firstLevel
  div.subSubMenu
  div.secondLevel
  div.subSubSubMenu {
  position: absolute;
  top: -20px;
  right: 225px;
  width: 280px;
  margin: 10px 20px;
  display: none;
}
nav.menu
  ul
  li
  div.subMenu
  div.firstLevel
  div.subSubMenu
  div.secondLevel
  div.subSubSubMenu
  .menuBGR {
  background-color: #ffffff;
  padding: 10px;
  margin-top: 30px;
  margin-left: 25px;
}
nav.menu
  ul
  li
  div.subMenu
  div.firstLevel
  div.subSubMenu
  div.secondLevel:hover
  > div.subSubSubMenu {
  display: block;
}
nav.menu
  ul
  li
  div.subMenu
  div.firstLevel
  div.subSubMenu
  div.secondLevel
  div.subSubSubMenu
  div.thirdLevel {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
  position: relative;
}
.emailcheck {
  display: none;
}
.emailcheck small {
  display: inline-block;
  text-align: left !important;
  font-size: 12px;
  line-height: normal;
}
/* HEADER END */
/* CONTENT */

/* USER PROFILE */

.userProfile {
  font-weight: normal;
  text-align: center;
}
.userProfile h2 {
  font-weight: normal;
}
.userProfile .profileRow:nth-child(even) {
  background-color: #f7f7f7;
}
.userProfile .profileRow {
  padding: 5px 10px;
}
article.userProfile .data a {
  font-weight: 300 !important;
  font-size: 12px;
}
.userProfile .label {
  width: 20%;
  text-align: left;
  float: left;

  font-weight: 500;
}
.userProfile .data {
  width: 79%;
  padding-left: 1%;
  text-align: left;
  float: left;
  font-weight: 300;
  font-family: 'PT Sans Narrow', sans-serif;
}
.column2 {
  width: 49%;
  margin-right: 1%;
  float: left;
}

article.userProfile a.button,
button.button,
a.button,
.button,
button,
.loginBox button,
#upload-btn {
  background: #22c0a9 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 18px;
  position: relative;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
}
.button.disabled,
button.disabled,
button:disabled {
  background-color: #999 !important;
  box-shadow: none !important;
}
a.deleteAllPhotos,
.confirmdeleteAllPhotos,
.deleteOK,
.deleteAddress,
.deleteInvoice,
.deletePrImage {
  background: #e81d62 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  padding: 10px 18px;
  position: relative;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
}
.addTo {
  background: #00616d none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px 3px 3px 0px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  overflow: hidden;
  padding: 0px 18px;
  position: relative;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
  float: left;
}
article.userProfile a.button:hover,
button.button:hover,
a.button:hover,
.button:hover,
button:hover,
#upload-btn:hover {
  background: #287f76 none repeat scroll 0 0;
  color: #ffffff;
}
a.deleteAllPhotos:hover,
.confirmdeleteAllPhotos:hover,
.deleteOK:hover,
.deleteAddress:hover,
.deleteInvoice:hover,
.deletePrImage:hover {
  background: #d50000 none repeat scroll 0 0;
  color: #ffffff;
}
#upload-btn {
  padding: 10px 15px !important;
}
.smallButton {
  height: 30px !important;
  font-size: 12px !important;
  line-height: 30px !important;
  padding: 0px 5px !important;
}

.finalStep {
  font-size: 24px;
  line-height: 50px;
}
.editProfile {
  margin-top: 25px;
}

/* USER PROFILE END */
.topMargin {
  width: 95%;
  min-width: 1120px;
  margin: 0px auto 0px auto;
  height: 25px;
}
article#content,
article#content2,
article#content3 {
  width: 1170px;
  margin: 25px auto;
  text-align: left;
}
article.fullWidth {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}
article.frontPage .inArticle {
  margin-top: 0px !important;
}
article.frontPage {
  margin-top: 0px !important;
}
.inArticle {
  padding: 30px 0px 50px;
  margin-top: 40px;
  text-align: left;
  position: relative;
}
.articleHeader {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #22c0a9;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  box-shadow: inset 0px -1px 0px #eeeeee;
  padding: 0px 1% 15px;
  line-height: 24px;
  margin: 0px 0px 5px;
}
.articleHeader .small a {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #333333;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  line-height: 14px;
  padding-top: 9px;
  vertical-align: bottom;
}
.optionName {
  margin: 0px;
  padding: 5px !important;
}
.optionName .btn span {
  margin: 0px !important;
}
.fillMe {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 3px 0px;
}

.productBlock {
  width: 49%;
  padding: 0.5%;
  float: left;
}
.productBlock input[type='text'] {
  display: none;
  text-align: center;
  text-indent: 0px;
}
.addInput {
  display: inline-block;
  float: right;
  width: 50px;
}
.chLabel {
  float: left;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  margin: 0px;
  cursor: pointer;
}
button.multiselect {
  text-align: left;
}
.form-group select {
  width: 100%;
  background-color: #ffffff;
}
.form-group textarea {
  width: 100%;
  background-color: #ffffff;
}
.showTheFile img {
  width: 75%;
  float: left;
}
#imagePopup .modal-body {
  text-align: center;
}
#imagePopup .modal-body img {
  max-width: 100%;
}
.tooltip-inner {
  text-align: left !important;
  max-width: 500px !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
  color: #ffffff;
  text-shadow: 1px 1px 0px #000000;
}
.tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.9) !important;
}

table th,
table .th {
  background-color: #cccccc;
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  padding: 10px 5px;
}

div.pagination {
  /*width:810px;
	margin:0px 0px 0px 310px;*/
  text-align: right;
}
div.pagination nav {
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
div.pagBottom nav {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 15px;
}
div.paginationInfo {
  text-align: left;
}
.paginationAction .form-group {
  padding: 0px;
  margin: 0px;
}
.paginationAction .form-group label {
  line-height: 40px;
  vertical-align: middle;
  margin: 0px;
}
.paginationAction .form-group select {
  background-color: #ffffff;
}
ul.pagination {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.pagination li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
ul.pagination li .pagNumActive {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  background-color: #ededed;
  color: #333333;
  margin: 0px;
  border-right: 1px solid #dfdfdf;
  font-weight: normal;
}
ul.pagination li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  background-color: #ffffff;
  color: #22c0a9;
  border-right: 1px solid #dfdfdf;
  margin: 0px;
  font-weight: normal;
}
ul.pagination li a:last-child {
  border-right: 0px solid #dfdfdf;
}
ul.pagination li a:hover {
  background-color: #ededed;
  color: #333333;
}
.myPanel {
  margin: 10px;
}
.show1,
.show2 {
  display: none;
}
.showMe1,
.showMe2 {
  display: none;
}
.showMe2 p {
  text-align: left;
}
.prRow {
  padding: 3px 0px;
  border-radius: 3px;
  margin-bottom: 3px;
  width: 100%;
}
.prRow label {
  padding-left: 5px;
}
.prRow .added input {
  width: 40px;
  height: 35px;
}
.form-group input.fixedWidthCheckbox {
  display: none;
}
.grbgr {
  background-color: rgba(211, 255, 215, 1);
}
.orbgr {
  background-color: #ffe7ca;
}
.itemPhoto {
  width: 10%;
  float: left;
}
.itemData {
  width: 89%;
  float: left;
  margin-left: 1%;
}
.itemData .label {
  font-size: 16px;
}
.linethrough {
  text-decoration: line-through;
}

.leftPanel {
  width: 23%;
  float: left;
  min-height: 30px;
}

.leftPanel ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
  background-color: #ffffff;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.leftPanel ul h3 {
  display: block;
  line-height: 60px;
  vertical-align: middle;
  font-weight: normal;
  color: #22c0a9;
  font-size: 24px;
  padding: 0px 0px 0px 10px;
  box-shadow: inset 0px 1px 0px #ffffff, inset 0px -1px 0px #f0f0f0;
  margin: 0px;
}
.leftPanel ul a {
  display: block;
  line-height: 40px;
  vertical-align: middle;
  font-weight: 500;
  color: #22c0a9;
  font-size: 18px;
  padding: 0px 0px 0px 10px;
  box-shadow: inset 0px 1px 0px #ffffff, inset 0px -1px 0px #f0f0f0;
}
.leftPanel ul ul a {
  font-size: 16px;
}
.leftPanel ul a:hover {
  color: #333333;
}
.leftPanel ul li.active a,
.leftPanel ul li.active li.active a,
.leftPanel ul li.active ul li.active ul li.active a {
  font-weight: normal;
  color: #333333;
}
.leftPanel ul li.active a i.opened,
.leftPanel ul li.active li.active a i.opened {
  transform: rotate(90deg);
  background-color: #287f76;
}
i.opened {
  transform: rotate(90deg) !important;
  background-color: #287f76 !important;
}
.leftPanel ul li.active li a,
.leftPanel ul li.active ul li.active ul li a {
  color: #22c0a9;
  font-weight: 500;
}
.leftPanel ul li.active ul li.active ul li a i {
  transform: rotate(0deg);
}
.leftPanel ul a i {
  float: right;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #22c0a9;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  transition: all 0.3s linear;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.leftPanel ul a.inCart i {
  float: left;
  width: 30px;
  line-height: 30px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  font-size: inherit;
  border-radius: 0%;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.leftPanel ul a.inCart .name {
  width: 51%;
}
.leftPanel ul a.inCart {
  font-size: 14px;
}
.leftPanel ul a.button {
  width: 96%;
  float: right;
  line-height: 20px !important;
  color: #ffffff;
  padding: 10px 0px !important;
  margin: 5px 2% 15px !important;
}
.leftPanel ul a.button i {
  display: inline-block;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  margin-right: 10px;
  margin-top: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px #22c0a9;
  font-size: 16px;
  color: inherit;
  height: inherit;
  line-height: inherit;
  float: none;
}
.leftPanel ul a.button:hover i {
  box-shadow: 0px 0px 0px #259a8b;
}
.leftPanel ul a.inCart .delFromCart {
  float: right;
}
.leftPanel ul a.inCart {
  padding: 3px 5px;
  text-align: left;
}
.leftPanel ul a.inCart .indFormat {
  font-size: 12px;
}
.leftPanel ul a.inCart .price {
  margin-right: 0px;
  margin-left: 1%;
}
.leftPanel ul a.inCart i:hover {
  background-color: transparent;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.leftPanel ul .cartLeft a i.fa-shopping-cart {
  float: left;
  margin: 5px 5px 5px 0px;
}
.leftPanel ul .cartLeft a .triggerCart {
  display: inline-block;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 5px;
  margin-top: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px #ffffff;
  font-size: 16px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  text-shadow: 0px 0px 0px #ffffff;
  border-radius: 0px;
}
.leftPanel ul .cartLeft .cartItems {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0px;
  margin-top: 0px;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 0px #ffffff;
  font-size: 16px;
  color: #333333;
  opacity: 1;
  display: none;
  border-radius: 0px;
  padding: 0px;
  background-color: #f4f4f4;
}
.leftPanel ul .cartLeft .cartItems a {
  line-height: normal;
}
.leftPanel ul .cartLeft {
}
.leftPanel ul .cartLeft .cartText {
  background-color: #ffffff;
}
.leftPanel ul .cartLeft a .triggerCart .totalQuant {
  display: inline-block;
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  margin-right: 10px;
  margin-top: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px #ffffff;
  font-size: 16px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  float: left;
}
.leftPanel ul a i:hover {
  background-color: #287f76;
}
.leftPanel ul ul {
  display: none;
  padding: 0px;
  box-shadow: 0px 0px 0px #ffffff;
  background-color: #f4f4f4;
}
.leftPanel ul ul ul {
  display: none;
  padding: 0px;
  box-shadow: 0px 0px 0px #ffffff;
}
.leftPanel ul ul a {
  padding-left: 15px;
}
.leftPanel ul ul ul a {
  padding-left: 30px;
}
.leftPanel ul li.active ul,
.leftPanel ul li.active li.active ul {
  display: block;
}
.leftPanel ul li.active li ul {
  display: none;
}

.rightPanel {
  width: 75%;
  padding-left: 2%;
  float: left;
}
/* FRONT PAGE ITEMS */

.frontPageItem,
.frontPageItem:visited {
  display: block;
  float: left;
  width: 21%;
  margin: 1%;
  padding: 1%;
  text-align: center;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  border-radius: 3px;
  transition: all 0.3s linear;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
.productItem,
.productItem:visited {
  display: block;
  float: left;
  width: 29.33%;
  margin: 2% 1%;
  padding: 1%;
  text-align: center;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  border-radius: 3px;
  transition: all 0.3s linear;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
.labels {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 20px;
  top: -10px;
  z-index: 100;
}
.frontPageItem h2,
.productItem h2 {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0px;
  margin: 0px;
  transition: all 0.3s linear;
}
.fpItemImage {
  position: relative;
  height: 198px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  transition: all 0.1s linear;
  z-index: 0;
}
.productItemImage {
  position: relative;
  height: 244px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  transition: all 0.1s linear;
}
.inPromo {
  display: inline-block;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0px 3px;
  color: #ffffff;
  background-color: #287f76;
  padding: 0px 7px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.23);
  font-size: 12px;
}
.labelPromo {
  display: inline-block;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0px 3px;
  color: #ffffff;
  background-color: #287f76;
  padding: 0px 7px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.23);
  font-size: 12px;
}
.fpDiscount,
.productDiscount {
  display: inline-block;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0px 3px;
  color: #ffffff;
  background-color: #e81d62;
  padding: 0px 7px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.23);
  font-size: 12px;
}
.productFormat {
  display: inline-block;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0px 3px;
  color: #ffffff;
  background-color: #019587;
  padding: 0px 7px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.23);
  font-size: 12px;
}
.productNew {
  display: inline-block;
  height: 20px;
  border-radius: 3px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0px 3px;
  color: #ffffff;
  background-color: #d48b01;
  padding: 0px 7px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.23);
  font-size: 12px;
}
.frontPageItem:hover .fpItemImage,
.productItem:hover .productItemImage {
  background-size: 100%;
}
.frontPageItem:hover .fpDiscount,
.frontPageItem:hover h2,
.frontPageItem:hover .fpItemFooter,
.frontPageItem:hover .inPromo,
.productItem:hover .productDiscount,
.productItem:hover .productFormat,
.productItem:hover .productNew,
.productItem:hover h2,
.productItem:hover .fpItemFooter,
.productItem:hover .inPromo {
  border-color: #f03627;
}
.fpItemFooter {
  padding: 10px 0px;
  transition: all 0.2s linear;
}

.fpOrderBlock {
}

.fpOrderBlock span.flLeft {
  display: inline-block;
  width: 45%;
  float: left;
  white-space: normal;
  font-size: 18px;
  text-align: left;
  line-height: 45px;
  vertical-align: middle;
}
.fpOrderBlock span.flRight {
  display: inline-block;
  width: 55%;
  float: left;
  white-space: normal;
  text-align: right;
}
.fpOrderBlock span.flLeft .topPrice {
  display: inline-block;
  width: 100%;
  line-height: 24px;
  padding-top: 6px;
  float: left;
  text-transform: lowercase;
  font-size: 18px;
  text-align: left;
}
.fpOrderBlock span.flLeft .bottomPrice {
  display: inline-block;
  line-height: 24px;
  width: 100%;
  font-size: 14px !important;
  float: left;
  text-transform: lowercase;
  color: #999999;
  text-decoration: line-through;
  text-align: left;
}
.fpOrderBlock i {
  padding-bottom: 4px;
  vertical-align: middle;
  margin-right: 5px;
}

/* FRONT PAGE ITEMS END */

/* CONTENT END */
/* FOOTER */
footer {
  width: 100%;
  min-width: 1170px;
  margin: 0px auto;
  background-color: #ffffff;
  font-family: 'PT Sans Narrow', sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inFooter {
  width: 1170px;
  margin: 0px auto;
  padding: 25px 0px;
  color: #888888;
}
.bottomFooter {
  width: 100%;
  min-width: 1170px;
  margin: 0px auto;
  padding: 25px 0px;
  border-top: 1px solid #eeeeee;
  box-shadow: inset 0px 1px 0px #ffffff;
  background-color: #f6f6f6;
}
.inBottomFooter {
  width: 1170px;
  margin: 0px auto;
  color: #888888;
}
.developer {
}
.developer a {
  color: #888888;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s linear;
}
.developer a:hover {
  color: #ef3626;
}
/* FOOTER END */
/* LOGIN */
.loginOverlay,
.overlay,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.cartOverlay,
.prOverlay {
  background: rgba(0, 0, 0, 0.28);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0s ease 0s, all 0.2s ease 0s, all 0s ease-in-out 0s;
  z-index: 999999;
}
.loginBox {
  position: fixed;
  top: 50%;
  width: 260px;
  padding: 20px;
  left: 50%;
  margin-left: -150px;
  background-color: #f6f6f6;
  border-radius: 1px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
  text-align: center;
  display: none;
  opacity: 0;
  z-index: 99999;
}
.activeLogin {
  /*box-shadow:0px 2px 5px rgba(0,0,0,0.3);*/
}
.loginBox input {
  line-height: 40px;
  border: 0px solid #ffffff;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-indent: 10px;
  box-shadow: 0px 3px 0px #f1f1f1;
  transition: all 0.3s linear;
  text-align: left;
}
.loginBox input:focus {
  box-shadow: 0px 3px 0px #287f76;
}
.loginBox a {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  float: left;
  text-transform: none;
  padding: 0px;
  color: #22c0a9;
  height: auto;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px #ffffff;
  width: 100%;
  text-shadow: 0px 0px 0px #ffffff;
}
.loginBox h3,
.absolute h3 {
  font-weight: normal;
  padding: 0px;
  margin: 0px 0px 15px;
  color: #22c0a9;
  text-align: left;
  font-size: 24px;
}
.absolute .relative .close {
  top: 0px;
}
.closeLogin {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  color: #999999;
  font-size: 24px;
}
.closeCart {
  position: absolute;
  top: 0px;
  right: 15px;
  cursor: pointer;
  color: #999999;
  font-size: 24px;
}
.loginBox a:hover {
  color: #333333;
  background-color: transparent;
}
.loginBox hr {
  height: 1px;
  background-color: #dddddd;
  box-shadow: 0px 1px 0px #ffffff;
  border: 0px none !important;
  margin: 10px 0px;
}
div.error,
.taken {
  display: none;
  padding: 5px 7px;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: left;
  border: 1px dashed #d50000;
  color: #d50000;
  border-radius: 5px;
  font-size: 12px;
}
.available {
  display: none;
  padding: 5px 7px;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: left;
  border: 1px dashed #060;
  color: #060;
  border-radius: 5px;
  font-size: 12px;
}
div.wrongData {
  margin: 5px 0px 10px 0px !important;
}
.notLoggedIn {
  padding: 20px;
  height: 450px;
  background-image: url(../images/pointing.jpg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
}
.photos .notLoggedIn {
  padding: 20px;
  height: 250px;
  background-image: url(../images/pointing.jpg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
}
.notLoggedIn h1 {
  margin-top: 150px;
}
.photos .notLoggedIn h1 {
  margin-top: 30px;
}
.thinking {
  padding: 20px;
  height: 450px;
  background-image: url(../images/thinking.jpg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
}
.thinking h1 {
  margin-top: 150px;
}
/* LOGIN END */

/* CHANGE EMAIL PASS */

.absolute {
  position: absolute;
  width: 400px;
  padding: 25px;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  background-color: #f7f7f7;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  opacity: 0;
  display: none;
}
.absFinish {
  position: absolute;
  width: 700px;
  padding: 25px;
  top: 50%;
  left: 50%;
  margin-left: -375px;
  background-color: #f7f7f7;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  opacity: 0;
  display: none;
}
.absFinish h2.load {
  text-align: left;
  padding-left: 50px;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 40px;
}
.absFinish h2,
.absFinish h3,
.absFinish p {
  text-align: left;
}
.absFinish .button {
  margin: 5px;
}
.thumbsup {
  width: 200px;
  height: 200px;
  background-image: url(../images/thumbsup.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
h3.fadeIn {
  opacity: 0;
  height: 40px;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  vertical-align: middle;
  color: #666666;
}
.change button {
  margin: 25px auto 0px;
}
.change .formRow {
  margin: 10px 0px;
}
.change .formRow p {
  font-size: 12px;
  text-align: left;
}

.change input {
  display: inline-block;
  line-height: 40px;
  border: 0px solid #ffffff;
  padding: 0px;
  width: 70%;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-indent: 10px;
  box-shadow: 0px 3px 0px #f1f1f1;
  transition: all 0.3s linear;
  text-align: left;
  float: left;
}
.change label {
  display: inline-block;
  line-height: 40px;
  border: 0px solid #ffffff;
  width: 29%;
  padding-right: 1%;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  text-align: left;
  float: left;
}
.change input:focus {
  box-shadow: 0px 3px 0px #287f76;
}
.change div.error {
  width: 68%;
  padding: 1%;
  margin-left: 30%;
  margin-top: 10px;
  margin-bottom: 0px;
}

div.notEqual {
  display: none;
  padding: 1%;
  margin-left: 30%;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
  border: 1px dashed #d50000;
  color: #d50000;
  border-radius: 5px;
  font-size: 12px;
}
.relative .close {
  position: absolute;
  top: -35px;
  right: -20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #999999;
  font-size: 24px;
}
.close3 {
  position: absolute;
  top: -5px;
  right: -20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #999999;
  font-size: 24px;
}
.close4 {
  position: absolute;
  top: -35px;
  right: -30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #999999;
  font-size: 24px;
}
.close2 {
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: 340px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
  color: #999999;
  font-size: 24px;
}

.form {
  width: 100%;
}
.form .button,
.formAddress .button {
  margin-top: 30px;
}
.form label,
.formAddress label {
  display: inline-block;
  float: left;
  line-height: 40px;
  width: 29%;
  padding-right: 1%;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #666666;
}
.form input,
.form .data,
.formAddress input,
.formAddress .data {
  display: inline-block;
  line-height: 40px;
  border: 0px solid #ffffff;
  width: 70%;
  margin: 0px 0px 15px;
  padding: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-indent: 10px;
  box-shadow: 0px 3px 0px #f1f1f1;
  transition: all 0.3s linear;
  text-align: left;
  float: left;
}
.form textarea {
  display: inline-block;
  border: 0px solid #ffffff;
  width: 70%;
  margin: 0px 0px 15px;
  padding: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-indent: 10px;
  box-shadow: 0px 3px 0px #f1f1f1;
  transition: all 0.3s linear;
  text-align: left;
  float: left;
}
.deliveryOffice textarea {
  display: inline-block;
  border: 1px solid #cccccc;
  width: 70%;
  margin: 15px 0px 15px;
  padding: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-indent: 10px;
  box-shadow: 0px 3px 0px #f1f1f1;
  transition: all 0.3s linear;
  text-align: left;
  float: left;
}
.form div.error,
.formAddress .error,
.form .taken,
.form .available {
  width: 68%;
  padding: 1%;
  margin-left: 30%;
  margin-top: -5px;
  margin-bottom: 10px;
}

.form input:focus,
.formAddress input:focus,
.form textarea:focus {
  box-shadow: 0px 3px 0px #287f76;
}
.width100 {
  width: 92% !important;
  padding: 2% 4%;
  background-color: #f7f7f7;
}
.width100 textarea {
  min-height: 100px;
}
.contactData {
  padding: 10px;
  margin-bottom: 15px;
}
.contactData i {
  float: left;
  width: 20px;
  margin-right: 5px;
  line-height: 20px;
}
.gMap.compData {
  display: inline-block;
  font-weight: normal !important;
  text-align: left !important;
}
.gMap.compData p {
  font-weight: normal !important;
  text-align: left !important;
  margin-left: 0px !important;
}
.contactData .contactRow {
  margin: 5px 0px;
  line-height: 20px;
}
h3.positive {
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 50px;
  margin: 25px 0px;
  background-image: url(../images/done.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  color: #11bb00;
}
.nc {
  background-color: #f9f9f9;
}

/* CHANGE EMAIL PASS END */

/* HEADERS */

.prHeader {
  width: 100%;
  min-width: 1170px;
  height: 250px;
  position: relative;
  margin-top: -40px;
  background-image: url(../images/prheader.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.emcHeader {
  width: 100%;
  min-width: 1170px;
  height: 250px;
  position: relative;
  margin-top: -40px;
  background-image: url(../images/emcheader.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.phHeader {
  width: 100%;
  min-width: 1170px;
  height: 250px;
  position: relative;
  margin-top: -40px;
  background-image: url(../images/phheader.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ordHeader {
  width: 100%;
  min-width: 1170px;
  height: 250px;
  position: relative;
  margin-top: -40px;
  background-image: url(../images/ordheader.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inPageHeader {
  width: 1170px;
  height: 250px;
  position: relative;
  margin: 0px auto;
}
.headerTitle {
  position: absolute;
  left: 10px;
  bottom: -30px;
  height: 40px;
  padding: 10px 25px;
  width: 1130px;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  font-family: 'PT Sans Narrow', sans-serif;
}
.profileImage {
  width: 80px;
  height: 80px;
  border: 10px solid #ffffff;
  border-radius: 50%;
  margin-left: -40px;
  margin-top: -30px;
  margin-right: 10px;
  float: left;
  background-color: #f7f7f7;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.profileImage img {
  width: 100%;
}

/* HEADERS END */

/* SLIDER */
#slider,
.slider {
  width: 1170px;
  min-width: 1170px;
  height: 400px;
  position: relative;
  text-align: left;
  z-index: 0;
  margin: 0px auto;
}
.slider {
  overflow: hidden;
}
#slider .caption {
  width: 1170px;
  min-width: 1170px;
  height: 400px;
  position: absolute;
  top: 0px;
  left: 0px !important;
  overflow: hidden;
}
#slider .slImg {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider .slImg:first-child {
  z-index: 2;
}
#slider .slImg img {
  display: none;
}
#slider .caption {
}
#slider .captionTitle {
  float: left;
}
#slider .captionTitle h2 {
  margin: 0px;
  padding: 0px;
  top: 30px;
  left: 200%;
  width: 75%;
  position: absolute;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #00d2ab;
  font-size: 36px;
  line-height: 36px;
  text-shadow: 2px 2px 0px #ffffff, 3px 3px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
#slider .captionText {
  margin: 0px;
  bottom: 30px;
  right: 200%;
  position: absolute;
  text-align: right;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 1px 1px 1px #000000;
  opacity: 0;
  width: 1100px;
}
#slider .captionText p {
  display: inline-block;
  margin: 0px;
  padding: 5px;
  background-color: rgba(40, 127, 118, 0.53);
}
#slider .prev,
#slider .next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-color: #22c0a9;
  color: #ffffff;
  z-index: 10;
  border-radius: 50%;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
}
#slider .prev:hover,
#slider .next:hover {
  background-color: #287f76;
}
#slider .prev {
  left: -30px;
}
#slider .next {
  right: -30px;
}
#slider .slideControl {
  position: absolute;
  left: 20px;
  height: 20px;
  line-height: 20px !important;
  bottom: -10px;
  z-index: 10;
}
#slider .slideControl span {
  height: 20px;
  width: 20px;
  margin: 0px 3px;
  padding: 0px;
  line-height: 20px;
  border: 0px none !important;
  background: #22c0a9 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  transition: all 0.2s linear;
  float: left;
}
#slider .slideControl span.active {
  background: #287f76 none repeat scroll 0 0;
}
/* SLIDER END */

/* TOP CATEGORIES */
.catShowCase {
  width: 1170px;
  margin: 50px auto 0px;
  position: relative;
  z-index: 10;
  padding: 15px 0px;
}
.topCategory {
  display: inline-block;
  width: 29.33%;
  margin: 0.5%;
  padding: 3% 1.5%;
  float: left;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: 95% center;
  text-align: left;
}
.noPadding {
  padding: 0px !important;
}
div.pink {
  box-shadow: inset 180px 100px 0px #e81d62, inset -180px -100px 0px #e81d62;
  text-align: center;
  float: left;
  width: 100%;
  padding: 15px 0px !important;
  transition: 0.2s linear all;
}
.pink h3 {
  line-height: 35px;
  margin: 10px 0px;
  transition: 0.2s linear all;
  color: #ffffff;
}
.topCategory .pink .totalTCPr {
  color: #ffffff;
  transition: 0.2s linear all;
}
.topCategory h2 {
  color: #22c0a9;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  margin: 20px 0px 10px;
  font-size: 18px;
  transition: 0.1s linear all;
  line-height: 30px;
  vertical-align: middle;
}
.topCategory:hover h2 {
  font-size: 30px;
}
.topCategory:hover h3 {
  font-size: 24px;
  color: #e81d62;
}
.topCategory:hover .pink .totalTCPr {
  color: #e81d62;
}
.topCategory:hover .pink {
  box-shadow: inset 0px 0px 0px #e81d62, inset 0px 0px 0px #e81d62;
}
.topCategory:hover .totalTCPr {
  font-size: 18px;
}
/*.topCategory .seeMore {
	color:#e81d62;
	text-transform:uppercase;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:normal;
	margin:10px 0px 0px;
	line-height:30px;
	vertical-align:middle;
}
.topCategory .seeMore i {
	font-size:24px;
	margin-right:10px;
}*/
.totalTCPr {
  color: #333333;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  margin: 5px 0px 20px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 24px;
  transition: all 0.1s linear;
}
.tcImage {
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center center;
  /*	border-radius:50%;
	border:10px solid #f4f4f4;*/
  margin: 0px auto;
  transition: all 0.1s linear;
  display: none;
}

.topCategory:hover .tcImage {
  background-size: 100%;
  /*	transform: rotate(-15deg);*/
  /*border:10px solid #cccccc;*/
  /*box-shadow:inset 0px 0px 10px rgba(0,0,0,0.1);*/
}
.wullWidth {
  width: 100%;
  min-width: 1170px;
}
.infoBlock {
  width: 31.33%;
  margin: 1%;
  float: left;
  background-color: #22c0a9;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  transition: 0.2s linear all;
  text-align: center;
}
.infoBlock:hover {
  background-color: #287f76;
}
.infoBlock i {
  font-size: 72px;
  margin-top: 25px;
}

/* TOP CATEGORIES END */

/* UPLOADER */
.photoOption .btn-group {
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.photoOption h6 {
  margin: 0px;
  padding: 0px 0px 10px;
  font-size: 18px;
  font-weight: normal;
}
.photoOption label {
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  padding: 0px 20px;
  cursor: pointer;
  background-color: #ffffff;
  color: #333333;
  float: left;
  border-right: 1px solid #eeeeee;
  transition: all 0.2s linear;
  position: relative;
}
.photoOption label:first-child {
}
.photoOption label.active {
  border-right: 1px solid #22c0a9;
}
.photoOption label input {
  display: none;
}
.photoOption label.active {
  background-color: #22c0a9;
  color: #ffffff;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.18);
}
.photoOption label.active .tooltip {
  position: absolute;
  top: 70px !important;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  color: #eeeeee;
  line-height: normal;
  font-size: 12px;
  display: block !important;
  opacity: 1 !important;
}
.photoOption .tooltip {
  top: 70px !important;
}
.tooltip {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  color: #eeeeee;
  line-height: normal;
  font-size: 12px;
  display: none;
  opacity: 0;
}
.bigTooltip {
  width: 170px !important;
  margin-left: -85px !important;
}
.tooltipTopLeft {
  top: -50px;
  opacity: 1;
  left: 30px;
}
.tooltipBottomLeft {
  top: auto;
  bottom: -35px;
  opacity: 1;
  left: 20px;
}
.tooltipBottomRight {
  top: auto;
  bottom: -35px;
  opacity: 1;
  right: -10px;
  left: auto;
}
.tooltipTopRight {
  top: -35px;
  opacity: 1;
  right: -10px;
  left: auto;
}
.arrow_box {
  position: relative;
  background: rgba(0, 0, 0, 1);
  border: 1px solid #000000;
  background-clip: padding-box;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tooltipTopLeft .arrow_box:after,
.tooltipTopLeft .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-width: 6px;
  margin-left: -6px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-width: 7px;
  margin-left: -7px;
}
.tooltipTopLeft .arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: rgba(0, 0, 0, 1);
  border-width: 6px;
  margin-left: -6px;
}
.tooltipTopLeft .arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: rgba(0, 0, 0, 1);
  border-width: 7px;
  margin-left: -7px;
}
.content-box {
  text-align: center;
}
ul.addImagesHere {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.addImagesHere li {
  display: inline-block;
  width: 23%;
  margin: 2% 1%;
  background-color: #ffffff;
  border-radius: 3px;
  min-width: 180px;
  float: left;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.imgBox {
  display: block;
  padding: 0px 5px;
  border-radius: 3px;
  transition: 0.2s linear all;
  position: relative;
  z-index: 1;
}
.imgBox:hover .boxFooter input {
}
.boxHeader {
  margin-bottom: 5px;
  margin-left: -5px;
  margin-right: -5px;
  height: 40px;
  transition: 0.2s linear all;
}
.boxHeader .changeFormat {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  width: 40%;
  cursor: pointer;
  transition: 0.2s linear all;
  float: left;
  background-color: #22c0a9;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
}
.boxHeader .changeFormat:hover {
  background-color: #287f76;
  color: #ffffff;
}
.boxHeader .indPrice {
  display: inline-block;
  line-height: 40px;
  width: 40%;
  margin: 0px;
  vertical-align: middle;
  font-size: 14px;
  transition: 0.2s linear all;
  float: left;
  cursor: default;
}
.boxHeader .deleteImage {
  display: inline-block;
  line-height: 40px;
  width: 20%;
  vertical-align: middle;
  color: #ffffff;
  cursor: pointer;
  transition: 0.2s linear all;
  float: left;
  background-color: #e81d62;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
}
.boxHeader .deleteImage:hover {
  background-color: #e81d62;
  color: #ffffff;
}
.boxFooter {
  margin-top: 5px;
  margin-left: -6px;
  margin-right: -6px;
  transition: 0.2s linear all;
  height: 40px;
}
.addToOrderButtons {
  display: none;
}
.imgBox .gallImg {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.imgBox .deleteImage {
}
.boxFooter .input-group {
  display: inline-block;
}
.boxFooter .minus {
  display: inline-block;
  height: 40px;
  width: 20%;
  float: left;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px;
  cursor: pointer;
  background-color: #22c0a9;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  transition: 0.2s linear all;
}
.boxFooter .plus {
  display: inline-block;
  height: 40px;
  width: 20%;
  float: left;
  line-height: 40px;
  vertical-align: middle;
  padding: 0px;
  cursor: pointer;
  background-color: #22c0a9;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  transition: 0.2s linear all;
}
.boxFooter .plus:hover,
.boxFooter .minus:hover {
  background-color: #287f76;
  color: #ffffff;
}
.boxFooter input {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 60%;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  border: 0px solid #eeeeee;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.18);
  transition: 0.2s linear all;
  color: #333333;
}

.prMainData h3 {
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 25px 0px 25px;
  color: #333333;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
button[id^='upload'] {
  /*	font-size:12px;
	text-transform:uppercase;
	color:#666666;
	background-color:#dddddd;
	text-decoration:none;
	display:inline-block;
	line-height:38px;
	vertical-align:middle;
	transition:all 0.3s linear;
	padding:0px 20px;
	border-radius:5px;
	font-weight:700;
	font-family: 'PT Sans Narrow', sans-serif;
	border:1px solid #999999;
	cursor:pointer;*/
}
.deletePrImage {
  display: none;
  /*	font-size:16px;
	text-transform:uppercase;
	color:#ffffff;
	background-color:#d50000;
	text-decoration:none;
	line-height:38px;
	vertical-align:middle;
	transition:all 0.3s linear;
	padding:0px 10px;
	border-radius:5px;
	font-weight:700;
	font-family: 'PT Sans Narrow', sans-serif;
	border:1px solid #555555;
	cursor:pointer;*/
}
.bhover,
.deletePrImage:hover {
  /*	background-color:#5b5b5b !important;
	border:1px solid #5b5b5b !important;
	color:#ffffff !important;*/
}
.userPhotosData {
  margin: 15px 0px 25px;
}
/* UPLOADER END */
.galleryImages a {
  display: block;
  width: 120px;
  height: 120px;
  margin: 3px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ui-sortable-helper {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.7);
  background-color: #ffffff;
  cursor: crosshair;
}
.fixMe #upload-btn {
  display: none;
  line-height: 60px !important;
  font-size: 24px !important;
  height: 60px !important;
  padding: 0px 35px !important;
}
.photoOptions {
  text-align: center;
  margin-bottom: 20px;
}
.photoOption {
  display: inline-block;
  margin: 3px;
  text-align: center;
}
.filesCount {
  width: 500px;
  padding: 20px;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -270px;
  background-color: #f6f6f6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
  z-index: 100;
  display: none;
  opacity: 0px;
}
.filesAdded {
  width: 500px;
  padding: 10px;
  border-radius: 3px;
  position: fixed;
  bottom: 10px;
  right: -550px;
  background-color: #f4f4f4;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  text-shadow: 1px 1px 0px #ffffff;
}
.filesCount h2 {
  font-size: 24px;
  font-weight: normal;
}
.filesAdded h4 {
  margin: 0px;
  padding: 0px 0px 0px 50px;
  font-size: 18px;
  min-height: 50px;
  background-image: url(../images/thumbsup.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50px;
  font-weight: normal;
}
.filesAdded h4 span {
  display: inline-block;
  position: relative;
  /*	top: 50%;
	transform: translateY(100%);*/
}
.filesCount .totalFiles {
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
}
.filesCount .uploaded {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  margin-right: 5px;
}
.filesCount .remaining {
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  margin-right: 5px;
}
.filesCount span.tupl {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  color: #00616d;
}
.filesCount span.upl {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  margin-right: 15px;
  color: #22c0a9;
}
.filesCount span.rem {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  color: #e81d62;
}
.filesAdded .close {
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  line-height: 10px;
  vertical-align: middle;
  font-size: 10px;
}
.totalSize {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.12);
  display: inline-block;
  margin: 0px auto;
}
.fixed {
  position: fixed;
  top: 0px;
  background-color: rgba(244, 244, 244, 0.9);
  z-index: 100;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 3px 3px;
  margin-top: 0px !important;
}
.fixedMenu {
  position: fixed;
  top: 0px;
  width: 300px;
}
.fixedMenuBottom {
  position: absolute;
  bottom: 0px;
  width: 300px;
}
.progress {
  margin: 5px 10px 20px;
  border-radius: 14px;
  position: relative;
  height: 14px;
  padding: 1px;
  background-color: #ffffff;
}
.progress-bar {
  width: 0%;
  height: 14px;
  text-align: right;
  font-size: 10px;
  line-height: 14px;
  vertical-align: middle;
  border-radius: 14px;
  background-color: #22c0a9;
  transition: 0.2s linear all;
}
.filesCount .progress-bar .percent {
  display: inline-block;
  margin: 1px 3px;
  text-shadow: 0px 0px 0px #ffffff;
  background-color: #f4f4f4;
  height: 12px;
  line-height: 12px;
  padding: 0px 5px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: bold;
}
.rLeft {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #22c0a9;
  transition: 0.2s linear all;
  display: none;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.rRight {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #22c0a9;
  transition: 0.2s linear all;
  display: none;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.rLeft:hover,
.rRight:hover {
  background-color: #287f76;
  color: #ffffff;
}
.rLeft {
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -18px;
}
.rRight {
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -18px;
}
.photoUpload:hover .rLeft,
.photoUpload:hover .rRight {
  display: block;
}
/* CART */
.cart {
  position: relative;
}
.cartText a {
  position: relative;
}
.cartText a .totalQuant {
  background: #333 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 20px;
  z-index: 3;
}
.cartItems {
  position: absolute;
  top: 100px;
  width: 560px;
  padding: 20px;
  left: 50%;
  margin-left: -300px;
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  text-align: center;
  display: none;
  opacity: 0;
}
.cartItems h2,
div[class^='overlay'] h2,
.relative h2 {
  text-align: left;
  margin: 10px 0px 25px;
  font-weight: normal;
  color: #22c0a9;
}
.userActions a.inCart {
  display: block;
  width: auto;
  height: auto;
  float: none;
  color: #333333;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #ffffff;
  padding: 7px 5px !important;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  line-height: 30px;
  transition: all 0.3s linear;
  top: 0px;
  margin: 0px;
  text-shadow: 0px 0px 0px #ffffff;
}
.userActions a.inCart .indFormat {
  float: left;
  margin-left: 85px;
}
a.inCart:hover {
  background-color: #ffffff;
}
a.inCart .cartImg {
  display: inline-block;
  height: 50px;
  width: 10%;
  margin-right: 1%;
  float: left;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
a.prInCartPhotos {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 0;
}
a.prInCartPhotos:hover {
  z-index: 1;
}
.grid2:nth-child(1) {
  transform: rotate(-10deg);
}
.grid2:nth-child(2) {
  transform: rotate(10deg);
  margin-left: -20px;
}
.grid3:nth-child(1) {
  transform: rotate(-10deg);
}
.grid3:nth-child(2) {
  margin-left: -20px;
}
.grid3:nth-child(3) {
  transform: rotate(10deg);
  margin-left: -20px;
}
.grid4:nth-child(1) {
  transform: rotate(-20deg);
  margin-bottom: -5px;
}
.grid4:nth-child(2) {
  margin-left: -20px;
  transform: rotate(-10deg);
}
.grid4:nth-child(3) {
  transform: rotate(10deg);
  margin-left: -20px;
}
.grid4:nth-child(4) {
  transform: rotate(20deg);
  margin-left: -20px;
  margin-bottom: -5px;
}

.grid5:nth-child(1) {
  transform: rotate(-20deg);
  margin-bottom: -5px;
}
.grid5:nth-child(2) {
  margin-left: -20px;
  transform: rotate(-10deg);
}
.grid5:nth-child(3) {
  margin-left: -20px;
}
.grid5:nth-child(4) {
  transform: rotate(10deg);
  margin-left: -20px;
}
.grid5:nth-child(5) {
  transform: rotate(20deg);
  margin-left: -20px;
  margin-bottom: -5px;
}

a.inCart .quant {
  display: inline-block;
  width: 10%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
}
a.inCart .name {
  display: inline-block;
  width: 40%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
  text-align: left;
}
.checkoutItems a.inCart .name {
  display: inline-block;
  width: auto !important;
  margin-right: 5px;
  float: left;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
}
a.inCart .price {
  display: inline-block;
  width: 36%;
  margin-right: 1%;
  float: left;
  vertical-align: middle;
  text-align: right;
}
.cart .indFormat {
  margin-left: 35px;
  font-size: 12px;
  text-align: right;
}
.indFormat p {
  margin: 0px;
}
.delFromCart,
.deleteAllPHotosFromCart,
.delFromCheckout,
.delAddress {
  display: inline-block;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #e81d62;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s linear;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}

.delFromCart:hover,
.delFromCheckout:hover,
.deleteAllPHotosFromCart:hover,
.delAddress:hover {
  background-color: #d50000;
  color: #ffffff;
}
.minCartItem {
  box-shadow: inset 0px 1px 0px #ffffff, inset 0px -1px 0px #dddddd;
}
.minCartItem:nth-child(1) {
  box-shadow: inset 0px 1px 0px #ffffff, inset 0px -1px 0px #dddddd,
    0px -1px 0px #dddddd;
}
.minCartItem:last-child {
  box-shadow: inset 0px 1px 0px #ffffff, inset 0px -1px 0px #dddddd,
    0px 1px 0px #ffffff;
}
.userAddress h3 a,
.invoice h3 a {
  font-size: 14px;
  font-weight: normal;
}
.userAddress h3 a i,
.invoice h3 a i {
  font-size: 12px;
  font-weight: normal;
}
.invoice h3 {
  position: relative;
  z-index: 101;
}
.userAddress {
  position: relative;
  border: 3px dashed #eeeeee;
  margin: 25px 0px;
}
.userAddress,
.deliveryOffice,
.deliveryCompanyOffice {
  display: none;
}
.invoiceForm {
  display: none;
  position: relative;
  border: 3px dashed #eeeeee;
  margin: 25px 0px;
}

.invoiceForm input[type='text'] {
  display: inline-block;
  line-height: 40px;
  border: 0px solid #ffffff;
  width: 100%;
  margin: 0px 0px 15px;
  padding: 0px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-indent: 10px;
  box-shadow: 0px 3px 0px #f1f1f1;
  transition: all 0.3s linear;
  text-align: left;
  float: left;
}
.userAddress .defaultAddress,
.invoiceBlock {
  width: 46%;
  padding: 2%;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  transition: 0.2s linear all;
  border-right: 1px solid #ffffff;
}
.userAddress .onTop,
.invoiceForm .onTop {
  border-right: 1px solid #eeeeee;
}
.userAddress .out,
.invoiceForm .out {
  left: 52% !important;
}
.userAddress .additionalAddresses,
.additionalInvoices {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 43.5%;
  padding: 2%;
  z-index: 0;
  transition: 0.2s linear all;
}
.addresslabel {
  width: 29.33%;
  margin: 1%;
  padding: 1%;
  color: #22c0a9 !important;
  background-color: #ffffff;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  float: left;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s linear all;
  position: relative;
}
.delAddress {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  display: none;
  opacity: 0;
}
.addresslabel:hover .delAddress {
  display: block;
  opacity: 1;
}
.invoicelabel {
  width: 30.33%;
  margin: 1%;
  padding: 0.5%;
  color: #000000 !important;
  background-color: #cccccc;
  box-shadow: 1px 1px 0px #aaaaaa, -1px -1px 0px #aaaaaa, -1px 1px 0px #aaaaaa,
    1px -1px 0px #aaaaaa;
  float: left;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s linear all;
  position: relative;
  line-height: 30px;
  vertical-align: middle;
}

.delInvoice {
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: #d50000;
  cursor: pointer;
  padding: 0px 7px;
  border-radius: 3px;
  color: #ffffff;
  display: none;
  opacity: 0;
  transition: 0.2s linear all;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
}
.invoicelabel:hover .delInvoice {
  display: block;
  opacity: 1;
}
.addresslabel:hover,
.invoicelabel:hover {
  background-color: #287f76;
  color: #ffffff !important;
}
.selectedAddres,
.selectedInvoice {
  background-color: #22c0a9;
  color: #ffffff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  transition: 0.2s linear all;
}
.addresslabel h5 {
  margin: 0px;
  padding-bottom: 5px;
}
.invoicelabel h5 {
  margin: 0px;
  /*padding-bottom:5px;*/
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
}
.addresslabel div,
.invoicelabel div {
  font-size: 12px;
}
.invoiceBlock p {
  font-size: 14px;
  margin: 5px 0px;
  line-height: 18px;
}
/* CART END */

.rel4 {
  position: relative;
}
.abs2 {
  position: absolute;
  width: 690px;
  left: 50%;
  padding: 20px 30px 20px 30px;
  margin-left: -370px;
  background-color: #f7f7f7;
  z-index: 1000;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  overflow-y: scroll;
  display: none;
  opacity: 0;
  font-size: 14px;
  line-height: normal;
}
.abs3,
.abs4 {
  position: absolute;
  width: 690px;
  left: 50%;
  top: 50%;
  padding: 20px 30px 20px 30px;
  margin-left: -370px;
  background-color: #f7f7f7;
  z-index: 1000;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  display: none;
  opacity: 0;
  font-size: 14px;
  line-height: normal;
}
.scroll {
  overflow-y: scroll;
}
.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 580px;
  height: 80px;
  line-height: 40px;
  vertical-align: middle;
  margin-left: -300px;
  margin-top: -50px;
  padding: 10px;
  background-color: #e81d62;
  color: #ffffff;
}
.loadingBox {
  width: 100px;
  height: 100px;
  float: left;
  background-color: #ffffff;
  margin: -10px 10px -10px -10px;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
}
.loading h2.middle {
  color: #ffffff;
}
.confirm {
  position: fixed;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  color: #ffffff;
  z-index: 1000;
  border-radius: 3px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  opacity: 0;
  display: none;
}
.confirm h2 {
  background-color: #e81d62;
  padding: 50px 20px;
  margin: 0px !important;
  color: #ffffff !important;
}
.buttons {
  padding: 20px;
  background-color: #ffffff;
}
.newFormat {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(245, 245, 245, 0.9);
  opacity: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), inset 1px 1px 0px #dddddd,
    inset -1px -1px 0px #dddddd, inset -1px 1px 0px #dddddd,
    inset 1px -1px 0px #dddddd;
  text-align: center;
}
.newFormat label {
  display: inline-block;
  width: 40%;
  margin: 0px 30%;
  height: 30px;
  line-height: 30px;
  background-color: #dddddd;
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
  box-shadow: inset 0px -1px 0px #cccccc;
  font-size: 13px;
  transition: all 0.2s linear;
}
.newFormat label:hover {
  background-color: #cccccc;
  box-shadow: inset 0px -1px 0px #bbbbbb;
}
.newFormat label input {
  display: none;
}
.newFormat label:nth-child(1) {
  border-radius: 3px 3px 0px 0px;
}
.newFormat label:last-child {
  border-radius: 0px 0px 3px 3px;
  border-bottom: 0px solid #eeeeee;
  box-shadow: inset 0px 0px 0px #cccccc;
}
.newFormat label.active {
  background-color: #e81d62;
  box-shadow: inset 0px -1px 0px #9b0000;
  color: #ffffff;
}
.fixMe {
  width: 100%;
  margin: 75px auto 75px;
  transition: margin-top 0.2s linear;
}
.indPrice {
  display: inline-block;
  float: left;
  margin-left: 5px;
  line-height: 30px;
  vertical-align: middle;
}
.relative .small {
  position: absolute;
  bottom: 10px;
  width: 88%;
  left: 5%;
  padding: 1%;
  background-color: rgba(204, 0, 0, 0.8);
  color: #ffffff;
}
.prImageBox {
  display: block;
  width: 400px;
  float: left;
  margin-right: 10px;
}
.prImage {
  display: block;
  width: 100%;
}
.addImage {
  width: 32.33%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  float: left;
  opacity: 0;
  transition: all 0s linear;
}
.prImage img,
.addImage img {
  width: 100%;
}
.prMainData {
  padding: 0px 10px 10px;
  width: 380px;
  float: left;
}
.priceRow {
  width: 100%;
  float: left;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 25px;
}
.priceRowDisc {
  width: 100% !important;
  float: left;
}
.prPrice {
  font-size: 36px;
  font-weight: bold;
  color: #00616d;
  margin-right: 0px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 0px 15px;
}
.prOldPrice {
  display: inline-block;
  font-size: 36px;
  color: #999999;
  text-decoration: line-through;
  line-height: 50px;
  margin-left: 15px;
}
.savings {
  width: 100%;
  float: left;
  line-height: 50px;
  vertical-align: middle;
  text-align: left;
  color: #999999;
  background-color: #ededed;
}
.savings span {
  margin-left: 15px;
}
.prRow {
  /*width:400px;*/
  float: left;
  margin-top: 10px;
}
.bfly {
  font-size: 12px;
  width: 90%;
  padding-left: 10%;
  text-align: left;
  background-image: url(../images/bfly.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.prRow strong {
  color: #666666;
}
.addToCartBlock {
  margin: 25px 0px 25px;
  width: 100%;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.quantityBlock {
  display: inline-block;
  float: left;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.hl {
  width: 380px;
  height: 1px;
  background-color: #cccccc;
  margin: 25px 0px 50px;
}
.addToCartBlock .minus,
.addToCartBlock .plus {
  display: inline-block;
  width: 50px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  float: left;
  background-color: #22c0a9;
  color: #ffffff;
  font-size: 24px;
  transition: all 0.1s linear;
}
.addToCartBlock .minus {
}
.addToCartBlock .plus {
}
.addToCartBlock .minus:hover,
.addToCartBlock .plus:hover {
  color: #ffffff;
  background-color: #287f76;
}
.addToCartBlock input.quantity {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0px none !important;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  color: #333333;
}
.inOrder {
  display: inline-block;
  width: 180px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #5aa5ff;
  font-family: 'PT Sans Narrow', sans-serif;
  cursor: pointer;
  transition: all 0.2s linear;
}

.addTo i {
  font-size: 24px;
  margin-right: 10px;
}
.inOrder:hover {
  color: #ffffff;
  background-color: #5b5b5b;
}
a.addNew,
a.addNew:visited {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: #e81d62;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
}
a.addNew:hover {
  color: #ffffff;
  background-color: #5b5b5b;
}
.photoUpload {
  width: 49%;
  float: left;
  margin: 0.5%;
  text-align: center;
}
.photoUpload a {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  line-height: 200px;
  vertical-align: middle;
}
.photoUpload a img {
  display: inline-block;
  max-height: 200px;
  max-width: 100%;
  vertical-align: middle;
}
.photoUpload a .rLeft,
.photoUpload a .rRight {
  /*	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	padding:0px;
	top:50%;
	margin-top:-15px;
	background-color:#f7f7f7;
	border-radius:3px;
	color:#333333;
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);*/
}
.photoUpload a .rLeft {
  /*left:-3px;*/
}
.photoUpload a .rRight {
  /*right:-3px;*/
}
.added {
  position: fixed;
  width: 480px;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-left: -250px;
  background-color: #ffffff;
  z-index: 1000;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  opacity: 0;
  display: none;
}
.added h3 {
  padding: 10px;
  font-size: 18px;
  margin: 0px;
  line-height: normal;
  vertical-align: middle;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  text-align: left;
  display: table-cell;
  width: 330px;
  float: left;
  min-height: 100px;
}
.added img {
  width: 120px;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
  float: left;
}
.addedProduct {
  display: table;
  width: 100%;
  vertical-align: middle;
}
.added h4 {
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
}
.description h4 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.goToCart,
.reload {
}
.goToCart:hover,
.reload:hover {
}

/* CHEXKOUT */
.cartHeader {
  margin-bottom: 25px;
}
.checkoutItems {
  border-color: #eeeeee;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.checkoutItems td {
  border-color: #eeeeee;
  padding: 5px;
}
.checkoutItems .indFormat {
  font-size: 12px;
  margin-left: 5px;
}
.checkoutItems tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.cartItem .inCart {
  display: block;
  padding: 5px 10px;
}
.checkoutItems .inCart:hover {
  background-color: transparent;
}

.checkoutItems .cartImg {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.checkoutItems a.inCart {
  display: block;
  height: 30px;
  float: left;
  text-align: left;
  font-size: 16px;
}
.checkoutItems .price {
  display: block;
  text-align: right;
  font-weight: bold;
  color: #666666;
}
.checkoutItems tr.total {
  background-color: #ffffff;
  border-top: 3px solid #666666;
}
.checkoutItems tr.total span {
  display: block;
  text-align: right;
  line-height: 50px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  height: 50px;
}
.delivery,
.orderType {
  display: inline-block;
  position: relative;
  line-height: normal;
  text-align: left;
  float: right;
  margin-left: 10px;
  padding: 5px;
  color: #22c0a9 !important;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.2s linear all;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
}
.delivery {
  height: 58px;
  margin-bottom: 10px;
}
.orderType {
  height: 38px;
  line-height: 38px !important;
  padding: 0px 15px !important;
}
.delivery:hover,
.orderType:hover {
  background-color: #ededed;
}
.selectedDelivery,
.selectedDelivery:hover,
.selectedType,
.selectedType:hover {
  background-color: #00616d;
  color: #ffffff !important;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12) !important;
}
.lightBorderTop {
  border-top: 1px solid #666666;
  text-align: right;
  line-height: 50px;
  color: #666666;
}
.delData {
  display: inline-block;
  line-height: normal;
  float: left;
}
.delivery h5,
.deliverySelected h5 {
  display: inline-block;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  float: left;
}
.delivery p,
.deliverySelected p {
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  float: left;
}
.delivery .delImage,
.deliverySelected .delImage {
  float: left;
  margin-right: 10px;
}
.delImage img {
  height: 58px;
}
.delSum {
  font-weight: bold;
}
.quantc {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.minusc,
.plusc {
  display: inline-block;
  height: 30px;
  width: 30px;
  float: left;
  line-height: 30px;
  vertical-align: middle;
  padding: 0px;
  cursor: pointer;
  background-color: #22c0a9;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.18);
  transition: 0.2s linear all;
}
.minusc:hover,
.plusc:hover {
  background-color: #287f76;
}
.quantityc {
  text-align: center;
  width: 35px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border: 0px none;
  float: left;
}
.conditions,
.deliveryAgree,
.invoice {
  line-height: 36px;
  vertical-align: middle;
  font-size: 18px;
  margin: 25px 0px;
}
.greenFlash {
  box-shadow: 0px 0px 10px #00616d;
  border-color: #00616d !important;
}
.greenFlash2 {
  box-shadow: 0px 0px 10px #00616d;
  border-color: #00616d !important;
  background-color: #00616d;
}
.conditions input,
.deliveryAgree input,
.invoice input[type='checkbox'] {
  display: none;
}
.checkbox {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 15px;
  border: 3px solid #e81d62;
  color: #e81d62;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.invoice .checkbox {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 15px;
  border: 3px solid #999999;
  color: #999999;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.invoice a.invoice {
  color: #999999;
}
.smallCheckbox {
  width: 20px;
  height: 20px;
  margin: 10px;
  float: left;
  border: 3px solid #aaaaaa;
  color: #009900;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.1s linear;
}
.smallCheckbox i {
  display: none;
}
.checkbox i {
  display: none;
}
.checked {
  border: 3px solid #00616d;
  color: #00616d;
}
.checked i {
  color: #00616d;
  display: inline-block !important;
}
/* CHECKOUT END */

.myTooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  color: #eeeeee;
  line-height: 25px;
  vertical-align: middle;
  font-size: 12px;
  text-transform: none;
  display: none;
  padding: 0px 10px;
  background-color: #000000;
  border-radius: 1px;
  white-space: nowrap;
  margin-top: 10px;
  opacity: 0;
}
.myTooltip .arrow_box {
  position: relative;
  background: rgba(0, 0, 0, 1);
  border: 1px solid #000000;
  background-clip: padding-box;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 1px;
}
.myTooltip .arrow_box:after,
.myTooltip .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.myTooltip .arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-width: 6px;
  margin-left: -6px;
}
.myTooltip .arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-width: 7px;
  margin-left: -7px;
}

.addExtra {
  line-height: normal !important;
}
.addExtra h5,
.addExtra h6 {
  margin: 0px;
}
h2.success {
  font-weight: bold;
  color: #009900;
}
.successRemind h2.success span.red {
  font-weight: bold;
  color: #d50000;
}
.successRemind {
  display: none;
}
.sentMail {
  display: none;
}
.promotions {
  min-height: 390px;
  padding-left: 450px;
  background-image: url(../images/hwoman.jpg);
  background-repeat: no-repeat;
  background-position: left botttom;
}
.dobeAdd,
.doneAdd * {
  line-height: normal;
  margin: 0px;
}
.deliverySelected {
  float: right;
  margin-left: 10px;
}
.contactForm {
  width: 48%;
  margin-left: 2%;
  min-height: 250px;
  float: left;
}
.contactForm h3 {
  color: #22c0a9;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  margin: 0px 0px 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #22c0a9;
  font-size: 18px;
  transition: 0.1s linear all;
  line-height: 30px;
  vertical-align: middle;
}
.contactForm p,
.gMap p {
  margin: 0px;
}
.gMap {
  width: 50%;
  min-height: 250px;
  float: left;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
#map {
  width: 98%;
  margin: 1%;
  height: 400px;
}
.footerMenu {
  text-align: center;
  margin-bottom: 15px;
  color: #cccccc;
}
.footerMenu a,
.inBottomFooter a {
  color: #22c0a9;
  text-decoration: none;
  font-weight: normal;
  padding: 0px 10px;
  transition: all 0.2s linear;
}
.footerMenu a:hover,
.inBottomFooter a:hover {
  text-decoration: underline;
  color: #333333;
}
.expressInfo {
  line-height: normal;
  font-size: 12px;
}
.expressInfo p {
  margin: 0px;
}

.combined {
  margin: 15px 0px 0px;
  padding: 2%;
  border: 1px dashed #006715;
}

.addSlider {
  position: relative;
  width: 100%;
}
.overflow {
  overflow: hidden;
  position: relative;
}
.addSlider a.addImage {
  height: 100px !important;
}
.addSlider a.addImage img {
  display: none;
}
.slideMe {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.slideLeft,
.slideRight {
  position: absolute;
  top: 50%;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s linear;
  font-weight: 700;
  color: #ffffff;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-top: -15px;
  background-color: #22c0a9;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  line-height: 30px;
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.slideRight {
  right: -10px;
}
.slideLeft {
  left: -10px;
}
.totalCheckoutSum,
.noWrap {
  white-space: nowrap;
}
.photosInfo {
  font-size: 12px;
  font-family: 'PT Sans Narrow', sans-serif;
}
#register label {
  font-size: 16px !important;
}
span.red {
  color: #d50000;
}

.important {
  margin-bottom: 10px;
  background-color: #e81d62;
  color: #ffffff;
  padding: 15px;
  border-radius: 3px !important;
}
.oldTotal {
  line-height: 20px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  height: auto !important;
  text-decoration: line-through;
}
.promoText {
  line-height: 20px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #00880f !important;
  height: auto !important;
}

/* PRODUCT SLIDER */

/* TOP CATEGORIES */
.showCase {
  /*min-width:1180px;*/
  margin: 30px auto 50px;
  padding: 0px;
  z-index: 10;
  position: relative;
  text-align: center;
}
.showCaseInner {
  position: relative;
  overflow: hidden;
}
.slideBox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  overflow: hidden;
  z-index: 99;
}
.goLeft {
  position: absolute;
  top: 50%;
  left: -20px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s linear;
  font-weight: 700;
  color: #ffffff;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin-top: -25px;
  background-color: #22c0a9;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  line-height: 50px;
  z-index: 100;
  cursor: pointer;
}
.goRight {
  position: absolute;
  top: 50%;
  right: -20px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s linear;
  font-weight: 700;
  color: #ffffff;
  width: 50px;
  height: 50px;
  padding: 0px;
  margin-top: -25px;
  background-color: #22c0a9;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  line-height: 50px;
  z-index: 100;
  cursor: pointer;
}
.goLeft:hover,
.goRight:hover {
  background: #287f76 none repeat scroll 0 0;
}

/* END OF PRODUCT SLIDER */

.cartLeft {
  box-shadow: 0 1px 0 #ffffff inset, 0 -1px 0 #f0f0f0 inset;
}

.itp {
  position: relative;
  width: 60px;
  float: right;
  padding-left: 10px;
  z-index: 1000;
}
.itp i {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.itp i.listOpened {
  transform: rotate(-180deg);
}
.itp .itpList {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #ffffff;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.12);
  display: none;
}
.itp .itpNumb {
  width: 60px;
  padding-left: 10px;
  cursor: pointer;
}

.orderPhotos ul.addImagesHere li {
  width: 19%;
}

.mainData,
.details {
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  font-size: 14px;
}
.fixedFooter {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.imgViewer {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 10000;
}
.imgViewer img {
  opacity: 0;
}
.imgViewer span.relative {
  display: inline-block;
  position: relative;
  border: 10px solid #ffffff;
  box-shadow: 0px 50px 120px rgba(0, 0, 0, 0.9);
  opacity: 0;
  background-color: #ffffff;
}
.imgViewer .close {
  position: fixed;
  cursor: pointer;
  top: 15px;
  right: 15px;
  z-index: 99999;
  opacity: 1;
  text-shadow: 1px 1px 1px #000000;
  background-image: none;
}

.imgViewer .close i {
  font-size: 36px;
  color: #ffffff;
}
.lArrow {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 15px;
  margin-top: -25px;
}
.lArrow i {
  width: 70px;
  height: 70px;
  font-size: 60px;
  color: #ffffff;
}
.rArrow {
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 15px;
  margin-top: -25px;
}
.rArrow i {
  width: 70px;
  height: 70px;
  font-size: 60px;
  color: #ffffff;
}
.loading2 {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #ffffff;
  background-image: url(../images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
.imgViewer .total {
  height: 20px;
  position: absolute;
  bottom: -40px;
  right: 0px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
}
.imgViewer .title {
  position: absolute;
  bottom: 100%;
  left: 0px;
  font-size: 28px;
  font-weight: normal;
  color: #ffffff;
  padding-bottom: 28px;
  text-align: left;
}
.footerModule {
  width: 25%;
  float: left;
  text-align: left;
}
.footerModule ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: left;
}
.footerModule p {
  display: inline-block;
  margin: 3px 0px;
}
.footerModule .button {
  margin: 15px 0px 0px;
}
.footerModule li.active a {
  color: #333333;
}
.deliveryOffice span.important {
  margin-top: 5px;
  float: left;
}
.deliveryOffice .pink {
  border-color: #e81d62;
  box-shadow: 0px 0px 5px #e81d62;
}
.social {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
