/*
Theme Name: TacOpShop 
Theme URI: https://tacopshop.com/
Template: hello-elementor
Author: TacOpShop  Team
Author URI: https://tacopshop.com/
Description: Lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.33
*/

a {
    color: var( --e-global-color-accent );
}

a:active,a:hover {
    color: var( --e-global-color-primary )
}

[type=button],[type=submit],button {
    border: 1px solid var( --e-global-color-accent );
    color: var( --e-global-color-accent );
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    background-color: var( --e-global-color-accent );
}

:root :where(.wp-element-button, .wp-block-button__link):hover{
	background-color: var( --e-global-color-accent );
	color: #fff;
}

.page-template-default :is(.page-content, .page-header),
body:not([class*=elementor-page-]) .site-main {
    max-width: 1200px;
    margin: auto;
    background: #fff;
}
.page-template-default:not(.elementor-page) .page-content,
body:not([class*=elementor-page-]) .site-main {
    padding-left: 10px;
	padding-right: 10px;
}
.page-template-default .page-header {
    overflow: hidden;
}
.page-template-default .page-header .entry-title {
    max-width: initial !important;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 2rem;
}
.footer-contact-us .elementor-icon-box-icon {
    width: 30px;
    height: 30px;
    background: #9d9d9d;
    vertical-align: middle;
    display: flex !important;
    flex-wrap: wrap;
    place-content: center;
    border-radius: 3px;
}
.wp-block-woocommerce-cart.alignwide {
    margin-inline: initial;
}
.sb-deals.elementor-widget-heading {
    position: relative;
    margin-top: -15px;
}
.sb-deals .elementor-heading-title::before {
    content: "";
    border-left: 5px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 5px solid #ce1718;
    position: absolute;
    left: -5px;
    top: 0;
}
.sb-deals.elementor-widget-heading .elementor-heading-title::after {
    content: "";
    border-left: 0 solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ce1718;
    position: absolute;
    right: -5px;
    top: 0;
}
.underline.elementor-widget-heading{
    position: relative;
}
.underline.elementor-widget-heading::after {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #e83031;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.elementor-widget-woocommerce-product-price:last-child p.price {
    margin-bottom: 0;
}

.cats-menu-item1 .elementor-nav-menu.sm-vertical li {
    border-bottom: 1px solid #eaeaea;
}
.cats-menu-item1 .sub-menu.elementor-nav-menu--dropdown,
#cats-menu-sidebar .sub-menu.elementor-nav-menu--dropdown {
    min-width: 200px !important;
}
.cats-menu-item1 .elementor-sub-item .sub-arrow,
#cats-menu-sidebar .elementor-sub-item .sub-arrow{
    transform: rotate(90deg);
    transform-origin: center center;
    padding-left: 0;
    padding-top: 0;
}
.cats-menu-item1 .elementor-item.has-submenu .sub-arrow,
.cats-menu-item1 .elementor-sub-item.has-submenu .sub-arrow {
   margin-left: auto;
}
.cats-menu-item1 img.menu-image {
    max-width: 36px;
    padding: 0;
}
#cats-menu-sidebar img.menu-image {
    display: none;
}
#cats-menu-sidebar li.menu-item a.elementor-item {
    font-size: 13px;
	font-weight: normal;
}
#cats-menu-sidebar .elementor-nav-menu > li.menu-item:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
#cats-menu-sidebar .sub-arrow {
    margin-left: auto;
}
a.woof_childs_list_opener {
    float: right;
    border: 1px solid #a8a8a8;
    padding: 3px;
    border-radius: 2px;
}

.woof_childs_list_opener span.woof_is_closed,
.woof_childs_list_opener span.woof_is_opened{
    filter: grayscale(1) brightness(50%);
    width: 9px;
    height: 9px;
}

.age-gate__background {
    background-image: linear-gradient(73deg, rgb(82, 84, 90), rgb(17, 17, 17));
}

.age-gate {
    border-radius: 23px;
}
.age-gate__form .age-gate__headline {
    font-size: 36px;
    color: rgb(255, 56, 56);
}
button.age-gate__submit.age-gate__submit--no,
.age-gate__remember-wrapper {
    display: none;
}
.age-gate__additional-information, .age-gate__additional-information a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}
button.age-gate__submit.age-gate__submit--yes {
    display: block;
    width: 100%;
    background: rgb(184, 45, 45);
	font-size: 18px;
}
button.age-gate__submit.age-gate__submit--yes:hover {
    background: #c24444;
}
.age-gate__subheadline {
    font-size: 15px;
	font-weight: normal;
}
form.age-gate__form {
    padding: 5px;
}
.age-gate__additional-information a:hover {
    text-decoration: underline;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 18px;
}


@media (min-width: 1024px){
	.home:not(.age-restriction) .cats-menu li.e-n-menu-item:first-child .e-n-menu-content>.elementor-element {
		display: flex !important;
	}
	.home .cats-menu li.e-n-menu-item:first-child .e-n-menu-content {
		top: 100%;
	}
	.home .cats-menu .cats-menu-item1 {
		width: 100% !important;
		left: 0 !important;
	}
	.home .cats-menu .e-n-menu-content {
		max-width: calc(100vw * .22);
        left: 0 !important;
	}
}
@media (min-width: 1200px){
	.home .cats-menu .e-n-menu-content {
		max-width: 276px;
	}
}
@media (max-width: 767px){
	.page-template-default .page-header .entry-title {
		font-size: 1.75rem;
	}
}