body {
  padding-top: 134px;
}

.nowrap{
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.footer{
	background-color: #f8f9fa;
}

.overflow-hidden {
  overflow: hidden;
}

.header-main {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding-bottom: 0px;
}

.nav-full {
  /*position: fixed;*/
  background-color: #ffffff;

  /*padding-top: 50px;*/
 
  border-top: solid 1px #e4e4e4 !important;
margin-top: 4px;
padding-left: 120px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}



#show-sidebar {
  display: none;
}

.mobile-icon {
  display: none;
}

.nav-item {
  list-style: none;
}

.nav-item a {
  font-weight: 600;
  font-size: 0.9rem;
  color: #000;
}

.intro-banner-wrap img {
  height: auto;
  width: 100%;
  object-fit: unset;
}

.intro-banner-video-wrap div {
  height: 550px;
	width: 100%;
  text-align: center;
}

.lang {
  font-weight: 400;
  font-style: normal;
  margin-left: 5px;
}

.card-product {
  max-height: 310px;
  min-height: 310px;
}

.card-product .info-wrap{
  padding: 10px;
  height: 100px;
}

.card-product a img {
  max-height: 260px;
}

.owl-next span {
  font-size: 40px;
}

.owl-prev span {
  font-size: 40px;
}
#total{
    position: -webkit-sticky;
		position: sticky;
		top: 150px;
}

.form-control::-webkit-input-placeholder {
  color: rgba(207, 207, 207, 0.856);
}
.full {
  display: block;
}
.mobile {
  display: none;
}
/* tablet devices */
/* small tablet devices */
@media (max-width: 992px) {
  body {
    padding-top: 79px;
  }
  .brand-wrap {
    margin: auto;
  }
  .nav-full {
    display: none;
  }
  #icon-full {
    display: none;
  }
  #show-sidebar {
    display: block;
    font-size: large;
    margin-top: 0.5rem;
  }
  .mobile-icon {
    display: inline-block;
  }
  #search-full {
    display: none;
  }
  .card-product {
    max-height: 300px;
    min-height: 300px;
  }
  .card-product a img {
    max-height: 250px;
  }
  .section-title {
    font-size: 1.45rem;
  }
  #total{
    position: initial;
}

.full {
  display: none;
}
.mobile {
  display: block;
}

}

.lang-icon {
    font-size: 22px;
	line-height: 42px !important;
	font-weight: bold;
}
/* mobile devices */
@media all and (max-width: 768px) {
  body {
    padding-top: 70px;
  }
  .nav-full {
    display: none;
  }
  .full {
    display: none;
  }
  .mobile {
    display: block;
  }
  
  .brand-wrap {
    margin: auto;
  }
  #icon-full {
    display: none;
  }
  #show-sidebar {
    display: block;
    z-index: 2;
  }
  .mobile-icon {
    display: inline-block;
  }
  #search-full {
    display: none;
  }
  .icon i {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    font-size: 16px;
  }
  .icon .lang-icon {
    width: 35px;
    height: 35px;
    line-height: 30px !important;
    font-size: 16px;
  }
  .navigation-icon {
    display: none;
  }
  .card-product {
    max-height: 225px;
    min-height: 225px;

	
  }
  .card-product a img {
    max-height: 150px;
  }
	[class*='card-product'] .img-wrap, [class*='card-product'] .img-wrap img{
		height: 150px;
		line-height: 150px;
   }
  .section-title {
    font-size: 1.20rem;
  }
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: none;
  top: 0;
}

.page-wrapper .sidebar-wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-wrapper.toggled {
  left: -40px;
}

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999 !important;
  overflow: auto;
  background: #fff;
}

.sub-category {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 3;
	top: 0;
	left: -300px;
	overflow: auto;
	-webkit-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}

.sub-category.toggled{
	left: 0;
}


.filter-wrapper {
  display: none;
}

.fliter-btn {
  display: none;
}

/* small tablet devices */
/* mobile devices */
@media all and (max-width: 768px) {
  .fliter-btn {
    width: 100%;
    display: block;
  }
  .fliter-btn #filter {
    display: block !important;
  }
  .filter-full {
    display: none !important;
  }
  #o-filter {
    z-index: 2;
    left: 0;
  }
  .filter-wrapper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: inline-block;
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: -1px;
    right: -350px;
    z-index: 998;
    overflow: auto;
  }
  .filter-wrapper.toggled {
    right: -2px;
  }
  .img-wrap {
    height: 150px !important;
  }
}

.z-index-1 {
  z-index: 1;
}
a.active{
  color: #3167eb;
}

.shoppingcart-page .cart-nav-mobile {
  display: none !important;
}

@media all and (max-width: 768px) {
  .shoppingcart-page .cart-nav {
    display: none !important;
  }
  .shoppingcart-page .cart-nav-mobile {
    display: block !important;
  }
}



.checkout-page .checkout-form {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

.checkout-page .checkout-form fieldset {
  position: relative;
}

.checkout-page .form-card {
  text-align: left;
}

.checkout-page .checkout-form fieldset:not(:first-of-type) {
  display: none;
}

.checkout-page .card {
  z-index: 0;
  border: none;
}

.checkout-page .steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.checkout-page #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  padding: 0;
  text-align: center;
}

.checkout-page #progressbar .active {
  color: #3167eb;
}

.checkout-page #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
}

.checkout-page #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

.checkout-page #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.checkout-page #progressbar li.active:before,
.checkout-page #progressbar li.active:after {
  background: #3167eb;
}

.checkout-page.checkout-with-fields #progressbar li {
    font-size: 12px;
    width: 20%;
}

.checkout-page .invoice {
  padding: 30px;
}

.checkout-page .invoice h2 {
  margin-top: 0px;
  line-height: 0.8em;
}

.checkout-page .invoice .small {
  font-weight: 300;
}

.checkout-page .invoice hr {
  margin-top: 10px;
  border-color: #ddd;
}

.checkout-page .invoice .table tr.line {
  border-bottom: 1px solid #ccc;
}

.checkout-page .invoice .table td {
  border: none;
}

.checkout-page .invoice .identity {
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 300;
}

.checkout-page .invoice .identity strong {
  font-weight: 600;
}

@media all and (max-width: 768px) {
  .checkout-page .fs-title {
    font-size: 22px;
  }
  .checkout-page .steps {
    font-size: 20px;
  }
  .checkout-page #progressbar li {
    font-size: 12px;
  }
  .checkout-page #progressbar li::before {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
  .info .title {
    width: 110px;
  }
}

.show-img img {
  width: 100%;
  height: 440px;
}

@media all and (max-width: 768px) {
  .show-img img {
    width: 100%;
    height: 300px;
  }
  .content-body .title {
    font-size: 24px;
  }

  .modal-dialog.product-image-modal-dialog{
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .checkout-page .invoice {
	  padding: 0px;
	}
}

.error{
	color: #fa3434;
}

.whats-app-icon-container{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 1px #999;
    right: 15px;
    z-index: 100;
}
.whats-app-icon-container img{
	width: 100%;
	height: 100%;
}
.section-footer .visa-logo{
	height: 22px;
	width: 36px;
}
.section-footer .mastercard-logo{
	height: 22px;
	width: 36px;
}
.section-footer .benefit-logo{
	height: 22px;
	width: 28px;
}

.add-to-cart-btn{
	display: grid;
	justify-content: left;
}

.carousel-indicators li {
    background-color: var(--primary-btnbg-color);
}

/*Zoom*/
.zoom {
		display: inline-block;
		position: relative;
		height: 100%;
		width: 100%;
	}
	

.zoom-ex1 img {
	display: none;
}

.zoom-ex2 {
	display: block !important;
}
.zoom-ex2 img {
	display: block;
	width: 100%;
	height: 100%;
}


.zoom img::selection { background-color: transparent; }

.ex1 img:hover { cursor:zoom-in; }

.product-view-image{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 298px;
  right: 45px;
  z-index: 1;
}
.product-image-modal-dialog{
	max-width: 800px;
	margin: 80px auto;
}

.product-image-modal-body {
	position:relative;
	padding:0px;
}


.product-video-modal-dialog {
	max-width: 800px;
	margin: 200px auto;
}

.product-video-modal-body {
	position:relative;
	padding:0px;
}

.product-size-guide-modal-body img{
	width: 100%;
	height: 100%;
}
.product-size-guide-modal-dialog{
	width: auto;
	height: auto;
	max-width: 800px;
}
/* categoreis slider */
.categories-slider-item{
	cursor: pointer;
}

.categories-slider-image{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
}
.categories-slider-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.categories-slider-image{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.categories-slider-item-view-block{
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	position: absolute;
	display: grid;
	opacity: 0;
	justify-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.5s ease-in-out;
}
.categories-slider-item-view-block a{
	display: block;
	margin: auto;
	color: #fff;
	font-weight: bold;
}
.categories-slider-item-view-block.show{
	opacity: 100%;
}

.categories-slider-title{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;	
}


.categories-slider-image.minimiz{
  width: 110px ;
  height: 110px;
}

.icon.product-view-video{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 298px;
  right: 0;
  z-index: 1;
}

.icon.product-view-image,
.icon.product-view-video
{
  background-color: rgba(0, 0, 0, 0.02);
}

.product-full-image-indicators {
  bottom: 15px;
}

.product-full-image-indicators li img {
  height: 40px;
}


.carousel-control-prev, .carousel-control-next {
    width: 5%;
}


.spinner-container{
	text-align: center;
	display: none;
}

.spinner {
  width: 100%;
  height: 25px;
  text-align: center;
  font-size: 9px;
}

.spinner > div {
  background-color: white;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect1 {
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}



@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4); }  
  20% { transform: scaleY(1.0); }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4); }
  20% { transform: scaleY(1.0); }
}


.text-end{
  text-align: end;
}

.truncate-overflow {
  --max-lines: 2;
  position: relative;
  max-height: calc(1.4rem * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
}
.truncate-overflow::before {
  position: absolute;
  content: "...";
  bottom: 0;
  left:20%;
}
.truncate-overflow::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: white;
}

.btn-outline-primary {
  	color: var(--primary-btnbg-color);
    background-color: var(--primary-btn-color);
    border-color: var(--primary-btnbg-color);
}

.btn-outline-primary:hover {
	color: var(--primary-btn-color);
	background-color: var(--primary-btnbg-color);
	border-color: var(--primary-btnbg-color);
}

@media (min-width: 1220px){

	.brand-wrap .logo, .navbar-brand .logo {
		margin-right: 7px;
		max-height: 88px;
		display: inline-block;
		max-width: 170px;
	}
	.header-main{
		display: grid;
		align-content: center;
		height: 145px;
	}
	/*.nav-full{
		top: 12%;
	}*/

	/*#bannerSliderCarousel{
		padding-top: 35px;
	}*/
}


@media (max-width: 768px){
	.header-main{
		height: auto;
		display: block;
	}
	.section-header .logo {
		max-height: 40px;
		max-width: 85px;
	}
}

.section-content{
	padding-top: 30px;
}
@media (max-width: 991px){
	.section-content{
		padding-top: 50px;
	}
  #bannerSliderCarousel{
		padding-top: 20px;
	}
  .header-main{
    border-bottom: 1px solid #f4f4f4;
	}
  .border-sm-bottom{
    border-bottom: 1px solid #e4e4e4;
  }
}

.size-guide-img-container{
	width: 365px;
	height: 544px;
    
	opacity: 0.8;
    transition: opacity 0.2s;
    border: 1px solid #ced4da;
    position: relative;
	
	background-image: url(/client_side/0/img/fashion/sizeguide.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;  
}
.size-guide-img-container .sizeguide-img {
	width: 365px;
	height: 544px;
}


.input-size-img-wrapper{
	position: absolute;
	width: 100px;
	height: 30px;
	border:3px solid green;
	
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	
	cursor: pointer;
}

.input-size-img-wrapper.error{
	border:3px solid red;
}

.input-size-img-wrapper .input-size-container {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}

.input-size-img-wrapper.edit-mode .input-size-container .size-label{
	position: absolute;
	top: -15px;
	left: 0px;
}

.input-size-img-wrapper .input-size-container .size-input{
	display: none;
	width:100%;
	height:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.input-size-img-wrapper.edit-mode .input-size-container .size-input{
	display: block;
}

.size-label div{
	display: inline-block;
}

.size-label.filled-label div{
	background-color: white;
}

.input-size-img-wrapper.edit-mode .input-size-container .size-label div{
	background-color: white;
}


.size-guide-img-container .arrow.arrow-hor{
	top: 10px;
	left: 10px;
    width: 30px;
    height: 3px;
    background-color:#000;
    margin-left:7px;
    margin-top:3px;
    position: absolute;
}

.size-guide-img-container .arrow.arrow-hor:after{
	left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #000;
    border-width: 7px;
    margin-top: -7px;
}

.size-guide-img-container .arrow.arrow-hor:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #000;
    border-width: 7px;
    margin-top: -7px;
}

.size-guide-img-container .arrow.arrow-ver{
	top: 30px;
	left: 30px;
    width: 3px;
    height: 30px;
    background-color:#000;
    margin-top:3px;
	margin-left:3px;
    position: absolute;
}

.size-guide-img-container .arrow.arrow-ver:after{
	right: 50%;
    top: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #000;
    border-width: 7px;
    margin-top: -7px;
    border-bottom: 9px solid #000;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin-right: -7px;
}

.size-guide-img-container .arrow.arrow-ver:before {
    right: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #000;
    border-width: 7px;
    margin-top: 0px;
    border-top: 9px solid #000;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin-right: -7px;
}

.product-fashion-sg-modal{
	max-width: 395px;

}

.border-2 {
  border-width: 2px !important;
}

/*
@media (min-width: 1024px){
	.nav-full {
		top: 10%;
	}
}*/


.active-tab{
  background-color: var(--primary-btnbg-color);
  color: var(--primary-btn-color);
  border-color: var(--primary-btnbg-color);
}
.muted-tab {
  background-color: var(--muted-font-color);
  color: #fff;
}

.active-tab:hover{
  color: var(--primary-btn-color);
}

.muted-tab:hover{
  color: #fff;
}


.or-separator{
  position: relative;
  font-size: 15px;
  font-weight: 700;
}
.or-separator::after{
  content: '';
  height: 2px;
  width: 45%;
  background-color: #f4f4f4;
  right: 0;
  position: absolute;
  top: 10px;
}
.or-separator::before{
  content: '';
  height: 2px;
  width: 45%;
  background-color: #f4f4f4;
  left: 0;
  position: absolute;
  top: 10px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus{
  background-color: var(--primary-btnbg-color);
  color: var(--primary-btn-color);
  border-color: var(--primary-btnbg-color);
}
a.link.active{
  color: var(--primary-btnbg-color);
}

.vertical-align-middle {
  vertical-align: middle !important;
}

a.primary-color,
a.primary-color:visited,
a.primary-color:focus{
  color: var(--primary-btnbg-color);
}

.profile-nav-tabs .list-group-item{
  transition: all ease-in 0.5ms;
}

.profile-nav-tabs .list-group-item:hover,
.profile-nav-tabs .list-group-item.active{
  background-color: var(--primary-btnbg-color)!important;
  color: var(--primary-btn-color) !important;
  border-color: var(--primary-btnbg-color)!important;
}
.profile-nav-tabs .list-group-item:hover a,
.profile-nav-tabs .list-group-item:hover a:focus{
  color: var(--primary-btn-color) !important;
}

.tracking-wrap .step.active:before{
  background-color: var(--primary-btnbg-color);
}

.tracking-wrap .step.active .icon{
  color: var(--primary-btn-color) !important;
  background-color: var(--primary-btnbg-color);
}

.btn.btn-outline-main{
  background-color: #fff;
  border-color: var(--primary-btnbg-color);
  color: var(--primary-btnbg-color);
}

.btn.btn-outline-main:hover,
.btn.btn-outline-main:focus{
  background-color: var(--primary-btnbg-color)!important;
  color: var(--primary-btn-color) !important;
}

.btn-google {
  background-color:  #4285F4;
  color: #fff; 
  position: relative;
  font-size: 14px;
  border-radius: 2px;
}
.btn-google img {
  position: absolute;
  left: -2px;
  top: -2px;
  height: 39px;
  width: 40px;
}

@media (min-width: 991px){
  .guest-msg{
    min-height: 135px;
  }  
}

@media (min-width: 768px) {
  .text-truncate-twolines{
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    max-height: 3rem;
    width: 100%;
    white-space: normal !important;
  }
  .md-w-200{
    width: 200px;
  } 
}


@media screen and (max-width: 768px){
	.hidein-mobile-screen{
		display: none !important;
	}
	
}

@media screen and (min-width: 768px){
	 .hidein-desktop-screen{
		display: none !important;
	}
	.md-min-700-width{
		min-width: 700px;
	}
}

.text-start{
	text-align: left;
}

.pointer{
	cursor: pointer;
}

.brand-logo-container{
  padding-left: 5.5rem;
}

/*** product modal */
.modal-banner-popup {
	z-index: 99991050;
	padding: 0px !important;
}
.modal_cover-image:before {
    background: linear-gradient(180deg,rgba(0,0,0,.3),transparent);
    border-radius: 2px 2px 0 0;
    height: 80px;
    top: 0;
}
.modal_cover-image:after, .modal_cover-image:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.modal_cover-image img {
    border-radius: 3px 3px 0 0;
    width: 100%;
}
.modal-banner-popup .modal-body{
	padding: 0px 5px !important;
	margin-top: 5px;
}
.modal-banner-popup{
	max-height: 550px !important;
}
.modal-banner-popup .modal-content{
	max-height: 550px !important;
	border: 0px;
}
.modal-banner-popup .item-img{
	max-height: 450px !important;
}

.modal-banner-popup .modal-sm-customize{
	height: auto !important;
	max-width: 450px;
}


.modal-banner-popup .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: 1;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

.modal-banner-popup p.close {
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 1;
	color: #fff;
	z-index:55;
	text-shadow: 0px 0px 2px #404040;
	padding: 15px;

}
.modal-banner-popup p.close:hover {
	color: #fff;
}

.top-bar-currancy{
  font-size: 1rem;
  font-weight: 400;
}
.nav-bar-currancy.nice-select{
  border-radius: 0 !important;
  width: 100%;
}
.nav-bar-currancy.nice-select .list{
  top: unset;
  bottom: 100%;
  left: 0 !important;
  width: 100%;
}
.ms-10 {
    margin-left: 0px !important;
    margin-right: 10px !important;
}