@import "popup.css";
.filter-product{
	padding: 50px 0;
}
.filter-product .product-content .read-more-btn{
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.filter-type{
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 22px;
}
.select-wrapper{
	max-width: 428px;
	position: relative;
	width: 100%;
}
.select-wrapper select{
    padding: 6px 11px;
    font-size: 14px !important;
    background-color: #F6F6F6;
    width: 100%;
	cursor: pointer;
	border: transparent;
}
.down-arrow{
	position: absolute;
	right: 11px;
	top: 12px;
	background-size: 12px;
}
.product-img img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item{
	overflow: hidden;
    width: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    max-width: 480px;
	position: relative;
}
.product-item:hover{
	transform: translateY(-10px) scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-content{
	padding: 10px;
}
.read-more-btn{
	width: 100%;
	/* position: absolute;
	bottom: 0;
	left: 0; */
	max-width: 464px;
}
.read-more-btn:hover .arrow{
    filter: brightness(0) invert(1);
}
.product-listing{
	display: grid;
	gap: 25px;
}
/*checkout*/
.breadcrumb {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	margin-right: 5px;
}

.breadcrumb li a {
	text-decoration: none;
	color: #AFAFAF;
	font-size: 1.4rem;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.breadcrumb li::after {
    content: ">";
    margin-left: 5px;
    font-size: 16px;
	color: #AFAFAF;
}

.breadcrumb li:last-child::after {
	content: ""; /* Remove the last slash */
}

.breadcrumb li:last-child a {
	color: #055096;
	pointer-events: none;
}

.billing-address .filter-type{
	flex-wrap: wrap;
	margin-bottom: 13px;
}
.billing-address{
	padding-bottom: 25px;
}
.breadcrumb-block{
	padding: 12px 0;
	margin-bottom: 8px;
}
.billing-address .select-wrapper select{
	padding: 16px 11px 16px 36px;
}
.earth{
    background-size: 17px;
    position: absolute;
    left: 6px;
    top: 50%;
	transform: translateY(-50%);
}
.territory{
	left: 10px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    background-size: 17px;
}
.checkout-summary .read-more-btn{
	position: static;
	font-size: 1.4rem;
	max-width: 100%;
}
.order-data{
	font-size: 1.6rem;
	font-weight: 400;
}
.order-price,.item-price{
	font-family: 'MuseoSansCyrl700',sans-serif;
	font-size: 2rem;
}
.order-details{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkout-left-block{
	margin-bottom: 25px;
}
.checkout-summary{
	padding: 25px 0;
	border-top: 1px solid #AFAFAF;
}
.summary-item, .item-price{
	font-size: 1.4rem;
}
.summary-list{
	padding: 10px 0;
	border-bottom: 1px solid #AFAFAF;
}
.grand-total{
	border-bottom: 0;
}
.checkout-summary p{
	margin-bottom: 25px;
}
.billing-address .select-wrapper{
	max-width: 100%;
}
.label.label {
	font-size: 1.4rem;
	display: block;
}
/*shopping-cart*/
.designed-item{
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.shopping-price .item-price{
	font-size: 1.8rem;
	font-weight: 700;
	color: #055098;
}
.session-time{
	font-size: 1.4rem;
}
.session{
    max-width: 130px;
    background-color: #F6F6F6;
    padding: 8px 16px;
    display: flex;
    align-items: center;
}
.cxo-session{
	display: flex;
    gap: 13px;
}
.shopping-price{
	margin-bottom: 15px;
}
.shopping-details p{
	margin-bottom: 15px;
}
.shopping-details{
	padding-top: 8px;
}
.shopping-img img{
	width: 100%;
	object-fit: cover;
}
.shopping-items{
	padding-bottom: 32px;
}
.shopping-items:last-child{
	padding-bottom: 10px;
}
.shopping-detailed-price .summary-list{
	border-bottom: 0;
}
.summary-list.grand-total {
	border-top: 1px solid #AFAFAF;
	padding-top: 18px;
	margin-bottom: 39px;
}
.order-details .item-price{
	font-family: 'museo_sans_cyrl500',sans-serif;
	font-weight: 500;
}
.summary-list.grand-total .item-price{
	font-weight: 700;
	font-size: 1.8rem;
}
.coupon-text input{
    padding: 12px 104px 12px 20px;
    border: 1px solid #F6F6F6;
    width: 100%;
	font-size: 1.6rem;
	color: #122730;
}
.coupon-text input::placeholder{
	color: #122730;
}
.coupon-text{
	position: relative;
}
.coupon-section{
	padding: 40px 0;
}
.apply-btn{
	position: absolute;
	right: 10px;
	top: 5px;
}
button.apply-btn.bl-btn {
    position: absolute;
    right: 6px;
	min-width: 92px;
    top: 3px;
    font-size: 1.4rem;
}
.reference-products{
	background-color: #0E1037;
	padding: 40px 0;
	position: relative;
}
.reference-products .slick-prev.slick-arrow,.reference-products .slick-next.slick-arrow{
	display: block !important;
    position: absolute;
    top: -47px;
    right: 40px;
    left: auto;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #055096;
    cursor: pointer;
    background: url(../images/arrow.svg) no-repeat center;
    background-size: 16px;
    transform: rotate(180deg);
    background-color: #fff;
}
.reference-products .slick-prev.slick-arrow{
	left: auto;
	right: 40px;
}
.reference-products .slick-next.slick-arrow{
	right: 0;
    transform: rotate(0deg);
}
.reference-products .slick-prev.slick-arrow::before{
	content: "";
}
.reference-products h2{
	color: #fff;
	margin-bottom: 55px;
}
.slide{
	background-color: #fff;
    padding: 5px 5px 10px 5px;
    margin: 0 8px 16px;
    margin-bottom: 16px;
}
.slide .shopping-img{
	margin-bottom: 11px;
	position: relative;
}
.slide .shopping-img .product-info{
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,1) 100%); */
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.66) 0%, rgba(255, 255, 255, 0) 100%); */
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: height 0.5s ease;
  opacity: 0;
  text-align: center;
  backdrop-filter: blur(0px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slide .shopping-img:hover .product-info{
	height: 100%;
  opacity: 1;
  padding: 0 10px 20px;
}
.product-info h3 a{
	text-align: center;
}
.products-slider .know-btn{
	display: inline-flex !important;
	align-items: center;
	justify-content:center;
	font-size: 1.8rem;
	min-width: 120px;
	gap: 10px;
	color: #055096;
	border: 1px solid #055096;
	padding: 5px 10px;
	border-radius: 5px;
	max-width: fit-content;
	transition: all 0.5s;
}
.products-slider .know-btn:hover{
	background-color: #055096;
	color: #fff;
}
.products-slider .know-btn:hover .arrow{
	filter: brightness(0) saturate(100%) invert(83%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(104%) contrast(102%);
}
.know-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide .designed-item{
	letter-spacing: 1px;
    word-spacing: -4px;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	background-color: #AFAFAF;
	border-radius: 50%;
}
.slick-dots li {
	margin: 0 1px;
}
.slick-dots .slick-active button{
	background-color: #CDF0FF;
}
.slick-dots li button:before {
	display: none;
}

.product-item .premium-block{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
    padding: 5px 8px;
    background-color: #055096;
    border-radius: 12px;
	color: #fff;
}
.product-item .free-block{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 16px;
    padding: 5px 8px;
    background-color: #059618;
    border-radius: 12px;
	color: #fff;
}
.product-content h3{
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
	min-height: 78px;
}
/* .product-content p{
	min-height: 72px;
} */
.product-img{
	aspect-ratio: 1 / 0.6;
}
.products-slider .product-info h3{
	font-size: 23px;
    margin-bottom: 10px;
}
@media screen and (min-width:768px) {
	.product-content h3{
		margin-bottom: 16px;
	}
	.product-listing{
		grid-template-columns: repeat(2, 1fr);
	}
	.select-wrapper select{
		padding: 10px 15px;
	}
	.read-more-btn{
		font-size: 1.6rem;
	}
	.filter-type {
		margin-bottom: 28px;
	}
	.down-arrow {
		right: 16px;
		top: 15px;
		background-size: 15px;
	}
	.billing-address .filter-type {
		flex-wrap: nowrap;
	}
	.checkout-summary .read-more-btn{
		max-width: 100%;
		margin: 0;
		font-size: 1.8rem;
	}
	button.apply-btn.bl-btn {
		right: 8px;
		top: 5px;
		padding: 10px 33px 10px 33px;
		font-size: 1.8rem;
	}
	.coupon-text input {
		padding: 17px 133px 16px 20px;
		font-size: 1.6rem;
	}
	.reference-products h2 {
		font-size: 3.4rem;
	}
}
@media screen and (min-width:992px) {
	.filter-type {
		display: flex;
		justify-content: unset;
	}
	.select-wrapper select {
		padding: 11px 20px;
		font-size: 1.6rem !important;
	}
	.read-more-btn {
        font-size: 1.8rem;
    }
	.down-arrow {
        right: 20px;
        top: 15px;
        background-size: 16px;
	}
	.checkout-block{
		display: flex;
		justify-content: space-between;
	}
    .checkout-left-block {
        width: 61%;
        padding-right: 20px;
        border-right: 1px solid #AFAFAF;
    }
	.checkout-summary {
        width: 37%;
		border-top: 0;
		padding-top: 0
    }
	.billing-address {
		max-width: 880px;
		width: 100%;
		margin-bottom: 30px;
		padding-bottom: 29px;
	}
	.billing-address p{
		max-width: 553px;
		line-height: 1.45;
	}
	.earth {
		background-size: 20px;
		left: 10px;
		/* top: 10px; */
	}
	.territory {
		left: 10px;
		/* top: 10px; */
		background-size: 20px;
	}
	.breadcrumb li a {
		font-size: 1.6rem;
        letter-spacing: 0.5px;
	}

	.breadcrumb-block {
		margin-bottom: 13px;
	}
	.order-data {
		font-size: 2rem;
	}
	.checkout-summary input[type="checkbox"] {
		font-size: 28px;
		width: 23px;
		margin-right: 5px;
		height: 18px;
	}
	.checkout-block.shopping-block{
		padding-bottom: 65px;
	}
	.reference-products h2 {
		font-size: 4rem;
	}
	.reference-products {
		padding: 65px 0;
	}
	.shopping-price .item-price {
		font-size: 2rem;
	}
	.coupons-tag {
		font-size: 2.6rem !important;
	}

}
@media screen and (min-width:1024px) {
    .filter-product {
        padding: 25px 0 100px;
    }
	.product-listing{
		grid-template-columns: repeat(3, 1fr);
	}
	.filter-type {
        margin-bottom: 40px;
    }

	.order-data {
		font-size: 2.2rem;
	}
	.order-price{
		font-size: 2.6rem;
	}
	.summary-item, .item-price {
		font-size: 1.6rem;
		letter-spacing: 1px;
		word-spacing: -5px;
		line-height: 1.4;
	}
	.reference-products h2 {
		font-size: 4.6rem;
	}
	.designed-item {
		font-size: 1.7rem;
	}
	.shopping-price {
		padding-left: 3px;
		display: flex;
	}
	.shopping-price .item-price {
		font-size: 2.4rem;
        line-height: 1.1;
        padding-left: 1px;
	}
	.shopping-price {
		margin-bottom: 20px;
	}
	.shopping-details p {
		margin-bottom: 15px;
		padding-left: 3px;
		line-height: 1.45;
	}
	.session {
		padding: 4px 24px;
	}
	.session:last-child{
        padding: 10px 14px;
	}
}

@media screen and (min-width:1200px) {
	.select-wrapper select {
		padding: 19px 20px;
	}

	.read-more-btn{
        padding: 14px 24px 14px 25px;
		margin: 0 8px;
	}
	.down-arrow {
        right: 28px;
        top: 26px;
	}
	.billing-address .select-wrapper select {
        padding: 19px 20px 19px 44px;
    }
	.earth {
        left: 13px;
        /* top: 19px; */
	}
	.territory {
        left: 13px;
        /* top: 19px; */
	}
	.breadcrumb-block{
		padding: 18px 0 17px 0;
	}

	.billing-address {
		margin-bottom: 40px;
	}
	.order-data {
		font-size: 2.4rem;
		line-height: 1.3;
		letter-spacing: 1px;
		word-spacing: -3px;
	}
	.order-price{
		font-size: 3.2rem;
	}
	.summary-list {
		padding: 10px 0 22px 0;
	}
	.grand-total.summary-list {
		padding-bottom: 10px;
	}
	.checkout-summary .read-more-btn{
		padding: 14px 30px 14px 30px;
		font-size: 1.8rem;
	}
	.checkout-summary p {
		margin-bottom: 60px;
	}
	.reference-products h2 {
		font-size: 5.4rem;
		margin-bottom: 38px;
	}
	.reference-products {
        padding: 86px 0;
    }
	.shopping-items{
		display: flex;
	}
	.shopping-img{
		width: 100%;
		max-width: 513px;
		display: flex;
	}
	.shopping-details {
		max-width: 455px;
		width: 100%;
		padding-left: 20px;
		padding-top: 0;
	}
}
@media screen and (min-width:1600px) {
	.filter-type{
		gap: 34px;
	}
	.filter-type {
        margin-bottom: 42px;
    }
	.product-listing {
		gap: 40px 38px;
	}

	.product-content p{
        line-height: 24px;
	}
	.breadcrumb-block {
		margin-top: 110px;
	}
h1 {
		font-size: 6rem;
		margin-bottom: 41px;
	}
	.billing-address .filter-type {
		gap: 22px;
		margin-bottom: 20px;
	}
    .billing-address .select-wrapper select {
        padding: 21px 20px 22px 61px;
    }
	.earth {
        left: 21px;
        /* top: 20px; */
    }
	.territory {
        left: 22px;
        /* top: 20px; */
	}
	.billing-address {
		margin-bottom: 51px;
	}
	.order-block.billing-address h2{
		margin-bottom: 18px;
	}
	.checkout-summary h2{
		margin-bottom: 12px;
	}
	.checkout-summary{
		padding-left: 18px;
	}
	.reference-products h2 {
		font-size: 6rem;
		line-height: 1;
		letter-spacing: 2px;
		word-spacing: -5px;
		margin-bottom: 46px;
	}
	.checkout-block.shopping-block .checkout-left-block {
        width: 74%;
	}
	.shopping-details h3{
		line-height: 1.2;
		letter-spacing: 1px;
		word-spacing: -3px;
	}
	.designed-item {
		font-size: 2rem;
		line-height: 1;
		padding-left: 4px;
		margin-bottom: 13px;
	}
	.shopping-block .checkout-summary{
		padding-left: 49px;
	}
	.shopping-detailed-price .summary-list {
		padding: 0px 0 11px 0;
	}
	.order-details.tax-list{
		padding-bottom: 22px;
	}
    .grand-total.summary-list {
		padding-top: 22px !important;
		margin-bottom: 46px;
	}
	.summary-list.grand-total .item-price {
		font-size: 2.4rem;
	}
	.coupon-section h2{
		margin-bottom: 25px;
	}
	button.apply-btn.bl-btn {
        right: 20px;
        top: 8px;
        padding: 11px 33px 11px 33px;
	}
	.coupon-text input {
        padding: 20px 133px 22px 20px;
        letter-spacing: 0px;
        word-spacing: 3px;
	}
	.slide{
		padding: 8px 7px 6px 6px;
		margin: 0 15px 16px;
		width: 350px !important;
	}
	.slide .shopping-img {
		max-width: 334px;
		height: 315px;
	}
	.products-slider{
		margin: 0 0 30px -0;
	}
	.slide h3{
		margin-bottom: 3px;
	}
}
.slide .shopping-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.product-listing-container.product-listingWrapper .product-content p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
	margin-bottom: 40px;
min-height: 73px;
}
