@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("animation.css");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a:focus {
  text-decoration: none;
  outline: none; }

.center-align, .business-benefits-container h2, .how-it-works-container h2, .testimonial-container h2, .pricing-structure-container h2, .shipping-fees-container h2 {
  text-align: center; }
  .center-align::after, .business-benefits-container h2::after, .how-it-works-container h2::after, .testimonial-container h2::after, .pricing-structure-container h2::after, .shipping-fees-container h2::after {
    margin: auto; }

.btn-auto, .business-container .btn-default, .marketplace-seller-register .actions-toolbar .btn-default, .customer-account-create .actions-toolbar .btn-default, .customer-account-forgotpassword .actions-toolbar .btn-default {
  width: auto;
  padding: 10px 50px; }

input[type="text"], input[type="email"], input[type="password"], textarea {
  width: 100%;
  height: 40px;
  color: #a2a2a2;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }
  input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: 0 0 8px rgba(215, 31, 52, 0.2);
    outline: 0;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
    color: #a2a2a2; }

textarea {
  resize: none;
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px; }

.btn-default {
  background: #d71f34;
  width: 100%;
  color: #ffffff;
  border: 1px solid #d71f34;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }
  .btn-default:hover {
    background: #ffffff;
    color: #d71f34;
    border-color: #d71f34;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .btn-default:focus {
    background: #ffffff;
    outline: 0;
    border-color: #d71f34;
    color: #d71f34;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .btn-default:active {
    background: #ffffff;
    border-color: #d71f34;
    color: #d71f34;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .btn-default:active:focus, .btn-default:active:hover {
      background-color: #ffffff;
      outline: none;
      border-color: #d71f34;
      color: #d71f34; }

.checkbox input[type=checkbox] {
  margin: 0; }
.checkbox span {
  padding: 0 0 0 10px; }

.input-checkbox {
  position: absolute;
  opacity: 0; }

.label-checkbox {
  position: relative;
  padding: 0 0 0 22px;
  color: #30373f;
  font-size: 14px; }
  .label-checkbox a {
    color: #d71f34;
    position: relative;
    display: inline-block; }
    .label-checkbox a:hover {
      text-decoration: none; }
      .label-checkbox a:hover::after {
        width: 100%;
        opacity: 1;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
    .label-checkbox a::after {
      content: "";
      position: absolute;
      display: block;
      width: 10px;
      height: 1px;
      background: #d71f34;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      opacity: 0;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }

input[type=checkbox].input-checkbox + label.label-checkbox::before {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 3px; }

input[type="checkbox"].input-checkbox:checked + label.label-checkbox::before {
  background: #d71f34 url("../images/check.png") no-repeat 1px 1px;
  border-color: #d71f34; }

header {
  background: #2c333a;
  background-size: 100%;
  padding: 20px 0 0;
  margin: 0 0 80px 0;
  position: relative; }
  header::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    bottom: 0px; }
  header .container {
    position: relative; }
  header .navbar-default {
    background: none;
    border: 0;
    min-height: auto;
    margin-bottom: 40px; }
  header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: auto; }
  header.inner-header-container {
    background: #2c333a url("../images/inner-header.jpg") no-repeat bottom;
    background-size: 100%;
    padding-bottom: 90px;
    margin-bottom: 40px; }
  header .page-title-container {
    text-align: center;
    width: 70%;
    margin: 0 auto; }
    header .page-title-container h1 {
      color: #ffffff;
      font-size: 30px;
      margin: 0 0 15px 0;
      font-weight: 500; }
    header .page-title-container p {
      color: #ffffff;
      font-size: 13px; }

.header-right {
  float: right;
  margin: 17px 0 0 0; }

.navbar-default .navbar-toggle {
  width: 30px;
  height: 23px;
  padding: 0;
  background: none;
  border: 0; }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    position: relative; }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2) {
      top: 0;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
  .navbar-default .navbar-toggle .icon-bar {
    position: absolute; }
    .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
      top: 9px;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
    .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
      opacity: 0;
      top: 5px;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
    .navbar-default .navbar-toggle .icon-bar:nth-child(4) {
      top: 5px;
      transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg); }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    position: relative; }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(2) {
      top: 0;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      -moz-transform: none;
      -webkit-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none; }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
      opacity: 1;
      top: 0;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {
      top: 0;
      -moz-transform: none;
      -webkit-transform: none;
      -o-transform: none;
      -ms-transform: none;
      transform: none;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
.navbar-default .navbar-brand {
  padding: 0; }
.navbar-default .navbar-nav > li {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 18px; }
  .navbar-default .navbar-nav > li.active > a {
    background: none;
    color: #ffffff; }
    .navbar-default .navbar-nav > li.active > a:hover {
      background: none;
      color: #ffffff; }
    .navbar-default .navbar-nav > li.active > a::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      opacity: 1; }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 0 0 6px 0;
    font-weight: 300; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #ffffff; }
      .navbar-default .navbar-nav > li > a:hover::after {
        content: "";
        position: absolute;
        display: block;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        width: 100%;
        opacity: 1; }
    .navbar-default .navbar-nav > li > a::after {
      content: "";
      position: absolute;
      display: block;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      width: 10px;
      height: 2px;
      bottom: 0;
      left: 0;
      right: 0;
      background: #d71f34;
      opacity: 0;
      margin: 0 auto; }
    .navbar-default .navbar-nav > li > a:focus {
      color: #ffffff; }

#navbar {
  float: left;
  margin: 10px 70px 0 0; }

.call-us {
  float: left;
  color: #ffffff;
  font-size: 16px;
  background: url("../images/phone.png") no-repeat 0 center;
  padding: 2px 0 2px 32px;
  margin: 7px 40px 0 0; }

.login {
  float: left;
  font-size: 14px;
  text-transform: uppercase; }
  .login a {
    color: #ffffff;
    background: #d71f34;
    display: block;
    padding: 8px 25px;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .login a:hover {
      text-decoration: none;
      background: #ffffff;
      color: #d71f34;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }

.banner-container {
  float: left;
  width: 670px;
  overflow: hidden; }
  .banner-container .number {
    font-weight: 700;
    font-size: 266px;
    color: #ffffff;
    line-height: 200px;
    opacity: 0; }
  .banner-container .banner1 {
    position: relative;
    margin: 0 0 0 100px;
    overflow: hidden; }
    .banner-container .banner1 .number {
      margin-left: -30px; }
    .banner-container .banner1 .step1 {
      position: relative;
      width: 240px;
      position: absolute;
      top: 50%;
      bottom: 0;
      transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      right: 0; }
      .banner-container .banner1 .step1 .number {
        -webkit-animation: number1 12s linear;
        animation: number1 12s linear; }
      .banner-container .banner1 .step1 .content {
        color: #ffffff;
        font-size: 34px;
        font-weight: 500;
        text-transform: uppercase;
        position: absolute;
        top: 80px;
        left: -420px;
        width: 250px;
        opacity: 0;
        -webkit-animation: step1Content 12s linear;
        animation: step1Content 12s linear; }
    .banner-container .banner1 .images {
      float: left;
      position: relative;
      margin: 0 50px 0 0;
      overflow: hidden;
      bottom: -470px;
      -webkit-animation: banner1Images 10s linear;
      animation: banner1Images 10s linear; }
      .banner-container .banner1 .images .logo {
        position: absolute;
        top: 14%;
        left: 50%;
        width: 50px;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: logo 8s linear;
        animation: logo 8s linear; }
      .banner-container .banner1 .images .list-image-container {
        background: #f2f2f2;
        position: absolute;
        top: 20%;
        width: 264px;
        height: 380px;
        overflow: hidden;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-animation: listImageContainer 6s linear;
        animation: listImageContainer 6s linear; }
        .banner-container .banner1 .images .list-image-container .shadow-effect {
          box-shadow: 0 0 70px black;
          width: 100%;
          height: 10px;
          position: absolute;
          bottom: -7px; }
        .banner-container .banner1 .images .list-image-container .list-image {
          position: absolute;
          top: -100%;
          left: 50%;
          -moz-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-animation: listImage 8s linear;
          animation: listImage 8s linear; }
          .banner-container .banner1 .images .list-image-container .list-image img {
            margin: 0 auto;
            display: block; }
  .banner-container .banner2 {
    padding: 0 0 0 50px; }
    .banner-container .banner2 .images {
      position: absolute;
      bottom: 0;
      opacity: 0;
      left: 200px;
      -webkit-animation: banner2Images 12s linear;
      animation: banner2Images 12s linear; }
      .banner-container .banner2 .images .map-location {
        position: absolute;
        top: 0;
        left: 0; }
        .banner-container .banner2 .images .map-location img {
          width: 100%; }
        .banner-container .banner2 .images .map-location span {
          display: block;
          position: absolute; }
        .banner-container .banner2 .images .map-location .loc1 {
          width: 25px;
          height: 32px;
          left: 50px;
          top: 50px;
          -webkit-animation: mapLoc1 7s linear;
          animation: mapLoc1 7s linear; }
        .banner-container .banner2 .images .map-location .loc2 {
          width: 22px;
          height: 29px;
          left: 95px;
          top: 13px;
          -webkit-animation: mapLoc2 7s linear;
          animation: mapLoc2 7s linear; }
        .banner-container .banner2 .images .map-location .loc3 {
          width: 36px;
          height: 44px;
          left: 122px;
          top: -19px;
          -webkit-animation: mapLoc3 7s linear;
          animation: mapLoc3 7s linear; }
        .banner-container .banner2 .images .map-location .loc4 {
          width: 36px;
          height: 44px;
          left: 110px;
          top: 63px;
          -webkit-animation: mapLoc4 7s linear;
          animation: mapLoc4 7s linear; }
        .banner-container .banner2 .images .map-location .loc5 {
          width: 23px;
          height: 29px;
          left: 153px;
          top: 38px;
          -webkit-animation: mapLoc5 7s linear;
          animation: mapLoc5 7s linear; }
        .banner-container .banner2 .images .map-location .loc6 {
          width: 23px;
          height: 29px;
          left: 186px;
          top: 15px;
          -webkit-animation: mapLoc6 7s linear;
          animation: mapLoc6 7s linear; }
        .banner-container .banner2 .images .map-location .loc7 {
          width: 23px;
          height: 29px;
          left: 162px;
          top: 105px;
          -webkit-animation: mapLoc7 7s linear;
          animation: mapLoc7 7s linear; }
        .banner-container .banner2 .images .map-location .loc8 {
          width: 30px;
          height: 37px;
          left: 142px;
          top: 154px;
          -webkit-animation: mapLoc8 7s linear;
          animation: mapLoc8 7s linear; }
        .banner-container .banner2 .images .map-location .loc9 {
          width: 23px;
          height: 29px;
          left: 218px;
          top: 95px;
          -webkit-animation: mapLoc9 7s linear;
          animation: mapLoc9 7s linear; }
        .banner-container .banner2 .images .map-location .loc10 {
          width: 22px;
          height: 29px;
          left: 227px;
          top: 45px;
          -webkit-animation: mapLoc10 7s linear;
          animation: mapLoc10 7s linear; }
        .banner-container .banner2 .images .map-location .loc11 {
          width: 38px;
          height: 48px;
          left: 207px;
          top: 147px;
          -webkit-animation: mapLoc11 7s linear;
          animation: mapLoc11 7s linear; }
        .banner-container .banner2 .images .map-location .loc12 {
          width: 30px;
          height: 37px;
          left: 269px;
          top: 60px;
          -webkit-animation: mapLoc12 7s linear;
          animation: mapLoc12 7s linear; }
        .banner-container .banner2 .images .map-location .loc13 {
          width: 30px;
          height: 37px;
          left: 272px;
          top: 140px;
          -webkit-animation: mapLoc13 7s linear;
          animation: mapLoc13 7s linear; }
        .banner-container .banner2 .images .map-location .loc14 {
          width: 36px;
          height: 44px;
          left: 306px;
          top: 92px;
          -webkit-animation: mapLoc14 7s linear;
          animation: mapLoc14 7s linear; }
        .banner-container .banner2 .images .map-location .loc15 {
          width: 30px;
          height: 37px;
          left: 366px;
          top: 130px;
          -webkit-animation: mapLoc15 7s linear;
          animation: mapLoc15 7s linear; }
        .banner-container .banner2 .images .map-location .loc16 {
          width: 23px;
          height: 29px;
          left: 428px;
          top: 112px;
          -webkit-animation: mapLoc16 7s linear;
          animation: mapLoc16 7s linear; }
    .banner-container .banner2 .step2 .number {
      opacity: 0;
      position: absolute;
      bottom: 90px;
      -webkit-animation: step2Number 12s linear;
      animation: step2Number 12s linear; }
    .banner-container .banner2 .step2 .content {
      color: #ffffff;
      font-size: 34px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 4px;
      position: absolute;
      bottom: 114px;
      right: 527px;
      width: 650px;
      opacity: 0;
      -webkit-animation: step2Content 12s linear;
      animation: step2Content 12s linear; }
  .banner-container .banner3 .step3 .number {
    opacity: 0.08;
    position: absolute;
    top: 80px;
    -webkit-animation: step3Number 12s linear;
    animation: step3Number 12s linear; }
  .banner-container .banner3 .step3 .content {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: absolute;
    top: 170px;
    right: 72%;
    width: 240px;
    -webkit-animation: step3Content 12s linear;
    animation: step3Content 12s linear; }
  .banner-container .banner3 .arrow-bg {
    position: absolute;
    top: 15px;
    left: 50px;
    opacity: 1;
    -webkit-animation: arrowbg 12s linear;
    animation: arrowbg 12s linear; }
  .banner-container .banner3 .arrow-image {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 514px;
    overflow: hidden;
    -webkit-animation: arrowImage 12s linear;
    animation: arrowImage 12s linear; }

.banner-bg-img {
  width: 100%;
  position: absolute;
  bottom: 0; }

.create-account-container {
  width: 500px;
  float: right;
  margin: 0 -55px 0 0;
  background: url("../images/bg1.png") no-repeat center;
  position: absolute;
  right: 0;
  z-index: 1; }
  .create-account-container .create-account-content {
    width: 360px;
    background: #ffffff;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    o-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); }
    .create-account-container .create-account-content input[type=checkbox].input-checkbox + label.label-checkbox::before {
      top: 2px; }
  .create-account-container h1 {
    font-size: 22px;
    color: #30373f;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 10px 0;
    position: relative;
    margin: 0 0 15px 0; }
    .create-account-container h1::after {
      content: "";
      position: absolute;
      display: block;
      width: 34px;
      height: 5px;
      bottom: 0;
      background: #d71f34; }
  .create-account-container ul li {
    margin: 0 0 12px 0; }
    .create-account-container ul li:last-child {
      margin-bottom: 0; }
    .create-account-container ul li .label-checkbox {
      font-size: 12px; }
      .create-account-container ul li .label-checkbox a {
        color: #d71f34; }

.text-bold {
  font-weight: 700; }

h2 {
  color: #30373f;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  position: relative; }
  h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    height: 5px;
    background: #d71f34;
    left: 0;
    right: 0;
    bottom: 0; }

.business-benefits-container {
  background: url("../images/bg2.png") no-repeat top right, url("../images/bg3.png") no-repeat bottom left;
  margin: 0 0 80px 0; }
  .business-benefits-container .benefits-img img {
    margin: 0 auto; }
  .business-benefits-container .top-content {
    margin: 0 auto 30px;
    width: 50%; }
  .business-benefits-container .content {
    text-align: right;
    margin-top: 100px; }
    .business-benefits-container .content.top-content {
      text-align: center;
      margin-top: 0; }
    .business-benefits-container .content.content-right {
      text-align: left; }
    .business-benefits-container .content .title {
      font-weight: 700;
      font-size: 20px;
      color: #30373f;
      line-height: 22px;
      margin-bottom: 15px; }
      .business-benefits-container .content .title span {
        display: block; }

.how-it-works-container {
  background-color: #d71f34;
  background-image: url("../images/work-bg.jpg"), url("../images/work-bottom-bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, 73% bottom;
  padding: 60px 0 90px;
  margin: 0 0 80px 0; }
  .how-it-works-container h2 {
    color: #ffffff;
    margin-bottom: 30px; }
    .how-it-works-container h2::after {
      background: #ffffff; }
  .how-it-works-container .number {
    font-size: 144px;
    font-weight: 700;
    opacity: 0.08;
    float: left;
    width: 36%;
    line-height: 110px; }
  .how-it-works-container .work-content {
    float: left;
    width: 64%;
    margin: 50px 0 0 0; }
    .how-it-works-container .work-content p {
      line-height: 24px; }
  .how-it-works-container .steps {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 50px 0; }
  .how-it-works-container .work-content-container {
    list-style: none;
    color: #ffffff; }
    .how-it-works-container .work-content-container .title {
      font-size: 22px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      padding: 0 0 10px 0;
      margin: 0 0 20px 0; }
      .how-it-works-container .work-content-container .title::after {
        content: "";
        position: absolute;
        display: block;
        width: 32px;
        height: 4px;
        background: #ffffff;
        bottom: 0; }

.testimonial-container {
  margin: 0 0 80px 0;
  background: url("../images/bg4.png") no-repeat left top, url("../images/bg5.png") no-repeat right; }
  .testimonial-container .double-code {
    width: 89px;
    height: 70px;
    background: url("../images/double-code.png") no-repeat;
    margin: 0 0 30px 0;
    opacity: 0.13;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .testimonial-container .testimonial-content {
    background: #ffffff;
    list-style: none;
    font-size: 15px;
    color: #000000;
    padding: 50px 30px 30px;
    margin: 0 0 30px 0;
    transition: background-color 0.5s ease, color 0.5s ease;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .testimonial-container .testimonial-content .profile-details {
      font-size: 14px;
      font-weight: 600;
      color: #464646;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
    .testimonial-container .testimonial-content:hover {
      background: #d71f34 url("../images/bg6.png") no-repeat right top;
      color: #ffffff;
      transition: background-color 0.5s ease, color 0.5s ease; }
      .testimonial-container .testimonial-content:hover .profile-details {
        color: #ffffff; }
      .testimonial-container .testimonial-content:hover .double-code {
        opacity: 0.26;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
    .testimonial-container .testimonial-content p {
      margin: 0 0 20px 0; }

footer {
  background-color: #30373f;
  background-image: url("../images/footer.jpg"), url("../images/footer-bottom.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, right bottom;
  background-size: 100%, auto;
  margin: 60px 0 0 0;
  padding: 150px 0 0 0;
  position: relative; }
  footer::before {
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    width: 100%;
    height: 2px;
    background: #ffffff; }
  footer .footer-top .footer-logo {
    margin: 20px 0 0 0;
    text-align: center; }
  footer .footer-top h3 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 40px 0; }
    footer .footer-top h3::after {
      content: "";
      position: absolute;
      display: block;
      width: 32px;
      height: 3px;
      bottom: 0;
      background: #ffffff; }
  footer .footer-top ul li {
    font-size: 15px;
    color: #dbdbdb;
    margin: 0 0 22px 0; }
    footer .footer-top ul li .text-bold {
      margin: 0 0 5px 0; }
    footer .footer-top ul li a {
      color: #dbdbdb;
      position: relative;
      padding: 0 0 5px 0; }
      footer .footer-top ul li a::after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 2px;
        opacity: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #d71f34;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      footer .footer-top ul li a:hover {
        text-decoration: none; }
        footer .footer-top ul li a:hover::after {
          width: 100%;
          opacity: 1;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
  footer .footer-top .social-container {
    margin: 50px 0 0;
    text-align: center; }
    footer .footer-top .social-container ul li {
      display: inline-block;
      margin: 0 15px 0 0; }
      footer .footer-top .social-container ul li a {
        display: block;
        width: 32px;
        height: 32px;
        opacity: 0.3;
        background: no-repeat center;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
        footer .footer-top .social-container ul li a::after {
          display: none; }
        footer .footer-top .social-container ul li a:hover {
          opacity: 1;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
      footer .footer-top .social-container ul li.facebook a {
        background-image: url("../images/facebook.png"); }
      footer .footer-top .social-container ul li.twitter a {
        background-image: url("../images/twitter.png"); }
      footer .footer-top .social-container ul li.instagram a {
        background-image: url("../images/instagram.png"); }
      footer .footer-top .social-container ul li.google-plus a {
        background-image: url("../images/google-plus.png"); }
      footer .footer-top .social-container ul li:last-child {
        margin-right: 0; }
  footer .footer-bottom {
    padding: 20px 0; }
    footer .footer-bottom p {
      color: #767b7f;
      text-align: center;
      margin: 0;
      font-size: 13px;
      font-weight: 500; }
      footer .footer-bottom p a {
        color: #767b7f;
        position: relative;
        padding: 0 0 2px 0; }
        footer .footer-bottom p a::after {
          content: "";
          position: absolute;
          display: block;
          width: 10px;
          height: 1px;
          background: #767b7f;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          opacity: 0;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
        footer .footer-bottom p a:hover {
          text-decoration: none; }
          footer .footer-bottom p a:hover::after {
            width: 100%;
            opacity: 1;
            -moz-transition: 0.5s ease;
            -webkit-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease; }

.price-content {
  margin: 0 0 60px 0; }
  .price-content p {
    text-align: center;
    font-size: 15px;
    color: #747474; }

.pricing-structure-container {
  margin: 0 0 70px 0; }
  .pricing-structure-container h4 {
    text-align: center;
    color: #484848;
    font-size: 20px;
    margin: 0 0 30px 0; }

.list-container li {
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }
  .list-container li:nth-child(odd) {
    background: #f3f3f3; }
  .list-container li:hover {
    background: #e9e9e9;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .list-container li.header {
    background: #30373f;
    color: #ffffff;
    text-transform: uppercase; }
    .list-container li.header:hover {
      background: #30373f; }
.list-container .listing-left {
  float: left;
  width: 85%; }
.list-container .listing-right {
  float: left;
  width: 15%; }



.dropdown.switcher-options {
  background-color: #d71f34;
  color: #fff;
  padding: 12px;
  margin-top: 10px;
  -moz-transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  opacity:0;
}
.dropdown.switcher-options a {
  color:#fff;
  padding:5px 0;
}

.switcher-language:hover  > .dropdown.switcher-options{
  opacity:1;
}

.business-container {
  background-color: #d71f34;
  background-image: url(../images/work-bg.jpg), url(../images/bg7.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, 85% bottom;
  margin: 0 0 70px 0;
  text-align: center;
  padding: 60px 0; }

.business-container h1 {
    margin: 0 0 15px 0;
    font-size: 38px;
    color: #ffffff; }
.business-container h3 {
    margin: 0 0 30px 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 34px; }

.business-container .btn-default {
    border: 1px solid #ffffff; }

.shipping-fees-container p {
  text-align: center;
  margin: 0 0 15px 0; }
.shipping-fees-container .volumetric-weight {
  margin: 20px 0; }
  .shipping-fees-container .volumetric-weight .calculation {
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    padding: 12px 15px; }
    .shipping-fees-container .volumetric-weight .calculation p {
      margin: 0; }
.shipping-fees-container .list-container {
  margin: 40px 0 0 0; }
.shipping-fees-container .content {
  width: 72%;
  margin: 0 auto; }

.text-red {
  color: #d71f34; }

.pricing-structure-content {
  margin: 0 0 60px 0; }
  .pricing-structure-content .title {
    font-size: 20px;
    color: #30373f;
    font-weight: 700;
    min-height: 50px;
    text-align: center;
    line-height: 20px; }
  .pricing-structure-content p {
    font-size: 15px;
    color: #747474;
    text-align: center; }
  .pricing-structure-content .structure-image {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center; }
    .pricing-structure-content .structure-image img {
      margin: 0 auto;
      position: relative;
      z-index: 1; }
    .pricing-structure-content .structure-image::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      background: #f0f0f0;
      top: 0;
      bottom: 0;
      left: 50%;
      margin: auto;
      display: inline-block;
      z-index: 0; }
    .pricing-structure-content .structure-image.service-tax::after {
      display: none; }
    .pricing-structure-content .structure-image::before {
      content: "";
      position: absolute;
      display: block;
      width: 41px;
      height: 41px;
      border-radius: 50%;
      background: #ffffff;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -41px;
      border: 4px solid #f0f0f0;
      font-weight: 700;
      font-size: 34px;
      line-height: 31px; }
    .pricing-structure-content .structure-image.settlement-amount::before {
      display: none; }
    .pricing-structure-content .structure-image.order-item-value::before {
      content: "="; }
    .pricing-structure-content .structure-image.marketplace-fee::before {
      content: "-"; }
    .pricing-structure-content .structure-image.service-tax::before {
      content: "-"; }

.marketplace-fee-container {
  background: #abfffc;
  border-radius: 15px;
  padding: 50px 30px;
  position: relative;
  margin: 60px 0 0 0; }
  .marketplace-fee-container .title {
    font-size: 20px;
    color: #30373f;
    min-height: 25px;
    margin-bottom: 10px; }
  .marketplace-fee-container .content {
    position: relative;
    width: 80%;
    margin: 0 auto; }
    .marketplace-fee-container .content p {
      color: #747474;
      font-size: 15px;
      margin: 0; }
    .marketplace-fee-container .content::before {
      content: "";
      position: absolute;
      display: block;
      content: "+";
      top: 0;
      font-size: 34px;
      font-weight: 700;
      right: -44px;
      line-height: 10px; }
    .marketplace-fee-container .content.last::before {
      display: none; }
  .marketplace-fee-container::before {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 80px;
    background: #f0f0f0;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  .marketplace-fee-container.mobile-view {
    display: none; }

.content-header {
  margin: 0 0 60px 0; }
  .content-header h2 {
    margin: 0; }

.select-box .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #808080;
  line-height: 25px;
  font-size: 12px;
  width: 100%;
  height: 40px;
  border: 1px solid #e6e6e6; }
.select-box .options {
  background-color: #FFF;
  color: #808080;
  display: none;
  position: absolute;
  right: 0;
  left: 0px;
  margin: 0 0 0 0;
  padding: 5px 0;
  line-height: 25px;
  list-style: none;
  width: 100%;
  top: 39px;
  z-index: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-top: 1px solid #d71f34; }
  .select-box .options li {
    margin: 0 0 0 0;
    display: block;
    clear: both;
    padding: 5px 15px;
    color: #323a45;
    font-size: 14px;
    word-wrap: break-word; }
    .select-box .options li:hover {
      background: #eeeeee; }
.select-box .styledSelect {
  background: url("../images/down-arrow.png") no-repeat 97% 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  line-height: 30px;
  padding: 5px 15px 0;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #a2a2a2; }
  .select-box .styledSelect:hover {
    color: #d71f34;
    background-position: 97% -7px; }

.mdl-textfield .select {
  border: 0;
  height: 30px; }
.mdl-textfield.select-box .options {
  top: 30px; }
.mdl-textfield .styledSelect {
  color: #30373f;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  background-position: 100% 12px; }
  .mdl-textfield .styledSelect::after {
    background-color: #d71f34;
    bottom: -2px;
    content: '';
    height: 1px;
    left: 45%;
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    width: 10px; }
  .mdl-textfield .styledSelect:hover {
    background-position: 100% -11px; }
    .mdl-textfield .styledSelect:hover::after {
      left: 0;
      visibility: visible;
      width: 100%; }

select.selectArrow {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #a8a8a8;
  color: #888;
  cursor: pointer;
  display: inline-block;
  width: 100%; }

.mdl-textfield {
  width: 100%; }
  .mdl-textfield input[type="text"] {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    height: 32px;
    padding: 0;
    color: #30373f; }
    .mdl-textfield input[type="text"]:focus {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }

.mdl-textfield__label {
  font-size: 18px;
  text-transform: uppercase; }
  .mdl-textfield__label::after {
    background: #d71f34;
    height: 1px;
    bottom: 15px; }

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  color: #d71f34; }

.search-container .btn-default {
  width: 16px;
  height: 18px;
  padding: 0;
  background: url("../images/search.png") no-repeat 0 0;
  border: 0;
  position: absolute;
  top: 26px;
  right: 0;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }
  .search-container .btn-default:focus {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none; }
  .search-container .btn-default:hover {
    background-position: 0 -21px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none; }
.search-container .mdl-textfield input[type="text"] {
  padding: 0 28px 0 0; }

.grid-container ul li {
  float: left;
  width: 31.33%;
  margin: 0 3% 40px 0; }
.grid-container .grid-item {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .grid-container .grid-item .grid-content {
    padding: 20px; }
    .grid-container .grid-item .grid-content .title {
      margin: 0 0 15px 0;
      font-weight: 700;
      font-size: 20px;
      line-height: 26px; }
    .grid-container .grid-item .grid-content p {
      font-size: 13px;
      line-height: 18px;
      margin: 0 0 15px 0; }
    .grid-container .grid-item .grid-content .date {
      color: #d5d5d5;
      font-size: 12px; }
  .grid-container .grid-item .grid-image img {
    width: 100%; }

.contact-container .contact-form li {
  margin: 0 4% 25px 0;
  float: left;
  width: 48%; }
  .contact-container .contact-form li:nth-child(2n) {
    margin-right: 0; }
  .contact-container .contact-form li.textarea {
    width: 100%; }
.contact-container .select-box .styledSelect {
  font-weight: 300;
  color: #a2a2a2;
  text-transform: none;
  font-size: 15px;
  padding: 5px 15px 0;
  background-position: 97% 16px; }
  .contact-container .select-box .styledSelect:hover {
    color: #d71f34;
    background-position: 97% -7px; }
.contact-container .select-box .options li {
  float: none;
  width: 100%;
  margin: 0; }

.contact-us {
  background: #d71f34 url("../images/bg8.jpg") no-repeat right 0;
  padding: 20px; }
  .contact-us ul li {
    border-bottom: 1px solid #ec949e;
    padding: 20px 0; }
    .contact-us ul li:last-child {
      border-bottom: 0; }
    .contact-us ul li p {
      color: #ffffff;
      text-align: center;
      margin: 0 0 0 0;
      font-size: 18px;
      font-weight: 700; }
      .contact-us ul li p.number, .contact-us ul li p.emailid {
        font-size: 27px;
        margin: 10px 0 0 0; }
    .contact-us ul li a {
      color: #ffffff;
      position: relative;
      padding: 0 0 8px 0; }
      .contact-us ul li a::after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 3px;
        background: #ffffff;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      .contact-us ul li a:hover {
        text-decoration: none; }
        .contact-us ul li a:hover::after {
          opacity: 1;
          width: 100%;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
      .contact-us ul li a:focus {
        text-decoration: none;
        outline: 0; }

.faq-container .contact-us ul li p {
  font-size: 21px;
  font-weight: 500; }
  .faq-container .contact-us ul li p.number {
    font-size: 27px;
    font-weight: 700; }
.faq-container .contact-us .btn-primary {
  margin: 25px 0 0 0; }

.btn-primary {
  border: 1px solid #ffffff;
  background: none;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  padding: 10px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }
  .btn-primary:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #d71f34;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .btn-primary:active, .btn-primary:focus {
    background: #d71f34;
    color: #ffffff;
    border-color: #ffffff; }
    .btn-primary:active:hover, .btn-primary:focus:hover {
      background: #d71f34;
      color: #ffffff;
      border-color: #ffffff;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .btn-primary:active:focus {
    background: none;
    border-color: #ffffff;
    outline: 0; }
  .btn-primary:focus {
    outline: 0; }

.panel-group .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #c9cbcd; }
  .panel-group .panel + .panel {
    margin: 0; }

.panel-title {
  font-size: 18px; }

.panel-body {
  padding: 0 30px 25px 30px; }
  .panel-body p {
    font-size: 15px;
    color: #747474; }
    .panel-body p:last-child {
      margin-bottom: 0; }

.panel-default {
  border: 0; }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .panel-default > .panel-heading a {
      display: block;
      padding: 20px 0 20px 50px;
      color: #d71f34;
      font-weight: 700;
      position: relative;
      line-height: 24px;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      .panel-default > .panel-heading a::after {
        content: "";
        position: absolute;
        display: block;
        top: 1px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: left;
        margin: 5px 15px 0 0;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
        font-size: 23px;
        left: 0;
        top: 21px;
        margin: 0; }
      .panel-default > .panel-heading a.collapsed {
        color: #30373f; }
      .panel-default > .panel-heading a::before {
        content: "Q.";
        margin: 0 2px 0 0;
        position: absolute;
        top: 20px;
        left: 27px; }
      .panel-default > .panel-heading a:hover {
        text-decoration: none;
        color: #d71f34;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border: 0; }

.panel-default > .panel-heading a[aria-expanded="true"]::after {
  content: "-";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 29px;
  line-height: 22px; }

.panel-default > .panel-heading a[aria-expanded="false"]::after {
  content: "+";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0; }
  .accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0; }
  .accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f; }
    .accordion-option .toggle-accordion::before {
      content: "Expand All"; }
    .accordion-option .toggle-accordion.active::before {
      content: "Collapse All"; }

.panel-group .panel:first-child > .panel-heading a {
  padding-top: 0; }
  .panel-group .panel:first-child > .panel-heading a::before {
    top: 0; }
  .panel-group .panel:first-child > .panel-heading a::after {
    top: 0; }

.login-container {
  margin: 0 0 50px 0; }
  .login-container .block-customer-login {
    float: left;
    width: 50%;
    padding-right: 50px;
    border-right: 1px solid #e6e6e6; }
    .login-container .block-customer-login .field.note {
      font-size: 14px;
      font-weight: 500;
      text-transform: none; }
    .login-container .block-customer-login .secondary {
      text-align: center; }
    .login-container .block-customer-login a {
      background: none;
      color: #424242;
      padding: 0;
      text-align: center;
      text-transform: none;
      font-weight: 900;
      margin: 25px 0 0 0;
      position: relative;
      display: inline-block; }
      .login-container .block-customer-login a::after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 1px;
        background: #424242;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        opacity: 0;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
      .login-container .block-customer-login a:hover::after {
        width: 100%;
        opacity: 1;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
  .login-container .block-new-customer {
    float: left;
    width: 50%;
    padding-left: 50px; }
    .login-container .block-new-customer .block-content .actions-toolbar {
      margin: 20px 0 0 0; }
      .login-container .block-new-customer .block-content .actions-toolbar a {
        color: #d71f34;
        font-size: 22px;
        font-weight: 900;
        position: relative; }
        .login-container .block-new-customer .block-content .actions-toolbar a::after {
          content: "";
          position: absolute;
          display: block;
          width: 10px;
          height: 2px;
          background: #d71f34;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          opacity: 0;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
        .login-container .block-new-customer .block-content .actions-toolbar a:hover {
          text-decoration: none; }
          .login-container .block-new-customer .block-content .actions-toolbar a:hover::after {
            width: 100%;
            opacity: 1;
            -moz-transition: 0.5s ease;
            -webkit-transition: 0.5s ease;
            -o-transition: 0.5s ease;
            transition: 0.5s ease; }
    .login-container .block-new-customer .block-content p {
      font-size: 14px;
      font-weight: 500;
      color: #424242; }
  .login-container .login {
    float: none; }

.form .fieldset .field {
  margin: 0 0 25px 0; }

.create-account-content .two-in-a-row-li2 {
  margin-left: 3% !important; }

#password-strength-meter-container {
  font-size: 12px;
  color: #7d7b76;
  margin: 5px 0 0 0; }

.page-main dt {
  font-size: 18px;
  line-height: 24px;
  color: #30373f;
  margin: 0 0 10px 0; }

.block-compare .block-title {
  font-size: 18px;
  margin: 0 0 10px 0; }

.page-main .block-wishlist {
  margin: 20px 0 0 0; }
.page-main a {
  color: #d71f34;
  font-weight: 500;
  position: relative; }
.page-main .disc li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background: #d71f34;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }
.page-main .disc li a:hover {
  text-decoration: none; }
  .page-main .disc li a:hover::after {
    width: 100%;
    opacity: 1;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }

.block-wishlist .block-title {
  font-size: 18px;
  margin: 0 0 10px 0; }

.vendor-2columns-form .vendor-register.vendor-register-col1 {
  padding-right: 50px;
  border-right: 1px solid #e6e6e6; }
  .vendor-2columns-form .vendor-register.vendor-register-col1 .fieldset {
    margin-right: 0; }
    .vendor-2columns-form .vendor-register.vendor-register-col1 .fieldset.account {
      margin-top: 50px; }
.vendor-2columns-form .vendor-register.vendor-register-col2 {
  padding-left: 50px; }
  .vendor-2columns-form .vendor-register.vendor-register-col2 .fieldset {
    margin-left: 0; }
.vendor-2columns-form .vendor-register .fieldset .field {
  margin: 0 0 25px 0; }
  .vendor-2columns-form .vendor-register .fieldset .field:last-child {
    margin-bottom: 0; }

#password-strength-meter-container {
  margin-top: 10px; }

legend {
  border-bottom: 0;
  margin-bottom: 0; }

.marketplace-seller-register .actions-toolbar {
  text-align: center;
  margin: 0 0 50px 0; }
.marketplace-seller-register .fieldset.create.info {
  margin-bottom: 50px; }

.signedout-container p {
  text-align: center;
  font-weight: 700;
  font-size: 18px; }
.signedout-container .count-down {
  color: #d71f34; }

.customer-account-create .actions-toolbar {
  text-align: center; }
.customer-account-create .secondary {
  margin: 20px 0 0 0; }
.customer-account-create .fieldset.create.account {
  margin-top: 50px; }
.customer-account-create #vnecoms-vendor-register {
  margin-top: 50px; }

.form .field.choice.create-vendor {
  margin-bottom: 0; }

.form .field.field-vendor-registration {
  margin-bottom: 0; }
  .form .field.field-vendor-registration p {
    margin-bottom: 0; }

div.mage-error {
  margin: 5px 0;
  font-size: 12px;
  color: #d71f34; }

#password-strength-meter-label {
  font-weight: 700; }

.page.messages {
  margin: 0 0 25px 0;
  color: #d71f34;
  font-weight: 400; }

.breadcrumbs {
  margin: 0 0 20px 0; }
  .breadcrumbs li.item {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 6px 0 0;
    font-weight: 700; }
    .breadcrumbs li.item::after {
      content: "/";
      position: absolute;
      top: 0;
      right: 0;
      padding: 0; }
    .breadcrumbs li.item:last-child::after {
      content: ""; }
    .breadcrumbs li.item a {
      position: relative;
      color: #d71f34; }
      .breadcrumbs li.item a:hover {
        text-decoration: none;
        color: #d71f34; }
        .breadcrumbs li.item a:hover::after {
          width: 100%;
          opacity: 1;
          -moz-transition: 0.5s ease;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
      .breadcrumbs li.item a::after {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 1px;
        background: #d71f34;
        opacity: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }

.customer-account-forgotpassword .actions-toolbar {
  text-align: center; }
  .customer-account-forgotpassword .actions-toolbar .secondary {
    margin-top: 20px; }
.customer-account-forgotpassword .field.note {
  text-align: center;
  font-size: 16px;
  font-weight: 700; }

.cms-content h2 {
  margin: 40px 0 20px 0; }
.cms-content a {
  position: relative; }
  .cms-content a:hover {
    text-decoration: none; }
    .cms-content a:hover::after {
      width: 100%;
      opacity: 1;
      -moz-transition: 0.5s ease;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
  .cms-content a::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    background: #d71f34;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
.cms-content ul {
  margin: 0 0 10px 15px; }
  .cms-content ul li {
    list-style-type: decimal;
    color: #747474;
    font-size: 15px; }
.cms-content p {
  color: #747474;
  font-size: 15px; }

table.data-table {
  width: 100%; }
  table.data-table thead {
    background: #30373f;
    color: #ffffff; }
    table.data-table thead th {
      padding: 15px 40px; }
  table.data-table tbody tr:nth-child(odd) th, table.data-table tbody tr:nth-child(odd) td {
    background: #f3f3f3; }
  table.data-table tbody tr th, table.data-table tbody tr td {
    padding: 15px 40px;
    font-size: 15px; }
