.col.col-auto.col-header-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	}
.col.col-auto.col-header-right {
    background-color: #121212;
    height: 90px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
}
#header .header-nav a {
    font-weight: 300;
}
#header .cbp-horizontal .cbp-tab-title {
    font-weight: 600;
}
#header .header-btn-w .header-btn .fa-heart-o:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/heart.svg');
}
#header .header-btn-w .header-btn:hover .fa-heart-o:before {
    background-image: url('../../../../img/icons/heart_hover.svg');
}
#mobile-header .col-mobile-btn-wishlist .fa-heart-o:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 2rem;
    height: 2rem;
    background-image: url('../../../../img/icons/heart.svg');
}
@media (max-width: 575.98px) {
    #mobile-header .col-mobile-btn-wishlist .fa-heart-o:before {
        font-size: 1.5rem;
    }
}
#mobile-header .col-mobile-btn-wishlist a:hover .fa-heart-o:before {
    background-image: url('../../../../img/icons/heart_hover.svg');
}
#header .header-btn-w .header-btn .fa-search:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/search.svg');
}
#header .header-btn-w .header-btn:hover .fa-search:before {
    background-image: url('../../../../img/icons/search_hover.svg');
}
#mobile-header .col-mobile-btn-search .fa-search:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 2rem;
    height: 2rem;
    background-image: url('../../../../img/icons/search.svg');
}
@media (max-width: 575.98px) {
    #mobile-header .col-mobile-btn-search .fa-search:before {
        font-size: 1.5rem;
    }
}
#mobile-header .col-mobile-btn-search a:hover .fa-search:before {
    background-image: url('../../../../img/icons/search_hover.svg');
}
#header .header-btn-w .header-btn .fa-user:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/people.svg');
}
#header .header-btn-w .header-btn:hover .fa-user:before {
    background-image: url('../../../../img/icons/people_hover.svg');
}
#mobile-header .col-mobile-btn-account .fa-user:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 2rem;
    height: 2rem;
    background-image: url('../../../../img/icons/people.svg');
}
@media (max-width: 575.98px) {
    #mobile-header .col-mobile-btn-account .fa-user:before {
        font-size: 1.5rem;
    }
}
#mobile-header .col-mobile-btn-account a:hover .fa-user:before {
    background-image: url('../../../../img/icons/people_hover.svg');
}
#header .header-btn-w .header-btn .fa-shopping-bag:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/cart.svg');
}
#header .header-btn-w .header-btn:hover .fa-shopping-bag:before {
    background-image: url('../../../../img/icons/cart_hover.svg');
}
#mobile-header .col-mobile-btn-cart .fa-shopping-bag:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 2rem;
    height: 2rem;
    background-image: url('../../../../img/icons/cart.svg');
}
@media (max-width: 575.98px) {
    #mobile-header .col-mobile-btn-cart .fa-shopping-bag:before {
        font-size: 1.5rem;
    }
}
#mobile-header .col-mobile-btn-cart a:hover .fa-shopping-bag:before {
    background-image: url('../../../../img/icons/cart_hover.svg');
}
#mobile-header .col-mobile-btn-menu .fa-bars:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 2rem;
    height: 2rem;
    background-image: url('../../../../img/icons/bars.svg');
}
@media (max-width: 575.98px) {
    #mobile-header .col-mobile-btn-menu .fa-bars:before {
        font-size: 1.5rem;
    }
}
li a .fa-facebook:before {
    display: block;
    content: "." !important;
    color: transparent;
    background-image: url('../../../../img/icons/facebook.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
li a:hover .fa-facebook:before {
    background-image: url('../../../../img/icons/facebook_hover.svg');
}
#footer li a .fa-instagram:before,
#header li a .fa-instagram:before {
    display: block;
    content: "." !important;
    color: transparent;
    background-image: url('../../../../img/icons/instagram.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
#footer li a:hover .fa-instagram:before,
#header li a:hover .fa-instagram:before {
    background-image: url('../../../../img/icons/instagram_hover.svg');
}
li a .fa-youtube:before {
    display: block;
    content: "." !important;
    color: transparent;
    background-image: url('../../../../img/icons/youtube.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
li a:hover .fa-youtube:before {
    background-image: url('../../../../img/icons/youtube_hover.svg');
}
.block-title {
    font-family: 'Gilroy' !important;
}
#footer .block-title, #checkout-footer .block-title {
    font-weight: 600 !important;
}
#footer .block-title:after, #checkout-footer .block-title:after {
    width: 30% !important;
}
#footer .block-links ul>li a:before {
    content: "";
	display: none;
}
#footer .block-links ul>li a {
    padding-left: 0;
    font-size: 14px;
}
#footer #footer-container-main, #checkout-footer {
    padding-bottom: 0;
}
#footer #footer-copyrights {
    padding-bottom: 5.25rem;
    font-size: 14px;
    color: #d2d2d2;
}
#footer .contact-rich {
    font-size: 14px;
}
#footer .contact-rich .part {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 15px 0;
}
#footer .contact-rich .part .data {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#footer .contact-rich .footer_email {
    display: none;
}
#footer .contact-rich .part.phones .phone3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 8px;
}
#footer .contact-rich div > div > span > span,
#footer .contact-rich .part.phones span {
    color: #FFFFFF80;
    display: block;
}
#footer .text-muted {
    opacity: .5;
}
#footer .block-newsletter .block-title:after, #checkout-footer .block-newsletter .block-title:after {
    border-bottom: solid 2px #78b52000;
}
#footer .btn-primary:hover {
    background: transparent;
    color: #ffffff !important;
}
#footer a:hover:not(.nav-link):not(.btn) {
    color: #ffffff;
}
#footer .contact-rich .part.hh .icon:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/map.svg');
    margin-bottom: 10px;
}
#footer .contact-rich .part.hh .icon i {
	display: none;
}
#footer .contact-rich .part.phones .icon:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/phone.svg');
    margin-bottom: 10px;
}
#footer .contact-rich .part.phones .icon i {
	display: none;
}
#footer .contact-rich .part.workshour .icon:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/workhour.svg');
    margin-bottom: 10px;
}
#footer .contact-rich .part.workshour .icon i {
	display: none;
}
#category #wrapper {
	background-color: #f9f9f9;
}
#category h1.page-title {
    margin-bottom: 40px;
}
#category h1.page-title span {
    text-transform: uppercase;
}
#category #left-column {
    background-color: #F4F4F4;
    padding-top: 20px;
}
#category #category-header-divider {
    border-bottom: 2px solid #E3E3E3;
}
#category .products-selection {
    margin: 0;
    padding: .8rem 0;
    border-top: none;
    border-bottom: none;
}
#category .products-selection .showing {
    margin-right: 2.5rem;
    color: #B7B7B7;
    font-size: 14px;
    font-weight: 600;
}
.small-gutters>.col, .small-gutters>[class*=col-] {
    padding-left: 0;
}
#wrapper .breadcrumb {
    font-weight: 600 !important;
}
#wrapper .breadcrumb li > span {
    color: #1D1D1D;
}
#wrapper .breadcrumb li::after {
    opacity: .4;
    margin: .3em;
    content: "\f105";
    display: inline;
    font-family: "FontAwesome";
}
.products-grid .product-miniature-layout-1 .product-price-and-shipping, .products-grid .product-miniature-layout-1 .products-variants, .products-grid .product-miniature-layout-3 .product-price-and-shipping, .products-grid .product-miniature-layout-3 .products-variants {
    padding-bottom: 1.4rem;
}
.product-miniature a:link:not(.nav-link):not(.btn), .product-miniature a:visited:not(.nav-link):not(.btn) {
    font-weight: 600;
}
.btn-product-list {
    width: 100%;
    padding: 1rem !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
}
.products-grid .product-add-cart {
    width: 100%; 
}
.btn.btn-product-list.add-to-cart .fa-shopping-bag:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 20px;
    height: 20px;
    background-image: url('../../../../img/icons/cart_hover.svg');
}
.view-switcher .fa-th:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 22px;
    height: 22px;
    background-image: url('../../../../img/icons/grid.svg');
}
.view-switcher .fa-th-list:before {
    display: block;
    content: "." !important;
    color: transparent;
	background-size: contain;
    background-repeat: no-repeat;
	width: 22px;
    height: 22px;
    background-image: url('../../../../img/icons/list.svg');
}
.dropdown-menu .dropdown-item.current, .autocomplete-suggestions .dropdown-item.current {
    font-weight: 600;
    color: #1D1D1D !important;
}
.products-selection .products-nb-per-page .dropdown-menu, .products-selection .products-sort-nb-dropdown .dropdown-menu {
    top: 0px;
}
.products-selection .form-control {
    padding: .3rem 1rem;
    background: #f2f2f2;
    font-weight: 600;
    color: #1d1d1d !important;
    border: none;
}
.selectedFilters {
    margin-top: 20px;
}
.selectedFilters .clearAll .txt {
    font-size: 14px;
    text-transform: none;
    color: #939393;
    font-weight: 600;
}
.selectedFilters .icon-eraser:before {
    content: "." !important;
    color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-image: url('../../../../img/icons/eraser.svg');
}
.af-slider .pointer {
    background: #1D1D1D;
    border: 5px solid #1D1D1D;
}
.af-slider .selected-bar {
    background: #78B520;
}
.af-checkbox-label:after, .af-radio-label:after {
    width: 19px;
    height: 19px;
    border: 1px solid #D2D2D2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .09);
    background: transparent;
}
.af_filter .name {
    padding-left: 10px;
    margin-top: 2px;
    font-size: 16px;
    font-weight: 600;
}
.active > .af-radio-label:before {
    width: 12px;
    height: 12px;
    background: #78B520;
}
.active > .af-checkbox-label:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #78B520;
}
.pagination .page-list a {
    display: flex;
    padding: 0;
    width: 40px;
    height: 40px;
    color: #B7B7B7 !important;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.pagination .page-list li.current a {
    color: white !important;
}
.pagination .page-list li.current {
    background: #78B520;
}
.pagination .page-list li {
    border: none;
}
.OOCProductListButton {
    display: none;
}
.btn {
    padding: 1rem;
    font-weight: 600;
}
.swiper-pagination-bullet {
    width: 90px;
    height: 3px;
    border-radius: 0;
}
#contact .fa-map-marker:before,
.cms-id-14 .fa-map-marker:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/mapfilled.svg');
}
#contact .fa-clock-o:before,
.cms-id-14 .fa-clock-o:before,
.cms-id-15 .fa-clock-o:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/workhourf.svg');
}
#contact .fa-phone:before,
.cms-id-14 .fa-phone:before,
.cms-id-15 .fa-phone:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/phonef.svg');
}
#contact #iqitcontactpage-map {
    margin-top: 60px;
}
#contact #content-wrapper .contact-rich {
	padding-bottom: 30px;
}
#contact #content-wrapper .contact-rich .part .icon {
    width: initial;
    display: block;
    text-align: left;
}
#contact #content-wrapper .part .icon.phone3 {
    padding-top: 15px;
}
#contact #content-wrapper .contact-rich .part.workshour span {
    margin: 8px 0;
    display: block;
}
#contact #content-wrapper .contact-rich .part.workshour .data span {
	font-weight: 600;
    color: #949494;
	margin: 0;
}
#contact #content-wrapper .contact-rich .part.contactpage-info {
    margin-top: 10px;
}
#contact #content-wrapper .contact-rich .part.contactpage-info span {
    font-weight: 600;
}
#contact #content-wrapper .contact-rich .part.hh .data span {
    display: block;
}
#contact #content-wrapper .part.phones,
#contact #content-wrapper .part.phones a {
    color: #1d1d1d;
    font-weight: 600;
}
#contact #content-wrapper .part.email a {
    color: #1d1d1d;
    font-weight: 600;
}
#contact #content-wrapper .part.email .fa-envelope-o:before,
.cms-id-15 .fa-envelope-o:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../../../../img/icons/envelope.svg');
}
#contact #content-wrapper .contact-form .row {
	flex-direction: column;
}
#contact #content-wrapper .contact-form .row .form-control-label,
#contact #content-wrapper .contact-form .row div {
    padding-top: .8rem;
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    font-weight: 600;
}
#contact #content-wrapper .contact-page-info {
    border-right: none;
}
#contact #content-wrapper .contact-form input.btn.btn-primary {
    width: 100%;
}
body .form-control,
body .form-control:focus {
    background-color: #F9F9F9;
    color: #1d1d1d;
    font-weight: 600;
    border: none;
}
.masonry img {
    width: 100%;
    height: auto;
}
.cms-id-14 #content-wrapper .h1.page-title:after,
.cms-id-15 #content-wrapper .h1.page-title:after {
	content: 'UTACTIC';
	color: #78B520;
	transform:translateX(-100%);
	position:absolute;
}
.cms-id-15 .elementor-element .elementor-icon-list-text {
    font-size: 13px;
    display: inline-block;
}
#footer .wpcf7 .form-control {
    background-color: #FFFFFF0D;
    color: #FFFFFF40;
    font-weight: 600;
}
#footer .wpcf7-submit {
    background-color: #78B520;
    border: none;
    color: #1D1D1D;
    cursor: pointer;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 24px;
    margin-bottom: 10px;
    text-transform: none;
    font-size: 16px;
    width: 100%;
}
#footer div#wpcf7-f1-o1 {
    margin-bottom: -50px;
}
#geo-location-modal.modal {
	z-index: 5001 !important;
}
.modal-backdrop.show {
	z-index: 200;
}
#geo-location-modal .modal-header .close {
    display: none;
}
#header .header-nav .left-nav div+a.tv_geo_location {
    margin-left: 0;
    fill: #ffffff;
    display: flex;
    gap: 5px;
    align-items: center;
}
#header .header-nav .left-nav a.tv_geo_location .icon {
    top: 0px;
}
@media screen and (min-width: 1024.01px) {
	#header .header-nav .left-nav {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	#header .header-nav .block-iqitlinksmanager.d-inline-block {
		display: flex !important;
	}
	
}
@media screen and (max-width: 1024px) {
	#header .header-nav .block-iqitlinksmanager {
		display: none !important;
	}
	.mobile-menu__footer {
		display: none !important;
	}
}
@media screen and (max-width: 520px) {
	#footer .footer-container-2 {
		flex-direction: column;
	}
	#products .products.row > .col, #products .products.row > [class*="col-"] {
		padding: 0.3rem;
	}
	.product-miniature-grid .product-title {
		font-size: .9rem;
	}
	.btn {
		font-size: 0.95rem;
	}
	.swiper-pagination-bullet {
		width: 40px;
	}
	.elementor-button.elementor-size-large {
		font-size: 14px;
		padding: 7px 11px;
	}
	.mobile_flex .elementor-widget-wrap {
        display: flex;
        flex-direction: column;
        margin-bottom: 50px;
    }
	.mobile_flex .elementor-widget-wrap .elementor-widget-image {
		order: 3;
	}
	.mobile_flex .elementor-widget-wrap .elementor-widget-heading .elementor-widget-container {
		margin: 0 !important;
	}
	.cms-id-14 .elementor-widget-icon-box.address .elementor-icon-box-icon {
        position: absolute;
        left: 58px;
        top: 1px;
    }
	.cms-id-14 .elementor-widget-icon-box.phone .elementor-icon-box-icon {
        position: absolute;
        left: 181px;
        top: 1px;
    }
	.cms-id-14 .elementor-widget-icon-box.workhours .elementor-icon-box-icon {
        position: absolute;
        left: 102px;
        top: 1px;
    }
	.cms-id-14 .elementor-element.workhours > .elementor-element-populated,
	.cms-id-14 .elementor-element.phone > .elementor-element-populated {
        padding-top: 15px;
	}
	.cms-id-14 .elementor-element.address > .elementor-element-populated,
	.cms-id-14 .elementor-element.phone > .elementor-element-populated,
	.cms-id-15 .elementor-element.address > .elementor-element-populated {
		border-width: 0px 0px 2px 0px;
	}
	.cms-id-15 .elementor-element.phone > .elementor-element-populated {
		border-width: 0px 0px 0px 0px;
	}
	
}
#category.category-id-32 #wrapper .breadcrumb,
#category.category-id-32 #category-header-wrapper,
#category.category-id-32 #category-header-divider {
	display: none;
}
@media screen and (min-width: 1320px) {
	#category #inner-wrapper {
		max-width: calc((100% - 1290px) / 2 + 1290px);
		margin: 0 !important;
		padding-right: 0 !important;
	}
	#category.category-id-32 #inner-wrapper {
		margin: 0 auto !important;
	}
}

.cart .modal-title {
    font-family: 'Gilroy';
}
#blockcart-content .cart-subtotals {
	font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
	font-weight: 600;
}
#blockcart-content .cart-totals {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    border-top: none;
	font-weight: 600;
}
#blockcart-content .cart-subtotals .label, 
#blockcart-content .cart-totals .label {
	color: #616161;
}