/*
	Theme Name: Riess
	Version: 1.0
	Text Domain: riess
*/

.elementor img.h-full {
	height: 100%;
}

@media (min-width: 1024px) {
	.elementor img.lg\:h-full {
		height: 100%;
	}
}

.mobile-menu {
	display: none;
	right: auto;
}

.top-bar {
	margin-bottom: 8px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 20px 0 10px 0;
}
.entry-content img {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 100%;
	border-radius: 8px;
}
.entry-content div,
.entry-content p {
	margin-bottom: 10px;
}
.entry-content table {
	border-collapse: separate;
  	border-spacing: 0;
	margin-bottom: 30px;
}
.entry-content table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}
.entry-content table tr th:first-child,
.entry-content table tr td:first-child {
	border-left: 1px solid #ccc;
}
.entry-content table tr:first-child th,
.entry-content table tr:first-child td {
	border-top: 1px solid #ccc;
}
.entry-content table tr:first-child th:first-child,
.entry-content table tr:first-child td:first-child {
  	border-top-left-radius: 8px;
}
.entry-content table tr:first-child th:last-child,
.entry-content table tr:first-child td:last-child {
  	border-top-right-radius: 8px;
}
.entry-content table tr:last-child td:first-child {
  	border-bottom-left-radius: 8px;
}
.entry-content table tr:last-child td:last-child {
  	border-bottom-right-radius: 8px;
}
.entry-content strong,
.entry-content b {
	font-weight: 600;
}

nav.breadcrumb {
	color: rgb(138, 143, 148);
	font-size: 14px;
	line-height: 22.4px;
	margin-bottom: 6px;
}
nav.breadcrumb span {
	margin: 0 6px;
}
nav.breadcrumb .current-item {
	color: rgb(0, 0, 0);
}

.pagination {
	text-align: center;
}
.pagination ul {
	margin-top: 10px !important;
	border: none !important;
	clear: both;
	display: inline-block;
}
.pagination ul li {
	margin: 0 3px !important;
	border: 1px solid rgb(226, 232, 240) !important;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	display: inline-block;
	overflow: hidden;
	float: left;
}
.pagination ul li span,
.pagination ul li a {
	line-height: 1;
	padding: .5em;
	display: block;
}
.pagination ul li span.current,
.pagination ul li a:hover {
	background: #e9e6ed;
	color: #816e99;
}

.archive-topbar .woocommerce-notices-wrapper {
	display: none;
}
.archive-topbar .woocommerce-result-count {
	margin-bottom: 0;
}
.archive-topbar .woocommerce-ordering select {
	border: 1px solid rgb(226, 232, 240);
}

.search-wrap .search-button.active {
	background-color: rgb(207 209 213);
	margin-left: 8px;
}
.search-wrap .search-button.active svg {
	display: none;
}
.search-wrap .search-input-wrap {
	position: relative;
}
.search-wrap .search-input-wrap button {
	position: absolute;
	right: 10px;
	top: 7px;
}

#menu-topbar {
	margin: 0;
}
#menu-topbar li {
	margin-left: 20px;
	margin-right: 20px;
}
#menu-topbar li:first-child {
	margin-left: 0;
}
#menu-topbar li:last-child {
	margin-right: 0;
}
#menu-topbar li a {
	display: flex;
	align-items: center;
}
#menu-topbar li a img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}
#menu-topbar li:first-child a img {
	width: 18px;
	height: 18px;
	margin-top: -1px;
}
#menu-topbar li a span {
	font-size: 13px;
	margin-top: 2px;
}

.main-menu li {
	font-size: 16px;
	color: rgb(0, 59, 113);
	margin: 5px 20px 15px 20px;
}
.main-menu li:first-child {
	margin-left: 0;
}
.main-menu li:last-child {
	margin-right: 0;
}

.mobile-menu .main-menu li {
	margin: 0;
	padding: 10px 20px;
	border-bottom: 1px solid rgb(226, 232, 240);
}

.mobile-menu-bottom ul li {
	border-bottom: 1px solid #ffffff1a;
	padding: 10px 20px;
	font-size: 13px;
}

.herobanner-sliders .slick-dots {
	position: absolute;
	top: 0;
	bottom: auto;
	right: 0;
	width: auto;
	height: auto;
	padding: 15px 30px;
	gap: 6px;
	display: flex;
}
.herobanner-sliders .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}
.herobanner-sliders .slick-dots li button {
	width: 8px;
	height: 8px;
	border-radius: 9999px;
	background-color: #ffffff80;
	border-radius: 9999px;
	padding: 0;
}
.herobanner-sliders .slick-dots li.slick-active button {
	width: 28px;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.herobanner-sliders .slick-dots li button:before {
	content: none;
}

.widget .wc-block-product-categories ul {
	border-radius: 8px;
	border: 1px solid #0000001a;
}
.widget .wc-block-product-categories ul li {
	padding: 16px 20px;
	font-size: 14px;
	line-height: 22.4px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid rgb(226, 232, 240);
}
.widget .wc-block-product-categories ul li:last-child {
	border-bottom: none;
}

.single-product .product-slider .slider-nav .slick-current {
	border-color: #000;
}
.single-product .product-slider .slider-nav .slick-track {
	margin-left: 0;
	margin-right: 0;
}
.single-product .product-slider .slider-nav .slick-list {
	margin: 0 -7px;
}
.single-product .product-slider .slider-nav .slick-list .slick-slide {
	margin: 0 5px;
}

.single-product .product-info .price-wrapper,
.single-product .product-info .product-meta,
.single-product .product-info .woocommerce-product-details__short-description {
	padding: 15px 30px;
	border-bottom: 1px solid rgb(226, 232, 240);
}
.single-product .product-info .woocommerce-product-details__short-description {
	border-bottom: none;
}
.single-product .product-info .variations_form {
	border-top: 1px solid rgb(226, 232, 240);
}
.single-product .product-info .price-wrapper {
	padding-bottom: 10px;
}
.single-product .product-info .woocommerce-product-details__short-description {
	padding: 18px 30px;
}	
.single-product .product-info .variations_form {
	padding: 0 30px;
}
.single-product .product-info .variations_form .out-of-stock {
	margin: 10px 0;
}
.single-product .product-info .product-meta .meta-label {
	color: rgb(2, 8, 23);
	font-weight: 600;
}
.single-product .product-info .product-meta .meta-value {
	font-weight: 400;
}
.single-product .product-info .woocommerce-variation-add-to-cart {
	display: none !important;
}
.single-product .product-info .woocommerce-product-details__short-description ul {
	list-style-type: disc;
	padding-left: 20px;
}
.single-product .product-info .variations {
	margin: 15px 0;
}
.single-product .product-info .variations th {
	display: block;
	text-align: left;
	font-weight: 600;
}
.single-product .product-info .price {
	font-weight: 600;
	font-size: 30px;
	color: rgb(0, 59, 113);
}
.single-product .variations .reset_variations,
.single-product .woocommerce-variation .woocommerce-variation-price,
.single-product .woocommerce-variation .woocommerce-variation-availability {
    display: none !important;
}
.single-product .woocommerce-variation .woocommerce-variation-description {
    margin-top: -10px;
    margin-bottom: 20px;
}
.single-product .woocommerce-variation .woocommerce-variation-description a {
    color: #507b5b;
}
.single-product .variations .woo-variation-items-wrapper {
	margin-bottom: 12px;
}
.single-product .variations td label,
.single-product .variations td .woo-selected-variation-item-name {
	font-size: 15px;
	margin: 0 !important;
}
.single-product .variations td.label {
	padding-left: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin-right: 10px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus {
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	box-shadow: none !important;
	border-radius: 8px;
	border: 2px solid #e5e7eb;
	padding: 10px 12px;
	text-align: left;
	height: auto;
	background-color: transparent;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item {
	box-shadow: none !important;
	padding: 0;
	border-radius: 8px;
	border: 2px solid #e5e7eb;
	background-color: transparent;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color {
	border-radius: 4px;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color:after {
	box-shadow: none !important;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item.selected,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item.selected {
	border-color: #000;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
	width: auto;
	height: auto;
	background: #f1f1f1;
	color: #303030;
	padding: 7px 10px 7px 7px;
	font-size: 14px;
	box-shadow: none !important;
	border-radius: 4px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item img {
	width: 50px;
	height: 50px;
	margin-right: 6px;
	border-radius: 4px;
}
.single-product .woocommerce-variation-price {
	padding-top: 15px;
}
.single-product .variations .woo-variation-items-wrapper .variable-item-span {
	font-size: 14px;
}

.single-product .product-description .nav-tabs {
	margin-bottom: 30px;
	padding-bottom: 18px;
	border-bottom: 2px solid rgb(226, 232, 240);
}
.single-product .product-description .nav-tabs li {
	display: inline-block;
}
.single-product .product-description .nav-tabs li a {
	padding: 4px 18px;
	font-size: 16px;
	border-radius: 9999px;
	color: rgb(0, 0, 0);
	font-weight: 500;
}
.single-product .product-description .nav-tabs li a.active {
	background-color: rgb(0, 59, 113);
	color: rgb(255, 255, 255);
}

.single-product .product-tskt {
	border: 1px solid rgb(226, 232, 240);
	border-radius: 8px;
}
.single-product .product-tskt .detail {
	padding: 10px 15px;
}
.single-product .product-tskt .detail:nth-child(odd) {
	background: rgb(243, 244, 246);
}
.single-product .product-tskt .detail .detail__label {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}
.single-product .product-tskt .detail .detail__txt {
	display: inline-block;
}

.search-page .search-title {
	margin-bottom: 20px;
}
.search-page .no-results {
	text-align: center;
	margin-top: 20px;
}

footer .widget .widget-title {
	--tw-text-opacity: 1;
	color: rgb(255 255 255);
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 12px;
}
footer .widget .menu li {
	margin-bottom: 8px;
}
footer .widget .menu li a {
	color: #ffffff80;
	font-weight: 400;
	font-size: 16px;
	line-height: 25.6px;
}

footer .footer-bottom {
	width: 1000px;
}

@media (max-width: 1023px) {
	.top-bar {
		margin-bottom: 0;
	}
	#menu-topbar li a span {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	#menu-topbar li {
		margin-left: 10px;
		margin-right: 10px;
	}
	.search-wrap .search-button.active {
    	background-color: transparent;
    	margin-left: 0;
	}
	.search-wrap .search-button.active svg {
    	display: block;
	}
	.search-wrap .search-form .search-input-wrap.md\:max-w-0 {
		display: none;
	}
	.search-wrap .search-form .search-input-wrap.md\:max-w-\[320px\] {
		display: block;
		position: absolute;
        top: 103px;
        left: 0;
        right: 0;
        z-index: 9;
        padding: 10px;
        background: white;
        border-bottom: 1px solid #0000001a;
	}
	.search-wrap .search-form .search-input-wrap button {
		right: 20px;
    	top: 17px;
	}
	.footer-top {
		gap: 10px;
	}
}
@media (max-width: 639px) {
	#menu-topbar li:nth-child(n+3) {
		display: none;
	}
}