body {
	font-family: 'Montserrat', sans-serif;
	width: 100%;

	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;

}

.top_nav_home {
    background-color: transparent;
    position: absolute;
	z-index: 2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  
}

.top_nav {
	background-color: #f8f8f8;
	border-bottom: 1px solid rgb(12 12 12 / 4%);
}


.bottom_nav {
	width: 100%!important;
	background-color: #f8f8f8;
padding: 0px;
	top: 8%;
	z-index: 10;
}


.bottom_nav li a {
	font-weight: 500;
	padding: 1rem;

}
.nvn {
	margin-left: 13%;
	margin-right: 13%;
}

.bottom_nav li {
	margin-right: 5%;
}
.bottom_nav_home li {
	margin-right: 10%;
}

.navbar a {
    color: #000;
	font-size: 14px;
}


@media only screen and (min-width: 600px) {
  .navbar {
	  width: 100%;

  }
  }
  
.navtog {
    display: block;
    font-size: 26px!important;
    margin-top: 3px;
    outline: none;
}
.navtog:focus {
    outline: none;
}
.slider_area {
    width: 100%;
	height: 400px;
    float: left;
    display: flex;
}



.slider_area img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
.navbar-brand img {
    width: 10rem;
}
.tab-wrapper {
	text-align: center;
	display: block;
	margin: auto;
	
}

.tabs {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.tab-link {
	margin: 0 3px;
	list-style: none;
	padding: 10px 30px;
	background-color: #e0e0e0;
	color: #000!important;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	transition: all ease 0.5s;
	border-bottom: solid 3px rgba(255, 255, 255, 0);
}

.tab-link:hover {
	color: #999;
	border-color: #999;
}

.tab-link.active {
	background-color: #333333;
	color: #FFF!important;
}

.tab-link:nth-of-type(1).active {
	color: #EE6534;

}

.tab-link:nth-of-type(2).active {
	color: #1790D2;

}

.tab-link:nth-of-type(3).active {
	color: #EEC63B;

}

.content-wrapper {
	padding: 4% 13%;

}
.content-wrapper .col-lg-3 {
	margin-top: 15px;
}

.tab-content {
	display: none;
	text-align: center;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
	display: block;
}

@keyframes fadeIn {
	100% {
		opacity: 1;
		transform: none;
	}
}

.home_cats {
	width: 100%;
	height: 70%;
	
	
	
}
.hcs {
	width: 100%;
	height: 230px;
	position: relative;
}

.hcs img {
	width: 100%;
	height: 100%;
}

.hc {
	width: 100%;
	height: 277px;
	position: relative;

}
.hc:first-child(3) {
	margin-right: 5px;
}

.hc img {
	width: 100%;
	height: 100%;
}
.hc_area {
	height: 25px;
    position: relative;
    top: -50px;
	width: 100%;
	bottom: 15px;
}

.hc_button {
	display: block;
	background-color: #FFF;
	color: #000;
	
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-radius: 0px;

}

.hc_c {
	display: flex;
}

.wrapper {
	width: 100%;
	margin-top: 10px;
}

.home-product {
	width: 100%;
	height: 300px;
	position: relative;
}
.home-product img {
	width: 100%;
	height: 100%;
}

.cp {
	background-color: #FFF;
	transition: box-shadow 0.3s ease-in-out;
	width: 100%;
	height: 100%;

}
.cp:hover {
	box-shadow: -3px 2px 10px 1px rgb(224 224 224 / 75%);
	-moz-box-shadow: -3px 2px 10px 1px rgb(224 224 224 / 75%);
	-webkit-box-shadow: -3px 2px 10px 1px rgb(224 224 224 / 75%);
	-moz-box-shadow: -3px 2px 10px 1px rgb(224 224 224 / 75%);
}
.cat-product {
	width: 100%;
	height: 350px;
	position: relative;
	padding-bottom: 15px
}
.cat-product img {
	width: 100%;
	height: 100%;
}
.ht_h1 {
	
	display: block;
	margin: 0 auto;
	font-size: 24px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.new_tag {
	background-color: #f1c40f;
	color: #FFF;
	padding: 10px 6px;
	position: absolute;
	font-size: 14px;
	border-radius: 100%;
	top: 5px;
	left: 5px;
}
.new_tag:hover {
	color: #ccc;
	text-decoration: none;
}

.discount_tag {
	background-color: #000000;
	color: #FFF;
	padding: 10px;
	position: absolute;
	top: 5px;
	font-size: 14px;
	right: 5px;
}
.discount_tag:hover {
	color: #ccc;
	text-decoration: none;
}
.hp-name {
	color: #000;
    font-size: 18px;
    width: 100%;
    float: left;
 margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.cp-name {
	color: #000;
	font-size: 18px;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.cp-price {
	color: #585858;
	font-size: 14px;
font-weight: bold;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.cp-disprice {
	color: #f1c40f;
	font-size: 14px;
	width: 100%;
	font-weight: bold;
	border: 2px solid #f1c40f;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	float: left;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}


.map {
	float: left;
	width: 100%;
	height: 300px;
}
.map { -webkit-filter: grayscale(100%); }


.footer_list {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.footer_list a {
	color: rgb(56, 56, 56);
	font-size: 13px;
}

.ugx_nav {
	position: relative;
top: -102.5px;

	width: 100%;
	z-index: 2; 
}
.ug_next {
	background-color: #000;
	float: left;
	color: #FFF;
	padding: 35.3px 0px;
	position: absolute;
	right: 0;
	font-size: 12px!important;
}
.ug_prev {
	background-color: #000;
	padding: 35.5px 0px;
	float: left;
	color: #FFF; 
}

.swiper-pagination {
	left: 80px;
	padding-left: 13.5%;
	text-align: unset!important;
}
.swiper-pagination-bullet {
	border-radius: 0px;
	
}
.swiper-pagination-bullet-active {
	color: #f1c40f;
	background-color: #f1c40f;
}

.page-footer {
	background-color: #f8f8f8;

}
.nmenu {
	width: 100%;
}

footer {
	margin-top: auto;
	width: 100%;
}
.footer_bottom {
	background-color: #000;
	color: #FFF;
	padding: 10px;
	margin-top: 15px;
}
.footer_plist {
	list-style: none;
}
.footer_plist img {
	width: 80px;
}
.footer_plist li  {
	float: left;
}
.footer_copy {
font-size: 13px;
}








.ugn_area {
   
}
.ug_nav .swiper-slide {
	margin: 0!important;
	height: 80px;
}
.ug_nav .swiper-slide img {
width: 100%;
height: 100%;
}
.ugn_area {
   
}

.product_h {
	width: 80%;
}

.old-price {
	text-decoration: line-through;
	color: rgb(148, 148, 148);
	font-size: 16px;
}
.new-price {
	font-size: 21px;
}
.short_desc {
	font-size: 14px;
	margin-top: 15px;
}



.select-box {
	cursor: pointer;
	position : relative;
	max-width:  20em;
	float: left;
	
  }
  
  .select,
  .label {
	color: #414141;
	display: block;
	font: 400 17px/2em 'Source Sans Pro', sans-serif;
  }
  
  .select {
    float: left;
    position: absolute;
    top: 0;
    margin-left: 20px;
    padding: 5px 22px;
    height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: none transparent;
    border: 0 none;
  }
  .select-box1 {
	background: #ececec;
  }
  
  .label {
	position: relative;
    padding: 2px 117px 35px 14px;
    margin-left: 20px;
    cursor: pointer;
    float: left;
  }
  .open .label::after {
	 content: "▲";
  }
  .label::after {
	content: "▼";
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 15px;

  }
  .label-title {
	  float: left;
	  margin-top: 7px;
  }
  input[type="radio"] {
	display: none;
	
}
.color_radio {
	border-radius: 100%;
}
input[type="radio"]:checked + label span {
	transform: scale(1.25);
	
}
.pc-c:checked + label span {
	transform: scale(1.25);
	border: 2px solid #000;

}
input[type="radio"]:checked + label .red {
	border: 2px solid #711313;
	
}
input[type="radio"]:checked + label .color_radio {
	border: 2px solid #000;
}
input[type="radio"]:checked + label .yellow {
	border: 2px solid #816102;
}
input[type="radio"]:checked + label .olive {
	border: 2px solid #505a0b;
}
input[type="radio"]:checked + label .green {
	border: 2px solid #0e4e1d;
}
input[type="radio"]:checked + label .teal {
	border: 2px solid #003633;
}
input[type="radio"]:checked + label .blue {
	border: 2px solid #103f62;
}
input[type="radio"]:checked + label .violet {
	border: 2px solid #321a64;
}
input[type="radio"]:checked + label .purple {
	border: 2px solid #501962;
}
input[type="radio"]:checked + label .pink {
	border: 2px solid #851554;
}
label {
	display: inline-block;
	width: 25px;
	height: 25px;
	
	margin-right: 10px;
	cursor: pointer;
}
label:hover span {
	transform: scale(1.25);
}
label span {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease-in-out;
}
label span.red {
	background: #db2828;
}
label span.orange {
	background: #f2711c;
}
label span.yellow {
	background: #fbbd08;
}
label span.olive {
	background: #b5cc18;
}
label span.green {
	background: #21ba45;
}
label span.teal {
	background: #00b5ad;
}
label span.blue {
	background: #2185d0;
}
label span.violet {
	background: #6435c9;
}
label span.purple {
	background: #a333c8;
}
label span.pink {
	background: #e03997;
}

.input-number {
	width: 80px;
	padding: 0 12px;
	vertical-align: top;
	text-align: center;
	border: 1px solid #c9c9c9;
	outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
	border: 1px solid #ececec;
	height: 40px;
	user-select: none;
}

.input-number-decrement,
.input-number-increment {
	display: inline-block;
	width: 30px;
	line-height: 38px;
	background: #ececec;
	color: #444;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.input-number-decrement:active,
  .input-number-increment:active {
	background: #ddd;
}

.input-number-decrement {
	border-right: none;
	
}

.input-number-increment {
	border-left: none;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
  }

  .btn-black {
	  background-color: #000;
	  color: #FFF;
	  border-radius: 0px;
	  padding: 7px 13px 7px 12px;
  }

  .tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #ececec;
}

.tabs ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.tabs ul li:first-child {
	margin-left: 0;
}

.tabs ul li a {
	display: block;
	padding: 15px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.tabs ul li a:hover {
	background: #FAFAFA;
}

.tabs ul li:hover {
	border-bottom: 2px solid #DDD;
}

.tabs ul li.is-active {
	border-bottom: 3px solid #000;
}

.tabs ul li.is-active a {
	color: #000;
	background: #FAFAFA;
}

.tabs .content {
	position: relative;
}

.tabs .content .tab-content {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 15px;
	opacity: 0;
}

.tabs .content .tab-content.active {
	opacity: 1;
}

.tabs {
	width: 100%;
}
.tabs ul {
	width: 100%;
}
.tabs .content {
	width: 100%;
	float: left;
}
.tabs_area {
	float: left;
	width: 100%;
}

.urun_galeri {
	width: 100%;
	height: 450px; 
	margin-left: auto; 
	margin-right: auto;
	overflow: hidden;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .gallery-top {
	height: 100%;
	width: 100%;
  }

  .gthumbs_area {
	  width: 98%;
	  float: left;
  }

  .gallery-thumbs {
	height: 20%;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 0;
	
	overflow: hidden;
	z-index: 2;
  }

  .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }

  .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
  }
  .swiper-button-next, .swiper-button-prev {
	  color: #EEC63B;
  }
  .cart-thumb {
	  float: left;
	  width: 12%;
  }
  .cart-thumb img {
float: left;
width: 100%;
  }
  .cart-product { 
	  border-top: 1px solid #ececec;
	  border-bottom: 1px solid #ececec;
	  padding: 15px;
  }
  .carts-h {
	  color: rgb(110, 110, 110);
	  margin-right: 5px;
  }
  .cart-remove {
	  border-radius: 100%;
	  border: none;
	  padding: 4px;
	  float: right;
	  text-align: center;
  }
  .cart-remove i {

  }

  .cart-total {
	  float:left;
	  width: 100%;
	  min-height: 50px;
	  background-color: #f8f8f8;
	  padding: 15px;
  }
  .cart-h {
	  font-weight: bold;
  }
  .cart-btn {
	  width: 100%;
  }
  .cp-h {
	  font-weight: bold;
  }
  .cart-price {
	  font-weight: bold;
  }

  .dropdown-menu {
	border-radius: 0px;
    border: none;

  }

  .vitrin_area {
	  width: 100%;
  }

.filter-group {
	border-bottom: 1px solid #e4e4e4
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.37rem
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.filter-group .card-header {
	border-bottom: 0
}

.icon-control {
	margin-top: 6px;
	float: right;
	font-size: 80%
}

.list-menu {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.list-menu a {
	color: #343a40
}

a {
	text-decoration: none !important;
	background-color: transparent
}

.checkbox-btn {
	position: relative
}

.checkbox-btn input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.checkbox-btn input:checked~.btn {
	border-color: #ffc107;
	background-color: #f1c40f;
	color: #fff
}

.btn-light {
	display: inline-block;
	font-weight: 600;
	color: #343a40;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #eee;
	border: 1px solid #eee;
	padding: 0.45rem 0.85rem;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0.37rem
}
.btn-dark {
	display: inline-block;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #0b0d14;
	border: 1px solid #eee;
	padding: 0.45rem 0.85rem;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0.37rem
}
.btn-gray {
	display: inline-block;
	font-weight: 600;
	color: #343a40;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #eee;
	border: 1px solid #eee;
	padding: 0.45rem 0.85rem;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0.37rem
}

.btn-light:hover {
	background-color: #fff;
	border-color: #989898
}

.btn-medium {
	font-size: 12px;
	padding: 10px 22px;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 2px;
	border: 1px solid #f1c40f;
	width: 100%
}

.highlight-button:hover {
	background-color: #f1c40f;
	border: 2px solid #f1c40f;
	color: #fff
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}
.filter-group label {
	width: unset;
	height: unset;
}
.kategori_filtre {
border-radius: 0px;
}
body {

}
.sb-nav {
position: relative;
}
.sb-count {
	background-color: #f1c40f;
	position: absolute;
	border-radius: 25px;
	padding: 2px;
	font-size: 8px;
	right: 0;
	top: 21px;
	width: 15px;
	height: 16px;
	text-align: center;
}

select.form-control.urun-opt {
	background-color: #e8e8e8;
	border: none;
	border-radius: 0px;
	float: left;
	width: unset!important;
	margin-left: 15px;
	margin-bottom: 9px;
}
.pc-colors {
	width: 25px!important;
	height: 25px!important;
}
.card-header a {
	color: #000;
}
.pc-c {
	display:none;
}
.navbar-nav li:hover>.dropdown-menu {
	display: block;
}
.bottom_nav li:hover>.dropdown-menu {
	display: block;
	top: 52px;
}
.dropdown-item {
	padding: 0.4rem!important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	margin: 0px;
}
.nav-search {

	border: none;
	float:left;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	background-color: #00000008;
	margin-left: 2%;
	color: black;

}
.nav-search:focus {

	outline: none;
}
.ns-btn {
	padding: 7px;
	float:left;
	position: absolute;
	right: -5px;
}
.ns-btn span::before {
	margin: 0px!important;
	font-size: 17px;
}
.nav-s {
	width: 100%;
	position: relative;
}
.sb-count2 {
	background-color: #f1c40f;
	position: absolute;
	border-radius: 25px;
	padding: 2px;
	font-size: 8px;
	right: -6px;
	top: 17px;
	width: 15px;
	height: 16px;
	text-align: center;
}
.sb-nav span::before {
	margin:0px;
}
.hcr-next::after, .hcr-prev::after {
	font-size: 21px;
	color: rgb(0, 0, 0);
	background-color: #FFF;
}
.hcr-next {
	right: 0%;
	top: 43%;
}
.hcr-prev {
	left: 0%;
	top: 43%;
}
.hcr {
	overflow: hidden;
	position: relative;
}
.hcr_wrapper {
	width: 100%;
	position: relative;
	float: left;

}
.ps-r {
	position: relative;
}
.form__label {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
.form__label input{
	float:left;
}
.form__label  span{
 display: block;
float:left;
 width: auto!important;

}
.login-box {


	margin: auto;
width: 100%;
	min-width:     415px;
	padding: 1rem;

	border: 2px solid #eee;
}
.btn-lgn {
	width: 100%;
}
.forgot-pass {
	color: #3a3a3a;
	font-size: 14px;
	font-weight: bold;
}
.lgn-icon {
	width: 75px;
	margin: 0 auto;
	display:block;
	pointer-events: none;
	border-radius: 100%;
	border: 2px solid #eee;
	padding: 10px;
}
.login_head {
	font-weight: bold;
	display: block;
	margin: auto;
	font-size: 18px;
}
.login_desc {
	width: 415px;
	font-size: 12px;
	font-weight: bold;
}
.login-input
{border: none;
	float: left;
	font-size: 14px;
	padding: 10px;
	width: 100%;
	background-color: rgb(0 0 0 / 4%);
	color: black;
}
.ui-widget {
	font-family: 'Montserrat', sans-serif!important;
}
.modal-body {
	padding: 0px!important;

}
.ui-tabs .ui-tabs-nav {
	padding: 0px;
}

.ui-tabs .ui-tabs-nav li {
	margin: 0px;
}
.ui-widget-header {
	border: none;
}
.ui-tabs {
	padding: 0px;
}
@media screen and (max-width: 600px) {
	.slider_area {

		height: 130px;

	}
	.usr-drp {
		left: -170%;
		position: absolute!important;
		top: 100%;
	}
	.usr-drp::after {
		right: 12%!important;
	}
	.nav-search {
		margin-left: 0%!important;
	}


}



	@media (min-width: 576px) {
		.usr-drp {
			left: -8%;
			position: absolute!important;
			top: 100%;
		}
	.nav-s {
		width: 55%;
		position: relative;
	}
	.modal-dialog {
		max-width: 400px;
	}
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	width: 100%;
	margin-top: 7%;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0px;
	width: 50%;
	border-radius: 0px;
	height: 4rem; }
.modal-content {
	border-radius: 0px!important;
	min-height: 35rem;
}
.ui-widget-content {
	border: 0px!important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #000000;
	background: #000000;
	font-weight: normal;
	color: #fff;
}

.usr-drp::after {
	position: absolute;
	right: 25%;
	margin-left: -20px;
	top: -8px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}
.usr-drp .dropdown-item {
	/* display: contents; */
	/* margin-left: 43px; */

}
.navbar {

}
.step_list {

}
.step_list a {
	border: 1px solid #eee;
	border-radius: 0px!important;
	font-weight: bold;
	background-color: #eee;

}
.step_list i {
	font-size: 36px;

}
.step_list .active {
	background-color: #0b0d14!important;
}
.sip_box {
	border: 2px solid #eee;
	width: 100%;
	min-height: 250px;
}
.inp {
	position: relative;
	margin: auto;
	margin-top: 15px;
	width: 100%;
	height: unset!important;

	border-radius: 25px;

}
.inp .label::after {
	content: "";
}

.inp .label {
	position: absolute;
	top: 4px;
	left: 0px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 500;
	transform-origin: 0 0;
	transform: translate3d(0, 0, 0);
	transition: all .2s ease;
	pointer-events: none;
}

.inp .focus-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.05);
	z-index: -1;
	transform: scaleX(0);
	transform-origin: left;
}
.inp_sel {
	background-color: #eee;
	outline: none;
	border:none;
	padding: 8px;
	width: 100%;
}
.inp_ta {
	background-color: #eee;
	outline: none;
	border:none;
	padding: 8px;
	width: 100%;
}

.inp input {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;

	border: 0;
	font-family: inherit;
	padding: 16px 12px 8px 12px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	background: #eee;
padding: 5px;
	color: #000;
	transition: all .15s ease;
}

.inp input:hover {
	background: rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:placeholder-shown) + .label {
	color: #000;
	font-weight: bold;
	transform: translate3d(-28px, -22px, 0) scale(0.75);
}

.inp input:focus {
	background: rgba(0, 0, 0, 0.05);
	outline: none;
	box-shadow: inset 0 -2px 0 #d8d8d8;
}

.inp input:focus + .label {
	color: #000;
	font-weight: bold;
	transform: translate3d(-28px, -22px, 0) scale(0.75);
}

.inp input:focus + .label + .focus-bg {
	transform: scaleX(1);
	transition: all .1s ease;
}
.lgn-pp {
	min-width: unset!important;
}
.pymntg {
display: block!important;
	float:left;
	margin-top: 5px;
	margin-right: 15px;
}
.pymntgw span {
	width: unset!important;
	float:left;
}
.pymntgw:hover span {
	transform: unset;
}

/* IMAGE STYLES */
.pymntg + img {
	cursor: pointer;
}

/* CHECKED STYLES */

.pymntgw  {
	width: 100%;

}
.pymntgw {
	display: inline-table;
}
#ftr_fr {
	width: unset;
}
.flat_ch {
	border:none;
}
#payment-tabs {
	width: 100%;
}
#top-bar {
	width: 100%;
	background-color: #000;
	float:left;
}
#top-bar ul {
	margin: 0px;
	padding: 0px;
}
#top-bar ul li {
	list-style:none;
	float:left;
	margin-left: 10px;
	display: flex;
}
#top-bar ul li a {
	color: #FFF;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
}
#top-bar ul li a:hover {
	color: #f1c40f;
}
#userprofile {
	background-color: #f8f8f8;
	border: 2px solid #e6e6e6;
	padding: 10px;
}
#userprofileContent label {
	color: #000;
	width: auto;
	font-weight: bold;
}
#userprofileContent h3 {
	color: #000;
}

#userprofile.nav-pills .nav-link.active {
	color: #f1c40f;
	background-color: transparent;
	border-radius: 0px;
	border-left: 2px solid #f1c40f;
}
#userprofile.nav-pills .nav-link {
	border-radius: 0px;
	border-left: 2px solid #e8e8e8;
	color: #000;
	font-size: 14px;
}

#userprofileContent {
	display:block;
color: #000;
}
.nav-pills i {
	float:left;
	font-size: 20px;
	margin-right: 10px;
}
.adress-box {
	padding: 15px;
	border: 3px solid #ccc;
	color: #000;
	height: 200px;

}
.ho-price {
	text-decoration: line-through;
}
.hp-price {
	font-weight: bold;
	color: black;
}
.quantity {
	position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}

.quantity input {
	width: 50%;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #eee;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
