a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}

.product .bottom_con .btns_list a.btn,
.product .bottom_con .btns_list button.btn,
.btn {
  padding: 0px;
  font-size: 16px;
  border-radius: 30px;
}

.product .bottom_con .btns_list a.btn:hover,
.product .bottom_con .btns_list a.btn:active,
.product .bottom_con .btns_list a.btn:focus,
.product .bottom_con .btns_list a.btn:visited,
.product .bottom_con .btns_list button.btn:hover,
.product .bottom_con .btns_list button.btn:active,
.product .bottom_con .btns_list button.btn:focus,
.product .bottom_con .btns_list button.btn:visited,
.btn:hover,
.btn:active,
.btn:focus,
.btn:visited {
  color: #fff;
}

.no-margin {
  margin: 0px !important;
}

.padding-5 {
  padding: 5px;
}

.padding-v-10 {
  padding: 10px 0px;
}

.inline-block {
  display: inline-block;
}

.font-size-50p {
  font-size: 50%;
}

.pull-right>.dropdown-menu {
  right: -100px !important;
}

.ui-select-rounded > .ui-select-match {
  background-color: transparent !important;
  box-shadow: none !important;
}

.ui-select-rounded > .ui-select-match > .btn,
.ui-select-rounded > input[type='search'] {
  border-radius: 25px;
  height: 48px;
  margin: 0px;
}

.ui-select-rounded > .ui-select-choices,
.ui-select-rounded > .ui-select-no-choice {
  padding: 0px;
  border-radius: 11px;
}
.ui-select-rounded > .ui-select-choices > li a.ui-select-choices-row-inner,
.ui-select-rounded > .ui-select-no-choice > li a.ui-select-choices-row-inner {
  padding: 9px 21px;
}
.ui-select-rounded > .ui-select-choices > li:first-child,
.ui-select-rounded > .ui-select-no-choice > li:first-child {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.ui-select-rounded > .ui-select-choices > li:last-child,
.ui-select-rounded > .ui-select-no-choice > li:last-child {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
.ui-select-rounded > .ui-select-match > .btn > .ui-select-match-text,
.ui-select-rounded > .ui-select-match > .btn > .ui-select-placeholder {
  padding: 12px 17px;
  position: absolute;
}

.square-25 {
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
}

.thumbnail .thumbnail-wrapper {
  position: relative;
  min-height: 100px;
}
.thumbnail .thumbnail-wrapper .actions {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 17px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 0;
}
.thumbnail .thumbnail-wrapper:hover .actions {
  display: block;
}
.thumbnail .thumbnail-wrapper:hover .actions:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.btn.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-transparent:focus, .btn.btn-transparent.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-transparent:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-transparent:active, .btn.btn-transparent.active,
.open > .btn.btn-transparent.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-transparent:active:hover, .btn.btn-transparent:active:focus, .btn.btn-transparent:active.focus, .btn.btn-transparent.active:hover, .btn.btn-transparent.active:focus, .btn.btn-transparent.active.focus,
.open > .btn.btn-transparent.dropdown-toggle:hover,
.open > .btn.btn-transparent.dropdown-toggle:focus,
.open > .btn.btn-transparent.dropdown-toggle.focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-transparent:active, .btn.btn-transparent.active,
.open > .btn.btn-transparent.dropdown-toggle {
  background-image: none;
}
.btn.btn-transparent.disabled:hover, .btn.btn-transparent.disabled:focus, .btn.btn-transparent.disabled.focus, .btn.btn-transparent[disabled]:hover, .btn.btn-transparent[disabled]:focus, .btn.btn-transparent[disabled].focus,
fieldset[disabled] .btn.btn-transparent:hover,
fieldset[disabled] .btn.btn-transparent:focus,
fieldset[disabled] .btn.btn-transparent.focus {
  background-color: transparent;
  border-color: transparent;
}
.btn.btn-transparent .badge {
  color: transparent;
  background-color: #fff;
}

.btn.btn-bordered-lightgray {
  border: 1px solid #e0e3eb;
}

.btn.btn-circle {
  border-radius: 100% 100%;
  display: inline-block;
  padding: 9px;
  width: 50px;
  height: 50px;
}
.btn.btn-circle.btn-lg, .btn-group-lg > .btn.btn-circle {
  font-size: 150%;
  padding: 25px;
}

.btn.btn-view {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-view:hover, .btn.btn-view:active, .btn.btn-view:focus {
  background-color: #5bc0de;
  border-color: #8492af;
  color: #fff;
}

.btn.btn-remove {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-remove:hover, .btn.btn-remove:active, .btn.btn-remove:focus {
  background-color: #d9534f;
  border-color: #8492af;
  color: #fff;
}

.margin-5 {
  margin: 5px;
}

.color.colorpicker {text-align: center}
.color.colorpicker p{width: 46px; height: 46px; border-radius: 50%; border: 1px solid transparent; padding: 5px; display: inline-block; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.color.colorpicker p.active{border-color: #a4a4a4;}
.color.colorpicker p:hover{border-color: #a4a4a4;}
.color.colorpicker p span{ display: block; border-radius: 50%; height: 34px;}

.modal-open .modal {
  z-index: 1000001 !important;
}

.modal-backdrop.in {
  z-index: 10000 !important;
}

.filter_data.active {
  z-index: 10000 !important;
}

.bx-viewport > .bxslider {
  width: 100% !important;
}

#pbOverlay {
  z-index: 1000000 !important;
}

/* .detail.mCustomScrollbar,
.detail.mCustomScrollbar > .mCustomScrollBox,
.detail.mCustomScrollbar > .mCustomScrollBox > .mCSB_container {
  height: 100% !important;
} */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.content .right_cont .pay_detail input[type="text"],
.content .right_cont .pay_detail input[type="number"],
.content .right_cont .pay_detail input[type="search"],
.content .right_cont .pay_detail input[type="email"],
.content .right_cont .pay_detail input[type="password"],
.content .right_cont .pay_detail .ui-select-bootstrap > .ui-select-match > .btn {
  border-radius: 0;
  width: 100%;
}

.content .right_cont .pay_detail .ui-select-bootstrap .ui-select-match-text span {
  padding: 5px;
}

.content .right_cont .pay_detail .ui-select-bootstrap > .ui-select-match > .btn > .ui-select-placeholder {
  top: 5px;
  left: 5px;
  position: relative;
}

.form-horizontal.text-left .control-label {
  text-align: left !important;
}

ol, ul {
  margin: 0px;
}

.link-pink,
.link-pink:hover,
.link-pink:active,
.link-pink:focus,
.link-pink:visited {
  color: #ff2d55;
}

.link-black,
.link-black:hover,
.link-black:active,
.link-black:focus,
.link-black:visited {
  color: #000;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-26 {
  font-size: 26px !important;
}

.description-color {
  color: #595959 !important;
}

.light-weight {
  font-weight: 300;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-h-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.small-caps {
  font-variant: small-caps !important;
}

.wishlist ul li.small-caps {
  text-transform: none;
}

.black {
  color: black;
}

.link-blue,
.link-blue:hover,
.link-blue:active,
.link-blue:focus,
.link-blue:visited {
  color: #337ab7;
}

#toast-container {
  z-index: 1000000 !important;
}

.fix-slider {
  height: calc( 100vh - 90px) !important;
  min-height: calc( 100vh - 90px) !important;
}

.sl {
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 14px !important;
}
.pl {
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 14px !important;
}
.link-item {
  cursor: pointer;
  background: #fff;
}
.radio-type {
  padding-right: 10px;
  padding-bottom: 15px;
}
.radio-icon {
  margin-right: 9px !important;
  margin-top: 0px !important;
}
.admin-btn {
  /*font-size: 12px;*/
  max-width: 250px;
  margin-top: 15px;
  border-radius: 10px;
  background: #FF0050;
  color: #FFF;
  box-shadow: none;
  border: none;
  height: 52px;
  text-transform: uppercase;
  font-weight:bold;
}
.admin-btn-mob {
  font-size: 12px;
  max-width: 260px;
  margin-top: 7px;
  border-radius: 10px;
  background: #FF0050;
  color: #FFF;
  box-shadow: none;
  border: none;
  height: 44px;
}
.confirm-password {
  color: red;
}


.radio-container {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 10px;
  padding-top: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #FF0050;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.btn-pay {
  width: 80%;
  margin-top: 20px;
}
.count {
  min-height: 15px;
  min-width: 15px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  display: inline;
  left: 13px;
  bottom: 8px;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  padding-top: 1px;
}

.hide-me {
  display: none;
}

.payment-total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.loading-wraper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff2d55;
  font-size: 20px;
}

@keyframes blink { 
  50% { border-bottom: 1px solid red; } 
}
.invalid-error {
  animation: blink .5s step-end 10 alternate;
}


.payment-items-details {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.payment-cart-img {
  max-height: 75px;
  object-fit: contain;
}

.cart-pro-container {
  display: flex;
  flex-direction: column;
}
.row-left-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #999;
}
.price-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-left-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  background: #f5f5f5;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-login-nav {
  border: none;
  background: none;
  padding: 10px;
  font-size: 20px;
  width: 90%;
  text-align: left;
  padding-left: 30px;
  text-transform: uppercase;
}
.btn-login-nav:hover {
  color: #ff2d55;
}
.btn-login-nav-selected {
  color: #ff2d55;
}
.btn-login-nav:focus {outline:0;}
.login-nav-icon {
  margin-right: 15px;;
}
.wrapper-login {
  margin-left: 300px;
}
.login-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - (100px) );
  background: #fff;
}
.account-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bg-white {
  background: #FFF;
}
.loading-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,1);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.login-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}
.forgot-btn {
  border: none;
  background: none;
  font-weight: bold;
  text-decoration: underline;
}
.forgot-password-container {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .login-left-menu {
    position: fixed;
    z-index: 9999999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65px;
    top: auto;
    bottom: 0px;
  }
  .wrapper-login {
    margin-left: 0px;
  }
  .btn-login-nav {
    text-align: center;
  }
  .login-content {
    height: auto;
    min-height: 500px;
  }
  .col_6_mob {
    width: 85%;
  }
}


.f16 .flag {
    width: 16px;
    height: 16px;
    background: url("../../images/icons/flags16.png") no-repeat;
    display: inline-block;
}

.f16 ._African_Union {
    background-position: 0 -16px;
}

.f16 ._Arab_League {
    background-position: 0 -32px;
}

.f16 ._ASEAN {
    background-position: 0 -48px;
}

.f16 ._CARICOM {
    background-position: 0 -64px;
}

.f16 ._CIS {
    background-position: 0 -80px;
}

.f16 ._Commonwealth {
    background-position: 0 -96px;
}

.f16 ._England {
    background-position: 0 -112px;
}

.f16 ._European_Union {
    background-position: 0 -128px;
}

.f16 ._Islamic_Conference {
    background-position: 0 -144px;
}

.f16 ._Kosovo {
    background-position: 0 -160px;
}

.f16 ._NATO {
    background-position: 0 -176px;
}

.f16 ._Northern_Cyprus {
    background-position: 0 -192px;
}

.f16 ._Northern_Ireland {
    background-position: 0 -208px;
}

.f16 ._Olimpic_Movement {
    background-position: 0 -224px;
}

.f16 ._OPEC {
    background-position: 0 -240px;
}

.f16 ._Red_Cross {
    background-position: 0 -256px;
}

.f16 ._Scotland {
    background-position: 0 -272px;
}

.f16 ._Somaliland {
    background-position: 0 -288px;
}

.f16 ._Tibet {
    background-position: 0 -304px;
}

.f16 ._United_Nations {
    background-position: 0 -320px;
}

.f16 ._Wales {
    background-position: 0 -336px;
}

.f16 .ad {
    background-position: 0 -352px;
}

.f16 .ae, .f16 .flag971 {
    background-position: 0 -368px;
}

.f16 .af, .f16 .flag93 {
    background-position: 0 -384px;
}

.f16 .ag {
    background-position: 0 -400px;
}

.f16 .ai {
    background-position: 0 -416px;
}

.f16 .al, .f16 .flag355 {
    background-position: 0 -432px;
}

.f16 .am {
    background-position: 0 -448px;
}

.f16 .an {
    background-position: 0 -464px;
}

.f16 .ao {
    background-position: 0 -480px;
}

.f16 .aq {
    background-position: 0 -496px;
}

.f16 .ar {
    background-position: 0 -512px;
}

.f16 .as {
    background-position: 0 -528px;
}

.f16 .at {
    background-position: 0 -544px;
}

.f16 .au {
    background-position: 0 -560px;
}

.f16 .aw {
    background-position: 0 -576px;
}

.f16 .az {
    background-position: 0 -592px;
}

.f16 .ba {
    background-position: 0 -608px;
}

.f16 .bb {
    background-position: 0 -624px;
}

.f16 .bd {
    background-position: 0 -640px;
}

.f16 .be {
    background-position: 0 -656px;
}

.f16 .bf {
    background-position: 0 -672px;
}

.f16 .bg {
    background-position: 0 -688px;
}

.f16 .bh {
    background-position: 0 -704px;
}

.f16 .bi {
    background-position: 0 -720px;
}

.f16 .bj {
    background-position: 0 -736px;
}

.f16 .bm {
    background-position: 0 -752px;
}

.f16 .bn {
    background-position: 0 -768px;
}

.f16 .bo {
    background-position: 0 -784px;
}

.f16 .br {
    background-position: 0 -800px;
}

.f16 .bs {
    background-position: 0 -816px;
}

.f16 .bt {
    background-position: 0 -832px;
}

.f16 .bw {
    background-position: 0 -848px;
}

.f16 .by {
    background-position: 0 -864px;
}

.f16 .bz {
    background-position: 0 -880px;
}

.f16 .ca {
    background-position: 0 -896px;
}

.f16 .cg {
    background-position: 0 -912px;
}

.f16 .cf {
    background-position: 0 -928px;
}

.f16 .cd {
    background-position: 0 -944px;
}

.f16 .ch {
    background-position: 0 -960px;
}

.f16 .ci {
    background-position: 0 -976px;
}

.f16 .ck {
    background-position: 0 -992px;
}

.f16 .cl {
    background-position: 0 -1008px;
}

.f16 .cm {
    background-position: 0 -1024px;
}

.f16 .cn {
    background-position: 0 -1040px;
}

.f16 .co {
    background-position: 0 -1056px;
}

.f16 .cr {
    background-position: 0 -1072px;
}

.f16 .cu {
    background-position: 0 -1088px;
}

.f16 .cv {
    background-position: 0 -1104px;
}

.f16 .cy {
    background-position: 0 -1120px;
}

.f16 .cz {
    background-position: 0 -1136px;
}

.f16 .de {
    background-position: 0 -1152px;
}

.f16 .dj {
    background-position: 0 -1168px;
}

.f16 .dk {
    background-position: 0 -1184px;
}

.f16 .dm {
    background-position: 0 -1200px;
}

.f16 .do {
    background-position: 0 -1216px;
}

.f16 .dz, .f16 .flag213 {
    background-position: 0 -1232px;
}

.f16 .ec {
    background-position: 0 -1248px;
}

.f16 .ee {
    background-position: 0 -1264px;
}

.f16 .eg {
    background-position: 0 -1280px;
}

.f16 .eh {
    background-position: 0 -1296px;
}

.f16 .er {
    background-position: 0 -1312px;
}

.f16 .es {
    background-position: 0 -1328px;
}

.f16 .et {
    background-position: 0 -1344px;
}

.f16 .fi {
    background-position: 0 -1360px;
}

.f16 .fj {
    background-position: 0 -1376px;
}

.f16 .fm {
    background-position: 0 -1392px;
}

.f16 .fo {
    background-position: 0 -1408px;
}

.f16 .fr {
    background-position: 0 -1424px;
}

.f16 .ga {
    background-position: 0 -1440px;
}

.f16 .gb, .f16 .flag44 {
    background-position: 0 -1456px;
}

.f16 .gd {
    background-position: 0 -1472px;
}

.f16 .ge {
    background-position: 0 -1488px;
}

.f16 .gg {
    background-position: 0 -1504px;
}

.f16 .gh {
    background-position: 0 -1520px;
}

.f16 .gi {
    background-position: 0 -1536px;
}

.f16 .gl {
    background-position: 0 -1552px;
}

.f16 .gm {
    background-position: 0 -1568px;
}

.f16 .gn {
    background-position: 0 -1584px;
}

.f16 .gp {
    background-position: 0 -1600px;
}

.f16 .gq {
    background-position: 0 -1616px;
}

.f16 .gr, .f16 .flag30 {
    background-position: 0 -1632px;
}

.f16 .gt {
    background-position: 0 -1648px;
}

.f16 .gu {
    background-position: 0 -1664px;
}

.f16 .gw {
    background-position: 0 -1680px;
}

.f16 .gy {
    background-position: 0 -1696px;
}

.f16 .hk {
    background-position: 0 -1712px;
}

.f16 .hn {
    background-position: 0 -1728px;
}

.f16 .hr {
    background-position: 0 -1744px;
}

.f16 .ht {
    background-position: 0 -1760px;
}

.f16 .hu {
    background-position: 0 -1776px;
}

.f16 .id {
    background-position: 0 -1792px;
}

.f16 .mc {
    background-position: 0 -1792px;
}

.f16 .ie {
    background-position: 0 -1808px;
}

.f16 .il, .f16 .flag972 {
    background-position: 0 -1824px;
}

.f16 .im {
    background-position: 0 -1840px;
}

.f16 .in {
    background-position: 0 -1856px;
}

.f16 .iq {
    background-position: 0 -1872px;
}

.f16 .ir {
    background-position: 0 -1888px;
}

.f16 .is {
    background-position: 0 -1904px;
}

.f16 .it {
    background-position: 0 -1920px;
}

.f16 .je {
    background-position: 0 -1936px;
}

.f16 .jm {
    background-position: 0 -1952px;
}

.f16 .jo {
    background-position: 0 -1968px;
}

.f16 .jp {
    background-position: 0 -1984px;
}

.f16 .ke {
    background-position: 0 -2000px;
}

.f16 .kg {
    background-position: 0 -2016px;
}

.f16 .kh {
    background-position: 0 -2032px;
}

.f16 .ki {
    background-position: 0 -2048px;
}

.f16 .km {
    background-position: 0 -2064px;
}

.f16 .kn {
    background-position: 0 -2080px;
}

.f16 .kp {
    background-position: 0 -2096px;
}

.f16 .kr {
    background-position: 0 -2112px;
}

.f16 .kw {
    background-position: 0 -2128px;
}

.f16 .ky {
    background-position: 0 -2144px;
}

.f16 .kz {
    background-position: 0 -2160px;
}

.f16 .la {
    background-position: 0 -2176px;
}

.f16 .lb {
    background-position: 0 -2192px;
}

.f16 .lc {
    background-position: 0 -2208px;
}

.f16 .li {
    background-position: 0 -2224px;
}

.f16 .lk {
    background-position: 0 -2240px;
}

.f16 .lr {
    background-position: 0 -2256px;
}

.f16 .ls {
    background-position: 0 -2272px;
}

.f16 .lt {
    background-position: 0 -2288px;
}

.f16 .lu {
    background-position: 0 -2304px;
}

.f16 .lv {
    background-position: 0 -2320px;
}

.f16 .ly {
    background-position: 0 -2336px;
}

.f16 .ma {
    background-position: 0 -2352px;
}

.f16 .md {
    background-position: 0 -2368px;
}

.f16 .me {
    background-position: 0 -2384px;
}

.f16 .mg {
    background-position: 0 -2400px;
}

.f16 .mh {
    background-position: 0 -2416px;
}

.f16 .mk {
    background-position: 0 -2432px;
}

.f16 .ml {
    background-position: 0 -2448px;
}

.f16 .mm {
    background-position: 0 -2464px;
}

.f16 .mn {
    background-position: 0 -2480px;
}

.f16 .mo {
    background-position: 0 -2496px;
}

.f16 .mq {
    background-position: 0 -2512px;
}

.f16 .mr {
    background-position: 0 -2528px;
}

.f16 .ms {
    background-position: 0 -2544px;
}

.f16 .mt {
    background-position: 0 -2560px;
}

.f16 .mu {
    background-position: 0 -2576px;
}

.f16 .mv {
    background-position: 0 -2592px;
}

.f16 .mw {
    background-position: 0 -2608px;
}

.f16 .mx, .f16 .flag52 {
    background-position: 0 -2624px;
}

.f16 .my {
    background-position: 0 -2640px;
}

.f16 .mz {
    background-position: 0 -2656px;
}

.f16 .na {
    background-position: 0 -2672px;
}

.f16 .nc {
    background-position: 0 -2688px;
}

.f16 .ne {
    background-position: 0 -2704px;
}

.f16 .ng {
    background-position: 0 -2720px;
}

.f16 .ni {
    background-position: 0 -2736px;
}

.f16 .nl {
    background-position: 0 -2752px;
}

.f16 .no {
    background-position: 0 -2768px;
}

.f16 .np {
    background-position: 0 -2784px;
}

.f16 .nr {
    background-position: 0 -2800px;
}

.f16 .nz {
    background-position: 0 -2816px;
}

.f16 .om {
    background-position: 0 -2832px;
}

.f16 .pa {
    background-position: 0 -2848px;
}

.f16 .pe {
    background-position: 0 -2864px;
}

.f16 .pf {
    background-position: 0 -2880px;
}

.f16 .pg {
    background-position: 0 -2896px;
}

.f16 .ph {
    background-position: 0 -2912px;
}

.f16 .pk {
    background-position: 0 -2928px;
}

.f16 .pl {
    background-position: 0 -2944px;
}

.f16 .pr {
    background-position: 0 -2960px;
}

.f16 .ps {
    background-position: 0 -2976px;
}

.f16 .pt {
    background-position: 0 -2992px;
}

.f16 .pw {
    background-position: 0 -3008px;
}

.f16 .py {
    background-position: 0 -3024px;
}

.f16 .qa {
    background-position: 0 -3040px;
}

.f16 .re {
    background-position: 0 -3056px;
}

.f16 .ro {
    background-position: 0 -3072px;
}

.f16 .rs {
    background-position: 0 -3088px;
}

.f16 .ru {
    background-position: 0 -3104px;
}

.f16 .rw {
    background-position: 0 -3120px;
}

.f16 .sa {
    background-position: 0 -3136px;
}

.f16 .sb {
    background-position: 0 -3152px;
}

.f16 .sc {
    background-position: 0 -3168px;
}

.f16 .sd {
    background-position: 0 -3184px;
}

.f16 .se {
    background-position: 0 -3200px;
}

.f16 .sg {
    background-position: 0 -3216px;
}

.f16 .si {
    background-position: 0 -3232px;
}

.f16 .sk {
    background-position: 0 -3248px;
}

.f16 .sl {
    background-position: 0 -3264px;
}

.f16 .sm {
    background-position: 0 -3280px;
}

.f16 .sn {
    background-position: 0 -3296px;
}

.f16 .so {
    background-position: 0 -3312px;
}

.f16 .sr {
    background-position: 0 -3328px;
}

.f16 .st {
    background-position: 0 -3344px;
}

.f16 .sv {
    background-position: 0 -3360px;
}

.f16 .sy {
    background-position: 0 -3376px;
}

.f16 .sz {
    background-position: 0 -3392px;
}

.f16 .tc {
    background-position: 0 -3408px;
}

.f16 .td {
    background-position: 0 -3424px;
}

.f16 .tg {
    background-position: 0 -3440px;
}

.f16 .th {
    background-position: 0 -3456px;
}

.f16 .tj {
    background-position: 0 -3472px;
}

.f16 .tl {
    background-position: 0 -3488px;
}

.f16 .tm {
    background-position: 0 -3504px;
}

.f16 .tn {
    background-position: 0 -3520px;
}

.f16 .to {
    background-position: 0 -3536px;
}

.f16 .tr {
    background-position: 0 -3552px;
}

.f16 .tt {
    background-position: 0 -3568px;
}

.f16 .tv {
    background-position: 0 -3584px;
}

.f16 .tw {
    background-position: 0 -3600px;
}

.f16 .tz {
    background-position: 0 -3616px;
}

.f16 .ua {
    background-position: 0 -3632px;
}

.f16 .ug {
    background-position: 0 -3648px;
}

.f16 .us, .f16 .flag1 {
    background-position: 0 -3664px;
}

.f16 .uy {
    background-position: 0 -3680px;
}

.f16 .uz {
    background-position: 0 -3696px;
}

.f16 .va {
    background-position: 0 -3712px;
}

.f16 .vc {
    background-position: 0 -3728px;
}

.f16 .ve {
    background-position: 0 -3744px;
}

.f16 .vg {
    background-position: 0 -3760px;
}

.f16 .vi {
    background-position: 0 -3776px;
}

.f16 .vn {
    background-position: 0 -3792px;
}

.f16 .vu {
    background-position: 0 -3808px;
}

.f16 .ws {
    background-position: 0 -3824px;
}

.f16 .ye {
    background-position: 0 -3840px;
}

.f16 .za {
    background-position: 0 -3856px;
}

.f16 .zm {
    background-position: 0 -3872px;
}

.f16 .zw {
    background-position: 0 -3888px;
}



.language-switch .ui-select-container.ui-select-bootstrap {
    width: 50px !important;
    text-align: center; 
}

.language-switch .btn.btn-default.form-control.ui-select-toggle {
    border-radius: 8px;
    height: 30px;
    line-height: 36px;
    padding-left: 8px;
}

.language-switch .ui-select-bootstrap .ui-select-toggle > .caret {
    right: 3px;
}

