.name-products p {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 10px;
}

.title-list-products {
	width: 90px;
}
a.btn-tinted {
    border-radius: 5px;
}
.box-contens-details-kepper .prices {
	display: flex;
	font-size: 21px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 13px;
}

.box-contens-details-kepper .prices .price-kepper {
	padding-left: 20px;
	color: #ccc;
	font-size: 19px;
	font-weight: 300;
}

.desc-products-detals {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 0px;
	line-height: 1.7;
	padding-bottom: 10px;
}

.desc-products-detals ul {
	margin: 5px 0;
}

.desc-products-detals ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.box-munitun ul {
	display: flex;
}

.box-munitun ul li:nth-child(1) {
	font-weight: 600;
	margin-right: 10px;
}

.box-munitun ul li {
	margin-bottom: 7px;
}

.list-colors ul {
	display: flex;
	gap: 10px;
	margin-left: 12px;
}

.list-colors ul li img {}

.list-colors {
	display: flex;
	padding-top: 20px;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.list-colors ul li img {
	width: 55px;
	height: 55px;
	/* padding: 3px; */
	border-radius: 5px;
}

.list-size ul {
	display: flex;
	margin-left: 10px;
}

.list-size ul li {
	padding: 5px 10px;
	border: 1px solid #333;
	margin-right: 10px;
	cursor: pointer;
}

.list-size {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.box-munitun {
	padding: 20px 0px 0px;
}

.box-details-right {
	position: sticky;
	/* top: 85px; */
	/* padding-left: 5%; */
	padding-bottom: 35px;
	padding-top: 20px;
	margin-top: 58px;
}

.list-colors ul li.active {
	border: 1px solid #ed1d26;
	border-radius: 5px;
	position: relative;
}

.list-size ul li.active {
	border: 1px solid #ed1d26;
}

.list-size ul li {
	border: 1px solid rgba(0, 0, 0, .09);
	font-size: 14px;
	border-radius: 3px;
}

.item-images-details:hover img {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.btn-buy-cart-products {
	margin-top: 15px;
}

.btn-buy-cart-products a {
	display: inline-block;
	padding: 9px 30px;
	background: #ed1d26;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	border-radius: 2px;
}

.list-prices .tabcontent {
	display: none;
}

.list-prices .prices.tabcontent.active {
	display: flex;
	align-items: center;
	font-size: 20px;
}

.tabcontent .price-news p {
	font-weight: 600;
	color: #ed1d26;
	font-size: 25px;
}

.bracham-details {
	padding-bottom: 20px;
	position: relative;
	padding-top: 25px;
	z-index: 9;
}

.box-images-brackham {
	height: 400px;
	overflow: hidden;
	position: relative;
}

.content-brackham-detals {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 0; */
	/* width: 100%; */
	/* transform: translateY(-50%); */
      padding-top: 20px;
}

.content-brackham-detals h2 {
	text-align: center;
	color: #333;
	font-size: 35px;
}
.content-brackham-detals h1 {
	text-align: center;
	color: #333;
	font-size: 25px;
	text-transform: uppercase;
}


.item-content-brachkham ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-content-brachkham ul li {
	margin-right: 10px;
	padding-right: 0px;
}

.item-content-brachkham ul li a {
	color: #fff;
}

.item-content-brachkham ul li:before {
	content: "/";
	color: #fff;
	padding-right: 10px;
}

.item-content-brachkham ul li:nth-child(1):before {
	content: "";
}

.item-images-details {
	margin-bottom: 20px;
	overflow: hidden;
}

.box-main-details {
	padding-top: 20px;
}

.tablinks {
	border: solid 1px #ccc;
	border-radius: 5px;
}

.box_munitun {
	font-size: 16px;
	line-height: 1.5;
}

.box_munitun ul {
	margin-top: 10px;
}

.box_munitun ul li {
	list-style: disc !important;
	margin-left: 20px;
}

.icon-carts svg {
	width: 25px;
	height: 22px;
	margin-bottom: -5px;
}

.icon-carts svg path {
	stroke: #ffffff;
}

a.btn-tinted {
	display: inline-flex;
	align-items: center;
	gap: 0px 10px;
	padding: 8px 10px;
	background: #66c248;
	border: 1px solid #66c248;
	color: #ffffff;
}

.box-images-brackham:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #00000091;
}

.list-colors ul li.active:before {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	background: url(../images/check-mark-active.png) no-repeat;
	height: 15px;
	width: 16px;
}

.list-size ul li.active:before {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	background: url(../images/check-mark-active.png) no-repeat;
	height: 15px;
	width: 16px;
}

.flex-quantity {
	display: flex;
	align-items: end;
}

.custom.custom-btn-number {
	display: inline-flex;
	align-items: center;
}

.input_number_product {
	display: inline-flex;
	align-items: center;
	border-radius: 5px;
	margin-right: 10px;
}

.input_number_product {
	width: auto;
	position: relative;
	padding: 0;
	border: none;
	box-shadow: none;
	background-color: transparent;
	display: inline-flex;
}

button.btn_num.num_1.button.button_qty {
	font-size: 20px;
	line-height: 0px;
	border: solid 1px #e4e4e4;
	display: inline-block;
	width: 45px;
	height: 42px;
	background-color: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.button_qty {
	flex: 0 0 45px;
	height: 45px;
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
	justify-content: center;
	text-align: center;
	width: 45px;
}

input.form-control.prd_quantity {
	display: block;
	color: #00090f;
	text-align: center;
	box-shadow: none;
	background: #fff;
	margin: 0;
	height: 42px;
	line-height: 42px;
	box-shadow: none;
	border-radius: 0px;
	font-size: 16px;
	width: 45px;
	padding: 0;
	border: none;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: currentcolor;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
}

button.btn_num.num_2.button.button_qty {
	border-radius: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 20px;
	line-height: 0px;
	border: solid 1px #e4e4e4;
	display: inline-block;
	width: 35px;
	height: 42px;
	background-color: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list-products-details {
	display: flex;
	align-items: baseline;
	gap: 0px 15px;
	margin-bottom: 15px;
}

.btn-buy-cart-products {
	display: flex;
	align-items: center;
	gap: 0px 10px;
}

.list-products-details ul {
	display: flex;
	gap: 0px 10px;
	flex-wrap: wrap;
	gap: 10px 10px;
}

.item-contion-products.active {
	display: block;
}

.item-contion-products {
	display: none;
}

.list-products-details ul li {
	border: 1px solid rgba(0, 0, 0, .09);
	font-size: 14px;
	border-radius: 3px;
	padding: 5px 10px;
	cursor: pointer;
}

.list-products-details ul li.active:before {
	content: "";
	position: absolute;
	bottom: -1px;
	right: 0;
	background: url(../images/check-mark-active.png) no-repeat;
	height: 15px;
	width: 16px;
}

.list-products-details ul li {
	position: relative;
}

.list-products-details ul li:active {
	border: 1px solid #ed1d26;
}

.list-products-details ul li.active {
	border: 1px solid #ed1d26;
}

.js-slide-for {
	margin-bottom: 10px;
}

.js-slide-nav {
	margin: 0 -5px;
}

.js-slide-nav__item {
	margin: 0 5px;
}

.js-slide-nav__item:not(.slick-current) {
	opacity: .8;
}

.js-slide-nav__img {
	position: relative;
	overflow: hidden;
}

.js-slide-nav__img::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.js-slide-nav__img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}
.js-show-modal-contact, .modal-form__btn{
	background: #903eaa;
	font-size: 16px;
	margin-top: 17px;
	border-radius: 4px;
}
.modal-contact {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(77, 77, 77, .7);
	transition: all .4s;
	z-index: 100;
}

.modal-contact.is-open {
	visibility: visible;
	opacity: 1;
}

.modal-contact__content {
	border-radius: 4px;
	position: relative;
	width: 500px;
	max-width: 90%;
	background: #fff;
	padding: 1em 2em;
}

.modal-contact__footer {
	text-align: right;


}

.modal-contact__footer a {
	color: #585858;
}

.modal-contact__footer i {
	color: #d02d2c;
}

.modal-contact__wrap {
	/* padding: 20px; */
}

.modal-contact__close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #585858;
	text-decoration: none;
}

.modal-contact__ttl {
	font-size: 20px;
	margin-bottom: 20px;
}

.modal-form__ttl {}

.modal-form__group input {
	width: 100%;
	height: 45px;
	border: 1px solid #eee;
}
.modal-form__btn{
	margin: 10px 0 0;
}
.tab-contents img {
    padding-bottom: 0px;
}.desc-products {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desc-products p {
    padding-bottom: 0px;
}

@media(max-width:990px) {
	.tab-content {
		padding: 20px 0px !important;
	}
	
	blockquote p {
		padding-bottom: 0px;
	}

  .tab {
    width: calc(100% / 1) !important;
}
  
	.list-size {
		flex-wrap: wrap;
	}

	
	.list-size ul {
		flex-wrap: wrap;
		gap: 10px 0px;
	}

	.content-brackham-detals {
		width: 90%;
		margin: 0 auto;
		left: 50%;
		padding-bottom: 20px;
	}

	.box-images-brackham {
		height: unset;
	}

	.content-brackham-detals h2 {
		font-size: 25px;
		text-transform: uppercase;
	}

	.box-details-right {
		padding-left: 0px;
		margin-top: 0px;
	}
}
.slideshow__img {
	position: relative;
	padding-top: 57%;
	overflow: hidden;
}



.slideshow__img img,
.slideshow__img iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}