@import 'global.css';
@import 'normalize.css';
@import 'simplebar.css';
@import 'product.css';
@import 'products-grid.css';




.product__btn {
   display: block;
   height: 0px;
   width: 0px;
   padding: 0px;
}


.header__nav {
	width: 0px;
}

.container, .header-setting, .jn, .sizeblock {
   width: 0px;
}

.nav__list {
	display: flex;
	align-items: center;
}

.nav__item:not(:last-child) {
	margin-right: 61px;
}

.nav__link {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	color: var(--color-dark);
}

.cart {
	position: relative;
	padding: 1px 1px;
	transition: background-color 0.3s;
}

.cart.active:hover {
	cursor: pointer;
	background: rgba(93, 113, 221, 0.1);
	transition: background-color 0.3s;
}

.header__cart {
   position: fixed;
   width: 52px;
   height: 53px;
   right: 30px;
   top: 30px;
   z-index: 3;
   display: block;
   margin: 0 auto;
   max-width: 100%;
   left: 90%;


}


.cart__quantity {
	position: relative;
	right: -38px;
   top: -47px;
	transform: translateY(-50%);
	margin-top: -90px;
	background-color: #bfbfbf;
	border-radius: 100%;
	padding: 2px;
	color: #fff;
	font-size: 12px;
	min-height: 16px;
	min-width: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cart-content {
   position: fixed;
	cursor: default;
	width: 250px;
   height: 100%;
	top: 0px;
   z-index: 10;
	right: 0px;
	background-color: #0C0C0C;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.cart.active:hover .cart-content {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}


.cart-content__list {
   max-height: 457px;
   
}


.cart-product {
   position: relative;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	padding-right: 13px;
	transition: background-color 0.3s;

}

.cart-product:hover {
	background: rgba(93, 113, 221, 0.1);
	transition: background-color 0.3s;
}

.cart-product__img {
	margin-right: 20px;
   width: 98px;
   height: 123px;
	object-fit: cover;
}

.cart-product__title {
   position: relative;
   width: 100px;
	max-width: 300px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 5px;
   top: -15px;
}

.cart-product__price {
   position: relative;
   font-family: 'Inter';
      font-style: normal;
      font-weight: 400;
      font-size: 13px;
      line-height: 16px;
	color: #fff;
   top: -10px;
   
}

.cart-product__delete {
	border: none;
   position: relative;
	background-color: transparent;
	cursor: pointer;
	background-image: url("../img/icon-close.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
   top: -65px;
   right: 12px;
	padding: 0;
}

.cart-content__bottom {
   position: fixed;
	padding: 20px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
   top: 660px;
}


.cart-content__list{
   top: 200px;
}


.cart-content__fullprice {
   position: relative;
	font-size: 14px;
	line-height: 20px;
	color: var(--color-dark);
	display: flex;
	flex-direction: column;
   top: -600px;
}

.fullprice {
   position: relative;
   width: 160px;
   top: 16px;
	margin-top: 10px;
   font-family: 'Inter';
      font-style: normal;
      font-weight: 300;
      font-size: 17px;
      line-height: 16px;
	color: #cacaca;
   left: 50px;
}

.linebutton {
   position: fixed;
    display: block;
    right: 0px;
    width: 250px;
    height: 0px;
    border: 1px solid #979797;
    background-color: #979797;
    bottom: 140px;
}


.cart-content__btn {
   position: fixed;
	display: inline-block;
	width: 200px;
   bottom: 80px;
   right: 20px;

	text-align: center;
}

.simplebar-track.simplebar-vertical {
   width: 4px;
   background: #979797;
   border-radius: 5px;
   right: 5px;
   margin-top: 20px;
   height: calc(100% - 40px);
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
   background: #fff;
   border-radius: 5px;
   width: 100%;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   opacity: 1;
}

.order-modal {
   padding: 40px;
   width: 592px;
   min-height: 542px;
}

.order-modal__top {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.order-modal__title {
   position: relative;
   font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 40px;
line-height: 48px;
display: flex;
align-items: flex-end;
left: 400px;
top: -10px;

color: #000000;
}
.order-modal__form {
	position: relative;
	left: 300px;
}

.order-modal__number {
   font-weight: 400;
   font-size: 12px;
   line-height: 20px;
   text-align: right;
   color: var(--color-light);
}

.order-modal__info {
   position: relative;
   margin-bottom: 20px;
   border: 1px solid #d9d9d9;
   border-radius: 4px;
   padding: 34px 40px;
   font-weight: 400;

   font-size: 14px;
   line-height: 19px;
   color: var(--color-light);
}

.order-modal__info span {
   font-weight: 600;
}

.order-modal__info-item:not(:last-child) {
   margin-bottom: 15px;
}

.order-modal__btn {
   position: relative;
   background-color: transparent;
   border: none;
   cursor: pointer;
   padding: 0;
   font-weight: 400;
   font-size: 14px;
   line-height: 19px;
   color: var(--color-light);
}

.order-modal__btn::after {
   content: "";
   position: absolute;
   right: -10px;
   top: 50%;
   transform: translateY(-50%);
   width: 7px;
   height: 7px;
   background-image: url("../img/arrow-down.svg");
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

.order-modal__btn.open::after {
   transform: translateY(-50%) rotate(180deg);
}

.order {
   padding: 0 40px;
}


.order__label {
   margin-bottom: 14px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   color: var(--color-light);
}

.order__input {
   padding-left: 14px;
   padding-right: 14px;
   width: 240px;
   height: 45px;
   background: #efefef;
   border-radius: 4px;
   border: none;
}

.order__input::placeholder {
   color: #b1b1b1;
}

.order-product {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.order-modal__list {
   padding-top: 20px;
   padding-bottom: 20px;
}

.order-product__img {
   max-width: 60px;
   max-height: 73px;
   object-fit: cover;
   margin-right: 10px;
}

.order-modal__list {
   display: none;
}

.order-modal__item:not(:last-child) {
   margin-bottom: 14px;
}

.order-product__text {
   margin-right: 10px;
}

.order-product__title {
   margin-bottom: 5px;
   font-weight: 400;
   font-size: 12px;
   line-height: 20px;
   color: var(--color-dark);
}

.order-product__size {
   font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-dark);
}

.order-product__price {
   font-family: 'Roboto', sans-serif;
   font-weight: 700;
   font-size: 14px;
   line-height: 16px;
   color: var(--color-dark);
}

.order-product__delete {
   background-color: transparent;
   border: none;
   cursor: pointer;
   font-weight: 400;
   font-size: 12px;
   line-height: 20px;
   text-align: right;
   color: var(--color-light);
}

.product-price__current, .product__title, .image-switch__img, .product__image {
   display: none;
   cursor: pointer;
}

.shop-icon1 {
   position: relative;
      width: 60px;
      height: 60px;
      left: -10px;
      top: 9px;
}

.shop-icon2 {
   position: absolute;
   width: 54px;
   height: 54px;
   left: -5px;
   top: 10px;
}

.line22 {
   position: absolute;
      width: 250px;
      height: 0px;
      left: -20px;
      top: 54px;
      border-top: 2px solid #979797;

}

.products-grid {
   width: 0px;
   height: 0px;
}

.cart-size-selector {
   color: white;
   font-size: 14px;
}



