/* *-*-*-*-*-*-*-*-*-*- 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: 'Barlow Condensed', serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
	color: #181518;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.banner_section .breadcrumbs .title{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	margin-left: 0;
	color: #181518;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-left: 10px;
}
.shop_page .add_to_cart_button{
	background-color: #ffd600;
	padding: 5px !important;
	border-radius: 50%;
	margin: 0 !important;
}
.shop_page .gutentor-button-icon{
	color: #1a1a1a;
	background-color: #ffd600;
	background-image: none;
	padding: 5px;
	border-radius: 50px;
	font-size: 20px !important;
	margin: 0 !important;
}
.shop_page .added{
	display: none;
}
.shop_page .added_to_cart{
	margin: 0 !important;
	padding: 0 !important;
	width: 45px;
	height: 45px;
	background-color: #ffd600;
	border-radius: 50px;
	font-size: 0;
}
.shop_page .added_to_cart::after{
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\f06e';
	position: absolute;
	font-size: 20px;
	color: #181518;
	font-family: 'FontAwesome';
}
/* *-*-*-*-*-*-*-*-*-*- Contact Page *-*-*-*-*-*-*-*-* */
.contact_page .wp-block-group.container{
	margin-top: 100px;
	margin-bottom: 100px;
}
.contact_page form input[type="text"],
.contact_page form input[type="email"],
.contact_page form input[type="number"],
.contact_page form textarea{
	border: 1px solid #494A48;
  border-radius: 0px;
}
.contact_page form input[type="text"]::placeholder,
.contact_page form input[type="email"]::placeholder,
.contact_page form input[type="number"]::placeholder,
.contact_page form textarea::placeholder{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #494A48;
}
.contact_page form textarea{
	height: 180px;
}
.contact_page form input[type="submit"]{
	border-radius: 10px;
	padding: 10px 40px;
	margin-top: 20px;
	background-color: #0A2127;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 1.5px;
	transition: 0.5s all;
}
.contact_page form input[type="submit"]:hover{
	background-color: #FFD600;
	color: #181518;
}
.contact_page .contact-page-row{
  box-shadow: 4px 4px 12px 0px #B2B2B2;
}
.contact_page .img_col figure{
	width: 310px;
	height: 100%;
  margin: 0 auto;
}
.contact_page .img_col figure img{
	width: 100%;
	height: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- 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;
}
/* *-*-*-*-*-*-*-*-*-*- About Page *-*-*-*-*-*-*-*-* */
.about_page_third_sec .wp-block-gutentor-video-popup{
	border-radius: 15px;
}
/* *-*-*-*-*-*-*-*-*-*- 404 Page *-*-*-*-*-*-*-*-* */
.page-404 .error_img{
	text-align: center;
}
.page-404 .stk-button:hover{
	background-color: #FFD600 !important;
	filter: unset !important;
}
.page-404 .stk-button:hover .stk-button__inner-text{
	color: #181518 !important;
}
/* *-*-*-*-*-*-*-*-*-*- Blog Page *-*-*-*-*-*-*-*-* */
.blog_page .stk-block-posts__title a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog_page .stk-block-posts__excerpt p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog_page .stk-block-posts__readmore{
	background: #FFD600;
	padding: 10px 30px;
	width: 210px;
	border-radius: 10px;
	text-decoration: none;
	box-shadow: 4px 4px 6px 0px #B2B2B23D;
}
.blog_page .stk-block-posts__readmore:hover{
	background: #FFFFFF;
	color: #181518 !important;
}
.blog_page .stk-button:hover{
	background: #0A2127 !important;
	filter: unset !important;
}
.blog_page .stk-button:hover .stk-button__inner-text{
	color: #FFFFFF !important;
}
/* *-*-*-*-*-*-*-*-*-*- Single Blog Page *-*-*-*-*-*-*-*-* */
.single-post .breadcrumbs .wp-block-stackable-heading .stk-block-heading__text{
	width: 65px;
}
.single-blog-page .post_title{
	font-family: 'Barlow Condensed', serif;
	line-height: 40px;
	margin-bottom: 25px;
	margin-top: 15px;
  letter-spacing: 1.8px;
}
.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: 'Roboto Flex', sans-serif;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
}
.post-info .post-date-col{
	display: flex;
	align-items: center;
}
.post-info .post-date-col time{
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.5px;
	color: #484848;
}
.single-blog-page .post-info .post-content P{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 1px;
	color: #494A48;
}
.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: 'Roboto Flex';
	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 700 35px/60px 'Barlow Condensed', serif;
	letter-spacing: 1.8px;
	color: #181518;
	text-transform: uppercase;
	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 700 20px/26px 'Barlow Condensed', serif;
	letter-spacing: 0.5px;
	color: #181518;
}
.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 'Roboto Flex', sans-serif;
	letter-spacing: 0px;
	color: #121212;
}
.single-blog-page  .post-form form input[type="submit"]{
	text-decoration: none;
  font: normal normal 600 16px/30px 'Oswald', sans-serif;
  color: #FFFFFF;
  padding: 13px 45px;
  border-radius: 10px;
  box-shadow: 4px 4px 6px 0px #b2b2b23d;
  background: #0A2127;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: 0.4s all;
	margin-top: 10px;
}
.single-blog-page  .post-form form input[type="submit"]:hover{
	opacity: 1;
	background: #FFD600;
	color: #181518;
}
.single-blog-page .post-comment{
	border-radius: 0;
	width: 60%;
	margin: 7% auto 0% auto;
	padding: 25px;
	border: 1px solid #CCCCCC;
}
.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-comments-title{
	font-family: 'Barlow Condensed', serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}
.single-blog-page  .post-comment .wp-block-comment-author-name a{
	font: normal normal 700 25px/35px 'Barlow Condensed', serif !important;
	letter-spacing: 1px;
	color: #181518;
	text-transform: capitalize;
	text-decoration: none;
}
.single-blog-page  .post-comment .wp-block-comment-content p{
	font: normal normal normal 16px/25px 'Roboto Flex', sans-serif;
	letter-spacing: 0.5px;
	color: #494A48;
	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: 'Barlow Condensed', serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1.5px;
	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 600 16px/30px 'Oswald', sans-serif;
	color: #1A1A1A;
	padding: 10px 15px;
	border-radius: 10px;
	box-shadow: 4px 4px 6px 0px #b2b2b23d;
	background: #fff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.pagination .wp-block-post-navigation-link a{
	text-decoration: none;
	font: normal normal 600 16px/30px 'Oswald', sans-serif;
	color: #FFFFFF;
	padding: 13px 45px;
	border-radius: 10px;
	box-shadow: 4px 4px 6px 0px #b2b2b23d;
	background: #0A2127;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	transition: 0.4s all;
}
.pagination .wp-block-post-navigation-link a:hover{
	background: #FFD600;
	color: #181518;
}
/* *-*-*-*-*-*-*-*-*-*- 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;
}
.luxury-watches-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 'Source Code Pro', monospace;
	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: #FFFFFF;
	background-color: red;
	padding: 8px 10px;
	margin-top: 10px;
	text-decoration: none;
}
.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 .product_info_col .wp-block-post-title{
	font-family: 'Barlow Condensed', serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: 1.8px;
	margin-bottom: 15px;
	color: #181518;
}
.single_product .wp-block-woocommerce-product-price .woocommerce-Price-amount{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 45px;
	text-align: left;
	letter-spacing: 1px;
}
.single-product .woocommerce-Price-currencySymbol{
	margin-right: 4px;
}
.single_product p.wp-block-post-excerpt__excerpt{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.8px;
	color: #494A48;
	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;
	column-gap: 20px;
	row-gap: 40px;
}
.single_product .product_gallery_col ol li{
	width: 48% !important;
}
.single-product .single_product .product_gallery_col ol li img{
    width: 200px !important;
    height: fit-content !important;
    opacity: 1 !important;
    margin: 0 auto !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%;
	font-family: Oswald;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.1em;
	background: #0A2127;
	color: #fff;
	box-shadow: 4px 4px 6px 0px #877f7f3d;
	border-radius: 10px;
	padding: 10px;
	text-transform: uppercase;
	transition: 0.5s all;
}
.single-product .product_info_col form button[type="submit"]:hover{
	background-color: #FFD600;
	color: #181518;
}
.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{
	display: 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: none !important;
	margin: 0px 25px 0px 0px !important;
	background-color: #fdd600 !important;
	border-radius: 10px !important;
	box-shadow: 4px 4px 6px 0px #b2b2b2;
}
.single-product .product_tab ul li a{
	padding: 0px !important;
	font-family: 'Oswald', serif;
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #181518 !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: #0A2127 !important;
}
.single-product .product_tab ul li.active a{
	color: #FFFFFF !important;
}
.single-product .product_tab .woocommerce-Tabs-panel p{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.8px;
	color: #494A48;
}
.single-product ul.related_product li{
	max-width: 31% !important;
	width: 31% !important;
	position: relative;
	background: #fff;
	padding: 15px;
	box-shadow: 4px 4px 6px 0px #b2b2b2;
}
.single-product ul.related_product li .wc-block-components-product-image{
	height: 450px;
	width: 280px;
	margin: 0 auto;
}
.single-product ul.related_product li .wc-block-components-product-image img{
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.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: 'Roboto Flex', serif;
	font-size: 25px !important;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.05em;
	padding: 15px 0px 10px 0px;
	margin: 0;
	text-decoration: none;
	color: #181518;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 45px;
}
.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: 'Roboto Flex', serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #181518;
}
.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: 45px;
	height: 45px;
	margin: 0px !important;
	padding: 0;
	font-size: 0;
	border-radius: 50px;
	background-color: #ffd600;
	position: relative;
	transition: 0.5s all;
}
.single-product ul.related_product li .wp-block-button .added_to_cart{
	top: 20px;
	right: 0px;
}
.single-product ul.related_product li .wp-block-button .added_to_cart:after{
	width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '\f06e';
  position: absolute;
  font-size: 20px;
  color: #181518;
  font-family: 'FontAwesome';
}
.single-product ul.related_product li .wp-block-button .added{
	display: 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{
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	content: '\f217';
	position: absolute;
	font-size: 20px;
	color: #181518;
	font-family: 'FontAwesome';
}
.single-product ul.related_product li .wp-block-button {
	position: absolute;
	top: 0;
	right: 10px;
	opacity: 0;
}
.single-product ul.related_product li:hover .wp-block-button{
	opacity: 1;
}
.single-product ol.commentlist{
	padding: 0;
}
.single-product .related_product .wc-block-grid__product-rating__stars{
	color: #ffd600;
	font-size: 15px;
}
.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: 'Roboto Flex', serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0px;
}
.single-product #review_form .comment-form-comment label{
	font-family: 'Roboto Flex', serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0px;
}
.single-product #review_form .comment-form-rating label{
	font-family: 'Barlow Condensed', 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: #0A2127;
	padding: 10px 45px;
	border-radius: 10px;
	color: #fff;
	font-family: 'Oswald', serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 15px;
	text-transform: uppercase;
	box-shadow: 4px 4px 6px 0px #b2b2b2;
	transition: 0.4s all;
}
.single-product #review_form .form-submit input[name="submit"]:hover{
	background: #FFD600;
	color: #181518;
	opacity: 1 !important;
}
.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: 'Roboto Flex', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: 0;
	transition: 0.5s all;
	padding: 0px 30px;
}
.single-product .wp-block-woocommerce-product-image-gallery{
	max-width: unset !important;
}
.single-product .related_product{
	column-gap: 35px !important;
}
.entry-content .return-to-shop a{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 15px 30px;
	text-transform: uppercase;
	border-radius: 10px;
	background: #0A2127;
	box-shadow: 4px 4px 6px 0px #b2b2b2;
	color: #fff;
	transition: 0.5s all;
}
/* *-*-*-*-*-*-*-*-*-*- 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 .added{
	display: none !important;
}
.product_cat_page h1.page-title{
	font-family: 'Barlow Condensed', serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 0px;
	color: #181518;
	margin-bottom: 20px;
}
.product_cat_page .woocommerce-result-count{
	font-family: 'Roboto Flex', 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{
	width: 280px !important;
	height: 400px !important;
	object-fit: contain;
	margin: 0 auto !important;
	order: 1;
}
.product_cat_page ul.products li .woocommerce-loop-product__title{
	order: 2;
	font-family: 'Barlow Condensed', serif;
	font-size: 28px !important;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: #000;
	padding: 10px 0px 5px 0px !important;
	margin: 15px 0px 0px 0px !important;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product_cat_page ul.products li .price{
	margin: 5px 0 0 0 !important;
	width: 100%;
	order: 3;
}
.product_cat_page ul.products li .add_to_cart_button,
.product_cat_page ul.products li .added_to_cart{
	background-color: #ffd600;
  padding: 5px !important;
  border-radius: 50%;
  margin: 0 !important;
  font-size: 0px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  opacity: 0;
}
.product_cat_page ul.products li .add_to_cart_button::after {
	content: '\f290';
	position: absolute;
	font-family: 'FontAwesome';
	color: #1a1a1a;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	font-size: 20px !important;
	margin: 0 !important;
	height: 50px;
	top: 0;
	right: 0;
}
.product_cat_page ul.products li .added_to_cart::after {
	content: '\f06e';
	position: absolute;
	font-family: 'FontAwesome';
	color: #1a1a1a;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	font-size: 20px !important;
	margin: 0 !important;
	height: 50px;
	top: 0;
	right: 0;
}
.product_cat_page ul.products li:hover .add_to_cart_button,
.product_cat_page ul.products li:hover .added_to_cart{
	opacity: 1;
}
.product_cat_page ul li.product{
	box-shadow: 4px 4px 12px 0px #dbdbdbbf;
	padding: 20px !important;
	background-color: #fff;
}
.product_cat_page ul li.product .amount bdi{
	color: #181518;
	font-family: 'Roboto',sans-serif;
	font-size: 25px;
	font-weight: 500;
}
.product_cat_page ul li.product .star-rating{
	margin-top: 10px !important;
	color: #FFD600 !important;
	font-size: 15px !important;
	width: 100%;
	order: 4;
}
.product_cat_page ul li.product .woocommerce-loop-product__link{
	display: flex;
	flex-wrap: wrap;
}
/* *-*-*-*-*-*-*-*-*-*- Shop Page *-*-*-*-*-*-*-*-* */
.shop_page .gutentor-post-image-box{
	background-color: #fff;
}
.shop_page .gutentor-post-format {
  left: 0px !important;
	color: #ffffff;
	background-color: #0a2127;
	background-image: none;
	font-family: 'Barlow',sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .1px;
	padding: 7px 15px 7px 15px;
}
.shop_page .gutentor-post-image-box{
	height: 500px;
	padding: 70px 0 70px 0;
  margin: 0 !important;
}
.shop_page .gutentor-image-thumb{
	width: 250px;
	height: 100%;
	margin: 0 auto;
}
.shop_page .gutentor-image-thumb img{
	width: 100%;
	height: 100%;
}
.shop_page .gutentor-post-title a{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.shop_page .gutentor-post-item{
	position: relative;
	margin: 0px 0px 30px 0px;
}
.shop_page .gutentor-woo-add-to-cart{
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0;
	transition: 0.5s all;
}
.shop_page .gutentor-woo-add-to-cart span{
	font-size: 0;
}
.shop_page .stk-block-button-group{
	position: absolute;
	top: -5px !important;
	right: 25px !important;
}
.shop_page .gutentor-post-item:hover .gutentor-woo-add-to-cart{
	opacity: 1;
}
.shop_page .gutentor-post-title{
	color: #000000;
	font-family: 'Roboto',sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-top: 20px !important;
}
.shop_page .gutentor-wc-price{
	margin-bottom: 5px !important;
}
.shop_page .gutentor-wc-price bdi,
.shop_page .gutentor-wc-price bdi span{
	color: #181518;
	font-family: 'Roboto',sans-serif;
	font-size: 25px;
	font-weight: 500;
}
.shop_page .gutentor-wc-price bdi span{
	color: #000000 !important;
	margin-right: 4px;
}
.shop_page .gutentor-wc-rating{
	color: #FFD600 !important;
	float: left;
}
/* *-*-*-*-*-*-*-*-*-*- 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: 'Roboto Flex', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 0;
	color: #181518;
	text-decoration: none;
}
.shop_table thead th,
.shop_table thead th span,
.cart-collaterals .shop_table th{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 20px;
	font-weight: 700 !important;
	line-height: 30px !important;
	letter-spacing: 1px;
	color: #181518;
	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: 'Barlow Condensed', 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: #0A2127;
	color: #ffffff;
	border-radius: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.5px;
	transition: 0.5s all;
	opacity: 1 !important;
	text-transform: uppercase;
}
.shop_table button[type="submit"]:hover,
.cart_totals  .wc-proceed-to-checkout a:hover{
	background-color: #FFD600;
	color: #181518;
	box-shadow: 4px 4px 6px 0px #b2b2b2;
}
.cart-collaterals .cart_totals  h2{
	font-weight: 500;
	font-family: 'Barlow Condensed', 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: 'Barlow Condensed', 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: 'Roboto Flex', 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: 'Roboto Flex', 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 .woocommerce nav ul{
	  background: #0A2127;
	}
.entry-content .woocommerce nav ul li{
	padding: 0px 20px !important;
}
.entry-content .woocommerce nav ul li a{
	font-family: 'Barlow Condensed', serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 0;
	text-decoration: none !important;
	color: #fff;
}
.entry-content .woocommerce nav ul li.is-active{
	background-color: #FFD600;
}
.entry-content .woocommerce nav ul li.is-active a{
	color: #1A1A1A;
}
.woocommerce-MyAccount-content  .woocommerce-Button,
.woocommerce-MyAccount-content .woocommerce-info .wc-forward,
.woocommerce .woocommerce-form-login__submit{
	background-color: #0A2127;
	color: #ffffff;
	border-radius: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.5px;
	transition: 0.5s all;
	opacity: 1 !important;
	text-transform: uppercase;
}
.woocommerce-MyAccount-content  p,
.woocommerce-MyAccount-content  p a{
	font-family: 'Barlow Condensed', 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: 'Barlow Condensed', 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: 'Roboto Flex', 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: 'Barlow Condensed', serif;
	font-size: 40px;
	font-weight: 900;
	line-height: 45px;
	letter-spacing: 0;
}
.product_search .woocommerce-result-count{
	font-family: 'Roboto Flex', 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: 'Roboto Flex', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}
.product_search ul.products li{
	text-align: left;
	position: relative !important;
	width: 31% !important;
	margin: 0 !important;
	max-width: 31% !important;
	background: #fff;
	padding: 15px !important;
	box-shadow: 4px 4px 6px 0px #b2b2b2;
}
.product_search ul.products li img{
	height: 450px !important;
	width: 280px !important;
	margin: 0 auto !important;
}
.product_search ul.products li .woocommerce-loop-product__title{
	font-family: Roboto Flex;
	font-size: 25px !important;
	font-weight: 500;
	line-height: 35px;
	letter-spacing: 0.05em;
	color: #181518;
	padding: 20px 0px 10px 0px !important;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 55px;
}
.product_search ul.products li .star-rating{
	display: none;
}
.product_search ul.products li .price{
	font-family: 'Roboto Flex', sans-serif;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 44px;
	letter-spacing: 0.05em;
	color: #181518 !important;
}
.product_search ul.products li .add_to_cart_button,
.product_search ul.products li .added_to_cart{
	width: 45px;
	height: 45px;
	margin: 0px !important;
	padding: 0;
	font-size: 0;
	border-radius: 50px;
	background-color: #ffd600;
	position: relative;
	transition: 0.5s all;
	opacity: 0;
	top: 15px;
	right: 15px;
	position: absolute;
}
.product_search ul.products li .add_to_cart_button:after{
	width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '\f217';
  position: absolute;
  font-size: 20px;
  color: #181518;
  font-family: 'FontAwesome';
}
.product_search ul.products li .added_to_cart:after{
	width: 45px;
  height: 45px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  content: '\f06e';
  position: absolute;
  font-size: 20px;
  color: #181518;
  font-family: 'FontAwesome';
}
.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;
	column-gap: 22px;
	row-gap: 30px;
	flex-wrap: wrap;
}
