@charset "utf-8";
/* CSS Document */

/* PRODUCT PAGE CSS START */

/* Base Layout & Typo */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background: rgb(220, 228, 232);
  border: none;
  text-decoration: none;
	text-rendering: optimizeLegibility;
}
/*  Typo  Start   */
p, li {
  font: normal 400 1em/1.5em Source Sans Pro, sans-serif;
}
h1 {
  font: normal 600 2.5em/1.2em Source Sans Pro, sans-serif;
}
h2 {
  font: normal 600 1.5em/1.5em Source Sans Pro, sans-serif;
}
section {
  float: left;
  width: 100%;
}
::placeholder {
  color: #8C8C8C;
}
h1, h2, h3, h4, h5, h6, a, p, li, ::placeholder {
	padding: 0px;
	margin: 0px;
  color: rgba(13, 13, 13, 1);
}
a, a:hover, a:visited, a:active {
	text-decoration: none!important;
	outline: 0!important;
  color: #007ece;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
a:hover {
  opacity: .8;
}
/*  Typo  End */
.container {
  padding: 0;
}
img {
	height: auto;
	max-width:100%;
	border: none;
	margin: 0 auto;
}
textarea {
	resize: vertical;
  outline: none!important;
  resize: none;
}
input, select {
  outline: none!important;
}
button {
	outline: none!important;
}
ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.btn:focus,
.btn:active {
   outline: none!important;
}
header {
  display: flex;
  background: white;
  width: 100%;
  padding: .5em 0;
  margin: 0 0 1em;
  -ms-align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
}
/* Creation Tool CSS Start */
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  -ms-align-items: center;
  width: 100%;
  margin: 2em 0;
}
.content-container {
  display: flex;
  width: 100%;
  background: transparent;
  max-width: 1170px;
  flex-direction: column;
  -ms-align-items: center;
  padding: 0;
}

.section-header {
  margin: 0 0 1.5em;
  position: relative;
}
.section-header h2 {
  margin-top: 1em;
}
.form-container {
  display: flex;
  flex-direction: row;
}
.form-row {
  display: flex;
  flex-direction: column;
}
.form-row p {
  margin: .75em 0;
}

.form-row span {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.form-content button.main-button,
a.main-button {
  color: white;
  background: #007ece;
  padding: 0 3em;
  line-height: 2.5;
  border-radius: .5em;
  align-self: flex-start;
}
.form-container a.main-button {
  margin-left: 1em;
  width: 20%;
  text-align: center;
  line-height: 3;
}
/* btn inactive class */
.form-content button.main-button.inactive {
  background: #cccccc;
  cursor: default;
}
.form-row span label {
  margin: 0 1.5em 0 .5em;
}
.cover-image-container {
  background: #e5e5e5;
  border-radius: 1em;
}
input[type=button].upload-img-button {
  background: #007ece;
  color: white;
  font-size: 6em;
  font-weight: 600;
  width: auto;
  height: auto;
  margin: 25% auto;
  line-height: 2;
  width: auto;
  height: auto;
  justify-content: center;
  border-radius: 0.15em;
}
.product-image-container-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-image-container-list li {
  padding: .25em;
  width: 33%;
}
.product-image-container {
  width: 10em;
  height: 10em;
  display: flex;
  border-radius: .5em;
}
.product-image-container input[type=button].upload-img-button{
  font-size: 1.5em;
  margin: 35% auto;
}
span.span-notification {
  color: rgba(21,21,21,.5);
  font-size: .875em;
  text-align: right;
  display:block;
}
.forms-divider {
  display: flex;
  flex: 1 1 100%;
  border-bottom: 1px solid rgba(21,21,21,.21);
  margin: 3em 0;
}
.p-description {
  line-height: 1.6;
}
.payment-opt li input {
  width: auto;
  display: inline-block;
  margin: 1em .5em 1em 0;
}
.category-selected {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1em;
}
.category-selected li {
  margin:.25em;
  text-align: center;
  padding: 0 1em;
  background: #383a3b;
  line-height: 2.5;
  font-size: .875em;
  color: white;
  border-radius: 2em;
}
.category-selected li a {
  font-size: .875em;
  font-weight: 800;
  color: white;
  padding: 0 0 0 .75em;
}
.keywords-selected li{
  background: #858a8c;
}
.form-content span.category-alert {
  background: #a8bfc6;
  color:  white;
  font-size: .925em;
  text-align: left;
  line-height: 2.5;
  padding: 0 .75em;
  margin: 1.5em 0 0;
  display: flex;
  align-items: center;
  border-radius: .25em;
}
.form-content span.category-alert i {
  font-size: 1.5em;
  padding: 0 .5em 0 0;
}
a.selected-settings {
  background: #007ece;
  border: none;
  color: white;
}
.sub-nav-settings {
  display: flex;
  margin: 1.5em 0 1em;
}
.sub-nav-settings li {
  margin: 0 1.5em 0 0;
}
.sub-nav-settings a {
  display: flex;
  text-align: center;
  padding: 0 1.5em;
  color: black;
  font: normal 400 1em/2 Source Sans Pro, sans-serif;
}
a.sub-nav-selected {
  border-bottom: .25em solid #007ece;
  font-weight: 600;
}
.form-main {
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  width: 1170px;
  background: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
  border-radius: 1.5em;
  padding: 3em 3em;
  -ms-align-items: center;
  margin: 1.5em auto;
  -ms-align-items: left;
  align-items: left;
  position: relative;
}
.form-main h1 {
  font: normal 600 2.5em/1.2em Source Sans Pro, sans-serif;
}
.form-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  padding: 0 2.5em 0 0;
}
.form-content input,
.form-content textarea,
.form-content p {
  display: flex;
  width: 100%;
  line-height: 2.5;
}
.form-content input,
.form-content textarea,
.select-list {
  margin: 0 0 .75em;
  border: 1px solid rgba(10,10,10,.2);
  border-radius: .5em;
  padding: 0 1em;
}
.select-list {
  padding: .6em 1em;
  height: auto!important;
}
.form-content span {
  padding: 1em 0;
  display: flex;
  font: normal 400 .875em/1.25 Source Sans Pro, sans-serif;
}
.avatar-profile {
  width: 10em;
  height: 10em;
  background: rgba(21,21,21,.21);
  border-radius: .5em;
}
.forms-divider {
  display: flex;
  flex: 1 1 100%;
  border-bottom: 1px solid rgba(21,21,21,.21);
  margin: 3em 0;
}

p.p-description {
  line-height: 1.5;
  padding: 0 0 1em;
}
.form-content button {
    display: flex;
    background: rgba(255,255,255,1);
    color: black;
    font: normal 600 1em/2.5 Source Sans Pro, sans-serif;
    text-align: center;
    padding: 0 1.5em;
    border-radius: 2em;
    border: 1px solid rgba(21,21,21,.2);
    align-self: flex-end;
    margin-top: 1em;
}
ul.privacy-settings-list {
  display: flex;
  flex-direction: column;
}
ul.privacy-settings-list li {
  display: flex;
}
ul.privacy-settings-list li label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.variant {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.variant .select-list {
  width: 65%;
  margin: 0;
}
.variant button.main-button {
  width: 30%;
  margin: 0 0 0 5%;
  background: #383a3b;
  padding: 0 2.25em;
  text-align: center;
  display: block;
}
.variant button.main-button.passive {
  opacity: .25;
}
.variants-selected {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.variants-selected h2 {
  font-size: 1.125em;
  line-height: 1.2;
}
.variants-selected-list {
  margin: 1em 1em 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.variants-selected-list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted rgba(21,21,21,.5);
  padding: 0 0 0 1em;
  line-height: 3;
}
.variants-selected-list li a {
  margin: 0 1em;
}
.form-row:last-of-type .section-header {
  margin: -2em 0 0;
}
.save-publish {
  display: flex;
  align-items: center;
  justify-content: center;
}
.save-publish a:nth-of-type(2) {
  margin: 0 1em;
}
.save-publish a:last-of-type{
  background: #383a3b;
  display: flex;
}
.save-publish a:last-of-type i{
  margin-left: .5em;
  align-self: center;
}

/* PRODUCT PAGE CSS END */

/* ----------------------------------------------------------------------------- */
/* CRYPTO ORDER LIST CSS START */

.product-image-order-list {
  width: auto;
  padding: 0;
}
.product-image-order-list img {
  width: 10em;
  height: 10em;
  border-radius: .5em;
  flex-direction: row;
  object-fit: cover;
}
.crypto-product-list ul {
  width: 100%;
}
.crypto-product-list ul li {
  padding: 1.5em 0;
  border-bottom: 1px solid rgba(21,21,21,.15);
}
.crypto-product-list ul li:last-child {
  padding: 1.5em 0;
  border-bottom: none;
}
.crypto-item-detail {
  display: flex;
  flex-direction: row;
}
.crypto-item-detail div:first-child {
  width: 15%;
  padding: 0;
}
.crypto-item-detail div {
  width: 28%;
  padding: 0 1% 0 0;
  display: flex;
  flex-direction: column;
}
.crypto-item-detail div:last-child a {
  width: 47.5%;
  margin-top: 1.5em;
}
.crypto-item-detail .product-p {
  display: inline;
  /* border-right: 1px solid rgba(21,21,21,.1); */
  padding: 0 1em;
  font-weight: 600;
}
span.crypto-list-price {
  font-size: 1em;
  color: #f26522;
  font-weight: 600;
}
span.crypto-list-ship {
  color: black;
}
span.crypto-list-price::after,
span.crypto-list-price::before {
  content: "\00a0 ";
}

/* CRYPTO ORDER LIST CSS END */

/* ----------------------------------------------------------------------------- */

/* CRYPTO ORDER CSS START */

  .form-container .crypto-product:first-of-type {
    padding: 0 2em 0 0;
    align-items: flex-start;
  }
  .form-container .crypto-product:last-of-type {
    padding: 0;
  }

  .crypto-product {
    flex: 1 1;
  }
  .product-image{
    background: transparent;
    display: flex;
    padding: 1.5em 1em 2em 0;
    width: 100%;
  }
  .product-image img {
    border-radius: 2em;
    align-self: flex-start;
    margin: 0;
    width: 100%;
  }
  .product-details {
    position: relative;
  }
  .product-details .outline-btn {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
  }
  .crypto-product h1 {
    color: #f26522;
    font-size: 2em;
  }
  .crypto-product p {
    line-height: 1.6;
    margin-top: .5em;
  }
  .crypto-product span {
    line-height: 1.6;
    padding: 0;
    opacity: .7;
  }
  .crypto-product .forms-divider {
    border-bottom: 1px dashed rgba(21,21,21,.21);
    display: block;
    flex: 0;
    margin: 1em 0 0;
  }
  .crypto-details {
    padding: 1em 0 0;
    margin: 2em 0 0;
    position: relative;
  }
  .crypto-details button {
    margin-top: 2em;
  }
  .crypto-details input {
    margin-bottom: 1em;
  }
  .crypto-details .zip-code {
    display: flex;
    margin: 0;
  }
  .crypto-details .zip-code div:first-of-type {
    width: 80%;
    padding-right: 1em;
  }
  .outline-btn {
    font-size: .75em;
    display: block;
    line-height: 2.75;
    padding: 0 .5em;
    background: transparent;
    border: 1px solid #007ece;
    border-radius: 2em;
    width: 30%;
    margin: 0 1em;
    text-align: center;
    font-weight: 600;
  }
  .link {
    display: block;
  }
  .seller-send {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-top: 1.5em;
  }
  .seller-send p {
    display: block;
    text-align: center;
  }
  .seller-send button.main-button {
    align-self: center;
    margin: 0 0 1em;
  }
  .shop-ctc {
    display: flex;
    margin: 2em 0 0;
    align-items: center;
    position: absolute;
    right: 0;
    top: -1em;
    width: 50%;
  }
  .shop-ctc img {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    margin: 0 .5em 0 0;
  }
  .shop-ctc div {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: .25em;
  }
  .shop-ctc p {
    font-weight: 600;
    line-height: 1.2;
  }
  .shop-ctc a {
    align-self: center;
    width: 35%;
  }

/* CRYPTO ORDER CSS END */


/* ----------------------------------------------------------------------------- */


/* PRODUCT PAGE CSS START */

.rating-data {
  position: absolute;
  left: 0;
  top: -0.5em;
}
.rating-data i {
  font-size: 1.125em;
  padding-right: .5em
}
.product-stats {
  margin: 1em 0 0;
}
/* add this class to display the widget */
.product-rate {
  position: absolute;
  display: flex;
  background: white;
  border-radius: 2em;
  padding: .5em 1em;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(21,21,21,.2);
  -moz-box-shadow: 0px 0px 16px 0px rgb(21,21,21,.2);
  box-shadow: 0px 0px 16px 0px rgb(21,21,21,.2);
  left: -1em;
  top: 1em;
}
.product-rate-show {
  display: flex;
}
/* add this class as a default state */
.product-rate-none {
  display: none;
}
.product-rate a {
  font-size: 1.25em;
  text-align: center;
  padding: 0 .5em;
}
.add-to-favs {
  position: absolute;
  right: 0;
  top: -1em;
  z-index: 111;
}
.available-in-crypto {
  position: absolute;
  background: #fc0043;
  color: white;
  border-radius: 0 1.5em;
  padding: 1em 2em;
  top: 0;
  right: 0;
}
.available-in-crypto p {
  color: white;
  font-size: .875em;
  font-weight: 600;

}
.add-to-favs i {
  font-size: 1em;
  margin-right: .5em;
}
.product-gallery {
  width: 100%;
}
.product-gallery ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.product-gallery ul li img {
  margin: 0 0.5em;
  border-radius: 1em;
  width: 6em;
  height: 6em;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-gallery ul li img:first-of-type {
  margin-right: .5em;
}
.product-gallery ul li img:last-of-type {
  margin-right: 0;
}
.product-p {
  display: flex;
  align-items: baseline;
}
.p-bold {
  font-weight: 600;
}
.product-stats span.span-bold {
  font-weight: 600;
  opacity: 1;
  font-size: 1em;
  display: inline;
}
span.product-price-orange {
  font-size: 1.5em;
  color: #f26522;
  font-weight: 600;
  opacity: 1;
}
.shop-ctc-product {
  position: relative;
  width: 100%;
  flex:0 0 30%;
  flex-wrap: wrap;
  justify-content:space-between;
  margin: 0;
  padding: 1.5em 0;
  align-content: baseline;
}
.product-details-p {
  overflow: auto;
  max-height: 10em;
  margin: 1em 1em 0 0;
  padding: 0 1em 0 0;
}
.shop-ctc-product p {
  font-weight: 400;
  padding: .25em 0;
}
.shop-ctc-product > div > div > p:first-of-type {
  font-weight: 600;
  margin: 0;
}
.shop-ctc-product p:last-of-type{
  flex-basis: 100%;
  font-weight: 400;
  line-height: 1.5;
}
.buy-product-cta {
  flex-direction: row;
  margin: 2em 0 1em;
  align-items: center;
}
.buy-product-cta button.main-button {
  margin: 0;
}
.buy-product-cta button.main-button:first-of-type {
  margin:  0 1em 0 0;
}
.buy-product-cta button.main-button:last-of-type {
  background: #383a3b;
}


/* PRODUCT PAGE CSS END */

/* ----------------------------------------------------------------------------- */

/* PAYMENT ORDER LIST CSS START */
.payment-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.payment-details div:first-of-type {
  width: 100%;
  background: red;
}
.crypto-details-pay {
  width: 100%;
}
.crypto-details-pay h1 {
  font-size: 2em;
}
.crypto-details-pay div {
  padding: 1em 0;
  border-bottom: 1px dashed rgba(21,21,21,.21);
}
.crypto-details-pay div:first-of-type {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px dashed rgba(21,21,21,.21);
}
.crypto-details-pay div:first-of-type .outline-btn {
  position: absolute;
  right: 0;
  top: 3em;
}
/*.seller-send-pay {
  flex-direction: row;
}*/
.seller-send-pay div:first-of-type {
  margin-right: 1em;
}
.terms-pay  {
  padding: 1em 0 0;
  display: flex;
  flex-direction: column;
}
.terms-pay p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
}
/* PAYMENT PAGE CSS END */

.crypto-item-detail div .quantity-select {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-direction: initial;
  align-items: baseline;
}
.crypto-item-detail div .quantity-select input {
  width: 50%;
}
span.text-listing-vat-ship{
  margin: 0 0.5em;
}
.form-container a.main-button{
  width: 40%;
}
a.save-for-later{
  font-weight: 400;
}
.btn-search-floor-cp{
  position: absolute;
  right: 0em; 
  border-radius: 50%;
}
.input-md {
  border-radius:  0 2em 2em 0;
  /*background: rgb(220, 228, 232);*/
  background: white;
  position: relative; 
  height: 3em; 
  padding: 1em;
}
.basket-icon-top{
  width: 0em;
}
.basket-icon-top a{
  margin-top: 0.75em;
}
/*.my-mall .dropdown-menu{
  margin-left: -5.25em;
}*/

/* Media Start */
@media screen and (max-width:1200px) {
  li.search-menu-cp{
    margin-right: 0;
  }
  .basket-icon-top{
    left: -1em;
  }
  .my-mall{
    right: -4em;
  }
}

@media screen and (max-width:1023px) {
  .content-container {
    max-width: auto;
  }
  .form-main {
    width: auto;
  }
  div.change-position-bsk{
    flex-direction: row;
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
  }
  .crypto-item-detail div:first-child{
    width:100%;
  }
  .product-image img{
    width: auto;
  }
  .crypto-item-detail div:nth-child(2) a, .crypto-item-detail div:last-child a{
    margin-top: 0;
  }
  div.form-container{
    display: inline;
  }
  span.text-listing-vat-ship{
    margin: 0;
  }
  p.product-p{
    display: inline;
    margin: 0;
  }
  div.seller-send{
    flex-direction: column;
  }
  .form-container a.main-button{
    width: 60%;
    margin-top: 1em;
    margin-left: 20%;
  }
  .search-menu-cp{
    min-width: 36em;
  }
  .my-mall{
    right: 0;
  }
  .basket-icon-top{
    left: 0;
  }
}

@media screen and (max-width:767px) {
  i.gliph-hide{
    display: none;
  }
  .search-menu-cp{
    min-width: 22em;
  }
  .btn-search-floor-cp{
    top: 1.25em;
    width: 3em;
    height: 3em;
  }
  
  /*.form-content {
    flex: auto;
    width: 100%;
    display: inline-block;
  }*/
}

input[type=submit].register-large {
	background: #007ece;
  border: none !important;
}
input[type=submit].register-large:hover {
	background: #2d9ee5;
}

.products-create-nav li a.selected {
  border-bottom: 3px solid #007ece;
}

a.link-glb-top{
  color: #f5f5f5;
}

/* OLD SITE FIXES START */
.content-container .login-container input,
.content-container textarea, 
.content-container select,
a.avatar-selector,
a.gmap-selector {
  border-radius: 0.5em;
  border: 1px solid rgba(10,10,10,.2);
} 
.register-large {
  color: white;
  background: #007ece;
  line-height: 2.5;
  border-radius: 0.5em;
  font-weight: 600;
}
input#ImageUser_image,
input#MallCoverImage_coverImage{
  color: #007ece;
  background: white;
  line-height: 2.5;
  border-radius: 0.5em;
  border: 1px solid rgba(10,10,10,.2);
  padding: 0.5em;
  width: 100%;
  margin-bottom: 1em;
}
img.avatar-img {
  border-radius: 50%;
}
.login-wrapper {
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.header-profile, .user-data {
  background: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
  border-radius: 1.5em;
}
a.create-manage {
  text-align: center;
  color: white;
  background: #007ece;
  padding: 0 3em;
  line-height: 2.5;
  border-radius: 0.5em;
}

/* OLD SITE FIXES END */

h2.shop-data {
  margin-top: -2em;
  font-size: 1.5em;
  font-weight: 600;
  color: black;
  text-align: left;
}
.mandatory-flds {
  text-align: left;
}
a.create-manage, 
a.create-manage:visited, 
a.create-manage:active {
  line-height: 2.625;
}
a.create-manage:hover{
  background: #007ece;
}
li.search-menu-cp form {
  display: flex;
  align-items: baseline;
  padding: 1.25em 0 0;
}
select.service-product-select {
  position: relative;
  /*background: rgba(220, 228, 232);*/
  background: white;
  width: auto!important;
  align-self: stretch;
  border-radius: 1em 0 0 1em;
  padding: 0 .25em 0 1em;
  border-right: 1px solid rgba(21,21,21,.2);
}
.subtotal-total {
  width: 100%;
  align-items: end;
  display: flex;
  font-size: 1.5em;
  font-weight: 600;
}
.subtotal-check-out {
  display: flex;
  justify-content: right;
  padding: 0;
}
.trending-cp li, 
.popular-prod-cp li {
  position: relative;
}
.crypto-label-red {
  font-size: .875em;
  line-height: 2;
  padding: 0 .75em;
  font-weight: 600;
  color: white;
  background: #fc0043;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 100;
  border-radius: 0 0 0 .875em;
  text-transform: capitalize;
}

.geo-selection-new {
  width: 75%;
  margin: 0 15%;
}
.geo-selection-new span a,
.geo-selection-new span a:visited,
.geo-selection-new span a:visited {
  font-size: .75em;
  display: block;
  line-height: 2;
  padding: 0 1em;
  background: transparent;
  border: 1px solid #007ece;
  border-radius: 2em;
  width: auto;
  margin: 0;
  text-align: center;
  color: #007ece;
  font-weight: 400;
}
.geo-selection-new .next-geo-sel-passive{
  opacity: .4;
}
.geo-selection-new span a:hover {
  opacity: .7;
}
.edit-geo-list,
.geo-selection-name {
  border-radius: 1em;
  background: white;
  -webkit-box-shadow: 0px 0px 16px 0px rgb(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 16px 0px rgb(0,0,0,0.1);
}
.geo-selection-name input[type=text] {
  height: 2.5em;
  width: 60%;
  border: none;
  padding: 0.5em;
  margin-left: 1em;
  border: 1px solid rgba(10,10,10,.2);
  border-radius: 0.5em;
}
.geo-selection-new .register-large{
  width: 30%;
  padding: 0.5em 2em;
  margin: 0 35%;
  line-height: 2.25;
}
::placeholder {
  opacity: .5;
}
span.pass-help {
  display: flex;
  flex-direction: column;
  justify-content: initial;
  margin: 1em 0;
  align-items: center;
}
.pass-help a {
  display: inline-block;
  font: normal 400 0.875em/1.75 Source Sans Pro, sans-serif;
  color: #575757;
  text-decoration: none;
  margin: -1em 0 1em;
  margin-right: 0;
}
.keep-me-loged {
  display: inline-block;
  font: normal 400 0.875em/1.25 Source Sans Pro, sans-serif;
  color: #575757;
  margin: -1em 0 1em;
  cursor: pointer;
}
.crypto-label-red {
	border-radius: 0 .25em 0 .875em;
	top: .5em;
  }
.products-row-cp ul li img {
    margin: 0.5em 0;
}
label{
  font-weight: 400;
  color: black;
}
p.password-noti {
  margin: -1em 0 0.5em;
  font-size: .875em;
}
p.img-specs {
  text-align: center;
  font-size: .875em;
}
span.bold-finish{
  font-weight: 600;
}
.finish-shop p{
  margin: .5em 0;
}
.finish-cover-img{
  margin: 2em 0;
}
/* -------------------------- */
.category-selected li {
  margin: 0.25em;
  text-align: center;
  padding: 0 1em;
  background: #383a3b;
  line-height: 2.5;
  font-size: .875em;
  color: white;
  border-radius: 2em;
}
.category-selected li a {
  font-size: .875em;
  font-weight: 600;
  color: white;
  padding: 0;
}
.form-content span.category-alert,
.form-content span.category-alert-nonterminal {
  background: #a8bfc6;
  color: white;
  font-size: .925em;
  text-align: left;
  line-height: 1.5;
  padding: .75em;
  margin: 1.5em 0 0;
  display: flex;
  align-items: center;
  border-radius: 0.25em;
}
.form-content span.category-alert-nonterminal {
  background: red;
}
ul.category-selected li a i {
  padding: 0 0.5em 0 0;
}
.form-container a.main-button {
  line-height: 2.75;
 }
 .form-content select {
  height: 2.6em;
 }
.product-image-container-list li {
 position: relative;
 background: #fafafa;
 margin: 0.25em;
 }
 a.remove-btn-listing {
  position: absolute;
  z-index: 100;
  background: white;
  border-radius: 50%;
  line-height: 1;
  padding: 0.25em;
  right: 0;
 }
 .variants-selected-list {
  margin: 1em 1em 0 2em;
  padding: 0.5em;
}
.variants-selected {
  flex-direction: column;
  margin-top: 1em;
 }
.variants-selected-list {
  margin: 1em 0;
  padding: 0;
}
.variants-selected h2 {
  width: 100%;
}
.variants-selected-list li {
  padding: 0;
}
.variants-selected-list label{
  margin: 0 2em;
}
a.add-to-favs.outline-btn{
  font-size: 1.125em;
  line-height: 2;
  width: auto;
  /*float: left;
  right: auto;*/
}
.add-to-favs i{
  margin-right: 0;
}

.btn-basket-pick-type {
  margin: .5em; 
  border: 1px solid #007ece; 
  border-radius: 2em; 
  line-height: 2; 
  padding: 0.25em 2em;
}

.btn-basket-pick-type-passive,
.btn-basket-pick-type-passive a:hover, 
.btn-basket-pick-type-passive a:visited, 
.btn-basket-pick-type-passivea:active {
  margin: .5em; 
  border: 1px solid #007ece; 
  opacity: .4;
  border-radius: 2em; 
  line-height: 2; 
  padding: 0.25em 2em; 
  color: #007ece;
}