/*
 * Theme Name: Clean Theme
 * Description: Clean Theme
*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('fonts/font.css');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-family: 'Segoe UI';
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Josefin Sans", sans-serif;
}

h1 {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 22px;
	}
}

.section-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #303030;
	margin-bottom: 15px;
}

.top-line {
	background: #000;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 140%;
	padding: 2px 0;
}

.header-fixed {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	top: 0;
	box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 17%);
}

header {
	padding: 20px 0px;
	background: #fff;
}

.navbar-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
}

.navbar-nav .logo-menu img {
	max-width: 127px;
	width: 100%;
	top: 4px;
	position: relative;
}

.navbar-nav li a {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 140%;
}

.home .hero {
	height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 120px;
	background-size: cover;
	background-position: 50% 0;
}

.home .hero .hero-content {
	max-width: 705px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: -120px auto 0;
}

.home .hero .hero-content h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	margin-bottom: 30px;
}

.home .hero .hero-content h2 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	margin-bottom: 30px;
}

.home .hero .hero-content h1 .hero-button {}

.home .hero .hero-content .hero-button a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 140%;
	padding: 15px 30px;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 1);
	display: inline-block;
}

.home .why-rent {
	padding: 90px 0 75px;
	text-align: center;
}

.home .most-popular {
	padding: 0 0 90px 0;
}

.popular-categories-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 30px;
}

.popular-categories-grid .item {
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	font-weight: bold;
	font-size: 16px;
	min-height: 250px;
	transition: all 0.3s ease;
}

.popular-categories-grid .item:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

.popular-categories-grid .item.large {
	grid-row: span 2;
}

.popular-categories-grid .item .title {
	background: rgb(0 0 0 / 20%);
	padding: 20px 12px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.most-popular-btn {
	text-align: center;
}

.most-popular-btn a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 15px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 30px;
}

.home .video-section {
	height: 800px;
	position: relative;
}

.home .video-section h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 1000px;
	width: 100%;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
	padding: 0 15px;
}

.home .video-section video {
	width: 100%;
	object-fit: cover;
	height: 800px;
}

.home .how-rental-work {
	padding: 90px 0 65px;
}

.home .how-rental-work .how-rental-container {
	max-width: 1000px;
	display: block;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
}

.home .how-rental-work .how-rental-container img {
	max-width: 300px;
	height: initial;
}

.home .how-rental-work .how-rental-container h3 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 30px;
}

.home .how-rental-work .how-rental-container p {}

.home .how-rental-work .how-rental-container a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 12px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 30px;
}

.brown-btn {
	transition: 0.4s;
}

.brown-btn:hover {
	transition: 0.4s;
	background: #720001 !important;
	border: 2px solid #720001 !important;
	color: #fff !important;
}

.white-btn {
	transition: 0.4s;
}

.white-btn:hover {
	transition: 0.4s;
	background: #fff !important;
	border: 2px solid #000 !important;
	color: #000 !important;
}

.home .engagement {
	padding: 90px 0;
	text-align: center;
}

.home .engagement-btn {
	text-align: center;
}

.home .engagement-btn a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 15px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 30px;
	text-transform: uppercase;
}


.home .reviews {
	padding: 0 0 80px 0;
}

.home .last-posts {
	padding: 0 0 90px 0;
}

.home .post-card {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 400px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	color: #fff;
	cursor: pointer;
}

.home .post-overlay {
	backdrop-filter: blur(4px);
	background: rgb(0 0 0 / 20%);
	width: 100%;
	padding: 15px 30px;
}

.home .post-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.home .post-category a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	line-height: 140%;
}

.home .post-date {
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.home .post-title a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	    overflow: hidden;
    display: block;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.breadcrumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
	gap: 5px;
}

.breadcrumbs .back {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
}

.breadcrumbs .slash {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
}

.breadcrumbs .current {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
	font-family: "Josefin Sans", sans-serif;
}

.dress-catalogue-page .hero {
	height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 120px;
	background-size: cover;
	background-position: 50% 0;
}

.dress-catalogue-page .hero .hero-content {
	max-width: 705px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: -60px auto 0;
}

.dress-catalogue-page .hero .hero-content h1 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.dress-catalogue-page .hero .hero-content p {
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
	max-width: 450px;
	display: block;
	margin: 0 auto;
	font-family: "Josefin Sans", sans-serif;
}

.dress-catalogue-page .popular-categories {
	padding: 0px 0 90px;
}

.dress-catalogue-page .categories-wrapper {
	display: flex;
	gap: 20px;
}

.dress-catalogue-page .categories-left,
.dress-catalogue-page .categories-right {
	display: flex;
	flex-direction: column;
	width: 50%;
	gap: 20px;
}

.dress-catalogue-page .row-small {
	display: flex;
	gap: 20px;
}

.dress-catalogue-page .cat-item {
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-decoration: none;
	color: white;
	transition: transform 0.3s ease;
}

.dress-catalogue-page .cat-item:hover {
	transform: translateY(-5px);
}

.dress-catalogue-page .cat-title {
	background: rgb(0 0 0 / 20%);
	padding: 20px 12px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.dress-catalogue-page .cat-item.large {
	height: 500px;
	width: 100%;
}

.dress-catalogue-page .cat-item.small {
	height: 250px;
	width: 50%;
}

.dress-catalogue-page .why-rent-athena {
	padding: 0 0 90px 0;
}

.dress-catalogue-page .why-ath-box {
	text-align: center;
}

.dress-catalogue-page .why-ath-box img {
	max-height: 200px;
	margin-bottom: 15px;
}

.dress-catalogue-page .why-ath-box h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 10px;
}

.dress-catalogue-page .why-ath-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0;
}

.popular-dresses-carousel .dress-item {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 400px;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: white;
	position: relative;
	padding: 0px;
	transition: transform 0.3s ease;
}

.popular-dresses-carousel .dress-item:hover {
	transform: translateY(-5px);
}

.popular-dresses-carousel .dress-title {
	background: rgb(0 0 0 / 20%);
	padding: 15px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	font-weight: 700;
	font-size: 16px;
}

.dress-catalogue-page .most-popular-dresses {
	padding: 0 0 90px 0;
}

.most-popular-dresses .owl-prev {
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
}

.most-popular-dresses .owl-next {
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
}

.dress-catalogue-page .free-to-way {
	padding: 36px 0;
	background: #000;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	line-height: 140%;
	color: #fff;
}

.dress-catalogue-page .browse-by-color {
	padding: 90px 0;
}

.browse-by-color .dress-item {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 300px;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: white;
	position: relative;
	padding: 0px;
	transition: transform 0.3s ease;
}

.browse-by-color .dress-item:hover {
	transform: translateY(-5px);
}

.browse-by-color .dress-title {
	background: rgb(0 0 0 / 20%);
	padding: 15px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	font-weight: 600;
	font-size: 18px;
	font-family: "Josefin Sans", sans-serif;
}

.browse-by-color {
	padding: 90px 0;
}

.browse-by-color .owl-prev {
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
}

.browse-by-color .owl-next {
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
}

.dress-catalogue-page .how-it-work {
	padding: 0 0 90px 0;
	text-align: center;
}

.dress-catalogue-page .how-it-work-btn {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.dress-catalogue-page .how-it-work-btn a:nth-child(1) {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #000;
	line-height: 140%;
	padding: 15px 30px;
	border: 2px solid #000;
	display: inline-block;
	text-transform: uppercase;
}

.dress-catalogue-page .how-it-work-btn a:nth-child(2) {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 15px 30px;
	border: 2px solid #000;
	display: inline-block;
	text-transform: uppercase;
}

.dress-catalogue-page .black-collection .dress-item {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: white;
	position: relative;
	padding: 0px;
	transition: transform 0.3s ease;
}

.dress-catalogue-page .black-collection .dress-item:hover {
	transform: translateY(-5px);
}

.dress-catalogue-page .black-collection .dress-title {
	background: rgb(0 0 0 / 20%);
	padding: 15px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	font-weight: 700;
	font-size: 16px;
}

.dress-catalogue-page .black-collection {
	padding: 0 0 90px 0;
}

.dress-catalogue-page .black-collection .owl-prev {
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
}

.dress-catalogue-page .black-collection .owl-next {
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
}

.custom-category-page .subcategory-list,
.dress-catalogue-page .subcategory-list {
	display: block;
	margin: 0px 0;
	list-style: none;
	padding-left: 15px;
	padding-top: 15px;
}

.filter-box {
	border-right: 1px solid #CECECE;
	padding-right: 30px;
}

.custom-category-page .filter-title,
.dress-catalogue-page .filter-title {
	cursor: pointer;
	font-weight: 600;
	margin-top: 0;
	font-size: 18px;
	line-height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CECECE;
	padding-top: 45px;
}

.custom-category-page .live-search h3,
.custom-category-page .live-search .h3,
.dress-catalogue-page .live-search h3,
.dress-catalogue-page .live-search .h3
{
	font-family: 'Segoe UI';
	text-transform: uppercase;
	border-bottom: none;
	margin-top: 0;
	padding-top: 0;
}

.live-search input {
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 45px;
	background: url('/wp-content/uploads/2025/07/search.svg');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	color: #313131;
	width: 100%;
}

.custom-category-page .filter-title-last,
.dress-catalogue-page .filter-title-last {
	border-bottom: 1px solid transparent;
}

.custom-category-page .filter-title-last.active,
.dress-catalogue-page .filter-title-last.active {
	border-bottom: 1px solid #CECECE;
}

.custom-category-page .filter-title .arrow,
.dress-catalogue-page .filter-title .arrow {
	transition: transform 0.3s ease;
}

.custom-category-page .filter-title.active .arrow,
.dress-catalogue-page .filter-title.active .arrow {
	transform: rotate(180deg);
}

.custom-category-page .update-button,
.dress-catalogue-page .update-button {
	display: block;
	margin-top: 20px;
	padding: 10px;
	width: 100%;
	border: 2px solid #000;
	background: transparent;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

.custom-category-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.custom-category-page .hero .hero-content {
	max-width: 705px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.custom-category-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.custom-category-page .all-posts-of-category,
.dress-catalogue-page .all-posts-of-category {
	padding: 90px 0;
}

.custom-category-page .category-posts-grid,
.dress-catalogue-page .category-posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px;
	grid-template-columns: repeat(4, 1fr);
}

.custom-category-page .dress-item,
.dress-catalogue-page .dress-item {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: transform 0.3s ease;
	text-decoration: none;
}

.custom-category-page .dress-item:hover,
.dress-catalogue-page .dress-item:hover {
	transform: translateY(-5px);
}

.custom-category-page .dress-title,
.dress-catalogue-page .dress-title {
	background: rgb(0 0 0 / 20%);
	padding: 15px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.browse-by-color-container .dress-title {
	text-transform: uppercase;
}

.filter-section li {
	margin-bottom: 10px;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	gap: 8px;
	user-select: none;
}

.custom-checkbox .checkmark {
	height: 20px;
	width: 20px;
	border: 1px solid #D6D6D6;
	border-radius: 2px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}

.custom-checkbox input:checked+.checkmark::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 1.5px;
	width: 5px;
	height: 10px;
	border: solid #1D8938;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.live-search {
	position: relative;
}

.search-res {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 100;
	border: 1px solid #ccc;
	max-height: 300px;
	overflow-y: auto;
	padding: 10px;
}

.live-results-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.live-result-item {
	padding: 8px 5px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	gap: 10px;
}

.live-result-item a {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
}

.live-result-item:hover {
	background-color: #f8f8f8;
}

.live-thumb {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.no-results {
	padding: 10px;
	color: #999;
	text-align: center;
}

.cat-color img {
	width: 20px;
	position: relative;
	top: 2px;
}

.custom-category-page .big-img {
	padding: 0 0 75px 0;
	text-align: center;
}

.custom-category-page .big-img h3 {
	margin: 45px 0 25px;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
}

.custom-category-page .faq {
	padding: 0 0 90px 0;
}

.custom-category-page .under-title {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.custom-category-page .faq-container {
	margin-top: 40px;
}

.custom-category-page .faq-container img {
	max-height: 290px;
	display: block;
	margin: 0 auto;
}

.panel {
	padding-right: 70px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid transparent;
}

.open-panel {
	padding-bottom: 15px;
	border-bottom: 1px solid #EAECF0;
}

.panel-heading a {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #101828;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: 100%;
}

.panel-heading a h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #101828;
	font-family: "Josefin Sans", sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: 100%;
}

.open-panel .panel-heading a {
	color: #720001;
}

.open-panel .panel-heading a h3 {
	color: #720001;
}

.panel-body {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-top: 10px;
}

.panel-heading a:after {
	content: "+";
	position: absolute;
	right: -50px;
	top: 50%;
	transition: 0.3s;
	color: #720001;
	font-size: 35px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-weight: 300;
	border-radius: 100%;
	text-align: center;
	transition: 0.4s;
	border: 2px solid #720001;
	transform: translateY(-50%);
	margin-top: -1px;
}

.panel-heading.in a:after {
	content: "-";
	transition: 0.4s;
}

.rental-toronto-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.rental-toronto-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.rental-toronto-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.rental-toronto-page .local-dress {
	padding: 90px 0;
	text-align: center;
}

.local-dress-btn {
	text-align: center;
}

.local-dress-btn a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 10px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 30px;
}

.rental-toronto-page .just-dress {
	padding: 90px 0 0 0;
}

.rental-toronto-page .just-dress img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
	object-fit: cover;
	object-position: center;
}

.rental-toronto-page .just-dress h3 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.rental-toronto-page .just-dress p {
	font-weight: 400;
	font-size: 16px;
	color: #202020;
	margin-bottom: 15px;
}

.rental-toronto-page .just-dress strong {
	font-weight: 700;
	font-size: 18px;
	color: #000;
	margin-top: 10px;
}

.how-steps {
	padding: 90px 0;
}

.how-steps .section-title {
	margin-bottom: 100px;
}

.steps-container {
	position: relative;
	margin: 0 auto;
	padding-top: 10px;
}

.progress-line,
.progress-line-fill {
	position: absolute;
	top: 153px;
	height: 4px;
	background-color: #CECECE;
	z-index: 1;
	left: 10%;
	width: 80%;
}

.progress-line-fill {
	background-color: #720001;
	width: 0%;
	transition: none;
}

.step {
	position: relative;
	width: 20%;
	float: left;
	text-align: center;
	z-index: 3;
}

.first-step {
	background: #fff;
}

.first-step .bar-down {
	opacity: 0;
}

.first-step .circle {
	opacity: 0;
}

.step .icon img {
	height: 100px;
	background: white;
	position: relative;
	z-index: 5;
	margin-bottom: 30px;
}

.first-step .icon img {
	height: 175px;
	margin-bottom: -46px;
}

.circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #CECECE;
	border: 2px solid #CECECE;
	margin: 0 auto;
	position: relative;
	z-index: 4;
}

.step.filled .circle {
	background-color: #720001;
	transition: background-color 0.5s ease;
	border: 2px solid #720001;
}

.bar-down {
	width: 2px;
	height: 30px;
	background-color: #CECECE;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.bar-down-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background-color: #720001;
}

.step.filled .bar-down-fill {
	animation: fillDown 0.6s linear forwards;
}

@keyframes fillDown {
	0% {
		height: 0%;
	}

	100% {
		height: 100%;
	}
}

.tooltip {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%) translateY(-80%);
	background: #fff;
	color: #333;
	padding: 10px 14px;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease, transform 0.4s ease;
	font-size: 13px;
	min-width: 180px;
	z-index: 10;
	white-space: normal;
}

.step.active .tooltip {
	opacity: 1;
	transform: translateX(-50%) translateY(-110%);
}

.tooltip::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 8px 8px 0 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.step-title {
	font-weight: bold;
	margin-top: 10px;
	color: #720001!important;
}

.step-desc {
	font-size: 16px;
	color: #000;
	margin-top: 5px;
	font-weight: 700;
	font-family: "Josefin Sans", sans-serif;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.rental-toronto-page .full-img-block {
	height: 485px;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rental-toronto-page .canada-us-big {}


.rental-toronto-page .full-img-block h2 {
	color: #fff;
	text-align: center;
}

.rental-toronto-page .how-cost {
	padding: 90px 0;
	text-align: center;
}

.rental-toronto-page .cost-container {
	margin-top: 50px;
}

.rental-toronto-page .cost-container .cost-box {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 45px 20px;
	position: relative;
}

.rental-toronto-page .cost-container .most-popular .cost-box {
	border: 1px solid #720001;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.rental-toronto-page .cost-container .cost-box .cost-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 15px;
}

.rental-toronto-page .cost-container .cost-box .cost-title span {
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	font-style: normal;
	font-family: "Josefin Sans", sans-serif;
}

.rental-toronto-page .cost-container .cost-box .cost-title i {
	font-size: 75px;
	font-weight: 600;
	line-height: 140%;
	font-style: normal;
	font-family: "Josefin Sans", sans-serif;
}

.rental-toronto-page .cost-container .cost-box .cost-price {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
	color: #720001;
}

.rental-toronto-page .cost-container .cost-box .cost-price span {
	font-size: 50px;
	font-weight: 700;
	line-height: 140%;
	font-family: "Josefin Sans", sans-serif;
}

.rental-toronto-page .cost-container .cost-box .cost-price i {
	font-size: 25px;
	font-weight: 700;
	line-height: 140%;
	font-style: normal;
	font-family: "Josefin Sans", sans-serif;
	position: relative;
	bottom: -5px;
}

.rental-toronto-page .cost-container .cost-box strong {
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	display: inline-block;
	text-align: center;
}

.rental-toronto-page .cost-container .most-popular .cost-box h4 {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	background: #720001;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	max-width: 250px;
	width: 100%;
	padding: 10px 0;
}

.rental-toronto-page .cost-container .most-popular .cost-box .mst-p {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	background: #720001;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	max-width: 250px;
	width: 100%;
	padding: 10px 0;
	display: block;
}

.rental-toronto-page .canada-us-how-cost .cost-container .cost-box {
	padding: 0 0 45px 0;
}

.rental-toronto-page .country-flag img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}

.rental-toronto-page .country-flag {
	position: relative;
	margin-bottom: 40px;
}

.rental-toronto-page .shipping-cost {
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #720001;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 20px;
	margin-top: 25px;
	padding: 0 35px;
}

.rental-toronto-page .dress-travel {
	padding: 0px 0 75px;
}

.rental-toronto-page .dress-travel h2 {
	text-align: left;
}

.rental-toronto-page .dress-travel img {
	width: 100%;
	height: auto;
}

.rental-toronto-page .dress-travel .dress-travel-1 {
	height: auto;
	width: 100%;
	margin: 0 auto 30px;
	display: block;
}

.rental-toronto-page .dress-travel .dress-travel-2 {
	margin-top: 30px;
}

.rental-toronto-page .got-questions {
	padding: 90px 0 0 0;
}

.rental-toronto-page .country-flag .country-name {
	position: absolute;
	max-width: 250px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #720001;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	font-family: "Josefin Sans", sans-serif;
	padding: 10px 0px;
	bottom: -20px;
}

.rental-toronto-page .one-line-cost {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 35px;
	margin-bottom: 15px;
}

.rental-toronto-page .cost-container .cost-box .one-line-cost .cost-title i {
	line-height: normal;
}

.rental-toronto-page .cost-container .cost-box .one-line-cost .cost-title {
	margin-bottom: 0;
}

.rental-toronto-page .cost-container .cost-box .one-line-cost .cost-price {
	margin-bottom: 0;
}

.rental-toronto-page .price-include {
	padding: 0 0 90px 0;
}

.rental-toronto-page .include-container {
	max-width: 900px;
	display: flex;
	margin: 0 auto;
	gap: 60px;
}

.rental-toronto-page .include-container .include-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	gap: 30px;
}

.rental-toronto-page .include-container .include-box img {
	max-width: 160px;
}

.rental-toronto-page .include-container .include-img img {
	max-width: 230px;
}

.rental-toronto-page .include-container .include-content h3 {
	font-size: 25px;
	font-weight: 600;
	line-height;
	140%;
	margin-bottom: 15px;
}

.rental-toronto-page .include-container .include-content p {
	color: #202020;
	font-size: 16px;
	font-weight: 400;
	line-height;
	140%;
	margin-bottom: 0;
}

.rental-toronto-page .price-include .more-prices {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	color: #202020;
	margin-top: 30px;
}

.rental-toronto-page .price-include .more-prices a {
	font-weight: 600;
	color: #720001;
}

.rental-toronto-page .book-try-on {
	padding: 0 0 0px 0;
	text-align: center;
}

.got-questions .under-title {
	max-width: 900px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.question-container {
	margin-top: 45px;
}

.tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	border-radius: 2px 2px 0 0;
}

.tabs a {
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	border: 1px solid #DDDDDD;
	box-shadow: 0px -1px 0px 0px #FFFFFF00 inset;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	font-family: "Josefin Sans", sans-serif;
	transition: 0.4s;
	text-transform: uppercase;
}

.tabs a.active {
	font-weight: 600;
	padding: 15px 15px;
	background: #720001;
	color: #fff;
	transition: 0.4s;
	border: 1px solid #720001;
	margin-top: -10px;
}

.cost-tabs a {
	padding: 10px 15px;
	display: inline-block;
	text-decoration: none;
	color: #333333;
	border: 1px solid #DDDDDD;
	box-shadow: 0px -1px 0px 0px #FFFFFF00 inset;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	font-family: "Josefin Sans", sans-serif;
	transition: 0.4s;
	text-transform: uppercase;
}

.cost-tabs a.active {
	font-weight: 600;
	padding: 15px 15px;
	background: #720001;
	color: #fff;
	transition: 0.4s;
	border: 1px solid #DDDDDD;
	margin-top: -10px;
}

.tab-content {
	margin-top: 50px;
}

.rental-toronto-page .reviews {
	padding: 70px 0 90px;
}

.faq-tab-img {
	width: 100%;
}

.tab-content .col-md-2 {
	width: 15%;
}

.about-us-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.about-us-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.about-us-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.about-us-page .more-than {
	padding: 90px 0 75px;
	text-align: center;
}

.about-us-page .what-different {
	padding: 0 0 90px 0;
}

.about-us-page .what-different-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	text-align: center;
}

.about-us-page .what-different-box {
	padding: 0 15px;
}

.about-us-page .what-different-box img {
	max-width: 115px;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.about-us-page .what-different-box p {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0;
}

.about-us-page .founder {
	background: #000000;
	padding: 90px 0;
	position: relative;
	overflow: hidden;
}

.about-us-page .founder-bg {
	position: absolute;
	right: 0;
	top: -29px;
	object-fit: cover;
	object-position: center;
	height: 600px;
}

.about-us-page .founder-container {
	max-width: 615px;
	position: relative;
}

.about-us-page .founder-photo {
	position: absolute;
	right: -245px;
	top: -20px;
	z-index: 9;
	max-width: 210px;
}

.about-us-page .founder-container span {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 30px;
	display: inline-block;
	background: url('/wp-content/uploads/2025/07/meet.png');
	background-size: 100%;
	padding: 11px 25px;
	background-repeat: no-repeat;
}

.about-us-page .founder-container h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 15px;
}

.about-us-page .founder-container h4,.about-us-page .founder-container .h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 30px;
	    font-family: "Josefin Sans", sans-serif;
}
.about-us-page .founder .container{
	position: relative;
	z-index: 1;
}

.about-us-page .founder-container p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 0px;
}

.about-us-page .our-story {
	padding: 90px 0;
}

.about-us-page .our-story img {
	height: 500px;
	width: 90%;
	object-fit: cover;
	object-position: center;
	display: block;
	margin: 0 auto;
}

.about-us-page .our-story h2 {
	text-align: left;
}



.about-us-page .our-story h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	margin: 30px 0 15px;
}

.about-us-page .our-story a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 11px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 15px;
}

.about-us-page .behind {
	padding: 0 0 90px 0;
}

.about-us-page .behind h2 {
	text-align: left;
	"

}

.about-us-page .behind h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	color: #720001;
	margin: 30px 0 15px 0;
}

.about-us-page .behind .top-col {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 15px;
	margin-bottom: 15px;
}

.about-us-page .behind .bottom-col {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 15px;
}

.about-us-page .behind .big-col-img {
	width: 220px;
	height: 220px;
	object-fit: cover;
	object-position: center;
}

.about-us-page .behind .little-col-img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
}

.about-us-page .big-img-section {
	height: 450px;
	background-size: cover;
	background-position: 50% 93%;
}

.about-us-page .ready-to-look {
	padding: 90px 0;
}

.about-us-page .ready-to-look img {
	width: 100%;
	max-width: 300px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.about-us-page img.ready-look-img-mob {
	display: none;
}

.about-us-page .ready-to-look .ready-to-content {
	text-align: right;
	max-width: 760px;
	margin: 0 auto;
	margin-right: 0;
}

.about-us-page .ready-to-look h2 {
	text-align: right;
}

.about-us-page .ready-to-look a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 11px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 15px;
}

.about-us-page .dress-from {
	padding: 0 0 90px 0;
}

.about-us-page .dress-from h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
}

.about-us-page .dress-from h3 span {
	color: #720001;
}

.about-us-page .screen-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-us-page .screen-container img {
	max-width: 180px;
	width: 100%;
}

.contact-us-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.contact-us-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.contact-us-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.contact-us-page .form-section {
	padding: 90px 0;
}

.contact-us-page .form-section .social-container svg {
	transition: 0.4s;
}

.contact-us-page .form-section .social-container svg:hover path {
	fill: #720001;
	transition: 0.4s;
}

.contact-us-page .contact-box {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.contact-us-page .contact-box img {
	max-width: 85px;
}

.contact-us-page .form-section p {
	color: #000;
	margin-bottom: 30px;
}

.contact-us-page .form-section .form-container p {
	margin-bottom: 0;
}

.contact-us-page .social-container {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.contact-us-page .form-container .modal-content__form{
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}

.contact-us-page .wpcf7-spinner {
	display: none;
}

.contact-us-page .form-container {
	position: relative;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	padding: 30px;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}

.contact-us-page .form-container h3 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 600;
}



.contact-us-page .map-title {
	padding-bottom: 30px;
}

.contact-us-page .map-title {
	text-align: center;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
}

.contact-us-page .wpcf7-response-output {
	display: none;
}

.contact-us-page .wpcf7-not-valid-tip {
	display: none;
}

.contact-us-page .wpcf7-not-valid {
	border: 1px solid #E94335 !important;
}

.wpcf7-not-valid::placeholder {
	color: #E94335 !important;
}

.not-found-page .error {
	padding: 210px 0 90px;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}

.not-found-page .error img {
	width: 100%;
}

.not-found-page .error h1 {
	font-size: 250px;
	font-weight: 600;
	line-height: 210px;
	margin-bottom: -20px;
}

.not-found-page .error p {
	max-width: 450px;
	line-height: 140%;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}

.not-found-page .error a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 10px 30px;
	border: 2px solid #000;
	display: inline-block;
}

.shipping-return-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.shipping-return-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.shipping-return-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.shipping-return-page .shipping {
	padding: 90px 0 30px;
}

.shipping-return-page .shipping img {
	max-width: 350px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.shipping-return-page .shipping .return-img {
	max-width: 300px;
}

.shipping-return-page .shipping h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 140%;
	text-transform: uppercase;
}

.shipping-return-page .shipping h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 140%;
	margin-top: 40px;
	text-transform: uppercase;
}

.shipping-return-page .shipping-container {
	border: 1px solid rgb(114 0 1 / 15%);
	display: inline-block;
	width: 100%;
	padding: 30px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}

.shipping-return-page .wrinkles {
	padding: 0 0 90px 0;
}

.shipping-return-page .wrinkles p {
	text-align: center;
}

.shipping-return-page .local {
	background: url('/wp-content/uploads/2025/07/local.jpg');
	background-size: cover;
	background-position: 50% 100%;
	padding: 120px 0;
}


.shipping-return-page .local-box {
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	max-width: 550px;
	border-radius: 5px;
	margin: 0 auto;
	margin-right: 0;
	padding: 30px;
	text-align: center;
}

.shipping-return-page .local-box h2 {
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.shipping-return-page .local-box h4 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shipping-return-page .local-box a {
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 1);
	padding: 12px 30px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.shipping-return-page .got-questions {
	padding: 90px 0;
}

.blog-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.blog-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.blog-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.blog-page .blog-content {
	padding: 90px 0;
}

.blog-page .blog-row--small {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

.blog-page .small-post {
	height: 300px;
	width: 100%;
}

.blog-page .blog-row--big {
	width: 100%;
	margin-bottom: 30px;
}

.blog-page .big-post {
	height: 400px;
	width: 100%;
}

.blog-page .post-card {
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
}

.blog-page .post-overlay {
	backdrop-filter: blur(4px);
	background: rgb(0 0 0 / 20%);
	width: 100%;
	padding: 15px 30px;
}

.blog-page .post-meta {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.blog-page .post-category a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-transform: uppercase;
}

.blog-page.custom-blog-post ul {
	padding-left: 30px;
	list-style-position: outside;
}

.blog-page .post-date {
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.blog-page .post-title a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	overflow: hidden;
    display: block;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.blog-page .post-card:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

.blog-page .social-container {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.blog-page .form-section .social-container svg {
	transition: 0.4s;
}

.blog-page svg:hover path {
	fill: #720001;
	transition: 0.4s;
}

.blog-page .blog-sidebar {
	padding-left: 30px;
	border-left: 1px solid rgba(206, 206, 206, 1);
}

.blog-page .blog-sidebar-box h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(206, 206, 206, 1);
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.blog-page .about-designer img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	object-position: center;
}

.blog-page .about-designer p {
	color: #202020;
	margin-top: 15px;
}

.blog-page .about-designer a {
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
	display: inline-block;
	width: 100%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 0;
	border: 2px solid #000;
}

.blog-page .blog-sidebar-box {
	margin-bottom: 45px;
}

.blog-page .search-blog h5 {
	border-bottom: none;
	padding-bottom: 0;
}

.blog-page .search-blog input {
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 45px;
	background: url(/wp-content/uploads/2025/07/search.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	color: #313131;
	width: 100%;
}

.blog-page .search-blog form {
	display: flex;
}

.blog-page .search-blog form button {
	background: #000000;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}

.blog-page .latest-blog-item {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.blog-page .latest-blog-item img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	object-position: center;
}

.blog-page .latest-blog-item p {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
}

.blog-page .latest-blog-item span {
	font-size: 14px;
	font-weight: 400;
	color: #720001;
}

.blog-page .side-banner {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	align-items: flex-end;
}

.blog-page .banner-browse {
	margin-top: -15px;
}

.blog-page .banner-browse .banner-overlay {
	backdrop-filter: blur(4px);
	background: rgb(0 0 0 / 20%);
	width: 100%;
	padding: 15px 30px;
	text-align: center;
}

.blog-page .banner-browse .banner-overlay h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
}

.blog-page .cat-list-side li {
	list-style: none;
	font-size: 16px;
	font-weight: 400;
	color: #202020;
	margin-bottom: 10px;
}

.blog-page .cat-list-side li a {
	color: #202020;
	display: inline-block;
	width: 100%;
}

.blog-page .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-numbers {
	color: #202020;
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-page .pagination .current {
	font-size: 20px;
	font-weight: 500;
	line-height: 150%;
	background: #720001;
	color: #fff;
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}

.search-page {
	padding-top: 90px;
}

.search-page h1 {
	margin: 30px 0 45px;
	text-transform: uppercase;
}

.search-page .breadcrumbs {
	justify-content: flex-start;
}

.search-page .breadcrumbs .back {
	color: #202020;
}

.search-page .breadcrumbs .slash {
	color: #202020;
}

.search-page .breadcrumbs .current {
	color: #202020;
}

.blog-single-content {
	padding: 150px 0 90px
}

@media (max-width: 768px){
  .blog-single-content{
    padding: 120px 16px;
  }
}

.custom-blog-carousel {
	margin-top: 120px;
	padding-bottom: 20px;
}

.related-carousel .carousel-item {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.post-card {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.post-overlay {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
}

.arrow-prev,
.arrow-next {
	font-size: 24px;
	color: #000;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
}

.blog-single-content .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blog-single-content .meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.blog-single-content .meta a {
	font-size: 16px;
	font-weight: 600;
	color: #720001;
}

.blog-single-content .meta span {
	font-size: 14px;
	font-weight: 400;
	color: #202020;
}

.blog-single-content h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 60px;
}

.blog-single-content h3:not(.banner-overlay h3) {
	font-size: 26px;
	font-weight: 600;
	line-height: 140%;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.blog-single-content h3 {
		font-size: 18px;
	}
}

.blog-page.custom-blog-post ul li {
	color: #303030;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.blog-page.custom-blog-post ul li {
		font-size: 14px;
		margin-bottom: 15px;
	}
}


.blog-single-content img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.privacy-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.privacy-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.privacy-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.privacy-content {
	padding: 90px 0;
}

.privacy-content img {
	float: left;
	width: 100%;
	max-width: 270px;
	margin: 0 30px 25px 0;
}

.single-dress {
	padding: 180px 0 90px;
}

.single-dress .breadcrumbs {
	justify-content: flex-start;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.single-dress .breadcrumbs .back {
	color: #202020;
}

.single-dress .breadcrumbs .slash {
	color: #202020;
}

.single-dress .breadcrumbs .current {
	color: #202020;
}

.single-dress h1 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 40px;
	flex: 0 0 auto;
	width: 100%;
}

.product-container {
	display: flex;
	flex-wrap: wrap;
}

.product-container .col-md-7 {
	flex: 0 0 auto;
	width: 735px;
	margin-left: -15px;
}

.product-container .col-md-5 {
	flex: 1;
	margin-right: -15px;
}


@media (min-width: 992px) {  /* desktop only */
    .gallery-parent {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;                    /* change this to match your header height + breathing room, e.g. 80px + 20px */
        z-index: 10;                   /* ensure it's above other elements if needed */
    }
}

@media (max-width: 991px) {
    .gallery-parent {
        position: static !important;
    }
}

.gallery {
	display: flex;
	flex-direction: row;
	gap: 15px;
	height: 585px;
	overflow: hidden;
}

.thumbnails {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.thumbnails img {
	width: 105px;
	height: 105px;
	cursor: pointer;
	object-fit: cover;
	object-position: center;
}

.main-image-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.main-image {
	height: 100%;
}

.main-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.prev-arrow {
	left: 10px;
}

.next-arrow {
	right: 10px;
}

.nav-arrow:hover {
	background: rgba(0, 0, 0, 0.7);
}

.product-info {
	flex: 1;
}

.rating {
	font-size: 18px;
	color: gold;
	margin-bottom: 15px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.review-count {
	font-size: 16px;
	font-weight: 400;
	color: #202020;
}

.glsr-reviews,
.glsr-reviews-wrap {
	gap: 0 !important;
}

.info-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.info-table td {
	padding: 8px 12px;
	border: 1px solid #DDDDDD;
}

.info-table tr td:nth-child(1) {
	width: 32%;
	color: #202020;
	font-weight: 600;
}

.info-table tr td:nth-child(2) {
	color: #202020;
	font-weight: 400;
}

.size-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.size-container i {
	font-style: normal;
}

.size-container a {
	font-weight: 600;
	color: #720001;
	text-decoration: underline;
}

.under-info-product .calendly-popup {
	font-weight: 600;
	color: #720001;
	text-decoration: underline;
}

.under-info-product .product-cat a {
	color: #720001;
	text-transform: lowercase;
}

.rating .glsr-summary {
	flex-wrap: nowrap;
}

.glsr-tag-value {
	color: #202020;
	font-size: 14px;
	position: relative;
	top: -1px;
}

.rent-button {
	background: black;
	color: white;
	padding: 12px 20px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin: 15px 0;
	text-transform: uppercase;
}

.rent-button:hover {
	background: #333;
}

.single-dress .rent-across {
	padding: 60px 0;
}

.rent-across-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto;
}

.across-text {
	display: flex;
	align-items: center;
	gap: 15px;
}

.across-text img {
	width: 50px;
}

.across-text h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 100%;
	color: #000;
	margin-bottom: 10px;
}

.across-text span {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #202020;
}

.across-pay {
	display: flex;
	align-items: center;
	gap: 30px;
}

.across-pay img {
	width: 50px;
}

.single-tabs {
	padding: 0 0 90px 0;
}

.single-tabs .tabs {
	justify-content: flex-start;
}

.single-tabs .tab-content {
	margin-top: 30px;
	border: 1px solid #CECECE;
	padding: 30px 30px 15px 30px;
}

.single-tabs .tab-content h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	color: #202020;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.single-tabs .tab-content p {}

.masonry-gallery {
	position: relative;
}

.masonry-sizer {
	width: 33.333%;
	/* Це визначає ширину однієї колонки */
}

.masonry-item {
	width: 33.333%;
	float: left;
	padding: 0 0px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
}

.masonry-item img {
	display: block;
	width: 100%;
	height: auto;
}

.rev-container {
	display: grid;
	grid-template-columns: 37% 63%;
}

.rev-form {
	background-color: transparent;
	padding: 0 50px 0 0;
	border-radius: 0;
}

.rev-form h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}

.glsr-summary-percentages {
	display: none;
}

.glsr-summary-rating {
	display: none;
}

.glsr-summary-text {
	flex: 1;
}

.glsr-field-text,
.glsr-field-textarea,
.glsr-field-email {
	font-size: 0;
}

.glsr_1bc5b723-rating {
	text-align: center;
}

.glsr-field-rating label {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	color: #202020;
	font-size: 16px;
	font-weight: 400;
}

.glsr-field-rating label span {
	order: 1;
}

.rev-form form.glsr-form .glsr-star-rating--stars[class*=" s"]>span {
	background-image: url('/wp-content/uploads/2025/07/star.svg');
}

.rev-form form.glsr-form .glsr-star-rating--stars[class*=" s"]>span.gl-active,
form.glsr-form .glsr-star-rating--stars[class*=" s"]>span.gl-active.gl-selected {
	background-image: url('/wp-content/uploads/2025/07/star-full.svg');
}

.rev-form input,
.rev-form textarea {
	width: 100%;
	padding: 11px 15px;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	border: 1px solid #9E9E9E;
	outline: none;
	background: transparent;
	margin-bottom: 1px;
	font-family: 'Segoe UI';
}

.rev-form input::placeholder,
.rev-form textarea::placeholder {
	color: #000;
	font-weight: 400;
}

.rev-form .glsr-field-text {
	order: 1;
}

.rev-form .glsr-field-email {
	order: 2;
}

.rev-form .glsr-field-textarea {
	order: 3;
}

.rev-form [data-field="submit-button"] {
	order: 4;
}

.rev-form [data-field="submit-button"] span {
	width: 100%;
	display: inline-block;
}

.rev-form .wp-block-button__link {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 11px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 15px;
	border-radius: 0;
	width: 100%;
	text-align: center;
	justify-content: center;
	transition: 0.4s;
}

.rev-form .wp-block-button__link:hover {
	transition: 0.4s;
	background: #720001 !important;
	border: 2px solid #720001 !important;
	color: #fff !important;
}

.rev-list {
	background-color: #fff;
	padding: 20px;
	border-radius: 0;
	border: 1px solid rgb(114 0 1 / 15%);
	max-height: 500px;
	height: 100%;
	overflow-y: scroll;
}

.single-tabs #reviews {
	border: none;
	padding: 30px 0 0 0;
}

.glsr-review {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.glsr-review-date {
	display: none;
}

#rental-process {
	border: none;
	border-top: 1px solid #CECECE;
	padding: 30px 0px 0px 0px;
}

.rental-process-container {
	display: flex;
}

.rental-process-block {
	flex: 1;
	padding: 0 30px;
}

.rental-process-box {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 30px;
}

.rental-process-box img {
	width: 73px;
}

.rental-process-box h6 {
	font-size: 16px;
	font-weight: 600;
	color: #720001;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.rental-process-box strong {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 140%;
	font-family: "Josefin Sans", sans-serif;
	display: inline-block;
}

.rental-process-box p {
	margin-bottom: 0;
	color: #202020;
}

.right-border-process {
	border-right: 1px solid #CECECE;
}

.rental-process-container .learn-more {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #720001;
	text-align: center;
}

.fees .comparison-wrapper {
	display: grid;
	grid-template-columns: 1.6fr 2.5fr 2fr 2fr;
	gap: 0;
	width: 100%;
}

.fees table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
}

.fees .first-table {
	border-right: 15px solid #fff;
}

.fees .second-table {
	border-right: 6px solid #fff;
}

.fees th,
.fees td {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px 10px;
	text-align: center;
	word-wrap: break-word;
}

.fees tr {
	height: 45px;
}

.fees table .transparent {
	background: transparent;
	border: none;
}

.fees .feature-col td {
	text-align: left;
	font-weight: bold;
}

.fees .location-title {
	text-align: center;
	background: #5E0001;
	color: #fff;
	font-weight: bold;
}

.fees .gray-header {
	background: #dcdcdc;
	font-weight: bold;
}

.fees .gray-header td {
	border-right: 1px solid #fff;
}

.fees .strong {
	font-weight: 700;
}

.fees .note {
	display: flex;
	gap: 30px;
	align-items: center;
	margin: 30px 0;
}

.fees .note p {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 0;
}

.fees .more-info a {
	font-weight: 700;
	color: #720001;
	padding: 0;
	width: auto;
	border: none;
	box-shadow: none;
	font-size: 14px;
}

.pricing-fees-page .fee-table {
	padding: 90px 0;
}

.pricing-fees-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.pricing-fees-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.pricing-fees-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.pricing-fees-page .price-include {
	padding: 0 0 90px 0;
}

.pricing-fees-page .include-container {
	max-width: 900px;
	display: flex;
	margin: 0 auto;
	gap: 60px;
	align-items: center;
}

.pricing-fees-page .include-container .include-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	gap: 30px;
}

.pricing-fees-page .include-container .include-box img {
	max-width: 160px;
}

.pricing-fees-page .include-container .include-content h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

.pricing-fees-page .include-container .include-content p {
	color: #202020;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.pricing-fees-page .include-container .include-img img {
	max-width: 230px;
}

.pricing-fees-page .include-container .include-img img {
	max-width: 300px;
}

.rescheduling {
	padding: 0 0 90px 0;
}

.rescheduling-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding-bottom: 35px;
	border-bottom: 2px solid #CECECE;
}

.rescheduling-container .rescheduling-box {
	position: relative;
	text-align: center;
	padding: 0 25px;
}

.rescheduling-container .rescheduling-box img {
	max-height: 75px;
	margin-bottom: 25px;
}

.rescheduling-container .rescheduling-box h5 {
	font-size: 18px;
	font-weight: 600;
	color: #720001;
	line-height: 140%;
}

.rescheduling-container .rescheduling-box span {
	width: 22px;
	height: 22px;
	background: #720001;
	display: inline-block;
	border-radius: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -45px;
}

.rescheduling-desc-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1040px;
	margin: 0 auto;
}

.rescheduling-desc-container .rescheduling-desc-box {
	position: relative;
	padding: 0 20px;
	text-align: center;
	padding-top: 40px;
}

.rescheduling-desc-container .rescheduling-desc-box p {}

.rescheduling-desc-container .rescheduling-desc-box span {
	position: absolute;
	width: 2px;
	height: 30px;
	background: #cecece;
	top: 0;
}

.pricing-fees-page .under-title {
	text-align: center;
	margin-bottom: 45px;
}

.pricing-fees-page .got-questions {
	padding: 0 0 90px 0;
}

.dress-in-city-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.dress-in-city-page .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.dress-in-city-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.dress-in-city-page .text-content {
	padding: 90px 0;
}

.dress-in-city-page .text-content h2 {
	margin-bottom: 25px;
	font-size: 35px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.dress-in-city-page .text-content h3 {
	margin: 30px 0 15px 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.dress-in-city-page .text-content a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 12px 30px;
	border: 2px solid #000;
	display: inline-block;
	margin-top: 15px;
}

.dress-in-city-page .text-content img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.dress-in-city-page .how-steps {
	padding: 0 0 90px 0;
}

.dress-in-city-page .top-locations {
	padding: 0;
}

.dress-in-city-page .top-locations .owl-dots {
	margin-top: 30px;
	text-align: center;
}

.dress-in-city-page .top-locations .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #D9D9D9;
	margin: 0 5px;
	border-radius: 100px;
}

.dress-in-city-page .top-locations .owl-dots .owl-dot.active {
	background: #720001;
}

.dress-in-city-page .top-locations .location-box img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.dress-in-city-page .top-locations .location-box .location-content {
	padding: 30px;
}

.dress-in-city-page .top-locations .location-box .location-content h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 140%;
	text-transform: uppercase;
}

.dress-in-city-page .top-locations .location-box .location-content h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 30px 0 15px 0;
	line-height: 140%;
	text-transform: uppercase;
}

.dress-in-city-page .top-locations .location-box .location-content ul {
	margin: 0 0 30px 20px;
}

.dress-in-city-page .top-locations .location-box .location-content ul li {
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.dress-in-city-page .top-locations .location-box .location-content a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #720001;
	line-height: 140%;
	padding: 12px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.dress-in-city-page .top-locations {
	padding: 0 0 75px 0;
}

.dress-in-city-page .long-train {
	text-align: center;
}

.dress-in-city-page .big-image {
	height: 450px;
	background-size: cover;
	background-position: 50% 50%;
}

.dress-in-city-page .red-dress-block {
	padding: 90px 0 75px;
}

.dress-in-city-page .red-dress-block img {
	max-width: 470px;
	display: block;
	margin: 20px auto 0;
	width: 100%;
}

.dress-in-city-page .red-dress-block h2 {
	text-align: left;
	margin-bottom: 25px;
}

.dress-in-city-page .red-dress-block h3 {
	margin: 30px 0 15px 0;
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.dress-in-city-page .red-dress-block ul {
	margin: 0 0 0px 20px;
}

.dress-in-city-page .red-dress-block ul li {
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.dress-in-city-page .most-popular-dresses {
	padding: 0 0 90px 0;
}

.dress-in-city-page .faq {
	padding: 0 0 90px 0;
}

.care-instructions-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.care-instructions-page .hero .hero-content {
	max-width: 900px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.care-instructions-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.care-instructions-page .shoot-instructions {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 45px;
	align-items: start;
	margin: 0;
	padding: 30px;
	background: #fff;
	border: 1px solid #72000126
}

.care-instructions-page .shoot-instructions strong {
	font-size: 30px;
	font-weight: 700;
	line-height: 140%;
	margin-bottom: 25px;
	text-transform: uppercase;
	display: inline-block;
}

.care-instructions-page .shoot-instructions ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.care-instructions-page .shoot-instructions ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 20px;
}

.care-instructions-page .before-shoot {}

.care-instructions-page .after-shoot {
	text-align: right;
}

.care-instructions-page .center-image img {
	max-width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.before-after {
	padding: 90px 0;
}

.care-instruction {
	padding: 0 0 90px 0;
}

.care-instruction-content {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
	padding: 40px 20px 0;
	max-width: 100%;
	box-sizing: border-box;
	justify-items: center;
	align-items: start;
}

.care-item {
	flex: 1 1 250px;
	max-width: 300px;
	text-align: center;
}

.care-item img {
	max-width: 115px;
	display: block;
	margin: 0 auto 15px;
}

.care-item strong {
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
	display: block;
}

.care-item p {
	margin-bottom: 0;
}

.how-to-video {
	padding: 0 0 90px 0;
}

.how-to-video .mb-45 {
	margin-bottom: 45px;
}

.how-to-video img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center;
}

.how-to-video h3 {
	font-size: 25px;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sizing-and-fit-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.sizing-and-fit-page .hero .hero-content {
	max-width: 900px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.sizing-and-fit-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.sizing-and-fit-page .txt-block {
	padding: 90px 0;
}

.sizing-and-fit-page .txt-block p {
	margin-bottom: 0;
	text-align: center;
}

.sizing-and-fit-page .sizing-table {
	padding: 0 0 90px 0;
}

.sizing-and-fit-page .sizing-table img {
	max-width: 380px;
	display: block;
	margin: 0 auto;
}

.sizing-and-fit-page .sizing-table h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 140%;
	text-transform: uppercase;
}

.size-tables {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 0;
	/* max-width: 1000px; */
	margin: 40px auto 0;
	overflow-x: auto;
}

.size-left,
.size-right {
	border-collapse: collapse;
	width: 100%;
}

.size-left {
	border-right: 15px solid #fff;
	text-align: center;
}

.size-left th,
.size-right th {
	background-color: #6b0000;
	color: white;
	text-transform: uppercase;
	padding: 12px;
	text-align: center;
}

.size-left td,
.size-right td {
	border-bottom: 1px solid rgba(221, 221, 221, 1);
	padding: 12px;
	text-align: center;
}

.size-left td {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}

.size-right th {
	border-left: 1px solid #fff;
}

.sizing-and-fit-page .measure {
	padding: 0 0 60px 0;
}

.sizing-and-fit-page .measure .measure-box {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
	border: 1px solid rgba(114, 0, 1, 0.15);
	padding: 30px;
}

.sizing-and-fit-page .measure .measure-box img {
	width: 130px;
}

.sizing-and-fit-page .measure .measure-box h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sizing-and-fit-page .measure .under-title {
	text-align: center;
	margin-bottom: 45px;
}

.sizing-and-fit-page .need-help {
	padding: 0 0 90px 0;
}

.sizing-and-fit-page .need-help .under-title {
	text-align: center;
	margin-bottom: 45px;
}

.sizing-and-fit-page .need-help .need-help-btn {
	text-align: center;
}

.sizing-and-fit-page .need-help .need-help-btn a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	background: transparent;
	line-height: 140%;
	padding: 15px 30px;
	border: 2px solid #000;
	display: inline-block;
}

.sizing-and-fit-page .question-container .col-md-2 {
	width: 15.67%;
}

.sizing-and-fit-page .got-questions {
	padding: 0 0 90px 0;
}

.cookie-banner {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: #fff;
	padding: 30px 60px;
	display: flex;
	align-items: center;
	z-index: 9999;
	max-width: 850px;
	margin: 0 auto;
	border-top: 40px solid #720001;
}

.cookie-img {
	height: 200px;
	margin-right: 45px;
}

.cookie-banner h3,.cookie-banner .h3 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: "Josefin Sans", sans-serif;
}

.cookie-text {
	flex: 1;
}

.cookie-text p {
	margin-bottom: 30px;
}

.cookie-buttons {}

.cookie-buttons button {
	margin-right: 30px;
	border: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 18px;
	background: transparent;
	padding: 12px 25px;
	text-transform: uppercase;
}

#cookie-accept {
	background: #720001;
	border: 2px solid #720001;
	color: #fff;
}

#cookie-refuse {
	border: 2px solid #000000;
	background: transparent;
	color: #000;
}

.city-list {
	columns: 4;
	column-gap: 0px;
	list-style: none;
}

.city-list li {
	padding: 10px 15px;
	border: 1px solid #DDDDDD;
}

.city-list li a {
	color: #720001;
	text-decoration: underline;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
}

.where-we-rent-page .hero {
	margin-top: 115px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.where-we-rent-page .hero .hero-content {
	max-width: 900px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(2px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.where-we-rent-page .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}

.tabs-mobile {
	display: none;
}

.where-we-rent-page .tab-content {
	margin-top: 0px;
}

.where-we-rent-page .tabs a {
	border-radius: 2px 2px 0 0;
}

.where-we-rent-page .city-search {
	padding: 90px 0;
}

.where-we-rent-page .city-search .descr {
	margin-bottom: 40px;
}

.where-we-rent-page .search-cities {
	margin: 50px 0 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.where-we-rent-page .search-cities h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.where-we-rent-page .search-cities input {
	border: 1px solid #CECECE;
	padding: 10px 10px 10px 45px;
	background: url(/wp-content/uploads/2025/07/search.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 15px 50%;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	color: #313131;
	width: 100%;
	max-width: 280px;
}

.where-we-rent-page .maps {
	padding: 0 0 90px 0;
}

.where-we-rent-page .maps img {
	width: 100%;
}

.items-counter {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

footer {
	padding: 90px 0 15px;
	background: #000;
}

footer h3,footer .h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

footer .footer-nav li {
	margin-bottom: 15px;
	text-align: center;
}

footer .footer-nav a {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	display: inline-block;
	width: 100%;
}

footer .copyright {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #fff;
	display: flex;
	align-items: center;
}

footer .footer-whatsapp {
	text-align: center;
}

footer .footer-whatsapp a {
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	gap: 30px;
	border: 1px solid #fff;
	padding: 10px;
	max-width: 240px;
	transition: 0.4s;
	margin: 0 auto;
}

footer .footer-whatsapp a:hover {
	background: #720001;
	border: 1px solid #720001;
}

.logo-footer {
	max-width: 190px;
	display: block;
	margin: 0 auto;
}

.footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.footer-social svg {
	transition: 0.4s;
}

.footer-social svg:hover path {
	fill: #720001;
	transition: 0.4s;
}

footer .copyright-text {
	margin-top: 45px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

footer .copyright-text a {
	color: #fff;
	font-weight: 600;
}

.swipe-up {
	position: fixed;
	bottom: 40px;
	right: 30px;
	cursor: pointer;
	display: none;
	z-index: 9;
}

#popmake-332,
#popmake-338,
#popmake-361 {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	max-width: 800px !important;
}

.popup-size-container {
	max-width: 650px;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}

.popup-size-container img {
	max-width: 155px !important;
	display: block;
	margin: 0 auto;
}

.popup-size-container h3 {
	font-size: 25px;
	font-weight: 600;
	margin: 30px 0;
	text-align: center;
}

#popmake-332 .pum-close,
#popmake-338 .pum-close,
#popmake-361 .pum-close {
	position: absolute;
	height: 26px;
	width: 26px;
	left: auto;
	right: 5px;
	bottom: auto;
	top: 10px;
	padding: 0px;
	color: #CECECE;
	font-family: Arial;
	font-weight: 600;
	font-size: 40px;
	line-height: 24px;
	border: none;
	border-radius: 26px;
	box-shadow: none;
	text-shadow: none;
	background-color: transparent;
}

.need-help-text {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
}

.need-help-text a {
	font-weight: 700;
	color: #720001;
}

.local-rental-container {
	max-width: 650px;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
}

.local-rental-container img {
	max-width: 120px !important;
	display: block;
	margin: 0 auto;
}

.local-rental-container h3 {
	font-size: 25px;
	font-weight: 600;
	margin: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.local-rental-container form .label {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: -10px;
}

.local-rental-container form .label sub {
	vertical-align: super;
	color: #720001;
	margin-left: 5px;
}

.local-rental-container form p {
	margin-bottom: 0;
}

.local-rental-container form .inp input {
	color: #999;
	padding: 10px 15px;
	font-weight: 300;
	font-size: 16px;
	background: rgba(221, 221, 221, 0.3);
	width: 100%;
	outline: none;
	border: none;
	margin-bottom: 18px;
	height: 38px;
	font-family: 'Segoe UI';
	border: 1px solid #f5f5f5;
}

.local-rental-container form textarea {
	color: #999;
	padding: 10px 15px;
	font-weight: 300;
	font-size: 16px;
	background: rgba(221, 221, 221, 0.3);
	width: 100%;
	outline: none;
	border: none;
	margin-bottom: 18px;
	height: 90px;
	font-family: 'Segoe UI';
	margin-bottom: 15px;
}

.local-rental-container form select {
	color: #999;
	padding: 2px 15px;
	font-weight: 300;
	font-size: 16px;
	background-color: rgba(221, 221, 221, 0.3);
	width: 100%;
	outline: none;
	border: none;
	margin-bottom: 18px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('/wp-content/uploads/2025/07/select.svg');
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 10px;
	cursor: pointer;
	height: 38px;
	font-family: 'Segoe UI';
	border: 1px solid #f5f5f5;
}

.local-rental-container .inst-handler .label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: -10px;
	gap: 10px;
}

.local-rental-container .inst-handler .label img {
	width: 20px;
	margin: 0;
}

.local-rental-container .wpcf7-not-valid-tip {
	display: none;
}

.local-rental-container .check-days .wpcf7-checkbox {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 38px;
	margin-bottom: 18px;
}

.local-rental-container .check-days .wpcf7-list-item {
	margin: 0;
}

.local-rental-container .rty-on p {
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0 23px;
	color: #000;
}

.local-rental-container .rty-on p a {
	font-weight: 700;
	color: #720001;
}

.local-rental-container form input[type='submit'] {
	font-size: 18px;
	font-weight: 700;
	background: #720001;
	width: 100%;
	padding: 4px 0;
	color: #fff;
	cursor: pointer;
	height: 49px;
	margin-bottom: 0;
	font-family: 'Segoe UI';
	margin-top: 15px;
	margin-bottom: 20px;
}

.local-rental-container .check-days .wpcf7-form-control-wrap label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 400;
}

.local-rental-container .check-days input[type="checkbox"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #DDDDDD;
	margin-right: 0px;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	background: #f5f5f5;
}

.local-rental-container .check-days input[type="checkbox"]:checked::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 1.5px;
	width: 6px;
	height: 11px;
	border: solid #1D8938;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.local-rental-container .check-days input[type="checkbox"]:checked {
	border: 1px solid #DDDDDD;
}

.spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border: 4px solid #f5f5f5;
	border-top-color: #720001;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid {
	border: 1px solid #E94335 !important;
}

.tab-content ul {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #303030;
	margin-bottom: 15px;
}

.tab-content ol {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #303030;
	margin-bottom: 15px;
}

@media(max-height:500px) {
	.home .hero {
		height: 100%;
		padding: 180px 0 60px;
		display: inline-block;
		width: 100%;
	}

	.dress-catalogue-page .hero {
		height: 100%;
		padding: 180px 0 60px;
		display: inline-block;
		width: 100%;
	}

	.dress-catalogue-page .hero .hero-content {
		margin: -120px auto 0;
	}
}

.menu a {
	text-transform: uppercase;
}

.dropdown {
	position: relative;
}

.sub-menu {
	display: none;
}

.dropdown:hover .sub-menu {
	display: block;
	position: absolute;
	left: -50%;
	list-style: none;
	background: #fff;
	border-top: 2px solid #000;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
	top: 56px;
	width: 220px;
	padding: 18px 0;
}

.dropdown:hover .sub-menu a {
	font-size: 15px;
	padding: 6px 30px;
	width: 100%;
	display: inline-block;
}

.sub-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
	height: 40px;
	background: transparent;
}

.dropdown.drop-about .sub-menu {
	left: -70px;
}

.dropdown.drop-contact .sub-menu {
	left: -85px;
	width: 240px;
}

.dropdown.drop-how .sub-menu {
	left: -70px;
	width: 260px;
}

.dress-mega-menu {
	display: none;
	flex-direction: column;
	padding: 30px;
	background: white;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: -260px;
	list-style: none;
	background: #fff;
	border-top: 2px solid #000;
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%);
	top: 56px;
	width: 1100px;
}

.dress-mega-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
	height: 40px;
	background: transparent;
}

.drop-browse-dress:hover .dress-mega-menu {
	display: flex !important;
}

.dress-mega-menu .subcategory-list a {
	font-size: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: 0.4s;
}

.dress-mega-menu .subcategory-list a:hover {
	text-shadow: 0px 0px 0px #000;
	transition: 0.4s;
}

.columns-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.dress-column {
	flex: 1;
	min-width: 200px;
}

.category-title {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: "Josefin Sans", sans-serif;
}

.subcategory-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.subcategory-list li {
	margin: 5px 0;
}

.subcategory-list li a {
	color: #333;
	text-decoration: none;
}

.browse-all-dresses {
	margin-top: 0px;
	position: absolute;
	left: 386px;
	bottom: 20px;
}

.browse-all-dresses a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.subcategory-list a img {
	width: 20px;
}

.browse-all-dresses img {
	width: 20px;
}

.browse-all-dresses a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.logo-mob {
	display: none;
}

.burger {
	display: none;
}

.mob-menu-btn {
	display: none;
}

.mobile-head {
	display: none;
}

.back-menu {
	display: none;
}

.mobile-category-filter {
	display: none;
}

.close-filter {
	display: none;
}

.filter-result-by {
	display: inline-block;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.filter-result-by strong {
	font-weight: 600;
}

.display-mob {
	display: none !important;
}

.how-cost .owl-carousel {
	display: inline-block;
}

.faq-tab-img-mob {
	display: none;
}

.about-us-page .our-story .mob-title {
	display: none;
}

.mob-dress-travel {
	display: none;
}

.how-steps-mobile {
	display: none;
}

.cost-tabs {
	display: none;
}

.mt-0 {
	margin-top: 0 !important;
}

.how-cost .tab-content {
	margin-top: 15px;
}

.how-cost .tab-content-mod {
	margin-top: 15px;
}

.mob-cools {
	display: none;
}

.ready-look-img-mob {
	display: none;
}

.screen-carousel {
	display: block;
}

.shipping-return-page img.shipping-img-mob {
	display: none;
}

#toggle-gallery {
	display: none;
}

.ready-look-img-mob {
	display: none;
}

.rental-process-block-mob {
	display: none;
}

.price-table-tabs {
	display: none;
}

.dress-in-city-mob {
	display: none;
}

.load-more-dresses {
	display: none;
}

.load-more-black {
	display: none;
}

.dress-in-city-page .step-desc {
	text-transform: uppercase;
}

.dress-in-city-page .browse-by-color {
	padding: 0 0 90px 0;
}

.why-rent-in-city {
	padding: 0 0 75px 0;
	text-align: center;
}

.red-dress-mob {
	display: none !important;
}

.dress-in-city-page .faq img {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0 auto;
}

.how-to-mob {
	display: none;
}

.sizing-fit-img-mob {
	display: none;
}

.cookie-img-mob {
	display: none;
}

.video-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.video-wrapper video {
	width: 100%;
	height: auto;
}

.video-wrapper.no-controls video::-webkit-media-controls {
	display: none !important;
}

.custom-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10;
	transition: opacity 0.3s ease;
}

.custom-play-btn img {
	height: 48px;
}

.custom-play-btn.hidden {
	opacity: 0;
	pointer-events: none;
}

.load-more-color {
	display: none;
}

#load-more-cat-btn {
	display: block;
	margin-top: 20px;
	padding: 10px;
	width: 100%;
	border: 2px solid #000;
	color: #000;
	background: transparent;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	max-width: 300px;
	display: block;
	margin: 30px auto 0;
	grid-column: 1 / -1;
	width: 100%;
	text-align: center;
}

.faq-tab-img-mob {
	display: none;
}

.dollar img,
.cross img,
.check img {
	width: 11px;
}

.rental-toronto-page .full-img-block .section-title {
	color: #fff;
}

.map-title h3 {
	text-transform: uppercase;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
	padding-right: 0 !important;
}

.thank-you-message {
	text-align: center;
	font-size: 18px;
	max-width: 376px;
	display: block;
	margin: 0 auto;
	background: #720001;
	color: #fff;
	padding: 15px;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}


.popup {
	display: none;
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: white;
	padding: 20px;
	z-index: 1000;
	width: 100%;
	max-width: 700px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow-y: scroll;
	max-height: 94%;
}

.close-popup {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 20px;
	cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	display: none;
}

.hidden-inp {
	display: none;
}

.success-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	text-align: center;
	padding: 0 20px;
	background: rgb(255 255 255 / 97%);
	line-height: 26px;
	color: #720001;
	font-weight: 600;
	opacity: 0;
	transition: 0.4s;
}

.rental-toronto-page #rental-process {
	border: none;
	border-top: none;
	padding: 0;
}

.mob-founder-photo {
	display: none;
}

.desk-founder-photo {
	position: absolute;
	right: 330px;
	top: 50%;
	z-index: 9;
	max-width: 210px;
	transform: translateY(-50%);
}

.founder-bg-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}

.dress-info-color a {
	color: #720001;
}

.mob-menu-social {
	display: none;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.row {
	display: inline-block;
	width: 100%;
}

.row-flex {
	display: flex;
}

.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-12 {
	padding: 0 15px;
	float: left;
}

.col-md-1 {
	width: 8.33%;
}

.col-md-2 {
	width: 16.67%;
}

.col-md-3 {
	width: 25%;
}

.col-md-4 {
	width: 33.33%;
}

.col-md-5 {
	width: 41.67%;
}

.col-md-6 {
	width: 50%;
}

.col-md-7 {
	width: 58.33%;
}

.col-md-8 {
	width: 66.67%;
}

.col-md-9 {
	width: 75%;
}

.col-md-10 {
	width: 83.33%;
}

.col-md-11 {
	width: 91.67%;
}

.col-md-12 {
	width: 100%;
}

/* New */

.wrapper {
	margin-bottom: 90px;
}

.page-t .hero {
	margin-top: 115px;
	margin-bottom: 90px;
	padding: 90px 0;
	background-size: cover;
	background-position: 50% 0%;
}

.page-t .hero .hero-content {
	max-width: 860px;
	background: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(.6px);
	padding: 30px;
	display: block;
	margin: 0px auto;
	border-radius: 5px;
}

.page-t .hero .hero-content h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
}

.hero-after__img img {
	display: block;
	margin: 0 auto;
	max-width: 320px;
	height: initial;
}

.hero-after__text img {
	display: none;
	margin-bottom: 30px;
}

.hero-after h2,
.hero-after em {
	font-size: 35px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-family: "Josefin Sans", sans-serif;
}

.hero-after p {
	margin-bottom: 30px;
	color: rgba(32, 32, 32, 1);
}

.hero-after__mekup .hero-after__text p:nth-child(2) {
	margin-bottom: 70px;
}

.hero-after h3,
.hero-after .h3 {
	font-family: "Josefin Sans", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.hero-after ul {
	padding-left: 30px;
	margin-bottom: 30px;
}

.page-t .most-popular-btn {
	text-align: left;
}

.page-t .most-popular-btn a {
	margin-top: 0;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}

.makeup-what .what-different-container {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	text-align: center;
}

.makeup-what .what-different-box {
	padding: 0 15px;
}

.makeup-what .what-different-box img {
	margin-bottom: 15px;
}

.makeup-what .what-different-box p {
	margin-bottom: 0;
	color: rgba(0, 0, 0, 1);
}

.wrapper-title {
	margin-bottom: 30px;
}

.wrapper-title__center {
	text-align: center;
}

.wrapper-title>* {
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	line-height: 140%;
}

.wrapper-title h2,
.wrapper-title .h2 {
	font-size: 35px;
}

.wrapper-title h3,
.wrapper-title .h3 {
	font-size: 25px;
}

.what-different-box__subtitle {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
}

.page-t .screen-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* max-width: 1006px; */
	margin: 0 auto;
}

.page-t .screen-container .item {
	max-width: 180px;
	margin: 0 auto;
}

.page-t .screen-container .item img {
	width: 100%;
	height: auto;
}

.page-t__faq .wrapper-title {
	margin-bottom: 45px;
}

.page-t__faq .faq-tab-img {
	max-height: 300px;
	width: initial;
	margin: 0 auto;
	display: block;
}

.screenshots .wrapper-title {
	margin-bottom: 60px;
}

.row-table {
	display: flex;
}

.table {
	margin: 0 -5px;
}

.table-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-img img {
	width: 100%;
	max-width: 250px;
	height: auto;
}

.table table {
	width: 100%;
	border-spacing: 5px;
}

.table table thead tr th {
	background: rgba(114, 0, 1, 1);
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 10px 15px;
}

.table table tbody tr td {
	border-bottom: 1px solid rgba(221, 221, 221, 1);
	padding: 10px 15px;
}

.table-after {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}

.table-after__item {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.table-after__item img {
	flex: 0 0 auto;
	width: 15px;
	max-width: 15px;
	height: 15px;
	margin-right: 5px;
}

.table-after__item p {
	margin: 0;
	flex: 1;
}

.table-note {
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
}

.makeup-gallery__link {
	margin-top: 30px;
}

.makeup-gallery__link a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #720001;
	text-align: center;
}

.makeup-gallery__items img {
	height: 360px;
	object-fit: cover;
}

.makeup-gallery__wrap .owl-stage-outer {
	/* padding: 0 80px; */
}

.stylelist__item-top {
	margin-bottom: 15px;
}

.stylelist__item-top-img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.stylelist__item-top-img img {
	height: 200px;
	width: auto;
}

.stylelist__item-top h4,
.stylelist__item-top .h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}

.stylelist__item-bottom p {
	text-align: center;
	margin-bottom: 0;
}

.extra-services {
	margin-top: 90px;
}

.extra-services__btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.extra-services p {
	text-align: center;
	margin-bottom: 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.extra-services__btns a {
	margin: 0 15px;
	min-width: 250px;
}

.btn {
	font-size: 18px;
	font-weight: 700;
	padding: 11px 30px;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-align: center;
	line-height: 1.4;
}

.btn-primary {
	color: #000;
	border: 2px solid #000;
}

.btn-primary:hover {
	color: #fff;
	border-color: #720001;
	background-color: #720001;
}

.btn-secondary {
	color: #fff;
	border: 2px solid #000;
	background-color: #000;
}

.btn-secondary:hover {
	background-color: transparent;
	color: #000;
}

.product-info .btn-secondary {
	width: 100%;
	margin-bottom: 30px;
}

.extra-services__wrapper .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 970px;
	margin: 0 auto;
}

.product-container .row {
	margin: 0 -15px;
	width: calc(100% + 30px);
	display: flex;
	flex-wrap: wrap;
}

.product-container .row .col-md-7 {
	flex: 0 0 auto;
	width: 735px;
}

.product-container .row .col-md-5 {
	flex: 1;
}

.extra-services__wrapper .row img {
	width: 100%;
	max-width: 100%;
	height: initial;
}

.extra-services__wrapper .row .col-md-8 {
	padding-left: 30px;
}

.extra-services__wrapper .row h3,
.extra-services__wrapper .row .h3 {
	font-size: 25px;
	margin-bottom: 30px;
}

.extra-services__wrapper .row p {
	text-align: left;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
}

.extra-services__wrapper .row:nth-child(even) {
	flex-direction: row-reverse;
}

.extra-services__wrapper .row:nth-child(even) p {
	text-align: right;
}

.extra-services__wrapper .row:nth-child(even) h3 {
	text-align: right;
}

.extra-services__wrapper .row:nth-child(even) .col-md-8 {
	padding-left: 0;
	padding-right: 30px;
	text-align: right;
}

.wp-caption {
	width: 100% !important;
	max-width: 100%;
}


@media(max-width: 1550px) {}

@media(max-width: 1400px) {
	.dress-mega-menu {
		left: -286px;
	}

	.custom-category-page .category-posts-grid,
	.dress-catalogue-page .category-posts-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 1200px) {
	.dress-mega-menu {
		left: -241px;
		width: 950px;
	}

	.about-us-page .founder-container {
		max-width: 470px;
	}

	.product-container .col-md-7 {
		width: calc(100% + 30px);
	}

	.product-container .col-md-5 {
		flex: 0 0 auto;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-top: 30px;
	}

	.gallery {
		height: initial;
	}
}

@media(max-width: 991px) {
	.custom-category-page .update-button, .dress-catalogue-page .update-button{
		position: sticky;
		bottom: 0;
		background: #fff;
	}

	.about-us-page img.ready-look-img-mob {
		display: block;
	}

	.extra-services__wrapper .col-md-4,
	.extra-services__wrapper .col-md-8 {
		width: 100%;
	}

	.extra-services__wrapper .row img {
		display: block;
		max-width: 150px;
		margin: 0 auto;
	}

	.extra-services {
		margin-top: 45px;
	}

	.extra-services .wrapper-title {
		margin-bottom: 15px;
	}

	.extra-services p {
		margin-bottom: 15px;
		padding: 0 15px;
	}

	.extra-services__btns {
		flex-direction: column;
	}

	.extra-services__btns a {
		margin-left: 0;
		margin-right: 0;

	}

	.extra-services__btns .btn-secondary {
		margin-bottom: 15px;
	}

	.extra-services__wrapper .row:last-child {
		margin-top: 30px;
	}

	.extra-services__wrapper .row p {
		padding: 0;
		text-align: center !important;
	}

	.extra-services__wrapper .row .col-md-4 {
		margin-bottom: 15px;
	}

	.extra-services__wrapper .row .col-md-8 {
		padding-left: 15px;
		text-align: center;
	}

	.extra-services__wrapper .row:nth-child(even) .col-md-8 {
		padding-right: 15px;
		padding-left: 15px;
		text-align: center;
	}

	.extra-services__wrapper .row h3,
	.extra-services__wrapper .row .h3 {
		margin-bottom: 15px;
		font-size: 18px;
		text-align: center !important;
	}

	.about-us-page .ready-to-look {
		padding-top: 0 !important;
	}

	.btn {
		font-size: 14px;
		font-weight: 700;
		padding: 9px 30px;
		line-height: 1.4;
	}

	.footer-social {
		gap: 20px;
	}

	.what-different-box__subtitle {
		font-size: 14px;
	}

	.wrapper-title {
		text-align: center;
	}

	.table-note {
		font-size: 14px;
		margin-top: 15px;
	}

	.page-t .hero {
		margin-bottom: 45px;
		height: initial !important;
		background-position-x: 70%;
	}

	.page-t .hero-styling {
		background-position-x: 20%;
	}

	.wrapper {
		margin-bottom: 45px;
	}

	.hero-after .col-md-4 {
		display: none;
	}

	.hero-after .col-md-8 {
		width: 100%;
	}

	.hero-after__text img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		max-width: 200px;
		height: auto;
	}

	.hero-after h2,
	.hero-after em {
		text-align: center;
		font-size: 20px;
		margin-bottom: 15px;
	}

	.hero-after h3,
	.hero-after .h3 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}

	.hero-after ul {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-after ul li {
		font-size: 14px;
	}

	.hero-after p {
		text-align: center;
		margin-bottom: 0;
	}

	.hero-after__mekup .hero-after__text p:nth-child(2) {
		margin-bottom: 0;
	}

	.page-t .most-popular-btn {
		text-align: center;
	}

	.table table thead tr th {
		font-size: 12px;
	}

	.table table tbody tr td {
		font-size: 14px;
	}

	.wrapper-title h2,
	.wrapper-title .h2 {
		font-size: 20px;
	}

	.wrapper-title h3,
	.wrapper-title .h3 {
		font-size: 18px;
	}

	.makeup-what .what-different-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.row-table .col-md-9 {
		width: 100%;
	}

	.table-img {
		display: none;
	}

	.page-t__faq .col-md-9 {
		width: 100%;
	}

	.page-t__faq .col-md-3 {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	.stylelist .col-md-4 {
		width: 100%;
	}

	.stylelist .col-md-4:not(:last-child) {
		margin-bottom: 30px;
	}

	.stylelist__item-top h4,
	.stylelist__item-top .h4 {
		font-size: 16px;
	}

	.desk-founder-photo {
		display: none;
	}

	.mob-founder-photo {
		display: inline-block;
	}

	.menu {
		display: block;
		position: fixed;
		top: -150%;
		left: 0;
		width: 100%;
		background: #fff;
		height: calc(100% - 107px);
		opacity: 0;
		transition: 0.4s;
		z-index: -1;
	}

	.menu.menu-active {
		top: 107px;
		transition: 0.4s;
		opacity: 1;
		-webkit-overflow-scrolling: touch;
	}

	.logo-mob {
		display: block;
		max-width: 130px;
		width: 100%;
	}

	.burger {
		display: block;
	}

	header .col-md-12 {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#menu-menu-top .logo-menu {
		display: none;
	}

	.mobile-head {
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 25px;
	}

	.mobile-head img:nth-child(1) {
		max-width: 130px;
		width: 100%;
	}

	#menu-menu-top {
		padding: 30px 25px;
		padding: 30px 15px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 15px;
		transition: 0.4s;
		position: relative;
		left: 0%;
	}

	#menu-menu-top li {
		display: inline-block;
		width: 100%;
	}

	#menu-menu-top a {}

	.sub-menu a {
		color: #000;
	}

	.sub-menu:before {
		display: none;
	}

	.sub-menu {
		padding: 30px 25px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 15px;
		transition: 0.4s;
		list-style: none;
		top: 0;
	}

	.dress-mega-menu:before {
		display: none;
	}

	.dress-mega-menu {
		padding: 30px 25px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 15px;
		transition: 0.4s;
		list-style: none;
		width: 100%;
		border: none;
		box-shadow: none;
		top: 0;
	}

	.dress-mega-menu .columns-wrapper {
		display: flex;
		justify-content: space-between;
		gap: 15px;
		flex-direction: column;
		width: 100%;
	}

	.columns-wrapper .dress-column .category-title a {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 400;
		color: #000;
		line-height: 140%;
		font-family: 'Segoe UI';
	}

	.columns-wrapper .dress-column .category-title {
		margin-bottom: 0;
		background: url(/wp-content/uploads/2025/07/arrow-right.svg);
		background-repeat: no-repeat;
		background-position: 95% 8px;
		background-size: 5px;
	}

	.sub-menu li a {
		font-size: 16px;
		font-weight: 400;
		color: #000;
		line-height: 140%;
	}

	.mob-menu-btn {
		display: flex;
		flex-direction: column;
		gap: 15px;
		padding: 0 15px;
		position: absolute;
		width: 100%;
		bottom: 65px;
	}

	.mob-menu-btn a:nth-child(1) {
		font-size: 14px;
		font-weight: 600;
		color: #000;
		background: transparent;
		line-height: 140%;
		padding: 9px 30px;
		border: 2px solid #000;
		display: inline-block;
		text-align: center;
	}

	.mob-menu-btn a:nth-child(2) {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		background: #000;
		line-height: 140%;
		padding: 9px 30px;
		border: 2px solid #000;
		display: inline-block;
		text-align: center;
	}

	header .dropdown {
		background: url('/wp-content/uploads/2025/07/arrow-right.svg');
		background-repeat: no-repeat;
		background-position: 95% 8px;
		background-size: 5px;
	}

	.hide-left {
		left: -100% !important;
		transition: 0.4s;
	}

	.sub-drop-about {
		left: -100%;
		transition: 0.4s;
		position: relative;
	}

	.sub-drop-about.sub-visible {
		left: 0%;
		transition: 0.4s;
	}

	.sub-drop-contact {
		left: -100%;
		transition: 0.4s;
		position: relative;
	}

	.sub-drop-contact.sub-visible {
		left: 0%;
		transition: 0.4s;
	}

	.sub-drop-how {
		left: -100%;
		transition: 0.4s;
		position: relative;
	}

	.sub-drop-how.sub-visible {
		left: 0%;
		transition: 0.4s;
	}

	.sub-drop-browse-dress {
		left: -100%;
		transition: 0.4s;
		position: relative;
	}

	.sub-drop-browse-dress.sub-visible {
		left: 0%;
		transition: 0.4s;
	}

	.dress-mega-menu .subcategory-list {
		padding: 0;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 15px;
		transition: 0.4s;
		list-style: none;
		top: 0;
		display: none;
		transition: 0.4s;
	}

	.dress-mega-menu .subcategory-list.sub-list-color {
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}

	.sub-list-color {
		left: -100%;
		transition: 0.4s;
		position: relative;
	}

	.sub-list-color.sub-visible {
		left: 0%;
		transition: 0.4s;
	}

	.sub-list-top-style {
		left: -100%;
		transition: 0.4s;
		position: relative;
	}

	.sub-list-top-style.sub-visible {
		left: 0%;
		transition: 0.4s;
	}

	.sub-list-type {
		left: -100%;
		transition: 0.4s;
		position: relative;
	}

	.sub-list-type.sub-visible {
		left: 0%;
		transition: 0.4s;
	}

	.back-menu {
		padding: 0 15px;
		display: flex;
		align-items: center;
		gap: 10px;
		padding-top: 30px;
		display: none;
		opacity: 0;
		transition: 0.4s;
	}

	.browse-all-dresses a {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		font-weight: 400;
		margin-top: 10px;
	}

	.top-line {
		font-size: 12px;
	}

	p {
		font-size: 14px !important;
	}

	.home .hero .hero-content h1 {
		font-size: 32px !important;
	}

	.hero .hero-content h1 {
		font-size: 22px !important;
		margin-bottom: 10px;
	}

	.hero .hero-content h2 {
		font-size: 14px !important;
	}

	.hero-content .hero-button a {
		font-size: 14px !important;
	}

	.hero {
		margin-top: 110px !important;
	}

	.home .hero {
		height: calc(100vh - 108px);
	}

	.home .hero .hero-content {
		margin: 0px auto 0;
		padding: 30px 15px;
	}

	.home .why-rent {
		padding: 45px 0 30px;
	}

	.section-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.most-popular .popular-categories-grid {
		grid-template-columns: 2fr 2fr;
		gap: 10px;
	}

	.popular-categories-grid .item.large {
		grid-column: 1 / -1;
	}

	.popular-categories-grid .item .title {
		font-size: 16px;
		padding: 18px 12px;
	}

	.most-popular-btn a {
		font-size: 16px;
		padding: 8px 30px;
	}

	.most-popular .section-title {
		margin-bottom: 25px;
	}

	.home .most-popular {
		padding: 0 0 45px 0;
	}

	.home .video-section {
		height: 210px;
	}

	.home .video-section video {
		height: 220px;
	}

	.home .video-section h2 {
		font-size: 18px;
	}

	.home .how-rental-work .how-rental-container {
		flex-direction: column;
		margin: 0 auto 60px;
		text-align: center;
		gap: 25px;
	}

	.home .how-rental-work .how-rental-container h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.how-rental-order .how-rental-content {
		order: 2;
	}

	.home .how-rental-work .how-rental-container img {
		max-width: 150px;
	}

	.how-rental-work .section-title {
		margin-bottom: 40px;
	}

	.home .how-rental-work {
		padding: 45px 0 0px;
	}

	.home .how-rental-work .how-rental-container a {
		font-size: 14px;
		padding: 9px 30px;
	}

	.home .engagement {
		padding: 45px 0;
		text-align: center;
	}

	.home .engagement-btn a {
		padding: 6px 30px;
	}

	.home .reviews {
		padding: 0 0 45px 0;
	}

	.home .last-posts .col-md-4 {
		width: 100%;
		margin-bottom: 15px;
	}

	.home .last-posts {
		padding: 0 0 45px 0;
	}

	.breadcrumbs .back,
	.breadcrumbs .slash,
	.breadcrumbs .current {
		font-size: 10px;
	}

	.hero {
		height: 600px !important;
	}

	.hero .hero-content {
		margin: 0px auto 0 !important
	}

	.dress-catalogue-page .popular-categories {
		padding: 0px 0 45px;
	}

	.dress-catalogue-page .all-posts-of-category {
		padding: 45px 0;
	}

	.dress-catalogue-page .categories-wrapper {
		flex-direction: column;
		gap: 15px;
	}

	.dress-catalogue-page .categories-left,
	.dress-catalogue-page .categories-right {
		width: 100%;
		gap: 15px;
	}

	.dress-catalogue-page .categories-right .row-small {
		order: 1;
	}

	.dress-catalogue-page .cat-title {
		font-size: 16px;
	}

	.dress-catalogue-page .cat-item.large {
		height: 240px;
	}

	.dress-catalogue-page .cat-item.small {
		height: 210px;
	}

	.dress-catalogue-page .row-small {
		display: flex;
		gap: 15px;
	}

	.dress-catalogue-page .cat-title {
		padding: 10px 10px;
	}

	.dress-catalogue-page .why-rent-athena {
		padding: 0 0 15px 0;
	}

	.dress-catalogue-page .why-rent-athena .col-md-4 {
		width: 100%;
		margin-bottom: 15px;
	}

	.dress-catalogue-page .why-ath-box h3 {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.most-popular-dresses .owl-prev {
		background: #fff !important;
		left: -10px;
		display: flex;
	}

	.most-popular-dresses .owl-next {
		background: #fff !important;
		right: -10px;
		display: flex;
	}

	.popular-dresses-carousel .dress-title {
		padding: 10px 10px;
		font-size: 12px;
	}

	.dress-catalogue-page .most-popular-dresses {
		padding: 0 0 45px 0;
	}

	.dress-catalogue-page .free-to-way {
		padding: 10px 0;
		font-size: 14px;
	}

	.dress-catalogue-page .browse-by-color {
		padding: 45px 0;
	}

	.browse-by-color .dress-title {
		padding: 10px 10px;
		font-size: 12px;
	}

	.browse-by-color .owl-prev {
		background: #fff !important;
		left: -10px;
		display: flex;
	}

	.browse-by-color .owl-next {
		background: #fff !important;
		right: -10px;
		display: flex;
	}

	.dress-catalogue-page .how-it-work-btn {
		flex-direction: column;
		gap: 15px;
	}

	.dress-catalogue-page .how-it-work-btn a {
		font-size: 14px;
		padding: 10px 0;
		width: 100%;
	}

	.dress-catalogue-page .how-it-work {
		padding: 0 0 45px 0;
	}

	.dress-catalogue-page .black-collection .owl-next {
		background: #fff !important;
		right: -10px;
		display: flex;
	}

	.dress-catalogue-page .black-collection .owl-prev {
		background: #fff !important;
		left: -10px;
		display: flex;
	}

	.dress-catalogue-page .black-collection .dress-title {
		padding: 10px 10px;
		font-size: 12px;
	}

	.dress-catalogue-page .black-collection {
		padding: 0 0 45px 0;
	}

	.custom-category-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.mobile-category-filter {
		display: flex;
		border: 1px solid #720001;
		padding: 5px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		font-size: 14px;
		color: #720001;
		margin-bottom: 30px;
	}

	.mobile-category-filter img {
		width: 15px;
	}

	.all-posts-of-category .col-md-9 {
		width: 100%;
	}

	.custom-category-page .category-posts-grid {
		gap: 10px;
		grid-template-columns: repeat(3, 1fr);
	}

	.custom-category-page .dress-item {
		height: 210px;
	}

	.custom-category-page .dress-title {
		padding: 10px 5px;
		font-size: 12px;
	}

	.custom-category-page .all-posts-of-category {
		padding: 45px 0;
	}

	.all-posts-of-category .slide-left-filter {
		display: none;
		position: fixed;
		left: -100%;
		top: 107px;
		height: calc(100% - 107px);
		width: 90%;
		opacity: 0;
		transition: 0.4s;
		background: #fff;
		z-index: 999;
		overflow-y: scroll;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.slide-left-filter.active-filter-dress {
		left: 0;
	}

	.close-filter {
		display: block;
		position: absolute;
		right: 20px;
		top: 15px;
		width: 15px;
		z-index: 9999;
	}

	.filter-box {
		border-right: none;
		padding-right: 0;
	}

	.custom-category-page .big-img {
		padding: 0 0 30px 0;
	}

	.custom-category-page .big-img img {
		height: 180px;
	}

	.custom-category-page .big-img h3 {
		margin: 30px 0 15px;
		font-size: 16px;
	}

	.custom-category-page .faq .col-md-4 {
		width: 100%;
		margin-bottom: 30px;
	}

	.custom-category-page .faq .col-md-4 img {
		max-width: 130px;
	}

	.custom-category-page .faq .col-md-8 {
		width: 100%;
	}

	.panel {
		border-bottom: 1px solid #EAECF0;
	}

	.panel-heading a {
		font-size: 16px;
		border: none;
		box-shadow: none;
		font-weight: 500;
		line-height: 28px;
		padding: 0 !important;
	}

	.panel-heading a h3 {
		font-size: 16px;
		border: none;
		box-shadow: none;
		font-weight: 500;
		line-height: 28px;
		padding: 0 !important;
	}

	.panel-body {
		font-size: 14px;
	}

	.question-container .tab-content {
		margin-top: 10px;
		border: 1px solid #f2f3f5;
		padding: 15px;
	}

	.home .post-title a {
		font-size: 14px;
		text-transform: uppercase;
	}

	.home .post-category a {
		font-size: 12px;
	}

	.home .post-date {
		font-size: 12px;
	}

	.home .post-card {
		height: 300px;
	}

	.popular-categories-grid .item {
		height: 220px;
	}

	.rental-toronto-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.rental-toronto-page .hero-content {
		margin: 0px auto 0 !important;
	}

	.rental-toronto-page .local-dress {
		padding: 45px 0;
	}

	.local-dress-btn a {
		font-size: 14px;
		padding: 9px 30px;
		margin-top: 15px;
	}

	.just-dress {
		text-align: center;
	}

	.just-dress .col-md-5 {
		width: 100%;
		margin-bottom: 20px;
	}

	.just-dress .col-md-7 {
		width: 100%;
	}

	.display-mob {
		display: block !important;
	}

	.display-desk {
		display: none !important;
	}

	.just-dress .display-mob {
		text-align: center;
		font-size: 18px;
		margin-bottom: 20px !important;
	}

	.rental-toronto-page .just-dress img {
		width: 180px;
	}

	.rental-toronto-page .just-dress {
		padding: 45px 0 0 0;
	}

	.step {
		width: 100%;
	}

	.how-steps-mobile {
		position: relative;
		padding: 0px 0px;
	}

	.how-steps-mobile .progress-line {
		position: absolute;
		top: 0;
		left: 15px;
		width: 4px;
		height: 100%;
		background-color: #CECECE;
	}

	.step-item-mobile {
		position: relative;
		display: flex;
		align-items: flex-start;
		margin-bottom: 40px;
		padding-left: 50px;
		transition: opacity 0.3s ease;
	}

	.how-steps-mobile .step-icon {
		display: flex;
		gap: 10px;
		margin-bottom: 15px;
	}

	.how-steps-mobile .step-icon img {
		width: 50px;
	}

	.step-item-mobile:last-child {
		margin-bottom: 0;
	}

	.step-item-mobile.active {
		opacity: 1;
	}

	.step-circle {
		position: absolute;
		top: -1px;
		left: 10px;
		width: 14px;
		height: 14px;
		background-color: #CECECE;
		border-radius: 50%;
		z-index: 2;
		transition: all 0.3s ease;
	}

	.step-item-mobile.active .step-circle {
		background-color: #e6007e;
		border-color: #e6007e;
	}

	.progress-line-fill-mob {
		position: absolute;
		left: 0px;
		top: 0;
		width: 4px;
		height: 0;
		background: #8b0000;
		z-index: 1;
		transition: height 0.4s ease;
	}

	.step-item-mobile.active .step-circle {
		background-color: #8b0000;
		border-color: #8b0000;
	}

	.step-item-mobile-tab {
		position: relative;
		display: flex;
		align-items: flex-start;
		margin-bottom: 40px;
		padding-left: 50px;
		transition: opacity 0.3s ease;
	}

	.step-item-mobile-tab:last-child {
		margin-bottom: 0;
	}

	.step-item-mobile-tab.active {
		opacity: 1;
	}

	.step-item-mobile-tab.active .step-circle {
		background-color: #e6007e;
		border-color: #e6007e;
	}

	.progress-line-fill-mob-tab {
		position: absolute;
		left: 0px;
		top: 0;
		width: 4px;
		height: 0;
		background: #8b0000;
		z-index: 1;
		transition: height 0.4s ease;
	}

	.step-item-mobile-tab.active .step-circle {
		background-color: #8b0000;
		border-color: #8b0000;
	}

	.data-step-zero {
		opacity: 0 !important;
		margin-bottom: 5px;
	}

	.step-content h4,.step-content .h4 {
		font-family: "Josefin Sans", sans-serif;
		margin: 0 0 5px;
		font-size: 16px;
		color: #720001;
		font-weight: 600;
	}

	.step-content span {
		margin: 0 0 5px;
		font-size: 16px;
		color: #720001;
		font-weight: 600;
		display: block;
	}

	.step-content strong {
		font-size: 16px;
		color: #000;
		font-weight: 600;
	}

	.step-content p {
		margin: 0;
		font-size: 14px;
	}

	.steps-container {
		display: none;
	}

	.how-steps .section-title {
		margin-bottom: 20px;
	}

	.how-steps {
		padding: 45px 0;
	}

	.rental-toronto-page .full-img-block {
		height: 210px;
	}

	.rental-toronto-page .full-img-block h2 {
		font-size: 18px;
		margin: 0;
	}

	.rental-toronto-page .how-cost {
		padding: 45px 0;
	}

	.how-cost .col-md-4 {
		width: 100%;
		padding: 20px 10px;
	}

	.rental-toronto-page .cost-container .cost-box .cost-title i {
		font-size: 25px;
	}

	.rental-toronto-page .cost-container .cost-box .cost-title span {
		font-size: 16px;
	}

	.rental-toronto-page .cost-container .cost-box .cost-price span {
		font-size: 22px;
	}

	.rental-toronto-page .cost-container .cost-box .cost-price {
		gap: 10px;
	}

	.rental-toronto-page .cost-container .cost-box .cost-price i {
		font-size: 16px;
		bottom: 0px;
	}

	.rental-toronto-page .cost-container .cost-box strong {
		font-size: 14px;
	}

	.rental-toronto-page .cost-container .cost-box {
		padding: 30px 10px 23px;
		max-width: 100%;
	}

	.rental-toronto-page .cost-container .most-popular .cost-box h4 {
		max-width: 150px;
		font-size: 12px;
	}

	.rental-toronto-page .cost-container .most-popular .cost-box .mst-p {
		max-width: 150px;
		font-size: 12px;
	}

	.rental-toronto-page .cost-container .cost-box .cost-price {
		margin-bottom: 15px;
	}

	.rental-toronto-page .cost-container {
		margin-top: 30px;
	}

	.price-include {}

	.rental-toronto-page .include-container {
		gap: 30px;
		flex-direction: column;
		align-items: center;
	}

	.include-steps {
		order: 1;
	}

	.include-img img {
		width: 50px;
	}

	.rental-toronto-page .include-container .include-box img {
		max-width: 80px;
	}

	.rental-toronto-page .include-container .include-box {
		gap: 15px;
	}

	.rental-toronto-page .include-container .include-content h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.rental-toronto-page .price-include {
		padding: 0 0 45px 0;
	}

	.rental-toronto-page .got-questions {
		padding: 45px 0 0 0;
	}

	.tabs {
		gap: 15px;
		flex-direction: column;
	}

	.tabs a {
		width: 100%;
		padding: 8px 15px;
		
	}

	.tabs a.active {
		padding: 8px 15px;
		margin-top: 0;
	}
	.tabs a.tab-link{
		font-family: 'Segoe UI';
	}

	.faq-tab-img-mob {
		display: block;
		max-width: 120px;
		margin: 20px auto 0;
	}

	.question-container .col-md-2 {
		display: none;
	}

	.question-container .col-md-5 {
		width: 100%;
		padding: 0;
	}

	.question-container {
		margin-top: 20px;
	}

	.panel {
		padding-right: 40px
	}

	.panel-heading a:after {
		right: -40px;
	}

	.rental-toronto-page .reviews {
		padding: 40px 0 0px;
	}

	.rental-toronto-page .just-dress h3 {
		font-size: 18px;
	}

	.dress-travel {
		padding: 0px 0 30px;
	}

	.dress-travel .col-md-7 {
		width: 100%;
		margin-bottom: 0px;
	}

	.dress-travel .col-md-5 {
		width: 100%;
	}

	.dress-travel .desk-title {
		display: none;
	}

	.dress-travel .mob-title {
		display: block;
		text-align: center !important;
	}

	.mob-dress-travel {
		display: block;
	}

	.desk-dress-travel {
		display: none;
	}

	.dress-travel-1 {
		margin-bottom: 15px;
	}

	.dress-travel-2 {
		margin-top: 15px !important;
	}

	.dress-travel {
		text-align: center;
	}

	.rental-toronto-page .dress-travel {
		padding: 0px 0 40px;
	}

	.cost-tabs {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 5px;
	}

	.how-steps-mobile {
		display: block;
	}

	.cost-tabs a {
		font-size: 12px;
		padding: 8px 5px !important;
		width: 100%;
	}

	.cost-tabs a:nth-child(1) {
		width: 75%;
	}

	.cost-tabs a.active {
		margin-top: 0;
	}

	.how-cost .col-md-6 {
		width: 100%;
		display: none
	}

	.how-cost .col-md-6#canada-tab {
		display: block;
	}

	.how-cost .tab-content {
		margin-top: 15px;
	}

	.country-flag .country-name {
		display: none;
	}

	.rental-toronto-page .country-flag {
		margin-bottom: 30px;
	}

	.rental-toronto-page .canada-us-how-cost .cost-container .cost-box {
		padding: 0 0 30px 0;
	}

	.rental-toronto-page .shipping-cost {
		font-size: 14px;
	}

	.shipping-cost img {
		width: 20px;
	}

	.rental-toronto-page .shipping-cost {
		padding: 0 30px;
	}

	.rental-toronto-page .one-line-cost {
		padding: 0 5px;
		margin-bottom: 15px;
		flex-direction: column;
		gap: 15px;
	}

	.rental-toronto-page .cost-container .cost-box .cost-title {
		gap: 6px;
	}

	.about-us-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.about-us-page .more-than {
		padding: 45px 0 30px;
	}

	.about-us-page .what-different-container {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.about-us-page .what-different-box {
		padding: 0;
	}

	.about-us-page .what-different-box img {
		max-width: 80px;
	}

	.about-us-page .what-different {
		padding: 0 0 45px 0;
	}

	.founder-bg-box {
		width: 100%;
	}

	.about-us-page .founder-bg {
		height: 400px;
		top: 0;
		width: 100%;
		object-position: 50% -140px;
	}

	.about-us-page .founder {
		padding: 445px 0 45px;
	}

	.about-us-page .founder-photo {
		top: -118px;
		width: 90px;
		z-index: 9;
	}

	.about-us-page .founder-container span {
		margin-left: 95px;
	}

	.about-us-page .founder-container h2 {
		font-size: 22px;
	}

	.about-us-page .founder-container h4,.about-us-page .founder-container .h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.about-us-page .our-story .desk-title {
		display: none;
	}

	.about-us-page .our-story .mob-title {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.our-story {
		text-align: center;
	}

	.our-story .col-md-5 {
		width: 100%;
	}

	.our-story .col-md-5 img {
		height: 318px;
		margin-bottom: 20px;
	}

	.our-story .col-md-7 {
		width: 100%;
	}

	.about-us-page .our-story h3 {
		font-size: 18px;
	}

	.about-us-page .our-story a {
		padding: 9px 30px;
		font-size: 14px;
	}

	.about-us-page .our-story {
		padding: 45px 0;
	}

	.desk-cools {
		display: none;
	}

	.mob-cools {
		display: block;
		margin-bottom: 20px;
	}

	.about-us-page .behind .big-col-img {
		width: 155px;
		height: 155px;
	}

	.about-us-page .behind .little-col-img {
		width: 125px;
		height: 125px;
	}

	.behind .col-md-6 {
		width: 100%;
		text-align: center;
	}

	.about-us-page .behind .section-title {
		text-align: center;
	}

	.about-us-page .behind h3 {
		font-size: 18px;
	}

	.about-us-page .behind {
		padding: 0 0 30px 0;
	}

	.about-us-page .big-img-section {
		height: 210px;
	}

	.ready-look-img-mob {
		display: block;
	}

	.ready-look-img-desk {
		display: none !important;
	}

	.ready-to-look .col-md-8 {
		width: 100%;
		text-align: center;
	}

	.about-us-page .ready-to-look h2 {
		text-align: center;
	}

	.about-us-page .ready-to-look .ready-to-content {
		text-align: center;
	}

	.about-us-page .ready-to-look {
		padding: 45px 0;
	}

	.about-us-page .ready-to-look img {
		max-width: 210px;
		margin: 0 auto 15px;
	}

	.about-us-page .ready-to-look a {
		font-size: 14px;
		padding: 9px 30px;
	}

	.screenshots .wrapper-title {
		margin-bottom: 30px;
	}

	.screen-carousel .owl-item img {
		margin: 0 auto;
		height: 100%;
	}

	.about-us-page .dress-from h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.about-us-page .dress-from {
		padding: 0 0 45px 0;
	}

	.contact-us-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.form-section .col-md-6 {
		width: 100%;
	}

	.contact-us-page .form-section {
		padding: 45px 0;
	}

	.contact-us-page .form-container {
		margin-bottom: 30px;
		padding: 30px 20px;
	}

	.contact-us-page .form-container h3 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.contact-us-page .contact-box img {
		max-width: 70px;
	}

	.contact-us-page .contact-box span {
		font-size: 14px;
	}

	.contact-us-page .social-container {
		justify-content: space-between;
	}

	.contact-us-page .form-container input[type="submit"] {
		font-size: 14px;
		padding: 9px 15px;
	}

	.map-title h3 {
		font-size: 18px;
	}

	.shipping-return-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.shipping-container {
		padding: 45px 0 15px;
	}

	.shipping-container .col-md-5 {
		width: 100%;
		padding: 0;
	}

	.shipping-container .col-md-5 img {
		width: 120px;
		margin-bottom: 25px;
	}

	.shipping-container .col-md-7 img {
		width: 120px;
		margin-bottom: 25px;
	}

	.shipping-container .col-md-7 {
		width: 100%;
		padding: 0;
	}

	.shipping-img-mob {
		display: block !important;
	}

	.shipping-img-desk {
		display: none !important;
	}

	.shipping-return-page .shipping-container {
		margin-bottom: 30px;
		padding: 15px;
		text-align: center;
	}

	.shipping-return-page .shipping {
		padding: 45px 0 30px;
	}

	.shipping-return-page .shipping h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.shipping-return-page .shipping h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.shipping .row {
		padding: 0 15px;
	}

	.shipping-return-page .wrinkles {
		padding: 0 0 30px 0;
	}

	.shipping-return-page .local {
		padding: 60px 0;
	}

	.shipping-return-page .local-box h2 {
		font-size: 18px;
	}

	.shipping-return-page .local-box h4 {
		font-size: 14px;
	}

	.shipping-return-page .local-box a {
		font-size: 14px;
		padding: 9px 30px;
	}

	.shipping-return-page .got-questions {
		padding: 45px 0;
	}

	.not-found-page .error h1 {
		font-size: 90px;
		font-weight: 600;
		line-height: 70px;
		margin-bottom: 15px;
	}

	.not-found-page .error a {
		font-size: 14px;
		padding: 9px 30px;
	}

	.not-found-page .error p {
		margin-bottom: 15px;
	}

	.not-found-page .col-md-6 {
		width: 100%;
	}

	.not-found-page .error img {
		width: 100%;
		max-width: 200px;
		display: block;
		margin: 0 auto;
	}

	.not-found-page .error {
		padding: 165px 0 45px;
		max-width: 1000px;
		display: block;
		margin: 0 auto;
	}

	.privacy-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.privacy-content img {
		float: none;
		width: 100%;
		max-width: 75px;
		margin: 0 auto 25px;
		display: block;
	}

	.privacy-content p {
		color: #202020;
	}

	.privacy-content {
		padding: 45px 0;
	}

	.where-we-rent-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.where-we-rent-page .city-search {
		padding: 45px 0;
	}

	#city-tabs .tabs-desktop {
		display: none;
	}

	#city-tabs .tabs-mobile {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
		text-align: center;
		gap: 8px;
	}

	#city-tabs .tabs-mobile a {
		padding: 8px 5px;
	}

	#city-tabs .tabs-mobile a.active {
		padding: 15px 5px;
		margin-top: -15px;
	}

	.where-we-rent-page .city-search .descr {
		margin-bottom: 40px;
		text-align: center;
	}

	.where-we-rent-page .search-cities {
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.where-we-rent-page .search-cities h4 {
		font-size: 16px;
	}

	.where-we-rent-page .search-cities input {
		max-width: 100%;
	}

	.city-list {
		columns: 2;
	}

	.city-list li {
		will-change: transform;
		text-align: center;
	}

	.where-we-rent-page .maps {
		padding: 0 0 45px 0;
	}

	.where-we-rent-page .maps .col-md-6 {
		width: 100%;
	}

	.blog-page .hero {
		padding: 60px 0;
		background-size: cover;
		background-position: 50% 0%;
		display: flex;
		align-items: center;
		height: auto !important;
	}

	.blog-page .blog-content {
		padding: 45px 0 0;
	}

	.blog-content .col-md-9 {
		width: 100%;
	}

	.blog-content .col-md-3 {
		width: 100%;
		margin-top: 15px;
	}

	.blog-page .blog-row--small {
		grid-template-columns: repeat(1, 1fr);
	}

	.blog-page .small-post {
		height: 270px;
	}

	.blog-page .big-post {
		height: 270px;
	}

	.blog-row .post-title {
		font-size: 14px;
	}

	.blog-page .post-category a {
		font-size: 12px;
	}

	.blog-page .post-date {
		font-size: 12px;
	}

	.blog-page .blog-sidebar {
		padding-left: 0;
		border-left: none;
	}

	.blog-page .social-container {
		justify-content: space-between;
	}

	.blog-page .post-overlay {
		padding: 15px 15px;
	}

	.page-numbers {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.blog-page .pagination .current {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.blog-page .pagination {
		margin-bottom: 40px;
	}

	.search-page h1 {
		font-size: 20px;
		font-weight: 600;
		margin: 30px 0 30px;
	}

	.custom-blog-post .owl-prev {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.custom-blog-post .owl-next {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.custom-blog-post .post-title {
		font-size: 14px;
	}

	.custom-blog-post .post-category a {
		font-size: 12px;
	}

	.custom-blog-post .post-date {
		font-size: 12px;
	}

	body.blog-single-content {
		padding: 160px 0 45px;
	}

	.blog-single-content .col-md-9 {
		width: 100%;
	}

	.blog-single-content .col-md-3 {
		width: 100%;
		margin-top: 45px;
	}

	.blog-single-content img {
		height: auto;
	}

	.blog-single-content h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.blog-single-content .meta a {
		font-size: 14px;
	}

	.blog-single-content .meta span {
		font-size: 12px;
	}

	.single-dress .product-container .col-md-7 {
		width: 100%;
		padding: 0;
		margin-left: 0;
	}

	.single-dress .product-container .col-md-5 {
		width: 100%;
		padding: 0;
		margin-left: 0;
		margin-top: 0;
		margin-top: 0;
	}

	.single-dress .product-container h1 {
		margin: 20px 0;
		font-size: 18px;
	}

	.single-dress .product-container .gallery {
		display: flex;
		flex-direction: column;
		gap: 10px;
		/* max-width: 450px; */
		margin: 0 auto;
	}

	.single-dress .product-container .thumbnails {
		display: flex;
		flex-direction: row;
		gap: 5px;
		justify-content: space-between;
		order: 1;
	}

	.single-dress .product-container .main-image img {
		height: auto;
	}

	.single-dress .product-container .rent-button {
		width: 100%;
	}

	.single-dress .rent-across-container {
		grid-template-columns: repeat(1, 1fr);
	}

	.single-dress .across-text {
		justify-content: center;
	}

	.single-dress .across-pay {
		justify-content: center;
	}

	.single-dress .rent-across {
		padding: 30px 0 20px;
	}

	.single-dress .thumbnails img {
		width: 50px;
		height: 50px;
	}

	.single-dress .across-pay img {
		width: 30px;
	}

	.single-dress .single-tabs .tab-content {
		padding: 15px;
	}

	.single-dress .single-tabs .tab-content h3 {
		font-size: 18px;
	}

	.single-dress .single-tabs {
		padding: 0 0 45px 0;
	}

	.single-tabs #gallery {
		margin-top: 0px;
		border: none;
		padding: 0;
	}

	.single-tabs .tab-content {
		margin-top: 0;
	}

	.masonry-item {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 10px;
		border: none !important;
	}

	.hidden-image {
		display: none;
	}

	#toggle-gallery {
		display: block;
		text-align: center;
		text-decoration: underline;
		font-weight: 700;
		font-size: 14px;
		margin-top: 25px;
		margin-bottom: 20px;
	}

	.rev-container {
		display: grid;
		grid-template-columns: auto;
		gap: 20px;
	}

	.rev-form {
		padding: 0;
	}

	.single-tabs #reviews {
		border: none;
		padding: 10px 0 0 0;
	}

	.info-table td {
		font-size: 14px;
	}

	.info-table tr td:nth-child(1) {
		width: 35%;
	}

	.rental-process-block {
		display: none;
	}

	.rental-process-block-mob {
		display: block;
	}

	.rental-process-tabs {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 5px;
		margin-bottom: 25px;
		text-align: center;
	}

	.rental-process-tabs a {
		font-size: 12px;
		padding: 8px 5px !important;
	}

	.rental-process-tabs a.active {
		font-weight: 600;
		padding: 15px 15px;
		background: #720001;
		color: #fff;
		transition: 0.4s;
		border: 1px solid #DDDDDD;
	}

	.rental-process-container .learn-more {
		background: #fff;
		z-index: 9;
		position: relative;
		margin-top: -37px;
		padding: 0;
		padding-top: 25px;
		border: none;
		margin-bottom: 10px;
		font-size: 14px;
		white-space: nowrap;
		font-family: inherit;
		font-weight: 600;
	}

	.single-dress {
		padding: 140px 0 45px;
	}

	.single-dress .single-tabs {
		padding: 0 0 45px 0;
	}

	.price-table-tabs {
		position: absolute;
		top: 0;
		left: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
		width: 100%;
	}

	.price-table-tabs a {
		text-align: center;
		font-size: 12px;
	}

	.location-title {
		display: none;
	}

	#rental-fees {
		position: relative;
		border: none;
		padding: 25px 0 0 0;
	}

	.table-tabs {
		display: none;
	}

	.fees .comparison-wrapper {
		display: grid;
		grid-template-columns: 2fr 2fr;
		gap: 0;
		width: 100%;
	}

	.price-table-tabs.active {
		padding: 15px 15px;
		background: #720001;
	}

	.fees th,
	.fees td {
		font-size: 12px;
	}

	#local-cad-tab {
		display: table;
		overflow-x: scroll;
	}

	.fees .note {
		display: flex;
		gap: 15px;
		align-items: flex-start;
		margin: 30px 0;
		flex-direction: column;
	}

	.pricing-fees-page .hero {
		padding: 60px 0;
		height: auto !important;
	}

	.about-us-page .hero .hero-content {
		max-width: 860px;
		background: rgba(0, 0, 0, 0.2);
		backdrop-filter: blur(2px);
		padding: 30px;
		display: block;
		margin: 0px auto;
		border-radius: 5px;
	}

	.about-us-page .hero .hero-content h1 {
		font-size: 40px;
		font-weight: 600;
		color: #fff;
		line-height: 140%;
		text-align: center;
		text-transform: uppercase;
		margin-top: 20px;
	}

	.fees {
		position: relative;
		padding-top: 25px;
	}

	.pricing-fees-page .fee-table {
		padding: 45px 0;
	}

	.pricing-fees-page .include-container {
		flex-direction: column;
		gap: 30px;
	}

	.pricing-fees-page .include-container .include-img img {
		max-width: 70px;
		width: 100%;
	}

	.pricing-fees-page .include-container .include-content h3 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.pricing-fees-page .include-container .include-box img {
		max-width: 85px;
	}

	.pricing-fees-page .price-include {
		padding: 0 0 45px 0;
	}

	.step-item-mobile-last-item {
		margin-top: -45px;
	}

	.step-item-mobile-last-item .step-circle {
		opacity: 0;
	}

	.rescheduling-full {
		display: none;
	}

	.pricing-fees-page .how-steps-mobile .step-icon {
		align-items: center;
	}

	.pricing-fees-page .how-steps-mobile .step-content h4 {
		margin: 0;
	}

	.pricing-fees-page .how-steps-mobile .step-content p {
		font-size: 16px;
	}

	.rescheduling {
		padding: 0 0 45px 0;
	}

	.pricing-fees-page .how-steps-mobile .progress-line {
		top: -20px;
	}

	.pricing-fees-page .step-item-mobile-last-item {
		margin-top: -45px;
	}

	.dress-in-city-page .hero {
		padding: 60px 0;
		height: auto !important;
	}

	.dress-in-city-page .hero .hero-content {
		max-width: 860px;
		background: rgba(0, 0, 0, 0.2);
		backdrop-filter: blur(2px);
		padding: 30px;
		display: block;
		margin: 0px auto;
		border-radius: 5px;
	}

	.dress-in-city-page .hero .hero-content h1 {
		font-size: 40px;
		font-weight: 600;
		color: #fff;
		line-height: 140%;
		text-align: center;
		text-transform: uppercase;
		margin-top: 20px;
	}

	.dress-in-city-mob {
		display: block;
		margin-bottom: 15px;
	}

	.dress-in-city-pc {
		display: none;
	}

	.text-content .col-md-6 {
		width: 100%;
	}

	.dress-in-city-page .text-content {
		padding: 45px 0;
		text-align: center;
	}

	.dress-in-city-page .text-content h2 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.dress-in-city-page .text-content h3 {
		font-size: 18px;
	}

	.dress-in-city-page .text-content a {
		font-size: 14px;
		padding: 9px 30px;
	}

	.dress-in-city-page .how-steps {
		padding: 0 0 45px 0;
	}

	.dress-in-city-page .top-locations .location-box .location-content {
		padding: 20px 15px;
	}

	.dress-in-city-page .top-locations .location-box .location-content h3 {
		font-size: 18px;
	}

	.dress-in-city-page .top-locations .location-box .location-content h4 {
		font-size: 16px;
	}

	.dress-in-city-page .top-locations .location-box .location-content ul li {
		font-size: 14px;
	}

	.dress-in-city-page .top-locations .location-box .location-content a {
		font-size: 14px;
		padding: 10px 0;
	}

	.dress-in-city-page .top-locations .location-box .location-content {
		border: 1px solid rgb(0 0 0 / 25%);
	}

	.dress-in-city-page .top-locations {
		padding: 0 0 45px 0;
	}

	.dress-in-city-page .browse-by-color {
		padding: 0 0 45px 0;
	}

	.why-rent-in-city {
		padding: 0 0 45px 0;
		text-align: center;
	}

	.dress-in-city-page .big-image {
		height: 210px;
	}

	.red-dress-block .col-md-7 {
		width: 100%;
	}

	.dress-in-city-page .red-dress-block img {
		max-width: 200px;
		margin-bottom: 20px;
	}

	.red-dress-mob {
		display: block;
	}

	.red-dress-pc {
		display: none !important;
	}

	.dress-in-city-page .red-dress-block h2 {
		text-align: center;
	}

	.dress-in-city-page .red-dress-block h3 {
		text-align: center;
		font-size: 18px;
	}

	.dress-in-city-page .red-dress-block {
		padding: 45px 0 30px;
	}

	.dress-in-city-page .most-popular-dresses {
		padding: 0 0 45px 0;
	}

	.dress-in-city-page .faq .col-md-4 {
		width: 100%;
	}

	.dress-in-city-page .faq .col-md-8 {
		width: 100%;
	}

	.dress-in-city-page .faq img {
		width: 100%;
		max-width: 130px;
		display: block;
		margin: 0 auto 30px;
	}

	.care-instructions-page .hero {
		padding: 60px 0;
		height: auto !important;
	}

	.care-instructions-page .hero .hero-content {
		max-width: 860px;
		background: rgba(0, 0, 0, 0.2);
		backdrop-filter: blur(2px);
		padding: 30px;
		display: block;
		margin: 0px auto;
		border-radius: 5px;
	}

	.care-instructions-page .hero .hero-content h1 {
		font-size: 40px;
		font-weight: 600;
		color: #fff;
		line-height: 140%;
		text-align: center;
		text-transform: uppercase;
		margin-top: 20px;
	}

	.care-instructions-page .shoot-instructions {
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 15px 15px 0px 15px;
	}

	.care-instructions-page .shoot-instructions strong {
		display: block;
		text-align: center;
		font-size: 20px;
	}

	.care-instructions-page .after-shoot {
		text-align: left;
	}

	.care-instructions-page .center-image img {
		max-width: 150px;
	}

	.care-instruction-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		padding: 20px 0px 0;
	}

	.before-after {
		padding: 45px 0;
	}

	.care-item img {
		max-width: 70px;
		margin: 0 auto 15px;
	}

	.care-item strong {
		font-size: 14px;
	}

	.how-to-mob {
		display: block;
		margin-bottom: 15px;
	}

	.how-to-pc {
		display: none;
	}

	.how-to-video .col-md-6 {
		width: 100%;
		text-align: center;
	}

	.how-to-video .mb-45 {
		margin-bottom: 15px;
	}

	.how-to-video {
		padding: 0 0 30px 0;
	}

	.sizing-and-fit-page .hero {
		padding: 60px 0;
		height: auto !important;
	}

	.sizing-and-fit-page .hero .hero-content {
		max-width: 860px;
		background: rgba(0, 0, 0, 0.2);
		backdrop-filter: blur(2px);
		padding: 30px;
		display: block;
		margin: 0px auto;
		border-radius: 5px;
	}

	.sizing-and-fit-page .hero .hero-content h1 {
		font-size: 40px;
		font-weight: 600;
		color: #fff;
		line-height: 140%;
		text-align: center;
		text-transform: uppercase;
		margin-top: 20px;
	}

	.sizing-and-fit-page .txt-block {
		padding: 45px 0;
	}

	.sizing-table .col-md-4 {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.sizing-table .col-md-4 img {
		max-width: 70px;
	}

	.sizing-table .col-md-8 {
		width: 100%;
	}

	.sizing-table .col-md-8 h4 {
		text-align: center;
	}

	.sizing-table .col-md-8 p {
		text-align: center;
	}

	.size-right {
		overflow-x: scroll;
	}

	.measure .col-md-6 {
		width: 100%;
	}

	.sizing-and-fit-page .measure .measure-box {
		display: inline-block;
	}

	.sizing-and-fit-page .measure .measure-box img {
		width: 70px;
		float: left;
		margin-right: 5px;
	}

	.sizing-and-fit-page .measure .measure-box {
		display: flex;
		align-items: flex-start;
		padding: 15px 15px 0 15px;
		gap: 10px;
		margin-bottom: 15px;
		width: 100%;
	}

	.sizing-and-fit-page .measure .measure-box h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.sizing-and-fit-page .measure {
		padding: 0 0 30px 0;
	}

	.sizing-and-fit-page .need-help .need-help-btn a {
		font-size: 16px;
		padding: 8px 30px;
	}

	.sizing-and-fit-page .need-help {
		padding: 0 0 45px 0;
	}

	.sizing-and-fit-page .got-questions {
		padding: 0 0 20px 0;
	}

	.sizing-fit-img-mob {
		display: block;
		max-height: 164px;
		width: auto;
		display: block;
		margin: 0 auto 30px;
	}

	.size-left td {
		font-size: 14px;
		font-weight: 700;
	}

	.size-right td {
		font-weight: 400;
	}

	.size-left td,
	.size-right td {
		font-size: 14px;
		padding: 12px 2px;
	}

	.size-tables {
		overflow-x: auto;
	}

	.size-left th,
	.size-right th {
		font-size: 14px;
	}

	.size-tables::-webkit-scrollbar {
		height: 5px;
		width: 50%;
	}

	.size-tables::-webkit-scrollbar-track {
		background: #D9D9D9;
	}

	.size-tables::-webkit-scrollbar-thumb {
		background-color: #720001;
	}

	.size-tables {
		transform: rotateX(180deg);
		padding-bottom: 20px;
	}

	.size-tables>* {
		transform: rotateX(180deg);
	}

	.cookie-banner {
		padding: 15px 15px 30px 15px;
	}

	.cookie-img {
		display: none;
		height: 80px;
		margin-right: 30px;
	}

	.cookie-banner h3 {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 15px;
		text-align: center;
	}

	.cookie-text p {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.cookie-buttons {
		display: flex;
		gap: 15px;
	}

	.cookie-buttons button {
		margin-right: 0px;
		font-size: 14px;
		padding: 10px 25px;
	}

	.cookie-img-mob {
		display: block;
		width: 80px;
	}

	.cookie-buttons div {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 15px;
	}

	.popup-size-container img {
		max-width: 58px !important;
	}

	.popup-size-container h3 {
		font-size: 18px;
		margin: 30px 0 -20px;
	}

	.need-help-text {
		margin-top: 20px;
		font-size: 14px;
		font-weight: 400;
	}

	.browse-all-dresses {
		margin-top: 0px;
		text-align: center;
		position: relative;
		left: 0;
		bottom: 0;
		transform: none;
	}

	.about-us-page .founder-container {
		max-width: 100%;
	}

	.about-us-page .founder-photo {
		right: auto;
	}

	.pricing-fees-page .got-questions {
		padding: 0 0 40px 0;
	}

	.local-rental-container img {
		max-width: 75px !important;
	}

	.one-row-cost {
		display: flex;
		justify-content: space-around;
	}

	.dress-travel-order {
		display: flex;
		flex-direction: column;
	}

	.dress-travel-order .col-md-7 {
		order: 1;
		margin-top: 15px;
	}

	.dress-travel-order .col-md-5 img {
		margin-bottom: 30px;
	}

	.rental-toronto-page .dress-travel h2 {
		text-align: center;
	}

	.dress-travel-1 {
		max-width: 290px;
		display: block;
		margin: 0 auto;
	}

	.mob-dress-travel {
		max-width: 290px;
		display: block;
		margin: 0 auto;
	}

	.faq-tab-img-mob {
		display: block;
		max-height: 164px;
		margin: 15px auto 0;
		width: auto;
	}

	.sizing-and-fit-page .sizing-table {
		padding: 0 0 40px 0;
	}

	.sizing-and-fit-page .measure .under-title {
		margin-bottom: 30px;
	}


	.product-container {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.product-container .col-md-7 {
		order: 1;
	}

	.product-container .col-md-5 {
		order: 3;
	}

	.product-container .title-product-desk {
		order: 2;
	}

	.single-dress .breadcrumbs {
		margin-bottom: 20px;
	}

	.glsr-summary .glsr-star {
		background-size: 100%;
		height: 16px;
		width: 16px;
	}

	.review-count {
		font-size: 14px;
	}

	.custom-category-page .dress-item,
	.dress-catalogue-page .dress-item {
		height: 300px;
	}

	.owl-carousel .dress-item {
		height: 330px;
	}

	.custom-category-page .dress-title,
	.dress-catalogue-page .dress-title {
		padding: 10px 5px;
		font-size: 12px;
	}

	.shipping-return-page .shipping-container {
		display: inline-block;
	}

	.about-us-page .our-story h2 {
		text-align: center;
	}

	.mob-menu-social {
		justify-content: center;
		display: flex;
		align-items: center;
		gap: 30px;
		background: #000000;
		padding: 12px 0 10px;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		pointer-events: none;
	}

	.mob-menu-social svg {
		transition: 0.4s;
		width: 16px;
	}

	.mob-menu-social svg:hover path {
		fill: #720001;
		transition: 0.4s;
	}

	body.no-scroll {
		overflow: hidden;
		height: 100%;
	}
}

@media(max-height: 830px) and (max-width:991px) {
	.mob-menu-btn {
		position: relative;
		bottom: 0;
	}

	.menu.menu-active {
		overflow: scroll;
		padding-bottom: 75px;
	}
	.menu.menu-active .mob-menu-social{
		pointer-events: all;
	}
}

@media(max-height: 500px) and (max-width:991px) {
	.home .hero {
		padding: 60px 0 60px;
	}
}

@media(max-width: 767px) {
	.about-us-page .founder-bg {
		object-position: top;
	}
	.about-us-page .screen-container {
		margin: 0 -15px;
		width: calc(100% + 30px);
	}

	.makeup-what .what-different-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	footer {
		padding: 50px 0;
	}

	footer .col-md-4 {
		width: 100%;
		margin-bottom: 35px;
	}

	footer h3 {
		font-size: 16px;
		margin-bottom: 22px;
	}

	footer .footer-nav li {
		margin-bottom: 8px;
	}

	footer .footer-nav a {
		font-size: 14px;
	}

	footer .copyright {
		margin-top: 0px;
		padding-top: 40px;
		flex-direction: column;
		justify-content: center;
	}

	footer .footer-whatsapp a {
		margin: 0 auto;
		font-size: 16px;
		gap: 25px;
	}

	footer .footer-whatsapp a img {
		width: 20px;
	}

	.footer-social {
		justify-content: center;
	}

	footer .copyright-text {
		margin-top: -10px;
		font-size: 12px;
		padding: 0 15px;
	}

	#form-container form .col-md-6 {
		width: 100%;
		padding: 0;
	}

	#form-container h3 {
		font-size: 18px;
	}

	form input[type='submit'] {
		font-size: 14px;
		height: 40px;
	}

	#form-container form .col-md-12 {
		width: 100%;
		padding: 0;
	}

	.custom-category-page .category-posts-grid,
	.dress-catalogue-page .category-posts-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.custom-category-page .dress-item,
	.dress-catalogue-page .dress-item {
		height: 400px;
	}

	.owl-carousel .dress-item {
		height: 400px;
	}

	.page-t .hero .hero-content {
		padding: 15px;
	}

	.page-t .hero .hero-content h1 {
		margin-top: 0;
	}

	.page-t .hero {
		padding: 26px 0;
	}

	.stylelist__item-top-img img {
		height: 160px;
	}

	.hero-after__text img {
		max-width: 120px;
	}

	.table-after {
		margin-top: 15px;
	}

	.table table tbody tr td {
		padding-left: 5px;
		padding-right: 5px;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.table table tbody tr td:nth-child(3) {
		text-align: center;
	}

	.table table thead tr th {
		text-align: center;
	}

	.table-after__item {
		margin-right: 0;
		flex: 0 0 auto;
		width: 100%;
		align-items: flex-start;
	}

	.table-after__item:not(:last-child) {
		margin-bottom: 5px;
	}

	.table-after__item img {
		position: relative;
		top: 1px;
	}

	.makeup-gallery__items img {
		height: 250px;
	}

	.panel-heading a:after {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.page-t__faq .wrapper-title {
		margin-bottom: 15px;
	}

	.faq-tab-img {
		max-height: 164px !important;
	}

	.page-t__faq {
		margin-bottom: 30px;
	}

	.screenshots .wrapper-title {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width:500px) {

	.custom-category-page .dress-item,
	.dress-catalogue-page .dress-item {
		height: 330px;
	}

	.owl-carousel .dress-item {
		height: 330px;
	}
}

@media(max-width:450px) {

	.custom-category-page .dress-item,
	.dress-catalogue-page .dress-item {
		height: 330px;
	}

	.owl-carousel .dress-item {
		height: 330px;
	}
}

@media(max-width:400px) {
	.size-tables {
		max-width: 250px;
	}

	.custom-category-page .dress-item,
	.dress-catalogue-page .dress-item {
		height: 300px;
	}

	.owl-carousel .dress-item {
		height: 300px;
	}
}

@media(max-width:360px) {
	#local-cad-tab {
		display: block;
		overflow-x: scroll;
	}
}


@media(min-width:576px) {
	.container {
		max-width: 540px;
	}


}

@media(min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

@media(min-width:1400px) {
	.container {
		max-width: 1320px;
	}
}

@media(min-width:1550px) {
	.container {
		max-width: 1450px;
	}
}

@media(min-width:1700px) {
	.container {
		max-width: 1600px;
	}
}

@media (max-width:768px){
  .blog-single-content .meta{
    display:none !important;
  }
}

/*new pricing block*/

/* Title */
.pricing-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    color: #000;
}

.pricing-title-text {
    flex-shrink: 0;
}

.pricing-dollar-svg {
    width: 14.579px;
    height: 22px;
    flex-shrink: 0;
    aspect-ratio: 14.58 / 22;
}

@media (max-width: 767px) {
    .pricing-title {
        justify-content: center;
    }
}

/* Cards wrapper */
.pricing-cards {
    display: flex;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    margin-bottom: 20px;
	background: white;
}

@media (max-width: 767px) {
    .pricing-cards {
        gap: 5px;
    }
}

/* Card base */
.pricing-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    border: 1px solid #ddd;
    overflow: hidden;
}

/* Header (red bar) */
.card-header {
    display: flex;
    height: 45px;
    padding: 10px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #720001;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
}

@media (max-width: 767px) {
    .card-header {
        font-size: 12px;
    }
}

/* Price row */
.card-price {
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
	background: white;
}

@media (max-width: 767px) {
    .card-price {
        align-items: center;
        font-size: 18px; /* keep large for impact */
    }
}

/* Features list */
.card-features {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 15px 20px;
    margin: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .card-features {
		padding: 10px 10px 15px;
	}
}

.card-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text, #202020);
    font-family: "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}

.checkmark {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

.pricing-footer {
    margin-bottom: 30px; /* gap to rent button */
}

.disclaimer {
    color: var(--text, #202020);
    font-family: "Segoe UI", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 12px 0;
    text-align: left;                  /* left-aligned on all devices */
}

/* Main sentence + link container */
.more-info {
    color: var(--text, #202020);
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;                          /* space between sentence and link */
}

/* Desktop/PC */
@media (min-width: 768px) {
    .more-info {
        justify-content: flex-start;   /* left-align the whole row */
        text-align: left;
        flex-wrap: nowrap;             /* force single line */
        white-space: nowrap;           /* prevent wrapping */
    }
}

/* Mobile */
@media (max-width: 767px) {
    .more-info {
        font-size: 14px;
        text-align: center;
        flex-wrap: wrap;               /* allow link to go to new line */
    }
}

/* View Full Pricing link (reusing pricing-link class) */
.pricing-link {
    color: #870000;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
    transition: opacity 0.2s;
}

@media (max-width: 767px) {
	.pricing-link {
		font-size: 14px;
	}
}

.pricing-link:hover,
.pricing-link:focus {
    opacity: 0.8;
    text-decoration: none;
}

.pricing-link:active {
    opacity: 0.6;
}

.rental-pricing-container {
    margin: 25px 0 30px;
    padding: 30px 15px 0;                    /* 30px top/bottom, 15px left/right */
    background-color: #f5f5f5;             /* light grey – subtle and clean */
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* very light shadow to lift it */
}

.dress-in-city-page .text-content a:not(.brown-btn),
.dress-in-city-page .how-steps a:not(.brown-btn),
.dress-in-city-page .browse-by-color a:not(.brown-btn):not(.dress-item),
.dress-in-city-page .why-rent-in-city a:not(.brown-btn),
.dress-in-city-page .red-dress-block a:not(.brown-btn),
.dress-in-city-page .most-popular-dresses a:not(.brown-btn):not(.dress-item),
.dress-in-city-page .faq a:not(.brown-btn) {
    color: #720001 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: inherit !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    display: inline;
}

@media (min-width: 992px) {
    .blog-page .blog-single-content .row {
        display: flex;
        align-items: flex-start;
    }

    .blog-page .col-md-3 {
        position: sticky;
        top: 150px;
        align-self: flex-start;
        max-height: calc(100vh - 150px);
        overflow-y: scroll;
        scrollbar-width: none;
    }

    .blog-page .col-md-3::-webkit-scrollbar {
        display: none;
    }
}

.glsr-summary-percentages {
    display: none !important;
}

.across-text .across-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    margin-bottom: 10px;
    font-family: "Josefin Sans", sans-serif;
}

.single-dress #description h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
	padding-top: 15px;
}

@media (max-width: 991px) {
    .single-dress #description h2 {
        padding-bottom: 10px;
		padding-top: 10px;
    }
}
