.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

.multi_language_dropdown {
    display: inline-block;
    margin-left: 20px;
    border-left: 1px solid #667792;
    padding-left: 20px;
}
.header-top-right .multi_language_dropdown .dropdown-toggle {
    background-color: transparent;
    color: #fff;
    border-color: #667792;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.flag-icon-us {
    background-image: url(../flags/4x3/us.svg);
}
.flag-icon:before {
    content: '\00a0';
}
.parsley {}
.parsley-errors-list {
	margin: 0;
	padding: 0;
}

.parsley-errors-list > li {
	list-style: none;
	color: #f36270;
	margin-top: 2px;
	position: relative;
}

.parsley-arrow{
	border-color:transparent;
	border-style:solid;
	border-width:0 0.5em;
	display:inline-block;
	height:0;margin-top: 10px;
    margin-right: 5px;
	opacity:0.4;
	text-indent:-9999px;
	transform-origin: 50% 50%;
	width:0;
   -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
	border-bottom:0.5em solid #f36270;
}
.parsley-error { border: 1px solid #f36270;}
.toggle_radio .parsley-error { border: none;}


/*****************globals*************/

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.description, .price{
  text-transform: UPPERCASE;
  font-weight: bold;
   margin-bottom: 15px;
	margin-left: 13px;
  }

.checked, .price span {
  color: #1783AC; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.add-to-cart{
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover{
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

dt, dd {
  display: inline-block;
  vertical-align: middle;
  width: 45% !important;
  margin-bottom: 10px;

  
}

