body {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #303030;
}
/* Banner */
/* .bgimg
{
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/perfume-banner.jpg);
  width: 100%;
} */
.o_footer a:not(.btn), .o_cc5 .btn-link, .o_footer .btn-link, .o_colored_level .o_cc5 a:not(.btn), .o_colored_level .o_footer a:not(.btn), .o_colored_level .o_cc5 .btn-link, .o_colored_level .o_footer .btn-link {
    color: #dfdfdf;
}
.col-md-6.static-top2search {

    display: block ruby;

}
.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-link {
    color: #828083;
}
.btn-link:hover {
    color: #828083;
}
.btn-primary:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: none;
}
.add-cart.product_cart_button {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s;
    border: none;
}
.bnrhed
{ 
  color: gray;
  font-size: 25px;
}
.btn.btn-link.float_left.js_add_cart_json.d-none.d-md-inline-block {
    color: #868181;
}
btn-primary button:active
{
 color: #868181;
 border-color:#868181;
}
#o_payment_form_pay:focus {
    background: gray;
    border-block-color: gray !important;
    box-shadow: none;
    border-color: white;
}
#o_payment_form_pay:active {
    background: gray;
    border-block-color: gray !important;
    box-shadow: none;
    border-color: white;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none;
}
.nav-link.active.o_not_editable:hover {
    background: gray;
}
.nav-link.active.o_not_editable:active {
    background: gray;
}
.nav-link.active.o_not_editable:focus {
    background: gray;
}
.nav-link.active.o_not_editable:focus-within {
    background: gray;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: gray;
}
.text-primary {
    color: gray !important;
}
.button:active:after
{
 color: #868181;
 border-color:#868181;
}
a:focus
{
  color: #868181;
}
.btn.btn-link.float_left.js_add_cart_json.d-none.d-md-inline-block:focus {
    color: #868181;
}
.bnrsubhed
{ 
    float: left;
    padding: 35%;
    transform: translate(6%, -44%);
}
.bnrwhite
{
  font-size: 25px;
}
.bnr-sub
{
  color:black;
  font-weight: bold;
}
.textbnr1
{
  position: absolute;
  top: -450%;
  transform: translate(71%, -30%);
  left:30%;
  text-align: right;
}
.logo {
  width: 100%;
}
 
.card h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 0.25rem;
}
/* Women And Men */
/* .hovereffect { 
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden; 
  height: 80%;
  left: 10%;
  top: 30%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding: .5%;
}
img.img-responsive.mt1
 { 
    margin-top: 38%;
} 

.hovereffect :hover{
  color: white;
}
.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);F
} */
/* Header */

.ribbon {
  padding: 1rem;
  font-size: 2rem;
}
.jlist-group.list-group-horizontal {
    display: flex;
    list-style-type: none;
    padding-right: 0%;
    float: right;
}
.nav-item.o_wsale_my_cart {
    margin-top: -5%;
    }
    .nav-item.o_wsale_my_wish {
    margin-top: -5%;
    margin-right: -8%;
}
.d-sm-inline {
    color: gray;
    font-size: 12px;
    text-transform: capitalize;
    margin-left: 4%;
}
.nav-item.user {
    display: flex;
}
.nav-item.heart{
    display: flex;
}
.my_wish_quantity.o_animate_blink.badge.badge-primary.count {
    margin-top: -1% !important;
    margin-right: 22%;
}
.fa.fa-user {
    margin-top: 2%;
}
.navbar {
  padding: 0 0 1rem;
}

.navbar-nav {
  margin: auto 0;
  width: 100%;
}

.nav-item {
  text-transform: uppercase;
}
/*.bg-info {
    background-color: #817f82 !important;
}
.badge-primary {
    color: #fff;
    background-color: var(--primary);
}
.alert-info {
    color: #fff;
    background-color: #6c757d99;
    border-color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #817f82;
    border-color: #817f82;
}
.btn-primary {
    color: #fff;
    background-color: #828083;
    border-color: #828083;
}
.page-item.active .page-link
{   color: #fff;
    background-color: #828083;
    border-color: #828083;
}
.page-link
{
color:#828083;
}
.page-link:hover
{
color:#828083;
}*/
.nav-link {
  color: #000 !important;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 15px 20px 5px;
  position: relative;
  letter-spacing: 0.15rem;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: gray;
  border: 1px solid gray;
  background-image: url(../images/icon.png);
  border-radius: .25rem;
}

/* End Nav bar coding */
img.mt1-5 {
  margin-top: 19%;
}

/* Product Display Css */

.demo {
  padding: 45px 0
}

.product-grid2 {
  position: relative
}

.product-grid2 .product-image2 {
  overflow: hidden;
  position: relative
}

.product-grid2 .product-image2 a {
  display: block
}

.product-grid2 .product-image2 img {
  width: 100%;
  height: auto
}

.product-image2 .pic-1 {
  opacity: 1;
  transition: all .5s
}

.product-grid2:hover .product-image2 .pic-1 {
  opacity: 0
}

.product-image2 .pic-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s
}

.product-grid2:hover .product-image2 .pic-2 {
  opacity: 1
}

.product-grid2 .social {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50px;
  right: 25px;
  z-index: 1
}

.product-grid2 .social li {
  margin: 0 0 10px;
  display: block;
  transform: translateX(100px);
  transition: all .5s
}

.product-grid2:hover .social li {
  transform: translateX(0)
}

.product-grid2:hover .social li:nth-child(2) {
  transition-delay: .15s
}

.product-grid2:hover .social li:nth-child(3) {
  transition-delay: .25s
}

.product-grid2 .social li a {
  color: #505050;
  background-color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: block;
  transition: all .3s ease 0s
}

.product-grid2 .social li a:hover {
  color: #fff;
  background-color: #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid2 .social li a:after,
.product-grid2 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px
}

.product-grid2 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1
}

.product-grid2 .social li a:hover:after,
.product-grid2 .social li a:hover:before {
  opacity: 1
}

.product-grid2 .add-to-cart {
  color: #fff;
  background-color: #404040;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: all .3s
}

.product-grid2 .add-to-cart:hover {
  background-color: #3498db;
  text-decoration: none
}

.product-grid2:hover .add-to-cart {
  bottom: 0
}

.product-grid2 .product-new-label {
  background-color: #3498db;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}

.product-grid2:hover .product-new-label {
  opacity: 0
}

.product-grid2 .product-content {
  padding: 20px 10px;
  text-align: center
}
.product-grid2 .title1 {
  font-size: 12px;
  margin: 0 0 7px
}
.product-grid2 .title {
  font-size: 14px;
  margin: 0 0 7px
}

.product-grid2 .title a {
  color: gray
}

.product-grid2 .title a:hover {
  color: black;
  text-decoration: none;
}
.product-grid2 .price1 {
  color: #000;
  font-size: 14px
}
.product-grid2 .price {
  color: #303030;
  font-size: 15px
}

/* Two Div  */
.staffpick
{
  position: absolute;
  top: 27%;
  transform: translate(12%, -30%);
  /* left: 21%; */
  width: 45%;
  text-align: left;
}
a:hover {
  color: #5b5c5d;
  text-decoration: none;
}
a
{
  color: #000;
}
/* Product Arrival */
.arrival{
  position: absolute;
  top: 41%;
  transform: translate(71%, -30%);
  left: 21%;
  width: 23%;
  text-align: center;
}
.head1
{
  font-size: 12px;
}
.staffpick {
  position: absolute;
  top: 35%;
}
.specialprice
{

    color: gray;
    font-size: 20px;
}
.shopnow
{
  color:black;
  font-weight: bold;
}
/* Footer Styles */
.logo1
{
  width: 100%;
  margin-top: -10%;
  margin-bottom: 2%;
}
footer {
  font-size: 12px;
}
@media screen and (max-width:2960px) {
  .textbnr1 {
    position: absolute;
    top: -463%;
    transform: translate(13%, -40%);
    left: 60%;
    text-align: right;
  }
  .logo
  {
    width: 160%;
  }
  .txtbnr2
  {
    margin-top:-20%
  }
  .bnrhed {
    color: gray;
    font-size: 34px;
}
img.mt1-5 {
  margin-top: 36%;
  width: 49%;
}
span.shopnow1 {
  font-weight: bold;
}
}
@media screen and (max-width: 1440px)
{
.bnrhed {
    color: gray;
    font-size: 28px;
}
.logo{
  width: 100%;
}
.textbnr1 {
  position: absolute;
  top: -197%;
}
img.mt1-5 {
  margin-top: 21%;
  width: 49%;
}
span.shopnow1 {
  font-weight: bold;
}
}
@media screen and (max-width: 1366px)
{
  img.mt1-5 {
    margin-top: 20%;
    width: 49%;
}
span.shopnow1 {
  font-weight: bold;
}
}
@media screen and (max-width: 1024px)
{
  .bnrhed {
    color: gray;
    font-size: 21px;
}
.textbnr1 {
  position: absolute;
  top: -197%;
}
img.mt1-5 {
  margin-top: 9%;
  width: 49%;
}
.arrival {
  position: absolute;
  top: 41%;
  transform: translate(38%, -30%);
  left: 21%;
  width: 30%;
  text-align: center;
}
}

@media screen and (max-width:992px) {
  .navbar-toggler {
    display: table-column-group;
    background-color: none;
    border: 1px solid #80808000;
  }
  button.navbar-toggler {
    margin-left: -232%;
}
.textbnr1 {
  position: absolute;
  top: -197%;
  width: 47%;
}
  .arrival {
    position: absolute;
    top: 41%;
    transform: translate(24%, -30%);
    left: 21%;
    width: 38%;
    text-align: center;
  }
  .staffpick {
    position: absolute;
    top: 27%;
    transform: translate(3%, -30%);
    /* left: 21%; */
    width: 60%;
    text-align: left;
  }
  h3.head {
    font-size: 21px;
    font-weight: bold;
  }
  .staff {
    margin-top: -14%;
  }
  h2.text-center.head {
    font-size: 20px;
    font-weight: bold;
  }
  }
@media screen and (max-width:823px) {
.arrival {
  position: absolute;
  top: 41%;
  transform: translate(24%, -30%);
  left: 21%;
  width: 38%;
  text-align: center;
}
.staffpick {
  position: absolute;
  top: 27%;
  transform: translate(3%, -30%);
  /* left: 21%; */
  width: 60%;
  text-align: left;
}
h3.head {
  font-size: 21px;
  font-weight: bold;
}
.staff {
  margin-top: -14%;
}
h2.text-center.head {
  font-size: 20px;
  font-weight: bold;
}
button.navbar-toggler {
  margin-left: -206%;
}
.textbnr1 {
  position: absolute;
  top: -463%;
  transform: translate(13%, -3%);
  left: 50%;
  text-align: right;
  width: 50%;
}
.logo {
  width: 170%;
}
}
@media screen and (max-width:812px) {
.arrival {
  position: absolute;
  top: 37%;
  transform: translate(19%, -30%);
  left: 21%;
  width: 39%;
  text-align: center;
}
.staffpick {
  position: absolute;
  top: 27%;
  transform: translate(3%, -30%);
  /* left: 21%; */
  width: 70%;
  text-align: left;
}
h3.head {
  font-size: 21px;
}
p.head0 {
  font-size: 11px;
  width: 78%;
}
.staff {
  margin-top: -16%;
}
h2.text-center.head {
  font-size: 20px;
  font-weight: bold;
}
img.mt1-5 {
  margin-top: 10%;
}
button.navbar-toggler {
  margin-left: -207%;
}
.logo{
  width: 168%;
}
}

@media screen and (max-width:768px) {
  .product-grid2 {
    margin-bottom: 30px
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
button.navbar-toggler {
  margin-left: -21%;
}
button.navbar-toggler {
  margin-left: -37%;
}
  .navbar-toggler {
    display: inline-block;
    border: 1px solid white;
  }
  .top-nav
  {

    padding: 2%;
  }
  .logo {
    width: 100%;
    margin-top: 14%;
}
button.navbar-toggler {
  margin-left: -190%;
}

  .bnrhed {
    color: gray;
    font-size: 16px;
}
.textbnr1 {
  position: absolute;
  top: -463%;
  transform: translate(-9%, -40%);
  left: 60%;
  width: 50%;
  position: absolute;
  top: -105%;
}
.bnrsubhed {
  float: left;
  padding: 30%;
  transform: translate(11%, -44%);
}
.staff
{
  margin-top:-5%;
}
.head
{
  font-size: 20px;
}
img.mt1-5 {
  margin-top: 3%;
  width: 49%;
}
h2.head0 {
  font-size: 18px;
}
img.sclass {
  margin-top: 2%;
}
}
@media screen and (max-width: 748px)
{
  .logo {
    width: 38%;
    margin-top: 3%;
}
button.navbar-toggler {
  margin-left: 21%;
}
.textbnr1 {
  position: absolute;
  top: -105%;
  width: 42%;
}
.img-fluid {
    max-width: 50%;
    height: auto;
}
.col-md-6.static-top2search {
    font-size: 10px;
    text-align: center;
}
.jlist-group.list-group-horizontal {
    display: flex;
    list-style-type: none;
    padding-right: 0%;
    float: left;
    text-align: center;
}
.col-md-6.text-right {
    margin-left: 12%;
}
.shopnow1 {
    display: none;
    }
    .price-from {
    margin-top: 4%;
}
}
@media screen and (max-width:736px) {
  img.sclass {
    padding-top: 2%;
  }
  button.navbar-toggler {
    margin-left: -17%;
}
}
@media screen and (max-width:737px) {
  .staff {
    margin-top: -5%;
  }
  button.navbar-toggler {
    margin-left: -19%;
}
  }
  @media screen and (max-width: 726px)
  {
button.navbar-toggler {
    margin-left: -14%;
}
  }

@media screen and (max-width:667px) {
  img.sclass {
    padding-top: 2%;
  }
  .textbnr1 {
    position: absolute;
    top: -63%;
    transform: translate(-11%, -20%);
    left: 60%;
    width: 50%;
}
.arrival {
  position: absolute;
  top: 37%;
  transform: translate(19%, -30%);
  left: 21%;
  width: 44%;
  text-align: center;
}
.logo1 {
  width: 71%;
  margin-top: 1%;
}
button.navbar-toggler {
  margin-left: -11%;
}
}
  @media screen and (max-width:640px) {
  .arrival {
    position: absolute;
    top: 37%;
    transform: translate(19%, -30%);
    left: 21%;
    width: 51%;
    text-align: center;
}
.logo {
  width: 40%;
  margin-top: 2%;
}
.head1 {
  font-size: 12px;
  margin-bottom: -1%;
}
  }
  @media screen and (max-width: 676px)
  {
.textbnr1 {
    position: absolute;
    top: -105%;
    width: 54%;
}
  }
  @media screen and (max-width: 667px)
  {
button.navbar-toggler {
    margin-left: -5%;
}
  }
@media screen and (max-width:568px) {
  .textbnr1 {
    position: absolute;
    top: -63%;
    transform: translate(-18%, -20%);
    left: 55%;
    width: 71%;
}
.staff {
  margin-top: -5%;
}
.head1 {
  font-size: 12px;
  margin-bottom: -12px;
}
button.navbar-toggler {
  margin-left: 0%;
}
}
@media screen and (max-width:425px) {
  .logo {
    margin-top: 9%;
    width: 50%;
}
.bnrsubhed {
  float: left;
  padding: 30%;
  transform: translate(69%, -44%);
}
.sclass
{
  margin-top: 2%;
}
.head1 {
  font-size: 5px;
  margin-bottom: 0px;
}
.head0
{
  font-size: 13px;
}
.specialprice {
  color: gray;
  font-size: 12px;
}


.bnrhed {
  color: gray;
  font-size: 8px;
}
.textbnr1 {
  position: absolute;
  top: -153%;
  transform: translate(-16%, 52%);
}
.bnrsubhed {
  padding: 13%;
  font-size: 10px;
}
.logo1 {
  width: 71%;
}
}
@media screen and (max-width: 420px)
{
  .bnrsubhed {
    padding: 33%;
  }
  .textbnr1 {
    position: absolute;
    top: -250%;
    transform: translate(-15%, 52%);
  }
  button.navbar-toggler {
    margin-left: 0%;
}
}
@media screen and (max-width:411px) {
.bnrsubhed {
  float: left;
  padding: 20%;
  transform: translate(44%, -44%);
}
.textbnr1 {
  position: absolute;
  top: -153%;
  transform: translate(-17%, 52%);
}
.bnrwhite {
  font-size: 16px;
}
}
@media screen and (max-width:375px) {
  .logo {
    margin-top: 9%;
    width: 58%;
}
.logo1 {
  margin-top: 9%;
  width: 64%;
}
.textbnr1 {
  position: absolute;
  top: -153%;
  width: 45%;
  transform: translate(3%, 52%);
}
.bnrsubhed {
  padding: 22%;
  font-size: 8px;
}
p.price-from {
  font-size: 7px;
}
.head0 {
  font-size: 12px;
}
.staffpick {
  position: absolute;
  top: 27%;
  transform: translate(12%, -20%);
  /* left: 21%; */
  width: 49%;
}
img.mt1-5 {
  margin-top: 3%;
  width: 100%;
}
button.navbar-toggler {
  margin-left: -3%;
}
}

@media screen and (max-width:366px) {
.textbnr1 {
  position: absolute;
  top: -153%;
  width: 50%;
}
.bnrsubhed {
  padding: 13%;
  font-size: 8px;
}
.col-md-6.static-top2search {
    display: block ruby;
}

.col-md-6.text-right {
    padding: 2%;
    font-size: 12px;
    margin-left: -12% !important;
}
.add-cart.product_cart_button {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s;
    border: none;
}
.col-md-6 {
    margin-top: 6%;
}
p.head0 {
    font-size: 11px;
    width: 78%;
    margin-bottom: 0%;
}
.mt-5, .my-5 {
    margin-top: 1rem !important;
}
.shopnow1 {
    display: none;
}
.img-fluid {
    max-width: 70%;
    height: auto;
}
h3.head {
    font-size: 18px;
}
.shopnow {
    color: black;
    font-weight: bold;
    font-size: 11px;
    }
}
@media screen and (max-width:320px) {
  .textbnr1 {
    position: absolute;
    top: -100%;
    width: 50%;
}
.bnrsubhed {
  padding: 13%;
  font-size: 8px;
}
.staffpick {
  position: absolute;
  top: 27%;
  transform: translate(12%, -20%);
  /* left: 21%; */
  width: 50%;
}
}
@media screen and (max-width:300px) {
.textbnr1 {
  position: absolute;
  top: -153%;
  width: 55%;
  transform: translate(-7%, 52%);
}
.bnrwhite {
  font-size: 11px;
}
.staffpick {
  position: absolute;
  top: 27%;
  transform: translate(12%, -15%);
  width: 56%;
}
h2.head0 {
  font-size: 15px;
}
}

/*********************************Language*****************************/
.nav-item.language {
    color: #fff !important;
    border-radius: 32px;
    font-size: 18px !important;
    margin-left: 20px;
    background: var(--primary) ;
    border: 1px solid var(--primary) ;
    padding: 5px 21px;

.nav-item.language .dropdown-menu {
    width: max-content;
}
.nav-item.language a {
    color: #000 !important;
}
.dropdown-item.js_change_lang {
    padding: 14px !important;
    font-size: 14px;
}
.language_drop{
    font-size: 12px !important;
}
.btn.focus, .btn:focus {
    outline:  none !important;
    box-shadow: none !important;
}

@media (min-width: 320px) {
    .nav-item.language {
        width: 25%;
}
}
@media (min-width: 768px) {
    .nav-item.language {
        width: 25%;
}
}
