/* =========================
   GENERAL & BODY STYLES
   ========================= */
body {
	padding-top: 127px;
}

body.archive {
	padding-top: 127px;
}

body.single-product {
	padding-top: 127px;
}

strong {
	font-weight: 700;
}

.service-item .block-content {
	display: none !important;
}

/* =========================
   UTILITY CLASSES
   ========================= */
.height50 {
	height: 30px;
}

.height25 {
	height: 10px;
}

.table-responsive-xs {
  	overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
}

.fs-11 {
	font-size: 11px;
}

.hide-xs {
	display: none !important;
}

.mt-100 {
	margin-top: 50px;
}

.mb-100 {
	margin-bottom: 50px;
}

.mb-20 {
	margin-bottom: 20px;
}

.m-50 {
	margin-bottom: 15px;
}

.text-center-xs {
	text-align: center;
}

.mse-30 {
	margin-left: 12px;
	margin-right: 12px;
}

/* =========================
   HEADER & NAVIGATION
   ========================= */
header {
	border-bottom: 1px solid #f2f2f2;
}

.hero {
	margin: 0px 15px;
}

/* Mobile Navigation */
ul.mob-nav, 
ul.mob-nav ul {
	list-style-type: none;
	padding-left: 0px;
}

.mob-nav li {
	border-bottom: 1px solid #f2f2f2;
}

.mob-nav li .child-container {
	display: block;
	padding: 20px 0px;
}

.mob-nav li ul.child {
	background-color: #f2f2f2;
	border-radius: 20px;
	padding: 10px;
}

.mob-nav li ul.child li {
	padding: 5px 0px;
	border-bottom: 1px solid #f2f2f2;
}

.mob-nav li ul.child li a {
	font-size: 16px;
}

.mob-nav li ul.child li:first-child {
	padding-top: 0px;
}

.mob-nav li ul.child li:last-child {
	border-bottom: 0 none;
	padding-bottom: 0px;
}

.mob-nav li ul.child li::before {
	font-family: "bootstrap-icons";
	content: '\F135' !important;
	vertical-align: middle;
}

/* =========================
   OFFCANVAS
   ========================= */
#offcanvasNavigation, 
#offcanvasFilter, 
.offcanvas.offcanvas-end {
	max-width: 70%;
}

#offcanvasFilter .accordion-collapse {
	padding-top: 0px;
}

/* =========================
   BUTTONS
   ========================= */
.btn-primary {
	background-color: #b01e24;
	border-color: #b01e24;
}

.btn-primary:hover {
	background-color: #b01e24;
	border-color: #b01e24;
}

.button-item {
	height: 35px;
	width: 35px;
}

.button-item i {
	font-size: 15px;
}

.button-item img:not(.flag) {
	width: 15px;
}

.button-item img.flag {
	padding-left: 3px;
	height: 12px;
}

img.bigger {
	width: 25px !important;
}

.wa {
	background-color: #25d366 !important;
}

/* Checkout Buttons */
.woocommerce-checkout .button-item {
	height: 50px;
	width: 50px;
}

.woocommerce-checkout .button-item img:not(.flag) {
	width: 30px;
}

#place_order {
	margin-top: 15px;
}

#dropdownLang {
	padding: 0px;
}

/* =========================
   CAROUSEL
   ========================= */
.carousel-item {
	vertical-align: middle;
}

#carouselUsp .carousel-item {
	height: 33px;
}

#carouselAutoplaying .carousel-control-prev {
	left: -4px;
}

#carouselAutoplaying .carousel-control-next {
	right: -4px;
}

/* =========================
   SWIPER
   ========================= */
.subcagegorySwiper .swiper-button-prev, 
.subcagegorySwiper .swiper-button-next {
	display: none !important;
}

.swiper-button-prev {
	left: 10px !important;
}

.swiper-button-next {
	right: 10px !important;
}

/* =========================
   SEARCH
   ========================= */
.dgwt-wcas-search-wrapp {
	min-width: 196px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	padding: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	padding: 3px 24px 1px 35px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
	font-size: 12px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	left: 6px;
	top: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
	width: 12px;
	height: 12px;
}

/* =========================
   ACCORDION
   ========================= */
.accordion-item {
	margin-top: 15px;
	border-bottom: 1px solid #f2f2f2;
}

.accordion-item:first-of-type {
	margin-bottom: 0px;
}

#accordionFilter .accordion-button {
	font-size: 16px;
}

#accordionFilter .accordion-body {
	margin-top: 0px;
}

footer .accordion-button, 
footer .accordion-body {
	padding: 0px;
}

footer .accordion-item .accordion-button {
	font-size: 16px;
	color: #1D204C;
	font-weight: 500;
}

footer .accordion-button::after {
	background-size: 14px;
	margin-top: 5px;
}

footer .accordion-item h3 {
	display: none;
}

.site-footer .accordion-item {
	padding: 15px !important;
}

.accordion-flush .accordion-item:last-child {
	padding-bottom: 0px;
}

.site-footer .accordion-collapse {
	padding-top: 15px;
}

.site-footer .accordion-collapse ul {
	margin-bottom: 0px;
}

/* =========================
   FORM ELEMENTS
   ========================= */
.form-select {
	border-radius: 20px;
	padding: 6px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 8px;
}

/* =========================
   WOOCOMMERCE - GENERAL
   ========================= */
.woocommerce-ordering {
	display: none;
}

.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering {
	margin-top: 24px;
	float: none;
}

.hide-lg .woocommerce-ordering {
	display: block;
	float: none;
	margin-bottom: 0px;
}

.woocommerce .woocommerce-result-count {
	display: none;
}

.woocommerce-products-header, 
.hide-filter-xs {
	display: none;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
	content: '';
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding: 1em;
}

.wc-forward {
	float: none !important;
	display: block !important;
	text-align: center !important;
	margin-top: 10px !important;
}

/* =========================
   WOOCOMMERCE - PRODUCTS
   ========================= */
.woocommerce span.onsale {
	z-index: unset;
	left: unset;
	right: 20px;
}

.woocommerce div.product div.images {
	margin-bottom: 1em;
}

.woocommerce div.product .product_title {
	font-size: 1.2rem;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0px;
}

.product-slide h3 {
	font-size: 16px;
}

.product-slide.blog .image-link {
	padding-bottom: unset !important;
}

img.cat-product-image {
	height: 105px !important;
}

img.cat-product-image.team {
	height: 175px !important;
}

img.cat-product-image.blog {
	position: unset !important;
	height: 175px !important;
}

.product-item .block-content {
	top: 316px;
}

.product-item .block-content h3 {
	font-size: 16px;
}

/* =========================
   WOOCOMMERCE - QUANTITY
   ========================= */
.woocommerce .quantity .qty {
	width: 3.5em;
	font-size: 14px;
	height: 45px;
	border-right: 5px solid transparent;
}

.shop_table .quantity .qty {
	width: 100% !important;
}

.woocommerce-cart-form .quantity .qty {
	border: 0 none !important;
	background-color: rgba(243,244,244,1) !important;
	border-right: 5px solid transparent !important;
}

/* =========================
   WOOCOMMERCE - TABLES
   ========================= */
.woocommerce table.shop_table td {
	border-top: 0 none;
}

.woocommerce table.shop_table td.product-name {
	font-weight: 500;
}

.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td {
	text-align: left !important;
}

.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before {
	float: none;
	display: block;
	margin-bottom: 5px;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: transparent;
}

.woocommerce table.shop_table_responsive tr.cart_item, 
.woocommerce-page table.shop_table_responsive tr.cart_item {
	border: 1px solid rgba(243,244,244,1) !important;
	border-radius: 20px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.woocommerce table.shop_table_responsive tr td.product-quantity, 
.woocommerce table.shop_table_responsive tr td.product-price {
	width: 50%;
	float: left;
}

.woocommerce-page .cart_totals table.shop_table_responsive tr {
	margin-bottom: 0px;
}

/* =========================
   WOOCOMMERCE - CART
   ========================= */
.woocommerce-page table.cart .product-thumbnail {
	display: block;
}

.woocommerce-page table.cart .product-thumbnail::before {
	content: '';
}

.woocommerce-cart-form table.shop_table td {
	padding: 10px 20px !important;
}

.woocommerce-cart-form table.shop_table td.actions {
	padding: 0px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	font-weight: 500;
}

.cart_totals td {
	padding-left: 0px !important;
}

.cart_totals .featured-delivery {
	text-align: center;
	display: block;
}

/* =========================
   COUPONS
   ========================= */
#custom-coupon-wrapper #custom_coupon_code, 
#custom-coupon-wrapper #apply_custom_coupon {
	width: 100% !important;
}

#custom-coupon-wrapper #custom_coupon_code {
	margin-bottom: 10px;
}

/* =========================
   WISHLIST
   ========================= */
.single_add_to_wishlist .bi {
	background-color: #b01f25;
	color: #fff;
}

.summary .single_add_to_wishlist .bi {
	margin-right: 0px;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 0px;
}

.featured-content .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	align-items: end;
}

.yith-wcwl-wishlistaddedbrowse a {
	display: block;
}

/* =========================
   FACET WP
   ========================= */
.facetwp-selections ul li {
	background-color: #1d204c;
	border-radius: 20px;
	padding: 15px 25px;
	width: 100%;
	margin-bottom: 20px;
}

.facetwp-selections ul li:last-child {
	margin-bottom: 0px;
}

.facetwp-selections .facetwp-selection-value {
	width: 100%;
	margin: 10px 0px;
}

.facetwp-selections .facetwp-selection-value:last-child {
	margin-bottom: 0px;
}

/* =========================
   USP BAR
   ========================= */
.usp-bar {
	background-color: rgba(243,244,244,1);
}

/* =========================
   FEATURED CONTENT
   ========================= */
.featured-content {
	padding: 15px;
}

.featured-item h3 {
	font-size: 16px;
}

.featured-item p:not(.title) {
	font-size: 12px;
}

.featured-item p.title {
	font-weight: bold;
}

.featured-body h2 {
	font-size: 16px;
}

.featured-delivery {
	font-size: 10px;
}

.col-sm-8 .featured-header > a, 
.col-sm-8 .featured-header {
	height: 100%;
}

/* =========================
   SWATCHES
   ========================= */
.swatch li {
	width: 16px;
	height: 16px;
}

.swatch li.selected::before, 
.swatch li:hover::before {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: -5px;
	left: -5px;
}

/* =========================
   ACTION FLAG
   ========================= */
.action-flag {
	font-size: 10px;
}

/* =========================
   SUBCATEGORY
   ========================= */
.subcategory {
	background-color: rgba(243,244,244,1);
	padding: 20px;
	border-radius: 20px;
}

.subcategory small {
	display: block;
}

/* =========================
   CATEGORY BLOCK
   ========================= */
.category-block h3 {
	font-size: 16px;
}

/* =========================
   SERVICE ITEMS
   ========================= */
.service-item {
	height: 167.5px;
}

.service-item .block-content {
	top: 100px;
}

.service-item .block-content h3 {
	font-size: 14px;
}

/* =========================
   BLOCK CONTENT
   ========================= */
.block-content .icon {
	height: 30px;
	width: 30px;
	position: relative;
}

.block-content .icon i {
	font-size: 14px;
	position: absolute;
	top: 6px;
	left: 8px;
}

/* =========================
   CHECKIT SECTION
   ========================= */
.checkit {
	padding: 25px 12px;
}

.checkit-block {
	border-radius: 20px;
}

.checkitimages {
	border-radius: 20px;
}

.checkitimages iframe {
	border-radius: 20px;
}

.checkitout .h1 {
	font-size: 18px;
}

/* =========================
   POPULAR SECTION
   ========================= */
.popular h3 {
	font-size: 22px;
}

.popular-block {
	padding: 35px;
	border-radius: 20px;
}

/* =========================
   MODALS
   ========================= */
#thumbModal h5 {
	font-size: 18px;
}

/* =========================
   FOOTER
   ========================= */
.logo-footer {
	height: 32px !important;
}

/* =========================
   CUSTOM CONTAINER
   ========================= */
.custom-container {
	padding: 15px 15px;
}