﻿.loginpopUp {
    width: 500px;
    height: 360px;
    margin: 145px;
}
.registrationPopUp {
    width: 500px;
    height: 900px;
}
.frmElements input {
   background: #fff;
    padding: 10px 30px;
    width: 100%;
    /*border: 1px solid #eeeeee;*/
    border: 1px solid #808080;
    min-height: 30px;
}
.frmElements .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
    display: none;
}

.customerRegistration {
    height: 600px;
}
#chkGetOffers {
    width:20px;
    min-height:18px;
}

.cartProfile{
    padding: 5px 11px ! important;
    /*background: #a9a08f;*/
    /*border-radius: 14px;*/
    /*background: #2897ff;*/
    background: #f26223;
    /*border-radius: 0.25rem;*/
    color: #fff;
    font-size:12px;
    margin:10px 0px;
}
 .cartProfile:hover {
     color: #fff;
     /*background: #31b9d4;*/
     background: #0478b8;
 }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.shoppingcartProfile:before {
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    content: "\f07a";
    font-weight: 400;
    margin-right: 0.5em;
}

.cartReprintProfile{
    padding: 5px 11px ! important;   
    background: #F5B041;
    border-radius: 0.25rem;
    color: #fff;
    font-size:12px;
    margin:10px 0px;
}
.cartReprintProfile:before {
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    content: "\f02f";
    font-weight: 400;
    margin-right: 0.5em;
}

.cartsaveProfile{
    padding: 5px 11px ! important;   
    background: #2980B9;
    border-radius: 0.25rem;
    color: #fff;
    font-size:12px;
    margin:10px 0px;
}
.cartsaveProfile:before {
    display: inline-block;
    font-family: FontAwesome;
    float: left;
    content: "\f0c7";
    font-weight: 400;
    margin-right: 0.5em;
}

.shoppingcartProfile{
    padding: 5px 11px ! important;
    /*background: #a9a08f;*/
    /*border-radius: 14px;*/
    background: #00A050;
    border-radius: 0.25rem;
    color: #fff;
    font-size:12px;
    margin:10px 0px;
}
 .shoppingcartProfile:hover {
     color: #fff;
     background: #0478b8;
 }

  .cartsaveProfile:hover {
     color: #fff;
     background: #0478b8;
 }

   .cartReprintProfile:hover {
     color: #fff;
     background: #0478b8;
 }