/* *-*-*-*-*-*-*-*-*-*- Banner Section *-*-*-*-*-*-*-*-* */
.banner_section.wp-block-cover{
	position: relative;
}
.banner_section .wp-block-cover__inner-container{
	position: absolute;
  height: 100%;
}
.banner_section .banner{
	height: 100%;
}
.banner_section .breadcums_row{
	height: 100%;
}
.banner_section .content_col{
	height: 100%;
	display: flex;
	align-items: center;
  box-shadow: -400px 0px 0px #fff, -150px 0px 0px #fff;
	border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.banner_section .content_col .page_title{
	font-family: 'Cormorant Garamond', serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.banner_section .breadcrumbs .title{
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	margin-left: 10px;
}
/* *-*-*-*-*-*-*-*-*-*- Contact Page *-*-*-*-*-*-*-*-* */
.fashion_contact_page.wp-block-group{
	margin-top: 100px;
}
.fashion_contact_page form input[type="text"],
.fashion_contact_page form input[type="email"],
.fashion_contact_page form input[type="number"],
.fashion_contact_page form textarea{
	border: 1px solid #CBCBCB;
  border-radius: 0px;
}
.fashion_contact_page form input[type="text"]::placeholder,
.fashion_contact_page form input[type="email"]::placeholder,
.fashion_contact_page form input[type="number"]::placeholder,
.fashion_contact_page form textarea::placeholder{
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	color: #000;
	opacity: 0.5;
}
.fashion_contact_page form textarea{
	height: 180px;
}
.fashion_contact_page form input[type="submit"]{
	border: 1px solid #000;
	border-radius: 0;
	padding: 15px 45px;
	margin-top: 20px;
	background-color: #DDD9CA;
	color: #000;
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 15px;
	letter-spacing: 0px;
}
.fashion_contact_page .contact-page-row{
  box-shadow: 0px 0px 16px #cdcdcd;
}
.fashion_contact_page .img_col figure,
.fashion_contact_page .img_col figure img{
	width: 100%;
	height: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- Faq's Page *-*-*-*-*-*-*-*-* */
.cctv-faq-page.container{
	margin: 5% auto;
}
.cctv-faq-page .faq-question{
  box-shadow: inset -2px -2px 2px #FC1717, -1px 1px 3px #FC1717;
	margin-bottom: 20px;
}
.cctv-faq-page .faq-question .question .stk-hover-parent {
    box-shadow: unset;
}
.cctv-faq-page .faq-question.stk--is-open h4{
	color: #FC1717;
}
/* *-*-*-*-*-*-*-*-*-*- Banner *-*-*-*-*-*-*-*-* */
.banner-section .banner-content h2,
.banner-section .breadcrumds h2,
.banner-section .breadcrumds h3{
  font-family: 'Source Code Pro', monospace;
}
.banner-section{
	width: 100%;
	margin-top: -90px;
	z-index: 1;
}
.banner-section .wp-block-cover{
	align-items: flex-end;
	padding: 0;
}
.banner-section .banner-content{
	margin: 58px 0;
}
/* *-*-*-*-*-*-*-*-*-*- 404 Page *-*-*-*-*-*-*-*-* */
.page-404 .error_img{
	text-align: center;
}
/* *-*-*-*-*-*-*-*-*-*- Single Blog Page *-*-*-*-*-*-*-*-* */
.single-blog-page .post_title{
	font-family: 'Cormorant Garamond', serif;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.single-blog-page .single-post-image{
	padding: 0 !important;
}
.single-blog-page .single-post-image img{
	height: 600px;
	border-radius: 0 !important;
}
.single-blog-page .post-info{
	margin-top: -100px;
	position: relative;
	z-index: 1;
	top: 0px;
}
.post-info .post-author{
	align-items: center;
}
.admin-col .post-author img{
	border-radius: 50px;
}
.post-info .post-author .wp-block-post-author__name,
.post-info .post-date-col time{
	font: normal normal 500 20px/25px 'Inter', sans-serif;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.post-info .post-author .wp-block-post-author__name{
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
}
.post-info .post-date-col{
	display: flex;
	align-items: center;
}
.post-info .post-date-col time{
	font-family: 'Archivo', sans-serif;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	color: #484848;
}
.single-blog-page .post-info .post-content P{
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
  color: #121212;
}
.single-blog-page .post-info .post-form{
	width: 60%;
	margin: 5% auto 0% auto;
	border-radius: 0;
	border: 1px solid #CCCCCC;
}
.single-blog-page  .post-form form{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 40px;
}
.single-blog-page  .post-form form p{
	width: 100%;
	font-family: 'Archivo';
	letter-spacing: 0.8px;
}
.single-blog-page  .post-form form p.comment-notes,
.single-blog-page  .post-form form p.comment-form-url,
.single-blog-page  .post-form form p span{
	display: none;
}
.single-blog-page  .post-form form p.comment-form-author{
	order: 1;
}
.single-blog-page  .post-form form p.comment-form-email{
	order: 2;
}
.single-blog-page  .post-form form p.comment-form-comment{
	order: 3;
}
.single-blog-page  .post-form form p.comment-form-cookies-consent{
	order: 4;
}
.single-blog-page  .post-form form p.form-submit{
	order: 5;
}
.single-blog-page  .post-form h3.comment-reply-title{
	font: normal normal 600 35px/60px 'Cormorant Garamond', serif;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 0;
	padding: 30px 40px;
	border-bottom: 1px solid #cccccc;
}
.single-blog-page  .post-form form p label[for="author"],
.single-blog-page  .post-form form p label[for="email"],
.single-blog-page  .post-form form p label[for="comment"]{
	font: normal normal 600 20px/26px 'Cormorant Garamond', serif;
		letter-spacin`g: 0px;
		color: #000000;`
}
.single-blog-page  .post-form form input[type="text"],
.single-blog-page  .post-form form input[type="email"],
.single-blog-page  .post-form form textarea{
	border: 1px solid #1212124D;
	border-radius: 5px;
}
.single-blog-page  .post-form form input[type="checkbox"]{
	width: 18px;
  height: 20px;
  margin-right: 5px;
}
.single-blog-page  .post-form form .comment-form-cookies-consent label{
	font: normal normal 300 16px/30px 'Archivo', sans-serif;
	letter-spacing: 0px;
	color: #121212;
}
.single-blog-page  .post-form form input[type="submit"]{
	background-color: transparent;
	border-radius: 0px;
	font: normal normal 300 16px/20px 'Archivo', sans-serif;
	letter-spacing: 0px;
	color: #121212;
	border: 1px solid #121212;
	padding: 13px 20px;
	margin-top: 10px;
}
.single-blog-page .post-comment{
	border-radius: 0;
	width: 60%;
	margin: 7% auto 0% auto;
}
.single-blog-page .post-comment h2 {
	padding: 25px;
	border: 1px solid #cccccc;
	border-bottom: 0;
	margin-bottom: 0;
}
.single-blog-page .post-comment ol{
	padding: 25px;
	border: 1px solid #cccccc;
	border-top: 0;
}
.single-blog-page  .post-comment .comment-awaiting-moderation {
	display: none;
}
.single-blog-page  .post-comment .wp-block-comment-content P{
	margin: 0;
}
.single-blog-page  .post-comment .wp-block-avatar img{
	border-radius: 50px !important;
}
.single-blog-page  .post-comment .wp-block-comment-author-name{
	font: normal normal 600 25px/40px 'Cormorant Garamond', serif !important;
	letter-spacing: 0px;
	color: #000000;
}
.single-blog-page  .post-comment .wp-block-comment-content p{
	font: normal normal normal 16px/25px 'Archivo', sans-serif;
	letter-spacing: 0px;
	color: #121212;
	margin-bottom: 20px;
}
.single-blog-page  .post-comment .wp-block-comment-reply-link a{
	font: normal normal 500 18px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link span{
	width: 100%;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__label{
	font: normal normal 400 20px/40px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__title{
	font: normal normal 500 18px/30px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #242424;
}
.blog-inner-image .blog-left-img img,
.blog-inner-image .blog-right-img img{
	width: 100%;
	height: 100%;
}
.more-info h3{
	font-family: 'Cormorant Garamond', serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	padding: 25px 0;
	margin: 0;
}
.more-info .blog-inner-image{
	margin: 35px 0px;
}
.post-info .category-social-icon{
	margin: 30px 0px 0px 0px;
	align-items: center !important;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 40px;
}
.post-info .blog-category ul{
	padding: 0;
	display: flex;
}
.post-info .blog-category ul li:nth-child(3){
	margin-right: 0px;
}
.post-info .blog-category ul li{
	list-style-type: none;
	margin-right: 15px;
}
.post-info .blog-category ul li a{
	text-decoration: none;
	font: normal normal normal 17px/25px 'Archivo', sans-serif;
	letter-spacing: 0px;
	color: #121212;
	padding: 10px 15px;
	border: 1px solid #121212;
	border-radius: 24px;
}
ul.top_cat{
	padding: 0;
	list-style: none;
}
ul.top_cat li:nth-child(2){
	display: none;
}
ul.top_cat li a{
	background-color: #DDD9CA;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0px;
	text-decoration: none;
	margin-bottom: 15px;
	color: #121212;
	padding: 7px 15px;
}
.pagination .wp-block-post-navigation-link a{
	font-family: 'Archivo', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0px;
	text-decoration: none;
	border: 1px solid #7a7a7a;
	padding: 13px 45px;
	text-transform: uppercase;
}
.single section.fashion_newsletter_sec{
	margin-bottom: 0px;
}
/* *-*-*-*-*-*-*-*-*-*- Search Page *-*-*-*-*-*-*-*-* */
.search .search-page{
	margin-top: 60px;
}
.search .search-page .wp-block-query-title{
	font: normal normal 600 45px/45px Source Code Pro !important;
	letter-spacing: -1px;
	color: #000000 !important;
}
.search .search-page form button[type="submit"]{
	background-color: #FC1717;
	font: normal normal 400 20px/20px Inter;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.search-page .result ul li{
	max-width: 30%;
	display: inline-block;
	margin: 0 10px;
}
.result .wp-block-group .wp-block-columns h2 a{
	font: normal normal 600 22px/30px 'Source Code Pro', monospace;
	letter-spacing: 0px;
	color: #000000;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0;
}
.result .wp-block-group .wp-block-post-excerpt p{
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: normal normal 400 16px/25px Inter;
  letter-spacing: 0px;
  color: #000000;
}
.result .wp-block-group .wp-block-columns h2 a:hover{
	color: #FC1717;
}
.result .wp-block-query-pagination-numbers{
	background: #FC1717;
	padding: 10px;
}
.result .wp-block-query-pagination-numbers a.page-numbers{
	padding: 0px 20px;
  color: #fff;
  text-decoration: none;
}
.result .wp-block-query-pagination-numbers .current{
	padding: 10px 15px;
  background: #fff;
}
.result .wp-block-query-pagination-previous,
.result .wp-block-query-pagination-next{
	color: #FC1717;
	text-decoration: none;
	font: normal normal normal 20px/25px 'Inter', sans-serif;
}
.result .is-arrow-arrow{
	font-size: 30px;
	margin: 0px;
}
.wardrobe-fashion-stylist-pro-archive-right .search label,
.archive .archive_sec .wp-block-heading,
.archive .category_sec .wp-block-heading{
	font: normal normal 600 25px/25px 'Source Code Pro', monospace;
	color: #000000;
	margin-bottom: 15px;
}
.search .search-page .wp-block-post-featured-image{
	height: 350px;
	width: 100%;
}
.search .search-page .wp-block-post-featured-image a,
.search .search-page .wp-block-post-featured-image a img{
	height: 100%;
	width: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- Category Page *-*-*-*-*-*-*-*-* */
.archive .search_sec form{
	position: relative;
}
.archive .search_sec form button[type="submit"]{
	position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 50px;
}
.archive .search_sec form button svg{
	font-size: 25px;
  transform: rotateY(180deg);
}
.archive .post .wp-block-post-excerpt p.wp-block-post-excerpt__excerpt{
	font: normal normal 400 16px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.archive .post h2{
	padding: 0 !important;
}
.archive .post h2 a{
font: normal normal 700 20px / 25px 'Cormorant Garamond', serif;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
	margin: 10px 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive .post .wp-block-group time,
.archive .post .wp-block-group .wp-block-post-author__content p,
.archive .post .wp-block-group .taxonomy-category a{
	font: normal normal 600 16px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
}
.archive ul.wp-block-post-template li{
	width: 48%;
	display: inline-block;
}
.archive ul.wp-block-post-template li:nth-child(odd){
	margin-right: 20px;
}
.archive ul.wp-block-post-template li .wp-block-post-excerpt__more-link{
    font: normal normal 500 16px / 25px 'Inter', sans-serif;
    letter-spacing: 0.4px;
    color: #000;
    background-color: transparent;
    padding: 8px 10px;
    margin-top: 10px;
    text-decoration: none;
    border: 1px solid;
    border-radius: 5px;
}
.archive .search_sec,
.archive .archive_sec,
.archive .category_sec{
	box-shadow: 0px 0px 10px 0px #e4e4e4;
}
.archive .archive_sec ul li,
.archive .category_sec ul li{
	list-style: none;
	position: relative;
}
.archive .archive_sec ul li:after,
.archive .category_sec ul li:after {
  content: '\f0de';
  position: absolute;
  left: -22px;
  top: -2px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  transform: rotate(90deg);
}
.archive .archive_sec ul li a,
.archive .category_sec ul li a{
	text-decoration: none;
}
/* *-*-*-*-*-*-*-*-*-*- Single Product Page *-*-*-*-*-*-*-*-* */
.single-product .fashion_newsletter_sec form input[type="submit"]{
	height: 56px;
}
.single_product .product_info_col .wp-block-post-title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.single_product .wp-block-woocommerce-product-price .woocommerce-Price-amount{
	font-family: 'Archivo', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
}
.single_product p.wp-block-post-excerpt__excerpt{
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.single_product .product_gallery_col .woocommerce-product-gallery__trigger,
.single_product .product_gallery_col .flex-viewport,
.single-product .wopb-compare-btn,
.single-product .product_tab .woocommerce-Tabs-panel h2,
.single-product .woocommerce .on-first-load{
	display: none;
}
.single_product .product_gallery_col ol{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.single_product .product_gallery_col ol li{
	width: 48% !important;
}
.single-product .single_product .product_gallery_col ol li img{
	width: 100% !important;
	height: 100% !important;
	opacity: 1 !important;
}
.single_product .product_row,
.single_product .wc-block-breadcrumbs,
.single_product .product_tab,
.single-product .wp-block-woocommerce-related-products{
	max-width: 100% !important;
}
.single-product .quantity{
	width: 15%;
}
.single-product .quantity input[type="number"]{
	border: 1px solid #000;
	margin: 0px 0px 0px 10px;
	border-radius: 0px;
	padding: 19px 5px;
}
.single-product .product_info_col form button[type="submit"]{
	width: 70%;
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0;
	transition: 0.5s all;
}
.single-product .product_info_col form button[type="submit"]:hover{
	background-color: #DDD9CA;
}
.single-product form.cart{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.single-product form .wopb-wishlist-add{
	margin: 0;
	text-decoration: none;
	width: 15%;
	color: #000;
}
.single-product form .wopb-wishlist-add span{
	font-size: 0;
	justify-content: start;
}
.single-product form .wopb-wishlist-add span strong{
	font-size: 35px !important;
	border: 1px solid #000;
	text-decoration: none;
	width: 55px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.single-product .product_cat .taxonomy-product_cat span{
	font-family: 'Cormorant Garamond', serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
}
.single-product .product_cat .taxonomy-product_cat a{
	font-family: 'Archivo', serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
.single-product .product_tab ul.tabs.wc-tabs{
	padding: 0px 0px 30px 0px !important;
	margin: 0px 0px 30px 0px !important;
}
.single-product .product_tab ul li{
	padding: 0px 30px !important;
	border: 1px solid #000 !important;
	margin: 0px 25px 0px 0px !important;
	border-radius: 0px !important;
	background-color: transparent !important;
}
.single-product .product_tab ul li a{
	padding: 0px !important;
	font-family: 'Archivo', serif;
	font-size: 18px;
	font-weight: 400 !important;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom: 1px solid #000;
}
.single-product .product_tab ul li::after,
.single-product .product_tab ul li::before{
	display: none;
}
.single-product .product_tab ul li.active{
	background-color: #DDD9CA !important;
}
.single-product .product_tab .woocommerce-Tabs-panel p{
	font-family: 'Archivo', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	display: flex;
    flex-wrap: wrap;
}
.single-product ul.related_product li{
	max-width: 25% !important;
	width: 25% !important;
	position: relative;
}
.single-product ul.related_product li .wc-block-components-product-image{
	height: 350px;
	margin: 0;
}
.single-product ul.related_product li .wc-block-components-product-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.single-product ul.related_product li .wp-block-post-title{
	margin: 0;
}
.single-product ul.related_product li .wp-block-post-title a{
	font-family: 'Cormorant Garamond', serif;
	font-size: 25px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	padding: 15px 0px 10px 0px;
	margin: 0;
	text-decoration: none;
	color: #000;
}
.single-product ul.related_product li .wc-block-components-product-price{
	margin: 0 !important;
}
.single-product ul.related_product li .wc-block-components-product-price bdi{
	font-family: 'Archivo', serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: 0;
}
.single-product ul.related_product li .wp-block-button .add_to_cart_button,
.single-product ul.related_product li .wp-block-button .added_to_cart{
	width: 100%;
	margin: 0px !important;
	padding: 12px 15px;
	font-family: 'Archivo', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	background-color: #000;
	color: #fff;
	position: relative;
	transition: 0.5s all;
	text-decoration: none;
}
.single-product ul.related_product li .wp-block-button .added,
.single-product ul.related_product li .wp-block-button .added:hover{
	opacity: 0 !important;
}
.single-product ul.related_product li .wp-block-button .add_to_cart_button:hover{
	opacity: 1;
}
.single-product ul.related_product li .wp-block-button .add_to_cart_button::after{
	top: 0;
	left: 0;
	text-align: center;
	margin-left: 103px;
	margin-top: 11px;
	content: '\f290';
	position: absolute;
	font-size: 15px;
	color: #fff;
	font-family: 'FontAwesome';
}
.single-product ul.related_product li .wp-block-button {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	margin-bottom: 78px;
	opacity: 0;
}
.single-product ul.related_product li:hover .wp-block-button{
	opacity: 1;
}
.single-product ol.commentlist{
	padding: 0;
}
.single-product ol.commentlist .comment_container .avatar{
	width: 55px !important;
	height: 55px;
}
.single-product ol.commentlist .comment_container .comment-text{
	margin: 0 0 0 70px !important;
}
.single-product ol.commentlist .star-rating span{
	color: #FFBF00;
}
.single-product #review_form .comment-reply-title{
	font-family: 'Archivo', serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0px;
}
.single-product #review_form .comment-form-comment label{
	font-family: 'Archivo', serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0px;
}
.single-product #review_form .comment-form-rating label{
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0px;
}
.woocommerce p.stars a::before{
	color: #FFBF00;
	font-size: 20px;
}
.single-product #review_form .form-submit input[name="submit"]{
	background: #DDD9CA;
	padding: 10px 45px;
	border-radius: 0;
	color: #000;
	font-family: 'Archivo', serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
	border: 1px solid #000;
	margin-top: 15px;
}
.single-product #review_form .comment-form-comment textarea{
	border: 1px solid #000;
	padding: 10px 15px;
	border-radius: 0;
}
.single_product .woocommerce-message {
	padding-left: 60px !important;
}
.single_product .woocommerce-message a.wp-element-button{
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: 0;
	transition: 0.5s all;
	padding: 0px 30px;
}
/* *-*-*-*-*-*-*-*-*-*- Product Category Page *-*-*-*-*-*-*-*-* */
.product_cat_page .content-area{
  max-width: 100%;
}
.product_cat_page .woocommerce-breadcrumb,
.product_cat_page .term-description,
.product_cat_page ul.products li .star-rating,
.product_cat_page ul.products li .added{
	display: none !important;
}
.product_cat_page h1.page-title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: 0px;
	color: #000;
	margin-bottom: 20px;
}
.product_cat_page .woocommerce-result-count{
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0.5px;
}
.product_cat_page form select{
	border: 1px solid #000;
	border-radius: 0;
	padding: 10px;
}
.product_cat_page form {
  margin-bottom: 25px !important;
}
.product_cat_page ul.products li a img{
	margin: 0 !important;
}
.product_cat_page ul.products li .woocommerce-loop-product__title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 25px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #000;
	padding: 10px 0px 5px 0px !important;
}
.product_cat_page ul.products li .price{
	font-family: 'Archivo', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: center;
	color: #000 !important;
	margin: 5px 0 0 0 !important;
}
.product_cat_page ul.products li .add_to_cart_button,
.product_cat_page ul.products li .added_to_cart{
	width: 100%;
	margin: 0px !important;
	padding: 12px 15px;
	font-family: 'Archivo', serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	background-color: #000;
	color: #fff;
	position: relative;
	transition: 0.5s all;
	text-decoration: none;
	text-align: center;
	opacity: 0;
	bottom: 107px;
}
.product_cat_page ul.products li .add_to_cart_button::after {
	top: 10px;
	left: -100px;
	right: 0;
	text-align: center;
	content: '\f290';
	position: absolute;
	font-size: 15px;
	color: #fff;
	font-family: 'FontAwesome';
}
.product_cat_page ul.products li:hover .add_to_cart_button,
.product_cat_page ul.products li:hover .added_to_cart{
	opacity: 1;
}
/* *-*-*-*-*-*-*-*-*-*- Blogs Page *-*-*-*-*-*-*-*-* */
.cctv_blog_page.container{
	margin: 5% auto;
}
.cctv_blog_page .gutentor-post-title a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cctv_blog_page .gutentor-post-desc{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.cctv_blog_page .gutentor-post-image-box{
  height: 450px;
	width: 100%;
}
.cctv_blog_page .gutentor-image-thumb,
.cctv_blog_page .gutentor-image-thumb img{
  height: 100%;
	width: 100%;
	object-fit: cover;
}
.cctv_blog_page .gutentor-post-item{
	position: relative;
}
.cctv_blog_page .gutentor-entry-meta-primary{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-color: #FC1717;
}
.cctv_blog_page .gutentor-entry-meta-secondary .author  i{
	color: #FC1717 !important;
	margin-right: 10px !important;
	font-size: 15px !important;
}
/* *-*-*-*-*-*-*-*-*-*- Shop Page *-*-*-*-*-*-*-*-* */
.fashion_shop_page.container{
	margin-top: 80px;
}
.fashion_shop_page .grid-container,
.fashion_shop_page .gutentor-post-module{
	padding: 0;
}
.fashion_shop_page .grid .gutentor-post-item{
	position: relative;
}
.fashion_shop_page .grid .gutentor-woo-add-to-cart{
	position: absolute;
	width: 100%;
  bottom: 0;
	margin-bottom: 88px;
	opacity: 0;
	-webkit-transition: top 0.5s;
	transition: top 0.5s;
}
.fashion_shop_page .grid .gutentor-woo-add-to-cart a{
	width: 100%;
	justify-content: center;
}
.fashion_shop_page .grid .gutentor-post-item:hover .gutentor-woo-add-to-cart{
	opacity: 1;
	animation-name: fadeFromBottom;
 -webkit-animation-name: fadeFromBottom;
 animation-duration: 0.4s;
 -webkit-animation-duration: 0.4s;
 animation-timing-function: ease-in;
 -webkit-animation-timing-function: ease-in;
 animation-fill-mode: forwards;
 -webkit-animation-fill-mode: forwards;
}
@keyframes fadeFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
  }
}
.fashion_shop_page .grid .gutentor-woo-add-to-cart a.added{
	opacity: 0;
}
.fashion_shop_page .grid .gutentor-woo-add-to-cart a.added_to_cart{
	text-align: center;
}
.fashion_shop_page .gutentor-image-thumb img{
	width: 100%;
}
.fashion_shop_page  .gutentor-woo-add-to-cart span{
	position: relative;
}
.fashion_shop_page .gutentor-woo-add-to-cart span:after {
  content: '\f290';
  position: absolute;
  font-size: 15px;
  color: #fff;
  font-family: 'FontAwesome';
  left: -48px;
  width: 100%;
	transition: all 0.5s;
}
.fashion_shop_page .grid .gutentor-woo-add-to-cart a:hover span:after{
	color: #000;
}
.fashion_shop_page .grid-row .gutentor-post-image-box{
	margin: 0;
}
.fashion_shop_page .grid-row .gutentor-wc-new{
	color: #000000;
	background-color: #ddd9ca;
	background-image: none;
	font-family: 'Archivo',sans-serif;
	font-size: 13px;
	font-weight: 400;
	padding: 10px;
}
.fashion_shop_page .grid-row .gutentor-post-title{
	margin: 0 0 0 0;
	padding: 0px 0 5px 0;
}
.fashion_shop_page .grid-row .gutentor-post-title a{
	color: #000000;
	font-family: 'Cormorant Garamond',serif;
	font-size: 22px;
	font-weight: 400;
}
.fashion_shop_page .grid-row .woocommerce-Price-amount{
	color: #000000;
	font-family: 'Archivo',sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.fashion_shop_page .grid-row .add_to_cart_button{
	background-color: #000000;
	margin: 0;
	padding: 15px;
	font-family: 'Archivo',sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.fashion_shop_page .grid-row .add_to_cart_button:hover{
	background-color: #ddd9ca;
	color: #000;
}
/* *-*-*-*-*-*-*-*-*-*- Cart Page *-*-*-*-*-*-*-*-* */
.shop_table tbody .product-name a,
.shop_table .product-price span,
.shop_table .product-subtotal span,
.cart-collaterals .shop_table .order-total td span,
.cart_totals  .cart-subtotal span{
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.shop_table thead th,
.shop_table thead th span,
.cart-collaterals .shop_table th{
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.shop_table .coupon input[type="text"]{
	border-radius: 0;
	border: 1px solid #000 !important;
	padding: 10px !important;
}
.shop_table .coupon input[type="text"]::placeholder{
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
}
.shop_table .coupon{
	justify-content: space-between;
}
.shop_table button[type="submit"],
.cart_totals  .wc-proceed-to-checkout a{
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0;
	transition: 0.5s all;
	opacity: 1 !important;
}
.shop_table button[type="submit"]:hover,
.cart_totals  .wc-proceed-to-checkout a:hover{
	background-color: #DDD9CA;
}
.cart-collaterals .cart_totals  h2{
	font-weight: 500;
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 25px !important;
	letter-spacing: 0;
	color: #000;
	margin: 15px 0px 20px 0px !important;
}
.cart_totals  .shop_table{
	border-radius: 0px !important;
}
.cart_item .quantity input[type="number"]{
	width: 70px !important;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #afafaf;
}
/* *-*-*-*-*-*-*-*-*-*- Wishlist Page *-*-*-*-*-*-*-*-* */
.wopb-wishlist-modal-content table th,
.wopb-wishlist-modal-content .wopb-wishlist-product-footer a{
	font-family: 'Cormorant Garamond', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.wopb-wishlist-modal-content .wopb-wishlist-product-name a,
.wopb-wishlist-modal-content .wopb-wishlist-product-price span,
.wopb-wishlist-modal-content .wopb-wishlist-product-stock{
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.wopb-wishlist-modal-content .wopb-wishlist-cart-added p a{
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0;
	transition: 0.5s all;
	opacity: 1 !important;
	padding: 10px 10px;
}
/* *-*-*-*-*-*-*-*-*-*- Account Page *-*-*-*-*-*-*-*-* */
.entry-content nav ul{
  background: #DDD9CA;
}
.entry-content nav ul li{
	padding: 0px 20px !important;
}
.entry-content nav ul li a{
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 0;
	text-decoration: none !important;
	color: #000;
}
.entry-content nav ul li.is-active{
	background-color: #000;
}
.entry-content nav ul li.is-active a{
	color: #fff;
}
.woocommerce-MyAccount-content  .woocommerce-Button{
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0;
	transition: 0.5s all;
	opacity: 1 !important;
	padding: 10px 20px;
}
.woocommerce-MyAccount-content  p,
.woocommerce-MyAccount-content  p a{
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	color: #000;
}
.woocommerce-MyAccount-content  .woocommerce-Address-title h3,
.entry-content .woocommerce h2{
	font-family: 'Cormorant Garamond', serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: center;
}
.woocommerce-MyAccount-content  .woocommerce-Address-title a{
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0;
	color: #000;
}
.entry-content .woocommerce .login{
	border-radius: 0px !important;
}
/* *-*-*-*-*-*-*-*-*-*- Product Search Page *-*-*-*-*-*-*-*-* */
.product_search.container{
  margin: 80px auto;
}
.product_search .page-title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 45px;
	letter-spacing: 0;
}
.product_search .woocommerce-result-count{
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}
.product_search form select{
	border: 1px solid #000;
	border-radius: 0px;
	padding: 10px;
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}
.product_search ul.products li{
	text-align: center;
	position: relative !important;
}
.product_search ul.products li img{
	margin-bottom: 0px !important;
}
.product_search ul.products li .woocommerce-loop-product__title{
	font-family: Cormorant Garamond;
	font-size: 25px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	color: #000;
	padding: 20px 0px 10px 0px !important;
}
.product_search ul.products li .star-rating{
	display: none;
}
.product_search ul.products li .price{
	font-family: 'Archivo', sans-serif;
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 20px;
	letter-spacing: 0;
	color: #000 !important;
}
.product_search ul.products li .add_to_cart_button,
.product_search ul.products li .added_to_cart{
	width: 100%;
	color: #fff;
	background-color: #000000;
	margin: 0 !important;
	padding: 15px;
	font-family: 'Archivo',sans-serif;
	font-size: 15px;
	font-weight: 300;
	position: absolute;
	left: 0;
	bottom: 82px;
	transition: 0.5s;
	opacity: 0;
}
.product_search ul.products li .added{
	display: none !important;
}
.product_search ul.products li:hover .add_to_cart_button,
.product_search ul.products li:hover .added_to_cart{
	opacity: 1;
}
.product_search ul.products{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.product_search ul.products li{
	width: 23.5% !important;
	margin: 0 !important;
}
