.inner_page {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	min-height: 500px;
}

.inner_page h1	{
	margin-bottom: 40px;
}

.inner_page p	{
	margin-bottom: 20px;
	font-size: 18px;
}

[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

.footer a.link {
	text-decoration: none!important;
}

.cabinet-cart__container {
	width: auto;
}

.cc-product-card__bottom {
	gap: 0px;
}

.cc-product-card__count {
    font-size: 20px;
    width: 35px;
    height: 35px;
}

.ctb__data-block {
    gap: 18px!important;
}

.text-red {
	color: red;
}

.table-label {
	display: none;
}

/* admin */
/*.crud_page .row>* {
	padding-left: 0px;
	padding-right: 0px;
}*/

.crud_page  .gc-container .header-tools {
	border-top: 1px solid #DDDDDD;
}

/*.header-tools .btn i {
	margin-top: 5px;
}
*/

.crud_page .header-tools .btn i.fa-cloud-download {
	margin-top: 5px!important;
}

.crud_page .header-tools .btn i.fa-print{
	margin-top: 5px!important;
}
 
.crud_page .btn .caret {
	display: none;
}

body {
	font-size: 14px!important;
	color: #4c5258!important;
	letter-spacing: .5px!important;
	background: #f7f7ff!important;
	overflow-x: hidden!important;
	font-family: Roboto, sans-serif!important;
}

.crud_page .container {
	/*width: 100%!important;*/
}

.crud_page .container_my {
	padding-left: 20px;
	padding-right: 20px;
}

.crud_page .table-hover>tbody>tr:hover {
    background-color: #ffffff;
}

html.semi-dark .logo-icon {
	filter: none!important;
}

.form_add_gift {
	margin-bottom: 60px;
}
/* end admin */

.product-card__img img {
/*	width: 100%;
	height: 100%;
	object-fit: cover;*/
}

.product-card__add-cart {

}

.cabinet-cart__qty {
	width: 35px;
	height: 35px;
}

.floatR .btn {
	height: 35px;
}

.order_table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}

/* Заголовок таблицы */
.order_table thead th {
    background: linear-gradient(to bottom, #5155ff, #d434a2);
    color: white;
    padding: 18px 10px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ячейки */
.order_table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
}

/* Полосы */
.order_table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Последняя строка без нижней границы */
.order_table tbody tr:last-child td {
    border-bottom: none;
}

/* Ховер эффект */
.order_table tbody tr:hover {
    background-color: #f1f3ff;
    transition: background 0.2s;
}

.badge-blue {
	background: #4e8aff;
	padding: 2px 6px;
	border-radius: 6px;
	color: white;
	font-size: 13px;
}

.pay_btn {
    background: linear-gradient(135deg, #cd1fb9, #9e0fa3);
    padding: 8px 16px;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 140px;
}

.pay_btn::before {
    content: "💳";
    margin-right: 8px;
}
.pay_btn:hover {
    background: linear-gradient(135deg, #e41fd4, #b81cb1);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.pay_btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cab-collection-item__gift-qty {
	height: 35px;
    width: 35px;
    text-align: center;
}

.gift_edit_photo img {
	width: 200px;
}

.edit_gift_a {
	color: #792afe;
	/*text-align: right;*/
}

.edit_gift_a:hover {
	text-decoration: underline;
}


.edit_collection_a {
	color: #792afe;
	/*	text-align: right;*/
	display: block;
	margin-bottom: 10px;
}

.edit_collection_a:hover {
	text-decoration: underline;
}

.hystmodal .products-grid {
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 20px;
}

.cabinet-cart__container {
	z-index: 99999;
}

.hystmodal__shadow.hystmodal__shadow--show {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
} 

.hystmodal.hystmodal--simple.hystmodal--active {
  z-index: 1000;
}

.delete_gift a {
	color: red;
	font-size: 15px;
}

.cab-collection-item__gift-qty {
	background: linear-gradient(225deg, #4d98ff 0, #524aff 29.4%, #9c0bfc 54.4%, #cc1cbd 82.5%, #f49a2f 100%);
	color: white;
	font-weight: bold;
	font-size: 20px;
}

#copy_url_input {
	font-size: 16px;
	line-height: 125%;
	border: 1px solid var(--darkgray);
	border-radius: 5px;
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 30px;
}

#copy_my_link_btn {
	margin-bottom: 40px;
}

textarea[name="order_comment"] {
	height: 100px;
}

.order_delivery {
	margin-top: 20px;
}

.cabinet-clear-cart {
	display: none;
}

.mob-menu__inner {
	min-height: 80vh;
}

.profile_text {
	width: 888px;
}

.inner_page ul {
    margin-bottom: 20px;
    font-size: 18px;

    list-style-type: disc;
    padding-left: 25px;
}

.inner_page h2 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 50px;
}

.hero-title {
	font-style: normal;
}

.delete_profile_photo a {
	color: red;
}

.suppport_tg {
	position: fixed;
	bottom:40px;
	right: 40px;
	z-index: 500;
}

.suppport_tg img {
	width: 90px;
}

.inner_page {
	padding-top: 40px;
	padding-bottom: 60px;
}

.breadcrumb ul  {

	padding-left: 0px!important;
}

.breadcrumb ul li {
    list-style: none;
    display: inline-block;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: start;
  margin-bottom: 15px;
  color: gray;
}
.breadcrumb a {
  text-decoration: underline;
  display: inline-block;
}
.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb a {
    text-decoration: none;
    border-bottom: 1px solid #2c2cd9;
    color: #2c2cd9;
}

.text_page img {
	display: block;
	max-width: 50%;
	text-align: center;
}

.text_page p b {
	font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 20px;
}

.price_in_eur {
	font-size: 20px;
	color: #7032fe;
}

.price_in_rub {
	font-size: 20px;
	color: #7032fe;
}

.header__nav-link {
    position: relative;
    display: inline-block;
}

.badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: red;
    color: white;
    font-size: 14px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    white-space: nowrap;
}

.badge-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    color: white;
    text-transform: uppercase;
}

/* Цвета под статус */
.badge-yellow {
    background-color: #ffc107;
    color: #212529;
}

.badge-blue {
    background-color: #007bff;
}

.badge-green {
    background-color: #28a745;
}

.badge-gray {
    background-color: #6c757d;
}

select[name="gift_currency"] {
	padding: 19px;
	font-size: 20px;
}

@media (min-width: 1024px) {
    .subscribe-form {
        gap: 15px;
    }

    

}

@media (max-width: 1000px) {
   
   .hystmodal .products-grid {
   	grid-template-columns: repeat(1, 1fr);
   	grid-gap: 40px 20px;
   }

   .profile_text {
   	width: 100%;
   }

   .ctb__left-block {
   	flex-direction: column;
   }

}


.tg_icon {
	padding-top: 6px;
}




