@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../fonts/RobotoThin.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/RobotoLight.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/Roboto.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(../fonts/RobotoMedium.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/RobotoBold.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(../fonts/RobotoBlack.woff2) format("woff2");
}
.clearfix:after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

ul {
  padding: 0;
  list-style: none;
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #404852;
  background: #F7F7F9;
}

h1 {
  font-weight: 400;
  font-size: 30px;
}

h2 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 17px;
  margin-top: 0;
}

hr {
  margin: 0 0 25px;
  border-color: #E1E4EB;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

body {
  padding-top: 85px;
}

#page-content-wrapper h1 {
  margin-top: 0;
}

div.browse-wrap {
  top: 2px;
  left: 2px;
  cursor: pointer;
  overflow: hidden;
  padding: 12px 20px;
  text-align: center;
  position: absolute;
  background-color: #E2E3E5;
  display: inline-block;
  border-radius: 50px;
  height: 40px;
}

div.title {
  font-weight: bold;
}

input.upload {
  right: 0;
  margin: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  height: 300px;
  outline: none;
  cursor: inherit;
  position: absolute;
  font-size: 1000px !important;
}

span.upload-path {
  color: #404852;
  opacity: 0.45;
  font-weight: 500;
  margin-top: 14px;
  display: inline-block;
}

.browse-container {
  min-height: 46px;
  border: 1px solid #DFE3EC;
  border-radius: 100px;
  background-color: #FFFFFF;
  position: relative;
  padding-left: 165px;
  margin-bottom: 34px;
}

.browse-wrap span.icon2-file {
  font-size: 22px;
  float: left;
  margin-top: -2px;
  margin-right: 13px;
}

.header-logo-wrap {
  border-right: 1px solid #EFF2F8;
}
.header-logo {
  width: 249px;
  height: 100%;
  position: relative;
  background: #101010;
  margin-left: -15px;
}
.header-logo .togglemenu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  font-size: 28px;
  color: lightgray;
  text-decoration: none;
  line-height: 14px;
}

.navbar {
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #EFF2F8;
  min-height: 84px;
  background: #101010;
  -webkit-box-shadow: 0 0 40px rgba(159, 168, 188, 0.2);
  -moz-box-shadow: 0 0 40px rgba(159, 168, 188, 0.2);
  box-shadow: 0 0 40px rgba(159, 168, 188, 0.2);
  color: lightgray;
}
.navbar-brand {
  padding: 4px 59px 4px 90px;
  height: 84px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.navbar-brand img {
  display: inline-block;
}
.navbar-right {
  height: 100%;
  padding: 16px 0 10px;
  margin-right: 15px;
}
.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
  -webkit-box-shadow: 0 0 40px rgba(159, 168, 188, 0.2);
  -moz-box-shadow: 0 0 40px rgba(159, 168, 188, 0.2);
  box-shadow: 0 0 40px rgba(159, 168, 188, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar h1 {
  margin: 0;
  padding-top: 27px;
  padding-left: 42px;
  float: left;
}
.navbar .caret {
  border-top: 5px dashed;
  border-top: 5px solid \9 ;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #9fa3a8;
  margin-left: 5px;
}

.notification {
  color: lightgray;
  font-size: 24px;
  position: relative;
}
.notification .new-notify {
  background: #E04624;
  border: 3px solid #fff;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -5px;
}

.logout {
  font-size: 24px;
  color: #9fa3a8;
  margin-left: 22px;
}
.logout:hover, .logout:focus {
  color: #9fa3a8;
}

.profile {
  margin-right: 47px;
}
.profile .avatar {
  position: absolute;
  top: 0;
  right: -47px;
}

.navbar-nav > li {
  margin-left: 15px;
}
.navbar-nav > li > a {
  font-weight: bold;
  color: lightgray;
}

@media only screen and (max-width: 480px) {
  body .navbar h1 {
    padding-top: 10px;
    font-size: 24px;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  body .navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo-wrap {
    float: left;
  }
  .navbar-right {
    float: right;
  }
  .navbar-right > li {
    float: left;
  }
  .navbar {
    background: #FFFFFF;
  }
  #wrapper.toggled #page-content-wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
  }
  .header-logo-wrap {
    border-right: 0;
  }
  header {
    position: static;
  }
  body {
    padding-top: 0;
  }
  #sidebar-wrapper {
    position: absolute;
    height: auto;
  }
  .navbar h1 {
    display: none;
  }
  .navbar-brand {
    padding: 4px 20px 4px 70px;
  }
  .navbar-right {
    margin-right: 0;
  }
  .navbar-nav > li > a {
    padding-left: 0;
  }
  .header-logo {
    width: auto;
  }
  .navbar-brand img {
    margin-left: 5px;
    margin-top: 4px;
  }
  .navbar > .container-fluid .navbar-brand {
    box-shadow: none;
  }
}
@media only screen and (max-width: 992px) {
  .logout {
    margin-left: 5px;
  }
  .profile {
    margin-left: 0;
  }
  .navbar h1 {
    padding-top: 30px;
    font-size: 24px;
  }
}
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
}

.customprices {
  padding: 14px 35px 7px;
}

.custompriceslist li {
  margin-bottom: 16px;
}

.custompriceslist {
  margin-bottom: 0;
}

.cplistdragwrap {
  position: relative;
  border: 1px dashed #CBCBCD;
  padding-left: 65px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 15px;
  border-radius: 3px;
  /* fallback/image non-cover color */
  background-color: #FFFFFF;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#FFFFFF, #ECF0F3);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ECF0F3));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#FFFFFF, #ECF0F3);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#FFFFFF, #ECF0F3);
  -webkit-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  -moz-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  cursor: move;
}

img.cplogo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.cpright .price {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding-right: 16px;
}
.cpright .price .icon-move {
  font-size: 16px;
  color: #9fa3a8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}

.cpdescname1 {
  font-weight: 500;
  color: #9fa3a8;
  margin-right: 14px;
}

.cpdescname2, .cpdescname3 {
  font-weight: 500;
  color: #9fa3a8;
  font-size: 12px;
}

.cpdescname3 {
  float: right;
  margin-top: 2px;
}

a.custompricetitle {
  color: #9fa3a8;
  font-weight: 500;
  text-decoration: none;
  display: block;
  position: relative;
  padding-left: 70px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 30px;
}
a.custompricetitle .cpico {
  left: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
}
a.custompricetitle[aria-expanded=false] .fa-caret-up {
  color: #9fa3a8;
}
a.custompricetitle[aria-expanded=false] .fa-caret-up:before {
  content: "\f0d7";
}
a.custompricetitle .fa-caret-up {
  float: right;
}

.customprices-wrap {
  background: #F7F7F9;
}

.cplistinner.ui-draggable-dragging {
  z-index: 99999;
  background-image: url(../images/dragstep.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 17px;
  padding-left: 20px;
  min-width: 244px;
}
.cplistinner.ui-draggable-dragging .cplistdragwrap {
  -webkit-box-shadow: -20px 17px 40px rgba(159, 168, 188, 0.4);
  -moz-box-shadow: -20px 17px 40px rgba(159, 168, 188, 0.4);
  box-shadow: -20px 17px 40px rgba(159, 168, 188, 0.4);
}

.sidemenu > li.active {
  -webkit-box-shadow: 0 0 8px #E6EAF3;
  -moz-box-shadow: 0 0 8px #E6EAF3;
  box-shadow: 0 0 8px #E6EAF3;
}
.sidemenu > li.active a:after {
  content: "\f0d9";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #eaeef5;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 34px;
}

#sidebar-wrapper {
  -webkit-box-shadow: 0 0 8px #E6EAF3;
  -moz-box-shadow: 0 0 8px #E6EAF3;
  box-shadow: 0 0 8px #E6EAF3;
}

.absolute-center, .custompricedropwrap .btn.trigger .line, .custompricedropwrap .btn .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.custompricecontent {
  cursor: pointer;
}

.custompricedropwrap .custompricedrop {
  z-index: 10;
}
.custompricedropwrap.active .icons {
  opacity: 1;
}
.custompricedropwrap .icons {
  opacity: 0;
  transition: opacity 0.3s, z-index 0.3s, transform 0.3s;
}
.custompricedropwrap .rotater {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.custompricedropwrap .btn {
  position: relative;
  z-index: 1005;
  transition: opacity 0.3s, z-index 0.3s, transform 0.3s;
}
.custompricedropwrap .btn .fa {
  font-size: 3em;
  transition: color 0.3s;
}
.custompricedropwrap .btn:hover .fa {
  color: rgba(255, 255, 255, 0.7);
}
.custompricedropwrap .btn.trigger {
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: transform 0.3s;
}
.custompricedropwrap .btn.trigger:hover {
  transform: scale(1.2);
}
.custompricedropwrap .btn.trigger:hover .line {
  background-color: rgba(255, 255, 255, 0.7);
}
.custompricedropwrap .btn.trigger:hover .line:before, .custompricedropwrap .btn.trigger:hover .line:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.custompricedropwrap .btn.trigger .line {
  width: 60%;
  height: 6px;
  background: #000;
  border-radius: 6px;
  transition: background-color 0.3s, height 0.3s, top 0.3s;
}
.custompricedropwrap .btn.trigger .line:before, .custompricedropwrap .btn.trigger .line:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #000;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.3s;
}
.custompricedropwrap .btn.trigger .line:before {
  top: -12px;
  transform-origin: 15% 100%;
}
.custompricedropwrap .btn.trigger .line:after {
  top: 12px;
  transform-origin: 25% 30%;
}
.custompricedropwrap.active .btn-icon {
  opacity: 1;
}
.custompricedropwrap.active .trigger .line {
  height: 0px;
  top: 45%;
}
.custompricedropwrap.active .trigger .line:before {
  transform: rotate(45deg);
  width: 110%;
}
.custompricedropwrap.active .trigger .line:after {
  transform: rotate(-45deg);
  width: 110%;
}

.rotater:nth-child(1) {
  transform: rotate(37.5deg);
}

.custompricedropwrap.active .rotater:nth-child(1) .btn-icon {
  transform: translateY(-11em) rotate(-37.5deg);
}

.rotater:nth-child(2) {
  transform: rotate(82.5deg);
}

.custompricedropwrap.active .rotater:nth-child(2) .btn-icon {
  transform: translateY(-11em) rotate(-82.5deg);
}

.rotater:nth-child(3) {
  transform: rotate(127.5deg);
}

.custompricedropwrap.active .rotater:nth-child(3) .btn-icon {
  transform: translateY(-11em) rotate(-127.5deg);
}

.rotater:nth-child(4) {
  transform: rotate(172.5deg);
}

.custompricedropwrap.active .rotater:nth-child(4) .btn-icon {
  transform: translateY(-11em) rotate(-172.5deg);
}

.rotater:nth-child(5) {
  transform: rotate(217.5deg);
}

.custompricedropwrap.active .rotater:nth-child(5) .btn-icon {
  transform: translateY(-11em) rotate(-217.5deg);
}

.rotater:nth-child(6) {
  transform: rotate(262.5deg);
}

.custompricedropwrap.active .rotater:nth-child(6) .btn-icon {
  transform: translateY(-11em) rotate(-262.5deg);
}

.rotater:nth-child(7) {
  transform: rotate(307.5deg);
}

.custompricedropwrap.active .rotater:nth-child(7) .btn-icon {
  transform: translateY(-11em) rotate(-307.5deg);
}

.rotater:nth-child(8) {
  transform: rotate(352.5deg);
}

.custompricedropwrap.active .rotater:nth-child(8) .btn-icon {
  transform: translateY(-11em) rotate(-352.5deg);
}

.rotater .btn {
  padding: 0;
  height: 71px;
  width: 71px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  text-align: center;
  position: relative;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}
.rotater .btn .rotateritem {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.rotater .btn .rotateritem .rotateico {
  font-size: 24px;
  margin-bottom: 3px;
  display: inline-block;
}
.rotater .btn .rotateritem .rotateico.icon-online-shop-cart {
  font-size: 28px;
}
.rotater .btn.rotatorgreen {
  /* fallback/image non-cover color */
  background-color: #95C900;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#95C900, #3C8D01);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95C900), to(#3C8D01));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#95C900, #3C8D01);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#95C900, #3C8D01);
}
.rotater .btn.rotatorblue {
  /* fallback/image non-cover color */
  background-color: #52C4EF;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#52C4EF, #2379D9);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52C4EF), to(#2379D9));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#52C4EF, #2379D9);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#52C4EF, #2379D9);
}
.rotater .btn.rotatorviolet {
  /* fallback/image non-cover color */
  background-color: #D8AEF6;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#D8AEF6, #B550FA);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D8AEF6), to(#B550FA));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#D8AEF6, #B550FA);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#D8AEF6, #B550FA);
}
.rotater .btn.rotatororange {
  /* fallback/image non-cover color */
  background-color: #EA7703;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#EA7703, #DB2F03);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EA7703), to(#DB2F03));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#EA7703, #DB2F03);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#EA7703, #DB2F03);
}
.rotater .rotateritemlabel {
  display: block;
  font-size: 10px;
  font-weight: 500;
}

body.lightoverlay:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  top: 0;
  left: 0;
}

.lightoverlay .custompriceactions.menu.active, .lightoverlay .custompricedropwrap.active {
  z-index: 1000;
}

.custompricedropwrap {
  float: left;
  position: relative;
  max-width: 145px;
  margin: 15px 10px 30px;
}
.custompricedropwrap.expired .custompricedrop-outerring.dropped .custompricedrop {
  background: #E6EAF3;
}
.custompricedropwrap.expired .custompricedrop-outerring.dropped .custompricecontent .custompriceamount {
  font-size: 20px;
}
.custompricedropwrap.expired .cpactionbuy {
  display: none;
}

.custompricedrop-outerring {
  border-radius: 50%;
  height: 145px;
  width: 145px;
  border: 2px dashed #CCCCCC;
  -webkit-box-shadow: 0 0 30px rgba(159, 168, 188, 0.4);
  -moz-box-shadow: 0 0 30px rgba(159, 168, 188, 0.4);
  box-shadow: 0 0 30px rgba(159, 168, 188, 0.4);
}
.custompricedrop-outerring .custompricedrop {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  background: #E6EAF3;
  border: 3px solid #FFFFFF;
  overflow: hidden;
  transition: all 0.5s;
}
.custompricedrop-outerring .custompricedrop.ui-droppable-hover {
  background: #1077D6;
}
.custompricedrop-outerring .custompricedrop.ui-droppable-hover .dropmsg {
  color: #FFFFFF;
}
.custompricedrop-outerring.dropped {
  border: 1px solid #ddd;
}
.custompricedrop-outerring.dropped .custompricedrop {
  background: #FFFFFF;
}
.custompricedrop-outerring.dropped .dropmsg {
  display: none;
}

.custompricedrop-outerring:hover, .custompricedropwrap.active .custompricedrop-outerring {
  -webkit-box-shadow: 0 0 30px rgba(78, 148, 213, 0.8);
  -moz-box-shadow: 0 0 30px rgba(78, 148, 213, 0.8);
  box-shadow: 0 0 30px rgba(78, 148, 213, 0.8);
}

.custompriceactions {
  height: 42px;
  width: 42px;
  background: #FFF;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-shadow: 0 0 30px rgba(159, 168, 188, 0.4);
  -moz-box-shadow: 0 0 30px rgba(159, 168, 188, 0.4);
  box-shadow: 0 0 30px rgba(159, 168, 188, 0.4);
}

.custompricedrop {
  position: relative;
}

.dropmsg {
  font-size: 11px;
  font-weight: 500;
  color: #9fa3a8;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.dropmsg span {
  display: block;
  text-align: center;
  margin-bottom: 14px;
}
.dropmsg span.icon-drag {
  font-size: 34px;
  line-height: 32px;
}

a.custompriceactions, .custompriceactions {
  color: #9fa3a8;
  font-weight: 500;
  font-size: 7px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
}
a.custompriceactions .cpactionwrap, .custompriceactions .cpactionwrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 10;
}
a.custompriceactions .cpactionico, .custompriceactions .cpactionico {
  font-size: 16px;
}
a.custompriceactions .cpactionlabel, .custompriceactions .cpactionlabel {
  display: block;
}
a.custompriceactions.cpactionleft, .custompriceactions.cpactionleft {
  left: 9px;
}
a.custompriceactions.cpactionright, .custompriceactions.cpactionright {
  right: 9px;
}
a.custompriceactions.cpactionbottom, .custompriceactions.cpactionbottom {
  bottom: 0;
}
a.custompriceactions.cpactiontop, .custompriceactions.cpactiontop {
  top: 0;
}

.custompricecontent {
  text-align: center;
  position: relative;
  height: 100%;
  padding-bottom: 46px;
  padding-top: 7px;
}
.custompricecontent > img {
  max-height: 31px;
}
.custompricecontent .custompriceamount {
  font-size: 36px;
  font-weight: 300;
  line-height: 27px;
  margin-top: 7px;
}
.custompricecontent .custompriceamount .custompriceunit {
  font-size: 12px;
}
.custompricecontent .custompricefuel {
  font-weight: 500;
  color: #9fa3a8;
  margin-top: 5px;
  font-size: 10px;
}
.custompricecontent .custompricefuel div:only-child {
  margin-top: 11px;
  font-size: 12px;
}
.custompricecontent .cpfooter {
  color: #9fa3a8;
  font-size: 12px;
  border-top: 1px solid #EFF2F8;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  margin-left: 10%;
  position: absolute;
  bottom: 0;
}
.custompricecontent .cpfooter .footerlabelright {
  margin-left: 15px;
}

hr.dashboardhr {
  margin-left: -42px;
  margin-right: -42px;
  margin-bottom: 46px;
}

.custompricedropwrap .productinfoslidein {
  position: absolute;
  top: -40px;
  left: 220px;
  overflow: hidden;
  width: 0px;
  transition: width 0.4s ease;
}
.custompricedropwrap .productinfoslidein .productinfocontent {
  margin: 30px;
  width: 280px;
  padding: 10px 15px;
  transition: all 0.4s ease;
  transition-delay: 0.1s;
  transform: translateX(-330px);
  -webkit-transform: translateX(-330px);
  -webkit-box-shadow: 0 0 30px rgba(78, 148, 213, 0.8);
  -moz-box-shadow: 0 0 30px rgba(78, 148, 213, 0.8);
  box-shadow: 0 0 30px rgba(78, 148, 213, 0.8);
  /* @include box-shadow(0, 5px, 15px, #DFE3EC, false); */
  border-radius: 10px;
}
.custompricedropwrap .productinfoslidein .productinfocontent .alert {
  margin: 0;
}
.custompricedropwrap .productinfoslidein .productinfocontent hr {
  margin-bottom: 10px;
}
.custompricedropwrap.active .productinfoslidein {
  width: 340px;
  z-index: 1001;
}
.custompricedropwrap.active .productinfocontent {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.custompricedropwrap.expired .actionbuy {
  display: none;
}

.nav-pills {
  margin-bottom: 50px;
}
.nav-pills li a {
  border: 1px solid #E1E0E6;
  border-radius: 30px;
  color: #9fa3a8;
  font-weight: 500;
  padding: 13px 70px;
}
.nav-pills li.active a {
  background-color: #FFFFFF;
  color: #404852;
  -webkit-box-shadow: 0 0 30px rgba(197, 204, 219, 0.16);
  -moz-box-shadow: 0 0 30px rgba(197, 204, 219, 0.16);
  box-shadow: 0 0 30px rgba(197, 204, 219, 0.16);
}
.nav-pills li.active a:hover, .nav-pills li.active a:focus, .nav-pills li.active a:active {
  background-color: #FFFFFF;
  color: #404852;
}
.nav-pills li + li {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .nav-pills li a {
    padding: 13px 30px;
  }
}
.modalsmall .modal-dialog {
  max-width: 500px;
}

.modallarge .modal-dialog {
  max-width: 828px;
  width: 100%;
}
.modallarge .modal-footer {
  padding-top: 20px;
  padding-bottom: 26px;
}

.modal-content {
  border-radius: 25px;
}

.modal-header {
  padding-left: 32px;
  padding-right: 32px;
  border-bottom: 1px solid #F0F1F5;
}
.modal-body {
  padding-left: 32px;
  padding-right: 32px;
  background: #F8F9FC;
}
.modal-footer {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 26px;
}

.formwrap-small {
  max-width: 342px;
  margin: 0 auto;
}

.modal-footer .btn + .btn {
  margin-left: 14px;
}

.modal-backdrop {
  background-color: #F5f5f5;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.modal-content {
  -webkit-box-shadow: 0 5px 15px #DFE3EC;
  -moz-box-shadow: 0 5px 15px #DFE3EC;
  box-shadow: 0 5px 15px #DFE3EC;
  border: 1px solid #E0E3EC;
}

.modal h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 7px;
}
.modal .modaldata {
  padding: 25px 33px;
  -webkit-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  -moz-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  border: 1px solid #EFF2F8;
  border-radius: 4px;
}

.modaldata {
  background: #FFFFFF;
}

.modaldataleft {
  font-weight: bold;
}

.modaldataleft, .modaldataright {
  margin-bottom: 10px;
}

a.modallink {
  font-weight: bold;
  margin-top: 25px;
  display: inline-block;
  color: #3ea0e4;
}

@media only screen and (max-width: 767px) {
  div.mobileleft {
    text-align: left;
    margin-top: 15px;
  }
  .modaldata {
    margin-bottom: 30px;
  }
}
.form-control {
  border: 1px solid #DFE3EC;
  border-radius: 40px;
  background: #FFFFFF;
  height: 40px;
}
.form-control.form-control-very-small {
  display: inline-block;
  width: 73px;
}

textarea.form-control {
  border-radius: 4px;
  resize: none;
  min-height: 65px;
}
textarea.form-control.textareabig {
  min-height: 170px;
}

.formcontrolwrap {
  position: relative;
}
.formcontrolwrap .dollar {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  color: #9fa3a8;
  font-weight: 500;
  font-size: 18px;
}

.labellight {
  color: #9fa3a8;
  font-weight: 500;
}

.form-flex-wrap {
  display: -webkit-flex;
  display: flex;
}
.form-flex-wrap .labellight {
  margin-top: 13px;
  margin-right: 20px;
}
.form-flex-wrap .formcontrolwrap {
  width: 100%;
}
.form-flex-wrap .formcontrolwrap .form-control {
  padding-left: 40px;
}

.form-group {
  margin-bottom: 20px;
}

.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  min-width: 70px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: inline-block;
  top: 4px;
}
.select-style:after {
  content: "\f107";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 16px;
}
.select-style.select-style-small select {
  padding: 3px 17px;
  padding-right: 30px;
}

.select-style select {
  padding: 13px 30px 13px 17px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-style select:focus {
  outline: none;
}

.btn {
  text-transform: uppercase;
  border-radius: 50px;
  border: 0;
  font-weight: 500;
  padding: 15px 65px;
}
.btn.btn-small {
  padding: 13px 37px;
}
.btn.btn-xsmall {
  padding: 5px 10px;
}
.btn.btn-big {
  padding: 15px 65px;
}
.btn.btn-primary {
  /* fallback/image non-cover color */
  background-color: #3DA0E4;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #3DA0E4, #59C6ED);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#3DA0E4), to(#59C6ED));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #3DA0E4, #59C6ED);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #3DA0E4, #59C6ED);
  background: linear-gradient(to right, #3DA0E4, #59C6ED);
}
.btn.btn-success {
  /* fallback/image non-cover color */
  background-color: #1EA303;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #1EA303, #40C709);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#1EA303), to(#40C709));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #1EA303, #40C709);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #1EA303, #40C709);
  background: linear-gradient(to right, #1EA303, #40C709);
}
.btn.btn-info {
  /* fallback/image non-cover color */
  background-color: #3DA0E4;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #3DA0E4, #59C6ED);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#3DA0E4), to(#59C6ED));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #3DA0E4, #59C6ED);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #3DA0E4, #59C6ED);
  background: linear-gradient(to right, #3DA0E4, #59C6ED);
}
.btn.btn-warning {
  /* fallback/image non-cover color */
  background-color: #e2b600;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #e2b600, #FFCD00);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#e2b600), to(#FFCD00));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #e2b600, #FFCD00);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #e2b600, #FFCD00);
  background: linear-gradient(to right, #e2b600, #FFCD00);
}
.btn.btn-danger {
  /* fallback/image non-cover color */
  background-color: #EB3219;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #EB3219, #F99B8B);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#EB3219), to(#F99B8B));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #EB3219, #F99B8B);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #EB3219, #F99B8B);
  background: linear-gradient(to right, #EB3219, #F99B8B);
}
.btn.btn-link {
  color: #3ea0e4;
}
.btn.btn-default {
  /* fallback/image non-cover color */
  background-color: #E2E3E5;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #E2E3E5, #EFF0F2);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#E2E3E5), to(#EFF0F2));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #E2E3E5, #EFF0F2);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #E2E3E5, #EFF0F2);
  background: linear-gradient(to right, #E2E3E5, #EFF0F2);
  color: #404852;
}

.roundbtn {
  display: inline-block;
  /* fallback/image non-cover color */
  background-color: #3DA0E4;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #3DA0E4, #59C6ED);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#3DA0E4), to(#59C6ED));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #3DA0E4, #59C6ED);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #3DA0E4, #59C6ED);
  background: linear-gradient(to right, #3DA0E4, #59C6ED);
  border-radius: 50%;
  color: #FFF;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 43px;
  font-weight: bold;
}
.roundbtn:hover, .roundbtn:focus {
  text-decoration: none;
  color: #FFF;
}
.roundbtn.roundbtnsmall {
  height: 40px;
  width: 40px;
  line-height: 42px;
}

.rangebuttonsholder {
  position: relative;
  padding-left: 58px;
  padding-right: 58px;
}
.rangebuttonsholder .roundbtnleft {
  position: absolute;
  left: 0;
  top: 0;
}
.rangebuttonsholder .roundbtnright {
  position: absolute;
  right: 0;
  top: 0;
}

.customtablewrap {
  border-radius: 4px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  -moz-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
}
.customtablewrap + .btn {
  margin-top: 45px;
}
.customtablewrap .custom-table {
  background: #FFFFFF;
  border-bottom: 1px solid #E7EAF3;
  border-left: 1px solid #E7EAF3;
  border-right: 1px solid #E7EAF3;
}
.customtablewrap .custom-table.table {
  margin-bottom: 0;
}
.customtablewrap .custom-table.table tr th {
  padding: 17px 10px;
}
.customtablewrap .custom-table.table tr td {
  padding: 15px 10px;
}
.customtablewrap .custom-table.table tr td a + a {
  margin-left: 16px;
}
.customtablewrap .custom-table.table tr th, .customtablewrap .custom-table.table tr td {
  border-top: 1px solid #E7EAF3;
}
.customtablewrap .custom-table.table tr th:first-child, .customtablewrap .custom-table.table tr td:first-child {
  padding-left: 28px;
}
.customtablewrap .custom-table.table tr th:last-child, .customtablewrap .custom-table.table tr td:last-child {
  padding-right: 28px;
}
.customtablewrap span.tablestatus {
  display: inline-block;
  min-width: 75px;
  padding-right: 15px;
}
.customtablewrap .tableicon {
  font-size: 21px;
  position: relative;
  top: 3px;
  margin-top: -6px;
  display: inline-block;
  color: #3ea0e4;
  margin-left: 8px;
}
.customtablewrap .tableicon.tableiconblue {
  color: #3ea0e4 !important;
}
.customtablewrap .tableicon.tableiconred {
  color: #EB3219 !important;
}
.customtablewrap .tableicon + .tableicon {
  margin-left: 16px;
}
.customtablewrap .tableicon.icon2-poundsetting {
  font-weight: bold;
}
.customtablewrap .table-icon-wrap {
  display: inline-block;
}
.customtablewrap .table-icon-wrap.tableiconbiggutter .tableicon {
  font-weight: 500;
}
.customtablewrap .table-icon-wrap.tableiconbiggutter .tableicon + .tableicon {
  margin-left: 35px;
}
.customtablewrap .approved td:first-child, .customtablewrap .rejected td:first-child, .customtablewrap .pending td:first-child, .customtablewrap .loading td:first-child, .customtablewrap .price-up td:first-child, .customtablewrap .price-down td:first-child {
  position: relative;
}
.customtablewrap .approved td:first-child:after, .customtablewrap .rejected td:first-child:after, .customtablewrap .pending td:first-child:after, .customtablewrap .loading td:first-child:after, .customtablewrap .price-up td:first-child:after, .customtablewrap .price-down td:first-child:after {
  content: "";
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.customtablewrap .approved .tableicon, .customtablewrap .rejected .tableicon, .customtablewrap .pending .tableicon, .customtablewrap .loading .tableicon, .customtablewrap .price-up .tableicon, .customtablewrap .price-down .tableicon {
  font-weight: bold;
}
.customtablewrap .approved td:first-child:after {
  background: #60A802;
}
.customtablewrap .approved .tableicon {
  color: #60A802;
}
.customtablewrap .rejected td:first-child:after {
  background: #F54325;
}
.customtablewrap .rejected .tableicon {
  color: #F54325;
}
.customtablewrap .pending td:first-child:after {
  background: #FA9301;
}
.customtablewrap .pending .tableicon {
  color: #FA9301;
}
.customtablewrap .loading td:first-child:after {
  background: #3FA0E4;
}
.customtablewrap .loading .tableicon {
  color: #3FA0E4;
}
.customtablewrap .price-up .tableicon {
  color: #60A802;
}
.customtablewrap .price-down .tableicon {
  color: #F54325;
}

.table-footerbutton {
  text-align: center;
  padding: 30px 0;
  background: #FFFFFF;
}

.table-button-holder {
  background: #FFFFFF;
  padding: 11px 25px;
  border-left: 1px solid #EFF2F8;
  border-right: 1px solid #EFF2F8;
  border-bottom: 1px solid #EFF2F8;
}

.customtableinner {
  overflow: auto;
}
.customtableinner .custom-table {
  min-width: 900px;
}

@media only screen and (max-width: 1280px) {
  .customtableinnersmall {
    overflow: auto;
  }
  .customtableinnersmall .custom-table {
    /*min-width: 600px;*/
  }
}
th span.sort-by {
  display: block;
  width: 100%;
  cursor: pointer;
  padding-right: 18px;
  position: relative;
}
th span.sort-by:before, th span.sort-by:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}
th span.sort-by:before {
  border-bottom-color: #666;
  margin-top: -9px;
}
th span.sort-by:after {
  border-top-color: #666;
  margin-top: 1px;
}

.table-pagination .select-style select, .table-filters .select-style select {
  padding: 3px 17px;
}

.table-filters .select-style select {
  padding-right: 30px;
  width: 100%;
}

.custom-table.table tr.table-filters td {
  padding: 0px;
}

.table-pagination {
  background: #FFFFFF;
  text-align: right;
  padding: 8px 30px;
}
.table-pagination a.paginationarrows {
  font-size: 20px;
  color: #404852;
  position: relative;
  top: -2px;
}
.table-pagination a.paginationarrows:hover, .table-pagination a.paginationarrows:focus, .table-pagination a.paginationarrows:active {
  text-decoration: none;
}
.table-pagination a.paginationarrows.disabled {
  opacity: 0.6;
}
.table-pagination span.paginationlabel, .table-pagination .pagenumbers {
  display: inline-block;
  position: relative;
  top: -6px;
}
.table-pagination .paginationlabel {
  margin-right: 4px;
}
.table-pagination .pagenumbers {
  margin-left: 13px;
  margin-right: 35px;
}

.tab-content {
  padding: 25px 20px;
  background: #FFFFFF;
  border-left: 1px solid #EFF2F8;
  border-right: 1px solid #EFF2F8;
  border-bottom: 1px solid #EFF2F8;
  -webkit-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  -moz-box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
  box-shadow: 0 0 40px rgba(159, 168, 188, 0.4);
}
.tab-content .customtablewrap {
  margin-bottom: 0;
}

.nav-tabs {
  border-color: #EFF2F8;
  position: relative;
}
.nav-tabs .roundbtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 20px;
}

.nav-tabs > li > a {
  text-transform: uppercase;
  color: #c2c8cf;
  font-weight: bold;
  padding: 20px 35px;
  border-color: #EFF2F8;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #404852;
  border-color: transparent;
}

.tabclose {
  color: #9FA3A8;
  opacity: 0.6;
  float: right;
  margin-top: 0px;
  margin-left: 15px;
  position: relative;
  right: -20px;
  font-size: 16px;
  cursor: pointer;
}

.smallpill {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  border-radius: 14px;
  padding: 2px 18px;
}
.smallpill.smallpillgreen {
  border: 1px solid #99db4b;
  background: #DBFAB5;
  color: #4a8208;
}

.volumes {
  margin-top: -25px;
}
.volumes .volume {
  float: left;
  padding: 0 20px;
  margin-top: 30px;
}
.volumes .volume + .volume {
  border-left: 1px solid #E7EAF3;
}
.volumes .volume .vol-approved {
  color: #60A802;
}
.volumes .volume .vol-pending {
  color: #FA9301;
}
.volumes .volume .h1 {
  margin-bottom: 0px;
}

.custom-panel {
  background: #F8F9FC;
}
.custom-panel .custom-panel-footer, .custom-panel .custom-panel-header {
  background: #FFFFFF;
}
.custom-panel .custom-panel-footer {
  text-align: center;
  padding: 30px 0px;
  border-top: 1px solid #F0F1F5;
}
.custom-panel .custom-panel-header {
  padding: 15px 30px;
  border-bottom: 1px solid #F0F1F5;
}
.custom-panel .custom-panel-content {
  padding: 15px;
}

.product-icon i {
  font-family: icomoon3;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}

.product-icon {
  display: inline-block;
  border-radius: 50%;
  color: #FFF;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
}
.product-icon.product1 {
  /* fallback/image non-cover color */
  background-color: #000;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #000, #606060);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#000), to(#606060));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #000, #606060);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #000, #606060);
  background: linear-gradient(to right, #000, #606060);
}
.product-icon.product1 i::before {
  content: "\ec0f";
}
.product-icon.product2 {
  /* fallback/image non-cover color */
  background-color: #EB3219;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #EB3219, #F99B8B);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#EB3219), to(#F99B8B));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #EB3219, #F99B8B);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #EB3219, #F99B8B);
  background: linear-gradient(to right, #EB3219, #F99B8B);
}
.product-icon.product2 i::before {
  content: "\ef0b";
}
.product-icon.product3 {
  /* fallback/image non-cover color */
  background-color: #e2b600;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #e2b600, #FFCD00);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#e2b600), to(#FFCD00));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #e2b600, #FFCD00);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #e2b600, #FFCD00);
  background: linear-gradient(to right, #e2b600, #FFCD00);
}
.product-icon.product3 i::before {
  content: "\ebe9";
}
.product-icon.product4 {
  /* fallback/image non-cover color */
  background-color: #1EA303;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #1EA303, #40C709);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#1EA303), to(#40C709));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #1EA303, #40C709);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #1EA303, #40C709);
  background: linear-gradient(to right, #1EA303, #40C709);
}
.product-icon.product4 i::before {
  content: "\ec0a";
}
.product-icon.product5, .product-icon.product7, .product-icon.product8 {
  /* fallback/image non-cover color */
  background-color: #000;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #000, #7a6494);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#000), to(#7a6494));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #000, #7a6494);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #000, #7a6494);
  background: linear-gradient(to right, #000, #7a6494);
}
.product-icon.product5 i::before, .product-icon.product7 i::before, .product-icon.product8 i::before {
  content: "\ec14";
}
.product-icon.product6 {
  /* fallback/image non-cover color */
  background-color: #000;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(right, #000, #5d78b4);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left, 0% 0%, 0% 100%, from(#000), to(#5d78b4));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #000, #5d78b4);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(right, #000, #5d78b4);
  background: linear-gradient(to right, #000, #5d78b4);
}
.product-icon.product6 i::before {
  content: "\eca3";
}

.notifications .dropdown-menu {
  min-width: 400px;
  padding: 0px;
}
.notifications .dropdown-menu a {
  white-space: normal;
  padding: 0px;
}
.notifications .dropdown-menu .alert {
  margin: 0px;
  border-radius: 0px;
  padding: 5px;
}
.notifications .dropdown-menu .alert.new {
  font-weight: normal;
}
.notifications .dropdown-menu .alert.notification-default {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #404852;
  background: #F7F7F9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.notifications .dropdown-menu .alert .alert-time {
  width: 100%;
  text-align: right;
}