body {
	font-family: "Open Sans";
	font-weight: 400;
	color: #666;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1 {margin-top:0px;}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #800438;
}
a:hover {
    color: #222;
	text-decoration: none;
}
li {
    list-style-type: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
    color: #444;
    width: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 1px solid #f5f5f5;
    border-bottom-color:transparent;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* top */
#top {
	background-color: #f5f5f5;
	padding: 4px 0px 3px 0;
	margin: 0 0 10px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
	background: #f5f5f5;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
}
#top .btn-link, #top-links li, #top-links a {
	color: #800438;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #323232;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #800438;
}
#top-links .dropdown-menu a:hover {
	color: #222;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links, .top-links {
	padding-top: 6px;
}
#top-links a + a, .top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo, .logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
	border-right: none;
	box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	border: 1px solid #f5f5f5;
    background: #f5f5f5;
    color: #222;
    border-left: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
	float: right;
}
#cart > .btn {
    font-size: 14px;
    line-height: 16px;
    color: #777;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #777;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
	border-radius: 5px;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: max-content;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* MENU */
#menu-full {
    background-color: #222;
    margin-bottom: 15px;
}
.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
}
.navbar-lg .navbar-nav {
    flex-direction: row;
}
.navbar-nav>li>a {
    color: #fff;
}
.navbar-nav>li {
    border-top: 1px solid #f5f5f50f;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: none;
}
.navbar-collapse {
    border-top: none;
    box-shadow: none;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>li>a:active {
    color: #222;
    background-color: inherit;
    outline: 0;
}
.nav>li>a:hover {
    color: #222;
    border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #222;
    border-radius: 0;
}
#menu {
    background-color: #800438;
    margin-bottom: 0;
    min-height: 0;
}
#menu .nav > li > a {
    color: #fff;
    min-height: 15px;
    background-color: transparent;
    padding: 10px 15px 10px 15px;;
}
#menu .nav > li > a > i {
    float: right;
    margin-top: 3px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #222;
    background-color: transparent;
}
#menu .dropdown-menu {
	border: none;
	min-width: max-content;
    margin-left: 0 !important;
}
#menu ul .display-subchild {
    display: block;
}
#menu .dropdown-inner a {
	min-width: auto;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
}
#menu .dropdown-inner .child a, #menu .dropdown-inner .childsub a {
    color: #222;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0 20px;
}
#menu .dropdown-inner .child a:hover, #menu .dropdown-inner .childsub a:hover {
    color: #800438;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
}
#menu .dropdown-inner .subchild a {
    padding: 5px 10px;
    color: #222;
    font-weight: 500;
    font-size: 12px;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.navbar-collapse {
    padding:0;
}
#menu .btn-navbar {
	font-size: 15px;
	color: #fff;
	padding: 2px 18px;
	float: right;
	background-color: #800438;
	background-image: none;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #800438;
	opacity: 0.8;
	border: 1px solid #fff;
}
@media (max-width: 767px) {
    .navbar-toggle {margin-right: 0;}
    .navbar-nav>li>a {padding-top: 0px;padding-bottom: 0px;}
    .nav>li>a {padding: 5px 15px;}
	#menu {min-height: 0;}
	#menu .dropdown-inner .child, #menu .dropdown-inner .childsub {border-bottom: 1px dashed #f5f5f50f;}
	#menu .dropdown-inner .child, #menu .dropdown-inner .childsub {background: #800438;}
	#menu div.dropdown-menu {padding: 0;margin-left: 0 !important;background:#fff;}
	#menu .dropdown-inner a {width: 100%;color: #fff;}
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {background: rgba(0, 0, 0, 0.1);}
	#menu .see-all {margin-top: 0;border: none;border-radius: 0;color: #fff;}
	#menu .dropdown-inner .childsub {display:block;}
	#menu .dropdown-inner .child a, #menu .dropdown-inner .childsub a {
	    color: #222;font-weight: 500;background: #800438;padding: 10px 15px 10px 25px;
	}
	#menu .dropdown-inner .child a:hover, #menu .dropdown-inner .childsub a:hover {
	    color: #fff;background: #800438;
	}
	.radio-inline input + span {font-size: 0.7em;}
}
@media (min-width: 767px) {
    #menu .dropdown:hover .dropdown-menu {display: block;}
    #menu .nav > li > a:first-child {padding-left:0;}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	padding: 8px 0;
	overflow-x: auto;
    white-space: nowrap;
    background: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child {
    padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
}
.btn-primary {
	color: #ffffff;
	background-color: #800438;
	border: 1px solid #800438;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
    color: #fff;
    background-color: #800438ed;
    border: 1px solid #800438ed;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: none;
}
.btn-danger {
	color: #ffffff;
	background-color: #800438;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: none;
	background-color: #ff8c8c;
	border: none;
	box-shadow:none;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: none;
}
.btn-info {
	color: #ffffff;
	background-color: #800438;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #800438;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #800438;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    border-radius: 5px;
    background-color: #800438;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    color: #fff;
}
.btn-link:focus, .btn-link:hover {
    background-color: #ff8c8c;
    color: #fff;
    transition: all ease-in-out .3s;
    text-decoration: underline;
}
.category-cart-btn button:hover {
    background-color: #ff8c8c;
    color: #fff;
    transition: all ease-in-out .3s;
}
/* list group */
.list-group a {
	border: 1px solid #f5f5f5;
	color: #222;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #800438;
	border: 1px solid #800438;
    color: #fff;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	border: 1px solid #eee;
    border-radius: 5px;
}
.price-btn {
    margin-top: 20px;
}
.price-btn > .category-price p, .category-price p {
    margin: 0;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
	padding: 10px 0;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-list .product-thumb .image img {
    max-width: 70%;
}
.product-grid .product-thumb .image {
	float: none;
	padding: 10px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2;
    height: 3.6em;	
}
.product-thumb .caption {
	padding: 15px;
	min-height: 60px;
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #800438;
	font-weight: 700;
    font-size: 20px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.price-old {
    color: #222;
    text-decoration: line-through;
    text-decoration-color: #800438;
    line-height: 1.2;
}
.price {
    color: #800438;
    font-size: 24px;
    font-weight:600;
}
.product-thumb .price-old {
    font-size: 12px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
	padding: 10px;
    border-radius: 10px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
    background-color: #800438;
    color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #fff;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #800438b5;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.form-control {
    border: 1px solid #f5f5f5;
    box-shadow: none;
    transition: none;
}
.form-control:focus {
    border-color: #f5f5f5;
    box-shadow: none;
}
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #800438;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

/* This css - Insane template */
.sort .input-group {float:right}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    border: 1px solid #800438;
    color: #fff;
    background: #800438;
}
.input-group .form-control:last-child {
    border-color: #f5f5f5;
    color: #333;
    box-shadow: none;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child), .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    color: #444;
    box-shadow: none;
}
input, input:focus, a, a:visited, a:focus, a:active, a:hover, button:active, button:focus {
    outline: 0 !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgb(0 0 0 / 0%);
}
#menu, .navbar {
    border: 0;border-radius: 0px;margin-bottom: 0;
}
.swiper-viewport {
    margin-top:10px!important;
    box-shadow: none!important;
    border: solid 1px #f5f5f5!important;
}
#menu-full {
    background:#800438;margin-bottom: 10px;
}
.dropdown-menu {
    border-radius:0;border:0;margin:13px 0 0;
}
.cart-btn {
    background: #800438;
    color: #fff;
    border-radius: 5px;
    border:0;
    padding: 0 10px;
}
.top-phone-open, .top-phone-open .fa {
    font-size: 21px;
    color:#800438;
    list-style:none;
    margin-bottom:3px;
}

/* Start Animation Phone */

.top-phone a {
    animation: pullse 2s infinite;
}
@keyframes pullse {
  0% {box-shadow: 0 0 0 0 rgba(251 105 105 / 14%);}
  40% {box-shadow: 0 0 0 10px rgba(204,169,44, 0);}
  100% {box-shadow: 0 0 0 0 rgba(204,169,44, 0);}
}

/* End Animation Phone */

.top-phone a {
    text-decoration: none;
    color:#800438;
}
.top-open {
    color: #222;
    font-size: 14px;
}
.alert-success {
    color: #222;
    background-color: #80043833;
    border:0;
}
.mobile-logo {
    max-width: 50%;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-toggle {
    margin-right: 0;
}
.cat {
    display: block;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin: 0 0 20px 0;
    text-align: -webkit-center;
}
.cat:hover {
    opacity: 0.8;
}
.cat:first-child {
    margin-left: 0;
}
.cat:last-child {
    margin-right: 0;
}
.cat-name {
    display: -webkit-box;
    line-height: 2.1;
    height: 35px;
    -webkit-box-orient: vertical;
}
.button-cw {
    position: absolute;
    z-index: 6;
    top: 0px;
    right: 15px;
    display: flex;
}
.product-grid .button-cw {
    top: 10px;
    right: 20px;
    list-style-type: none;
}
.product-list .button-cw {
    top: 15px;
    right: 20px;
}
.button-cw button {
    margin: 5px;
    color: #b81256;
    border: 0;
    background: none;
}
.button-cw button {
    color:#800438ed;
}
.button-cw button:hover {
    color: #ff8c8c;
    transition: all ease-in-out .3s;
}
.category-cart-btn button {
    padding:10px;
    color:#fff;
    background-color:#800438;
    border-radius: 5px;
    border: 0;
}
.price-btn {
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.price-btn-cat {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.dropdown-menu.pull-right {
    right: 15px;
    top: 27px;
}
.product-info, .product-info-1, .product-image {
border-radius: 5px;
padding: 15px;
box-shadow: none;
border: 1px solid #f5f5f5;
margin-bottom: 10px;
}
.product-info h2 {
    font-size: 35px;
    color: #800438;
    margin-top:0;
    font-weight: 700;
}
.thumbnail, a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border: 0!important;
}
.html-content {
    padding: 10px;
    background: #f9f5fc;
    border-radius: 5px;
}
.odcatwall {
    background: #fff;
    overflow: auto;
    display: block;
    padding: 10px;
    text-align: center;
	font-size:1.4em;
	border: 1px solid #eee;
	margin-bottom:20px;
	border-radius: 5px;
	height: 250px;
}
.odcatwall:hover {
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.odcatwallhref {
	padding-top:10px;
}
#cart .pull-right li {
    padding-left:0;
}
.form-group-flex {
    display: flex;
    margin-bottom: 10px;
}
.kolvo {
    display: inline-flex;
    margin: 0 10px 0 0;
}
.minus {
    color: #222;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #f5f5f5;
}
.plus {
    color: #222;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #f5f5f5;
}
.kolvo-text {
    max-width: 40px;
    outline: 0;
    border-left: 2px solid #f5f5f5;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    border-right: 0;
    text-align: center;
}
.top-links .list-inline>li {padding-left: 0;}
.price-button {align-items:center; display: flex; justify-content: space-between;}
.product-price {display:flex;flex-direction:column;}
.product-button {margin: 10px 0;}
.category-title {text-align:center;}
/* Media - Insane template */

@media (max-width: 991px) {
    .top-phone, .top-phone-open .fa {font-size:16px;}
    .top-open {font-size:11px;}
    .minus, .plus {padding: 0 9px;}
}
@media (max-width: 767px) {
    .sort {float: right;}
    .input-group .input-group-addon {width: 100%;}
    #menu .dropdown-inner a {border-top: 1px solid #ff8e8e;}
    .breadcrumb {font-size: 10px;}
    #cart .dropdown-menu {width: calc(100vw - 40px);}
    .top-phone, .top-phone-open .fa {font-size:17px;}
    .list-inline {margin-bottom: 0;}
    #top {background-color: #ffffff;}
    .logo img {height: 20px;}
    .logo {margin: 0}
    .nav-tabs>li>a {font-size:12px;}
    #menu .nav > li > a {padding-left: 15px;}
}
/* PRODUCT OPTIONS */
#product .checkbox label, #product .radio label {
    padding-left: 0;
}
.option {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
    font-size: 14px;
}
.option_radio {
    display: flex;
    padding: 2px;
    background: #eee;
    border-radius: 5px;
}
.product_option_radio {
    display: flex;
    padding: 2px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}
.product-thumb .caption .radio-inline, #product .radio-inline {
    width: 100%;
}
.radio-inline {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.radio-inline label {
    display: block;
    width: 100%;
}
.radio-inline input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}
.radio-inline input {
    display: none;
}
.radio-inline input + span{
    color: #333;
    background-color: #eee;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 3px 1px;
    font-weight: 400;
}
.radio-inline input:checked + span, product .radio-inline input:checked + span {
    background-color: #fff;
    border-radius: 5px;
}
.checkbox label {
    padding-left: 0;
}
.rtg {
  display: none;
}
.mrt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 15px;
  height: 15px;
  border: 2px solid #800438;
  border-radius: 12px;
}

.mrt:before {
    content: '';
    display: none;
    position: absolute;
    top: 20%;
    left: 28%;
    border: solid #800438;
    border-width: 3px 2px 3px 4px;
    border-radius: 12px;
}

.rtg:checked ~ .mrt {
  border-color: #800438;
}

.rtg:checked ~ .mrt:before {
  display: block;
}
.rtg:checked ~ .lst {
  color: #800438;
}
/*ACCORDION-MOBILE-MENU-FOOTER*/
@media (max-width: 767px) {footer {padding-top:0!important;}}
.mm i {color:#fff;display: inline-block;float: right;margin-top: 4px;}
.fm {padding: 0 15px;}
.mm:first-child {border-top:none;}
.mm {padding-top: 15px; border-top: 1px solid #666}
.mm_text {margin: 0 0 15px;color:#fff;font-weight:600;}
.sm {margin: 0 0 10px;}
.sm:last-child {margin: 0 0 20px;}
.list-unstyled span {display: inline-block;}

/* =========================================================================
   👑 ПРЕМИУМ-СТИЛИ ДЛЯ САЙТА КУПИ ЦВЕТЫ (КОНЦЕПТ ИНДИВИДУАЛЬНОГО ДИЗАЙНА)
   Цвета: Изысканный бордовый (#800438) и Воздушный розовый крем (#FCF5F6)
   Шрифты: Cormorant Garamond (сериф) и Inter (санс-сериф)
   ========================================================================= */

/* 1. Глобальные шрифты и фоны */
body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    background-color: #FCF5F6 !important; /* Уютный сливочно-розовый крем */
    color: #3A2F31 !important; /* Глубокий мягкий уголь */
    overflow-x: hidden !important; /* Гарантированная защита от горизонтального скролла */
}

/* Элегантные засечки для заголовков */
h1, h2, h3, h4, .product-thumb h4 a, .logo h1 a, #logo h1 a, legend {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 600 !important;
    color: #800438 !important;
}

h1 { font-size: 34px !important; letter-spacing: -0.5px; }
h2 { font-size: 28px !important; }
h3 { font-size: 22px !important; }

/* Автоперенос длинных заголовков */
#category-title, 
.page-title, 
.category-title, 
h1.page-title,
h1#category-title,
h1 {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    display: block !important;
}

/* Цвета ссылок */
a {
    color: #800438;
    transition: color 0.25s ease;
}
a:hover {
    color: #B2064E;
}

/* 2. Верхняя сервисная панель (Top Bar) */
#top {
    background-color: #F8ECEE !important;
    border-bottom: 1px solid #F1DFE2;
    padding: 6px 0 !important;
}
#top .container {
    background: transparent !important;
}
#top .btn-link, #top-links li, #top-links a {
    color: #800438 !important;
    font-weight: 500;
}
#top .btn-link:hover, #top-links a:hover {
    color: #B2064E !important;
}

/* 3. Шапка сайта (Header) - ДЕСКТОПНЫЕ СТИЛИ */
header {
    padding: 22px 0;
    background-color: #FCF5F6;
}
.top-phone a {
    color: #800438 !important;
    font-weight: 700;
    font-size: 17px;
    transition: color 0.2s ease;
}
.top-phone a:hover {
    color: #B2064E !important;
}
.top-address {
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    color: #6E5C5E !important;
    margin-top: 3px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}
.top-address i {
    color: #800438 !important;
    margin-right: 4px !important;
    font-size: 12px !important;
}
.top-open {
    font-family: "Inter", sans-serif !important;
    font-size: 11px !important;
    color: #6E5C5E !important;
    margin-top: 2px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}
.top-open i {
    color: #800438 !important;
    margin-right: 4px !important;
    font-size: 11px !important;
}

/* Мягкая круглая кнопка корзины на десктопе */
#cart .cart-btn {
    height: auto !important;
    min-height: 46px !important;
    min-width: 130px !important;
    border-radius: 23px !important;
    border: 1px solid #800438 !important;
    background-color: #800438 !important;
    color: #FFF !important;
    font-weight: 600;
    padding: 6px 20px !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(128,4,56,0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 1.25 !important;
}
#cart .cart-btn:hover {
    background-color: #990544 !important;
    border-color: #990544 !important;
}
#cart .cart-btn i {
    color: #FFF !important;
    font-size: 14px !important;
    margin-bottom: 2px !important;
    margin-right: 0 !important;
}
#cart .cart-btn #cart-total {
    color: #FFF !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

#cart .dropdown-menu {
    border: 1px solid #E6D2D5;
    box-shadow: 0 12px 35px rgba(128,4,56,0.08);
    border-radius: 12px;
    padding: 15px;
}

/* Круглый логотип на десктопе */
@media (min-width: 768px) {
    #logo {
        display: inline-block !important;
    }
    #logo img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50% !important;
        border: 3px solid #800438 !important;
        box-shadow: 0 4px 15px rgba(128,4,56,0.1) !important;
        object-fit: cover !important;
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease !important;
    }
    #logo img:hover {
        transform: scale(1.06) rotate(3deg) !important;
        box-shadow: 0 8px 25px rgba(128,4,56,0.18) !important;
    }
}

/* =========================================================================
   👑 ГЛАВНОЕ МЕНЮ КАТЕГОРИЙ (ДЕСКТОП) — СПЛОШНАЯ БОРДОВАЯ ПЛАШКА С 100% ВЛЕЗАНИЕМ */
@media (min-width: 768px) {
    #menu {
        background-color: #800438 !important;
        border-radius: 24px !important;
        margin-bottom: 25px;
        box-shadow: 0 6px 20px rgba(128,4,56,0.12);
        border: none !important;
        overflow: visible !important;
    }
    
    #menu .nav {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* Полный запрет на перенос пунктов на вторую строчку */
        justify-content: space-between !important; /* Равномерно распределяем категории по всей плашке */
        align-items: center !important;
        width: 100% !important;
        padding: 0 10px !important;
    }
    
    #menu .nav > li {
        float: none !important;
        display: inline-block !important;
        flex: 1 1 auto !important; /* Пункты гибко подстраиваются под ширину */
        text-align: center !important;
        padding: 2px 0 !important;
        position: relative !important;
    }
    
    #menu .nav > li > a {
        font-family: "Inter", sans-serif !important;
        color: #FFF !important;
        font-weight: 600;
        letter-spacing: 0.3px;
        font-size: 13px !important;
        padding: 12px 14px !important; /* Оптимальные отступы */
        transition: all 0.25s ease !important;
        border-radius: 20px !important;
        display: block !important;
        white-space: nowrap !important; /* Запрещаем перенос слов внутри ссылки */
    }
    
    /* Адаптивное уменьшение отступов и шрифтов на экранах поменьше */
    @media (max-width: 1199px) {
        #menu .nav > li > a {
            padding: 10px 8px !important;
            font-size: 11.5px !important;
        }
    }
    
    @media (max-width: 991px) {
        #menu .nav > li > a {
            padding: 8px 4px !important;
            font-size: 10.5px !important;
        }
    }
    
    /* Эффект подсветки пункта меню в виде огруглой капсулы */
    #menu .nav > li > a:hover, 
    #menu .nav > li.open > a {
        background-color: #990544 !important;
        color: #FFF !important;
        border-radius: 20px !important;
    }
}

/* 5. Карточки букетов */
.product-thumb {
    background: #FFF !important;
    border: 1px solid #F2E4E6 !important;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(128,4,56,0.02) !important;
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.35s ease !important;
    margin-bottom: 30px;
}
.product-thumb:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 30px rgba(128,4,56,0.08) !important;
}
.product-thumb .image {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    overflow: hidden;
}
.product-thumb .image img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}
.product-thumb:hover .image img {
    transform: scale(1.05);
}
.product-thumb .caption {
    padding: 18px !important;
    min-height: auto !important;
}
.product-thumb h4 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}
.product-thumb h4 a {
    font-size: 19px !important;
    line-height: 1.35 !important;
    color: #800438 !important;
    transition: color 0.2s ease;
}
.product-thumb h4 a:hover {
    color: #B2064E;
}
.product-thumb .price {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #800438 !important;
    margin-bottom: 5px;
}
.product-thumb .rating {
    margin-bottom: 10px;
    color: #DFBA87;
}

.product-button .btn, 
.product-button .btn-primary {
    background-color: #800438 !important;
    border-color: #800438 !important;
    color: #FFF !important;
    border-radius: 22px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 9px 24px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(128,4,56,0.1) !important;
}
.product-button .btn:hover, 
.product-button .btn-primary:hover {
    background-color: #990544 !important;
    border-color: #990544 !important;
    box-shadow: 0 6px 18px rgba(128,4,56,0.2) !important;
}

/* 6. Глобальные кнопки */
.btn-primary {
    background-color: #800438 !important;
    border-color: #800438 !important;
    color: #FFF !important;
    border-radius: 22px !important;
    font-weight: 600 !important;
    padding: 9px 24px !important;
    font-size: 13px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(128,4,56,0.15) !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #990544 !important;
    border-color: #990544 !important;
    box-shadow: 0 6px 18px rgba(128,4,56,0.25) !important;
}
.btn-default {
    border-radius: 22px !important;
    padding: 9px 24px !important;
    font-size: 13px !important;
    font-weight: 500;
    border: 1px solid #E6D2D5 !important;
    background: #FFF !important;
    color: #800438 !important;
}
.btn-default:hover {
    background: #FCF5F6 !important;
    color: #B2064E !important;
}

/* =========================================================================
   👑 СУПЕР-СТАБИЛЬНАЯ МОБИЛЬНАЯ ШАПКА */
@media (max-width: 767px) {
    header .container > .row > div {
        padding-left: 8px !important;
        padding-right: 8px !important;
        box-sizing: border-box !important;
    }

    header .container > .row {
        display: block !important;
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
    
    #top .logo {
        display: none !important;
    }
    
    /* Логотип слева (18% ширины) */
    header .hidden-xs {
        display: block !important;
        width: 18% !important;
        float: left !important;
        clear: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #logo {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    #logo img {
        width: 44px !important;
        height: 44px !important;
        border-radius: 50% !important;
        border: 2px solid #800438 !important;
        box-shadow: 0 3px 8px rgba(128,4,56,0.12) !important;
        object-fit: cover !important;
        margin: 0 auto !important;
        display: block !important;
    }
    
    /* Блок контактов посередине (справа от логотипа, 52% ширины) */
    .top-phone-open {
        width: 52% !important;
        float: left !important;
        clear: none !important;
        margin: 0 !important;
        text-align: left !important;
        padding: 0 0 0 8px !important; /* Легкий отступ от логотипа */
    }
    
    .top-phone {
        margin: 3px 0 2px 0 !important;
        display: block !important;
        width: 100% !important;
    }
    
    .top-phone a {
        font-size: 13px !important; /* Компактный размер, чтобы номер влезал на 100% */
        font-weight: 700 !important;
        color: #800438 !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
    }
    
    .top-phone a i {
        color: #800438 !important;
        font-size: 11px !important;
    }
    
    /* Роскошный вывод адреса строго под телефоном по левому краю */
    .top-address {
        display: inline-flex !important; /* Флекс для выравнивания иконки и текста */
        align-items: flex-start !important;
        gap: 6px !important;
        font-family: "Inter", sans-serif !important;
        font-size: 9px !important; /* Компактно, для аккуратного переноса по строкам */
        color: #6E5C5E !important;
        margin: 2px 0 !important;
        line-height: 1.3 !important;
        font-weight: 500 !important;
        white-space: normal !important; /* Разрешаем естественный и ровный перенос строк */
        text-align: left !important;
        width: 100% !important;
    }
    
    .top-address i {
        color: #800438 !important;
        font-size: 9px !important;
        margin-top: 2px !important; /* Иконка на уровне первой строки */
        flex-shrink: 0 !important;
    }
    
    /* Режим работы строго под адресом по левому краю */
    .top-open {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-family: "Inter", sans-serif !important;
        font-size: 9px !important;
        color: #6E5C5E !important;
        margin: 2px 0 0 0 !important;
        line-height: 1.3 !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
        text-align: left !important;
        width: 100% !important;
    }
    
    .top-open i {
        color: #800438 !important;
        font-size: 9px !important;
        flex-shrink: 0 !important;
    }
    
    /* Корзина справа в верхней строке (30% ширины) */
    header .col-xs-4 {
        width: 30% !important;
        float: right !important;
        clear: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    #cart .cart-btn {
        height: 38px !important;
        min-height: 38px !important;
        min-width: 0 !important;
        width: 100% !important;
        padding: 2px 4px !important;
        border-radius: 19px !important;
        font-size: 9px !important;
        text-align: center !important;
        margin: 3px 0 0 0 !important;
        display: block !important;
        box-shadow: 0 3px 8px rgba(128,4,56,0.12) !important;
        background-color: #800438 !important;
        color: #FFF !important;
        border: none !important;
        line-height: 1.15 !important;
    }
    
    #cart .cart-btn i {
        display: none !important; /* Убираем иконку */
    }
    
    #cart .cart-btn #cart-total {
        font-size: 9px !important;
        line-height: 1.15 !important;
        display: inline-block !important;
        vertical-align: middle !important;
        white-space: nowrap !important;
    }
    
    /* Поиск под контактами */
    header .col-xs-12 {
        width: 100% !important;
        float: left !important;
        clear: both !important;
        margin-top: 6px !important;
        padding: 0 4px !important;
    }
    #search {
        margin-bottom: 0 !important;
    }
}

/* =========================================================================
   👑 ИЗЯЩНЫЕ РАЗДЕЛИТЕЛЬНЫЕ ЛИНИИ В ВЫПАДАЮЩЕМ МЕНЮ И МЕНЮ КАТЕГОРИЙ */
#menu-full {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.list-group a.active, 
.list-group a.active:hover, 
.list-group a.active:focus,
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus,
a.list-group-item.active, 
a.list-group-item.active:hover, 
a.list-group-item.active:focus {
    background-color: #800438 !important;
    border-color: #800438 !important;
    color: #FFF !important;
}

/* В мобильной версии меню остается сплошным красивым блоком с гамбургером */
#menu.navbar {
    background-color: #800438 !important;
    border-radius: 24px !important;
    border: none !important;
    padding: 0 15px !important;
}
.navbar-header {
    background-color: transparent !important;
    border: none !important;
    width: 100% !important;
    margin: 0 !important;
}
#category {
    color: #FFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 48px !important;
    padding-left: 5px !important;
    display: inline-block !important;
}
#menu .btn-navbar {
    margin-right: 5px !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    background-color: #990544 !important;
    border: none !important;
    color: #FFF !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
}

/* =========================================================================
   👑 РОСКОШНЫЙ ПРЕМИУМ-ПОДВАЛ */
footer {
    margin-top: 50px !important;
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    position: relative !important;
    background: linear-gradient(rgba(128, 4, 56, 0.94), rgba(128, 4, 56, 0.94)), 
                url("/image/catalog/footer_bg.jpg") center/cover no-repeat !important;
    border-top: 4px solid #800438 !important;
    color: #F8ECEE !important;
    box-shadow: 0 -10px 40px rgba(128,4,56,0.06) !important;
}

footer hr {
    border-top: none !important;
    border-bottom: 1px solid rgba(248, 236, 238, 0.15) !important;
}

footer h5 {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    color: #FFF !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.5px !important;
}

footer a {
    color: #EBD5D8 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    transition: all 0.25s ease !important;
    display: inline-block !important;
    padding: 4px 0 !important;
}

footer a:hover {
    color: #FFF !important;
    transform: translateX(4px) !important;
    text-decoration: none !important;
}

footer p {
    color: #C0A8AB !important;
    font-size: 12px !important;
}

.mm_text {
    color: #FFF !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.mm {
    border-top: 1px solid rgba(248, 236, 238, 0.15) !important;
}
.mm i {
    color: #FFF !important;
}

/* =========================================================================
   👑 СТИЛИ ИКОНОК СОЦСЕТЕЙ В ПОДВАЛЕ */
footer .footer-social-icons {
    display: flex !important;
    gap: 15px !important;
    margin-top: 15px !important;
}

footer .social-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background-color: rgba(248, 236, 238, 0.08) !important;
    border: 1px solid rgba(248, 236, 238, 0.2) !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #FFF !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    text-decoration: none !important;
}

footer .social-icon svg {
    color: #FFF !important;
    transition: transform 0.4s ease, color 0.3s ease !important;
}

footer .social-icon svg.icon-vk {
    width: 32px !important;
    height: 32px !important;
}
footer .social-icon svg.icon-max {
    width: 25px !important;
    height: 25px !important;
}

footer .social-icon:hover {
    transform: translateY(-5px) scale(1.08) !important;
}

footer .social-icon:hover svg {
    transform: scale(1.08) rotate(12deg) !important;
}

footer .social-icon.max:hover {
    background-color: #DFBA87 !important;
    border-color: #DFBA87 !important;
    color: #800438 !important;
    box-shadow: 0 6px 20px rgba(223, 186, 135, 0.5) !important;
}

footer .social-icon.vk {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #FCF5F6 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

footer .social-icon.vk:hover {
    background-color: #DFBA87 !important;
    border-color: #DFBA87 !important;
    color: #800438 !important;
    box-shadow: 0 6px 20px rgba(223, 186, 135, 0.5) !important;
}

/* =========================================================================
   👑 СВЕРХЭЛЕГАНТНЫЕ СКРУГЛЕННЫЕ ВЫПАДАЮЩИЕ МЕНЮ (DROPDOWNS) - ЕДИНЫЙ ФОН */
/* Внешняя плашка выпадающего списка на десктопе: единая сплошная скругленная карточка */
#menu .dropdown-menu,
.dropdown-menu {
    border-radius: 16px !important;
    box-shadow: 0 10px 30px rgba(128, 4, 56, 0.15) !important;
    border: none !important; /* Убираем любые рамки */
    background-color: #FFF !important;
    padding: 8px 0 !important;
    overflow: hidden !important;
}

/* Полный сброс рамок, фонов и теней у внутренних контейнеров, чтобы не было "колоды карт" и линий */
#menu .dropdown-inner,
#menu .dropdown-inner .child,
#menu .dropdown-inner .childsub,
#menu .dropdown-menu li,
#menu .dropdown-menu ul,
.dropdown-menu li,
.dropdown-menu ul {
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

/* Ссылки внутри выпадающего списка */
#menu .dropdown-inner .child a,
#menu .dropdown-inner .childsub a,
.dropdown-menu li a {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #800438 !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    margin: 2px 8px !important;
    transition: all 0.25s ease !important;
    border: none !important; /* Никаких рамок */
    border-bottom: none !important;
    display: block !important;
    background: transparent !important;
}

#menu .dropdown-inner .child a:hover,
#menu .dropdown-inner .childsub a:hover,
.dropdown-menu li a:hover {
    background-color: #FCF5F6 !important;
    color: #B2064E !important;
    transform: translateX(4px) !important;
}

/* Полное удаление любых разделителей, линий, псевдоэлементов в меню и выпадашках */
#menu .dropdown-inner .child a::after,
#menu .dropdown-inner .child a::before,
#menu .nav > li > a::after,
#menu .nav > li > a::before,
.dropdown-menu li::after,
.dropdown-menu li::before,
.dropdown-menu hr,
#menu hr,
#menu .dropdown-menu hr {
    display: none !important;
    content: none !important;
    background: none !important;
    border: none !important;
    height: 0 !important;
}

/* =========================================================================
   👑 УПРАВЛЕНИЕ НАДПИСЬЮ "КАТЕГОРИИ" (СКРЫТЬ НА ПК, ОСТАВИТЬ НА ТЕЛЕФОНАХ) */
#category,
#menu .menu-title,
#menu h3,
#menu h2,
#menu .navbar-header span,
.navbar-header #category {
    display: none !important;
}

@media (max-width: 767px) {
    #category,
    #menu .menu-title,
    #menu h3,
    #menu h2,
    #menu .navbar-header span,
    .navbar-header #category {
        display: inline-block !important;
    }
    
    #menu.navbar {
        min-height: 48px !important;
    }
    #menu .btn-navbar {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
        float: right !important;
    }
}

/* =========================================================================
   👑 БЕЗУПРЕЧНО СИММЕТРИЧНОЕ ОКРУГЛЕНИЕ МЕНЮ, КНОПОК И ПОИСКА */
#menu,
#menu.navbar,
#menu-full,
.navbar {
    border-radius: 24px !important;
    overflow: visible !important;
}

@media (max-width: 767px) {
    #menu,
    #menu.navbar,
    .navbar-collapse {
        border-radius: 20px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
}

#menu .nav > li {
    padding: 2px 4px !important;
}

#menu .nav > li > a,
#menu .nav > li.open > a,
#menu .nav > li.active > a,
#menu .nav > li > a:hover,
#menu .nav > li > a:focus,
.nav>li>a:hover,
.nav-pills>li.active>a {
    border-radius: 20px !important;
    margin: 4px 6px !important;
    overflow: hidden !important;
}

/* =========================================================================
   👑 МОБИЛЬНОЕ МЕНЮ И ВЫПАДАЮЩИЕ СПИСКИ — 100% ОКРУГЛЕНИЕ И ЕДИНЫЙ ФОН */
@media (max-width: 767px) {
    /* 1. Вся бордовая плашка мобильного меню */
    #menu.navbar {
        background-color: #800438 !important;
        border-radius: 20px !important; /* Мягкие скругленные углы всей плашки */
        margin-left: 12px !important;
        margin-right: 12px !important;
        border: none !important;
        box-shadow: 0 6px 20px rgba(128,4,56,0.15) !important;
        overflow: visible !important; /* Чтобы не резать скругления раскрывающегося меню */
        margin-top: 6px !important; /* Прижимает кнопку категорий ближе к поиску */
        margin-bottom: 12px !important;
    }

    /* 2. Раскрывающийся блок с пунктами меню (гамбургер) */
    .navbar-collapse,
    .navbar-collapse.in,
    .collapse.in {
        background-color: #800438 !important; /* Сплошной единый бордовый фон */
        border-radius: 20px !important; /* Скругляем нижние углы раскрывающегося меню */
        border: none !important; /* Убираем рамки */
        box-shadow: 0 10px 25px rgba(128,4,56,0.2) !important;
        padding: 10px 15px !important;
        margin: 5px 0 0 0 !important; /* Небольшой зазор от шапки для воздушности */
    }

    /* 3. Пункты меню на мобильном */
    #menu .nav > li {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        margin: 4px 0 !important;
        border: none !important; /* Убираем разделительные линии между пунктами */
    }

    #menu .nav > li > a {
        background: transparent !important;
        color: #FFF !important;
        border-radius: 12px !important; /* Округляем каждый пункт на мобильном */
        padding: 12px 18px !important;
        margin: 0 !important;
        border: none !important; /* Полностью убираем любые рамки и подчеркивания */
    }

    #menu .nav > li > a:hover,
    #menu .nav > li.open > a,
    #menu .nav > li.active > a {
        background-color: #990544 !important; /* Мягкая подсветка активного пункта */
        color: #FFF !important;
        border-radius: 12px !important;
    }

    /* 4. Выпадающие подразделы внутри мобильного меню (по клику на плюс) */
    #menu .dropdown-menu {
        background-color: #F8ECEE !important; /* Сплошной нежно-розовый пастельный фон */
        border-radius: 14px !important; /* Красивое скругление выпадающего облачка на мобильном */
        margin: 6px 10px !important; /* Мягкий отступ от краев */
        padding: 8px !important;
        border: none !important;
        box-shadow: inset 0 2px 6px rgba(128,4,56,0.06) !important;
    }

    /* Ссылки подразделов на мобильном */
    #menu .dropdown-inner .child a,
    #menu .dropdown-inner .childsub a,
    #menu .dropdown-menu li a {
        background: transparent !important;
        color: #800438 !important;
        border-radius: 8px !important;
        padding: 10px 16px !important;
        margin: 2px 0 !important;
        border: none !important; /* Убираем абсолютно все линии */
        border-bottom: none !important;
    }

    #menu .dropdown-inner .child a:hover,
    #menu .dropdown-inner .childsub a:hover,
    #menu .dropdown-menu li a:hover {
        background-color: #FCF5F6 !important;
        color: #B2064E !important;
        border: none !important;
    }

    /* Убираем иконки разделителей на мобильном */
    #menu .dropdown-inner .child a::after,
    #menu .dropdown-inner .childsub a::after {
        display: none !important;
    }
}

/* =========================================================================
   👑 СИММЕТРИЧНЫЙ ПОИСК */
#search .input-lg {
    border-radius: 23px !important;
    margin-right: 8px !important;
    border: 1px solid #E6D2D5 !important;
}
#search .btn-lg {
    border-radius: 23px !important;
}

@media (max-width: 767px) {
    #search .input-lg {
        border-radius: 20px !important;
        margin-right: 6px !important;
    }
    #search .btn-lg {
        border-radius: 20px !important;
    }
}

/* =========================================================================
   👑 РОСКОШНОЕ БОКОВОЕ МЕНЮ КАТЕГОРИЙ (SIDEBAR CATEGORIES) — ЕДИНЫЙ ОКРУГЛЫЙ БЛОК */
.list-group,
.box-content .list-group {
    border-radius: 16px !important; /* Идеальное скругление всей плашки */
    overflow: hidden !important; /* Срезаем острые углы у внутренних пунктов */
    border: 1px solid #F2E4E6 !important; /* Мягкая розовая граница */
    box-shadow: 0 4px 15px rgba(128, 4, 56, 0.03) !important; /* Нежная тень */
    background-color: #FFF !important;
    padding: 0 !important;
    margin-bottom: 25px !important;
}

/* Элементы бокового меню */
.list-group-item,
a.list-group-item {
    font-family: "Inter", sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #800438 !important; /* Фирменный бордовый цвет */
    background-color: #FFF !important;
    border: none !important; /* Убираем стандартные рамки Bootstrap */
    border-bottom: 1px solid #FCF5F6 !important; /* Тончайший пастельный разделитель */
    padding: 12px 20px !important;
    transition: all 0.25s ease !important;
    margin: 0 !important;
}

/* Убираем разделительную линию у последнего элемента */
.list-group-item:last-child,
a.list-group-item:last-child {
    border-bottom: none !important;
}

/* Эффект при наведении (Hover) */
.list-group-item:hover,
a.list-group-item:hover {
    background-color: #FCF5F6 !important; /* Сливочно-розовая подсветка */
    color: #B2064E !important;
    padding-left: 24px !important; /* Мягкий интерактивный сдвиг вправо */
}

/* Активный пункт бокового меню */
.list-group a.active, 
.list-group a.active:hover, 
.list-group a.active:focus,
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus,
a.list-group-item.active, 
a.list-group-item.active:hover, 
a.list-group-item.active:focus {
    background-color: #800438 !important; /* Роскошный бордовый фон */
    border-color: #800438 !important;
    color: #FFF !important; /* Белый текст */
    font-weight: 600 !important;
    padding-left: 20px !important; /* Возвращаем стандартный отступ */
}

/* Если есть отдельный заголовок модуля над меню (например, бордовая плашка) */
.box .box-heading,
.column-left .box-heading,
#column-left .box-heading,
.box-heading {
    background-color: #800438 !important; /* Фирменный бордовый */
    color: #FFF !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 20px !important;
    border-radius: 16px 16px 0 0 !important; /* Скругляем только верх заголовка */
    margin-bottom: 0 !important; /* Стыкуется со списком без зазоров */
    border: none !important;
}

/* Объединяем заголовок и тело в единый блок, если они разделены */
.box,
.column-left .box,
#column-left .box {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(128, 4, 56, 0.03) !important;
    background: transparent !important;
}

.box .box-content,
.box-content {
    border-radius: 0 0 16px 16px !important;
    overflow: hidden !important;
    border: none !important;
    padding: 0 !important;
}

/* Если список идет сразу под заголовком */
.box-heading + .list-group {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important;
}

/* =========================================================================
   👑 ОЧИСТКА ОТ ИКОНОК КОРЗИНЫ И ДУБЛИРУЮЩИХСЯ НАДПИСЕЙ НА ВСЕМ САЙТЕ */

/* 1. Полностью убираем иконки корзины (тележки) FontAwesome на всем сайте */
i.fa-shopping-cart,
.fa-shopping-cart {
    display: none !important;
}

/* Корректируем отступы у текста корзины на ПК после скрытия иконки */
#cart .cart-btn {
    padding: 6px 15px !important;
}

/* Корректируем отступы у текста корзины на мобильном после скрытия иконки */
@media (max-width: 767px) {
    #cart .cart-btn i {
        display: none !important;
    }
    #cart .cart-btn #cart-total {
        margin-left: 0 !important;
    }
}

/* 2. Скрываем картинку-заглушку категории (серую тележку) и растягиваем текст на 100% */
#product-category .col-sm-2,
.col-sm-2:has(img[src*="placeholder"]),
img[src*="placeholder"] {
    display: none !important;
}

#product-category .col-sm-10 {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 3. Скрываем дублирующийся лишний заголовок категории внизу страницы */
.category-title,
span.category-title,
span.category-title h1 {
    display: none !important;
}

/* 4. Запрет переноса тысячников в ценах */
.price,
.price-old,
.product-price,
.product-price span,
.product-thumb .price {
    white-space: nowrap !important;
}

.price-button {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    width: 100% !important;
}

/* === СТИЛИ ДЛЯ СОЦСЕТЕЙ И ВЫРАВНИВАНИЯ В ВЕРХНЕЙ ПЛАШКЕ === */
/* Идеальное вертикальное выравнивание элементов верхней панели */
#top .container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    min-height: 56px !important;
}

@media (min-width: 768px) {
    #top .top-links.pull-left {
        float: none !important;
        display: flex !important;
        align-items: center !important;
    }
    #top #top-links.pull-right {
        float: none !important;
        display: flex !important;
        align-items: center !important;
    }
}

#top .list-inline {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

#top .list-inline > li {
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

#top .top-social-icons {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    height: 100% !important;
}

#top .top-social-icons .social-icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background-color: rgba(128, 4, 56, 0.05) !important;
    border: 1px solid rgba(128, 4, 56, 0.12) !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
    text-decoration: none !important;
    padding: 0 !important;
}

#top .top-social-icons .social-icon.vk {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #800438 !important;
    line-height: 1 !important;
}

#top .top-social-icons .social-icon.max svg {
    width: 24px !important;
    height: 24px !important;
    color: #800438 !important;
    transition: transform 0.4s ease, color 0.3s ease !important;
}

#top .top-manager-link {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #800438 !important;
    text-decoration: none !important;
    margin-left: 5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    border-radius: 24px !important;
    background-color: rgba(128, 4, 56, 0.05) !important;
    border: 1px solid rgba(128, 4, 56, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
}

#top .top-manager-link i {
    font-size: 12px !important;
    color: #800438 !important;
    transition: transform 0.3s ease !important;
}

#top .dropdown-toggle.top-account-btn {
    font-family: "Inter", sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #800438 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 22px !important;
    border-radius: 24px !important;
    background-color: rgba(128, 4, 56, 0.05) !important;
    border: 1px solid rgba(128, 4, 56, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03) !important;
}

#top .dropdown-toggle.top-account-btn i {
    font-size: 13px !important;
    color: #800438 !important;
    transition: transform 0.3s ease !important;
}

#top .top-social-icons .social-icon:hover,
#top .top-manager-link:hover,
#top .dropdown-toggle.top-account-btn:hover,
#top .dropdown.open .dropdown-toggle.top-account-btn {
    transform: translateY(-5px) scale(1.08) !important;
    background-color: #DFBA87 !important;
    border-color: #DFBA87 !important;
    box-shadow: 0 6px 20px rgba(223, 186, 135, 0.5) !important;
    color: #800438 !important;
}

#top .top-social-icons .social-icon.vk:hover {
    color: #800438 !important;
}

#top .top-social-icons .social-icon.max:hover svg {
    color: #800438 !important;
    transform: scale(1.08) rotate(12deg) !important;
}

#top .top-manager-link:hover i {
    transform: translate(2px, -2px) rotate(15deg) !important;
}

#top .dropdown-toggle.top-account-btn:hover i,
#top .dropdown.open .dropdown-toggle.top-account-btn i {
    transform: scale(1.15) rotate(10deg) !important;
}

#top {
    background-color: #F8ECEE !important;
    border-bottom: 1px solid #F1DFE2;
    padding: 8px 0 !important;
}

@media (max-width: 767px) {
    #top .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        min-height: 52px !important;
    }
    #top .top-social-icons {
        gap: 8px !important;
    }
    #top .top-social-icons .social-icon,
    #top .top-manager-link,
    #top .dropdown-toggle.top-account-btn {
        width: 38px !important;
        height: 38px !important;
    }
    #top .top-manager-link,
    #top .dropdown-toggle.top-account-btn {
        padding: 0 !important;
        margin-left: 0 !important;
        border-radius: 50% !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    #top .top-social-icons .social-icon.vk {
        font-size: 14px !important;
    }
    #top .top-social-icons .social-icon.max svg {
        width: 18px !important;
        height: 18px !important;
    }
    #top .top-manager-link i,
    #top .dropdown-toggle.top-account-btn i {
        font-size: 14px !important;
        margin: 0 !important;
    }
    #top #top-links a {
        font-size: 11px !important;
    }
    #top .dropdown.open .dropdown-toggle.top-account-btn {
        transform: scale(1.08) !important;
    }
}

/* === СТИЛИ ДЛЯ КРУГЛЫХ ЛОГОТИПОВ НА СТРАНИЦЕ КОНТАКТОВ === */
/* Премиальный круглый логотип на странице контактов */
.contact-store-logo,
#information-contact .img-thumbnail {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important; /* Безупречный круг */
    border: 3px solid #800438 !important; /* Бордовый ободок в тон шапке */
    box-shadow: 0 6px 20px rgba(128, 4, 56, 0.08) !important; /* Мягкая тень */
    object-fit: cover !important; /* Обрезаем картинку по центру */
    padding: 0 !important; /* Убираем стандартные паддинги эскиза */
    background-color: #FFF !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease !important;
    margin: 0 auto 15px auto !important; /* Центрируем и добавляем отступ */
    display: block !important;
}

.contact-store-logo:hover,
#information-contact .img-thumbnail:hover {
    transform: scale(1.06) rotate(3deg) !important; /* Микро-анимация как в шапке */
    box-shadow: 0 10px 25px rgba(128, 4, 56, 0.15) !important;
}

/* =====================================================================
   KUPITSVETY.RU — PREMIUM STYLES (AUTO-INSTALL)
   Цвета: бордовый #800438, золотой #DFBA87, крем #FCF5F6
   ===================================================================== */

/* --- Глобальные шрифты и фон --- */
body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    background-color: #FCF5F6 !important;
    color: #3A2F31 !important;
    overflow-x: hidden !important;
}

/* --- Заголовки --- */
h1, h2, h3, h4, .product-thumb h4 a, .logo h1 a, #logo h1 a, legend {
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 600 !important;
    color: #800438 !important;
}
h1 { font-size: 34px !important; }
h2 { font-size: 28px !important; }
h3 { font-size: 22px !important; }

/* --- Ссылки --- */
a { color: #800438; transition: color 0.25s ease; }
a:hover { color: #B2064E !important; }

/* --- Топ-бар --- */
#top {
    background-color: #F8ECEE !important;
    border-bottom: 1px solid #F1DFE2;
    padding: 6px 0 !important;
}
#top .btn-link, #top-links li, #top-links a { color: #800438 !important; font-weight: 500; }
#top .btn-link:hover, #top-links a:hover { color: #B2064E !important; }

/* --- Шапка --- */
header { padding: 22px 0; background-color: #FCF5F6; }

/* --- Кнопки --- */
.btn-primary, .btn-success,
input[type="submit"].btn-primary {
    background-color: #800438 !important;
    border-color: #800438 !important;
    color: #FFF !important;
    border-radius: 20px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
}
.btn-primary:hover, .btn-success:hover {
    background-color: #990544 !important;
    border-color: #990544 !important;
    box-shadow: 0 4px 12px rgba(128, 4, 56, 0.25) !important;
}
.btn-default {
    border-color: #E6D2D5 !important;
    color: #800438 !important;
    border-radius: 20px !important;
}
.btn-default:hover {
    background-color: #FCF5F6 !important;
    border-color: #800438 !important;
}

/* --- Карточки товаров --- */
.product-thumb {
    border: 1px solid #F2E4E6 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease !important;
    background: #FFF !important;
}
.product-thumb:hover {
    box-shadow: 0 8px 25px rgba(128, 4, 56, 0.10) !important;
    transform: translateY(-4px) !important;
}
.product-thumb .caption { padding: 14px !important; }
.product-thumb h4 { font-size: 15px !important; margin-bottom: 6px !important; }
.product-thumb .price {
    color: #800438 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

/* --- Хлебные крошки --- */
#common-home .breadcrumb,
ul.breadcrumb {
    background: transparent !important;
    padding: 8px 0 !important;
    border-bottom: 1px solid #F1DFE2 !important;
    margin-bottom: 20px !important;
}
ul.breadcrumb li a { color: #800438 !important; }
ul.breadcrumb li.active { color: #A0576C !important; }
ul.breadcrumb li + li:before { color: #C49EB0 !important; }

/* --- Корзина --- */
.btn-block.btn-lg.btn-primary {
    background: linear-gradient(135deg, #800438 0%, #A0063E 100%) !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 14px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 6px 20px rgba(128, 4, 56, 0.3) !important;
}

/* --- Форма поиска --- */
#search input.form-control {
    border-color: #E6D2D5 !important;
    border-radius: 20px 0 0 20px !important;
    background-color: #FFF !important;
}
#search .btn {
    background-color: #800438 !important;
    border-color: #800438 !important;
    color: #FFF !important;
    border-radius: 0 20px 20px 0 !important;
}

/* --- Инпуты и формы --- */
.form-control {
    border-color: #E6D2D5 !important;
    border-radius: 10px !important;
    background-color: #FFF !important;
    color: #3A2F31 !important;
}
.form-control:focus {
    border-color: #800438 !important;
    box-shadow: 0 0 0 3px rgba(128, 4, 56, 0.10) !important;
}

/* --- Алерты --- */
.alert-success {
    background-color: #E6F4EA !important;
    border-color: #C3E6CB !important;
    color: #137333 !important;
    border-radius: 12px !important;
}
.alert-danger, .alert-error {
    background-color: #FCE8E6 !important;
    border-color: #FAD2CF !important;
    color: #C5221F !important;
    border-radius: 12px !important;
}
.alert-info {
    background-color: #EBF5FB !important;
    border-color: #BDD7EE !important;
    border-radius: 12px !important;
}
.alert-warning {
    background-color: #FEF9E7 !important;
    border-color: #FAE5B3 !important;
    border-radius: 12px !important;
}

/* --- Табы --- */
.nav-tabs > li > a {
    color: #800438 !important;
    border-radius: 10px 10px 0 0 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    color: #800438 !important;
    border-bottom-color: transparent !important;
    font-weight: 600 !important;
}

/* --- Пагинация (ОСНОВНОЕ ИСПРАВЛЕНИЕ) --- */
.pagination {
    margin: 30px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
}
.pagination > li {
    display: inline-block !important;
}
.pagination > li > a,
.pagination > li > span {
    color: #800438 !important;
    background-color: #FFF !important;
    border: 1px solid rgba(128, 4, 56, 0.20) !important;
    border-radius: 50% !important;
    width: 42px !important;
    height: 42px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 600 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    text-decoration: none !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #3A2F31 !important;
    background-color: #DFBA87 !important;
    border-color: #DFBA87 !important;
    transform: translateY(-3px) scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(223, 186, 135, 0.45) !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #FFF !important;
    background-color: #800438 !important;
    border-color: #800438 !important;
    box-shadow: 0 6px 16px rgba(128, 4, 56, 0.30) !important;
    transform: none !important;
    cursor: default !important;
}
.pagination > .disabled > a,
.pagination > .disabled > span {
    color: #C9B8BC !important;
    border-color: #EEE !important;
    background-color: #FAFAFA !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

/* --- Адаптив --- */
@media (max-width: 767px) {
    h1 { font-size: 26px !important; }
    h2 { font-size: 22px !important; }
    .product-thumb .price { font-size: 15px !important; }
    .pagination > li > a,
    .pagination > li > span {
        width: 36px !important;
        height: 36px !important;
        font-size: 13px !important;
    }
}

/* === START KUPITSVETY.RU PREMIUM MOBILE PATCH === */
/* =========================================================================
   📱 МИКРО-ПАТЧ: ТОЛЬКО КНОПКИ ЦЕН И КАРТОЧКИ ТОВАРОВ НА МОБИЛЬНОМ (max-width: 767px)
   ========================================================================= */
/* Вспомогательный класс для гарантированного скрытия товаров JS-фильтром */
.product-layout.kf-hidden {
    display: none !important;
}

@media (max-width: 767px) {
    
    /* 1. ГОРИЗОНТАЛЬНЫЙ СВАЙП КНОПОК ФИЛЬТРА ЦЕН (ВЛЕВО-ВПРАВО) */
    .kf-pf {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 8px !important;
        padding: 10px 15px !important;
        margin: 10px -15px 15px -15px !important;
        scrollbar-width: none !important;
    }
    
    .kf-pf::-webkit-scrollbar {
        display: none !important;
    }
    
    .kf-btn {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        display: inline-block !important;
        padding: 8px 16px !important;
        font-size: 13px !important;
        border-radius: 20px !important;
        background: #FFF !important;
        border: 1px solid #E6D2D5 !important;
        color: #800438 !important;
        box-shadow: 0 2px 6px rgba(128,4,56,0.03) !important;
        text-align: center !important;
    }
    
    /* Активная кнопка ценового фильтра */
    .kf-btn.kf-active {
        background: #800438 !important;
        border-color: #800438 !important;
        color: #FFF !important;
    }

    /* 2. РОВНАЯ МОБИЛЬНАЯ СЕТКА FLEXBOX В 2 КОЛОНКИ БЕЗ ПРОБЕЛОВ */
    #content .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    
    #content .row > .product-layout {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        box-sizing: border-box !important;
        float: none !important;
    }

    /* 3. КАРТОЧКА ТОВАРА — УСТРАНЕНИЕ СЪЕЗЖАНИЯ КНОПОК */
    .product-thumb {
        margin-bottom: 12px !important;
        border-radius: 12px !important;
        border: 1px solid #F2E4E6 !important;
        background: #FFF !important;
        height: calc(100% - 12px) !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        box-shadow: 0 2px 8px rgba(128,4,56,0.03) !important;
        overflow: hidden !important;
    }
    
    .product-thumb .image img {
        border-radius: 12px 12px 0 0 !important;
    }
    
    .product-thumb .caption {
        padding: 10px !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
    
    .product-thumb h4 {
        margin-top: 0px !important;
        margin-bottom: 8px !important;
        height: 36px !important;
        overflow: hidden !important;
    }
    
    .product-thumb h4 a {
        font-size: 13px !important;
        line-height: 1.35 !important;
        font-family: "Inter", sans-serif !important;
        font-weight: 500 !important;
        color: #3A2F31 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    /* Вертикальное стыкование цены и кнопки «Купить» для мобильного */
    .product-thumb .price-button,
    .product-thumb .button-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 6px !important;
        width: 100% !important;
        margin-top: auto !important;
        padding: 0 !important;
        border: none !important;
    }
    
    .product-thumb .price {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #800438 !important;
        margin: 4px 0 6px 0 !important;
        text-align: center !important;
        display: block !important;
        white-space: nowrap !important;
    }
    
    .product-thumb .price-new {
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #800438 !important;
    }

    .product-thumb .price-old {
        font-size: 11px !important;
        color: #9E7F88 !important;
        text-decoration: line-through !important;
        margin-left: 5px !important;
    }
    
    .product-thumb .btn-primary,
    .product-thumb .button-group button {
        background-color: #800438 !important;
        border-color: #800438 !important;
        color: #FFF !important;
        padding: 8px 12px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        border-radius: 20px !important;
        width: 100% !important;
        text-align: center !important;
        display: block !important;
        box-shadow: 0 2px 6px rgba(128,4,56,0.15) !important;
        height: auto !important;
        border: none !important;
    }

    /* Скрываем сравнения/закладки на мобильных */
    .product-thumb .button-group button + button,
    .product-thumb .button-cw, 
    .product-thumb .button-compare {
        display: none !important;
    }
}
/* === END KUPITSVETY.RU PREMIUM MOBILE PATCH === */