
:root{ 
    --bs-color: 					#fff;
    --bs-color-lighter:				#707070;
    --bs-color-accent:				#fff;
	--bs-color-dark:				#18191C;
    --bs-bg-color: 					#FFFAF7;
    --bs-bg-color-accent:			#fff;
	--bs-bg-color-dark:				#fff;
    --bs-main-button-color: 		#f6f4f0;
    --bs-main-button-hover-color: 	rgba(var(--bs-dark-rgb),80%);
    --bs-main-button-active-color: 	rgba(var(--bs-dark-rgb),90%);
}
.subnav{
   padding-top:30px;
   padding-bottom:30px;
}

.bg-main{
    background-color:var(--bs-bg-color);
}

.nav-link {
    --bs-nav-link-font-weight: 500;
}
.o-fit{-webkit-object-fit:cover;object-fit:cover;}
.carousel-overlay{
    width:100%;
    z-index:-1;
    filter:sepia(0.15);
}  

.btn.btn-main {
  --bs-btn-padding-x: 2rem;  
  --bs-btn-padding-y: .1rem;  
  --bs-btn-font-weight: 500;
  --bs-btn-font-size: 20px;  
  --bs-btn-color: var(--bs-light);
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-border-width:1px;
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--bs-btn-color);
  --bs-btn-hover-bg: var(--bs-main-button-hover-color);
  --bs-btn-hover-border-color: var(--bs-btn-border-color);  
  --bs-btn-active-color: var(--bs-btn-color);
  --bs-btn-active-bg: var(--bs-main-button-active-color);
  --bs-btn-active-border-color: var(--bs-btn-border-color);    
}
.btn.btn-sm.btn-main {
  --bs-btn-padding-x: 1rem;    
  --bs-btn-font-weight: 500;
  --bs-btn-font-size: 14px;  
}
.btn-main:active,
.btn-main:focus{
    box-shadow:var(--bs-main-button-focus-shadow);
}
.secondary-font{
    font-family: var(--bs-secondary-font-family);
}
.custom-dropdown-menu:after {
    content: '\25B2';
    display: block;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 1px 0 0 #0000005c, -1px 0 0 #00000061, 0 -1px 0 #00000078;
}

/*navbar > brand*/
.navbar-brand{
    font-family: var(--bs-secondary-font-family);
    font-size: 26px;    
}

/*navbar > toggler */
.navbar-toggler:focus {text-decoration: none;outline: 0;box-shadow: none;}
.navbar-toggler:active {background: #00000005;}
.navbar-toggler .open,.navbar-toggler .close{font-size:30px;}
.navbar-toggler.collapsed .open{display:block;}
.navbar-toggler:not(.collapsed) .open{display:none;}
.navbar-toggler.collapsed .close{display:none;}
.navbar-toggler:not(.collapsed) .close{display:block;}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
.h-100vh{height:100vh;}

.carousel.fancy {
  color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
  
}
.carousel.fancy .carousel__slide{
    width:75%;
    height:100%;
}
.carousel.fancy .carousel__slide img{
    height:400px;
    width: 100%;

}
.carousel .carousel__track,
.carousel .carousel__viewport{
    height: inherit;
}
/*FANCYBOX*/
a[data-fancybox] img {cursor: zoom-in;}
.product.fancybox__container  {
  	--fancybox-color: #334155;
  	--fancybox-bg: #fff;
  	--fancybox-content-color: #6B7280;
  	--fancybox-content-bg: #fff;
  	--fancybox-thumbs-width: 100px;
  	--carousel-button-svg-stroke-width: 1.5;
  	--carousel-button-svg-filter: none;
}
.product .fancybox__nav {
  	--carousel-button-bg: #E5E7EB;
  	--carousel-button-svg-width: 20px;
  	--carousel-button-svg-height: 20px;
  	--carousel-button-svg-stroke-width: 3;
}

.product .fancybox__nav .carousel__button.is-next {
  	right: 30px;
}
.product .fancybox__nav .carousel__button.is-prev {
  	left: 30px;
}
.product .carousel__button.is-close {
  	top: 0;
  	right: 0;
  	z-index: 10;
}
.product .fancybox__toolbar {
  	padding: 0;
  	background: var(--fancybox-bg);
  	text-shadow: none;
  	--carousel-button-svg-width: 24px;
  	--carousel-button-svg-height: 24px;
}
.product .fancybox__toolbar {
  	display: flex;
  	border-bottom: 1px solid #E5E7EB;
}
.card.card-img-overlayed .card-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
}

/*custom*/

.f-carousel{
    --f-button-bg: #fff;
}
[data-bs-theme=dark] .f-carousel:not(.f-carousel-product-detail ){
    --f-button-bg: #000;
}



/*#introslider*/
#introslider {
	height: 300px;
	--f-carousel-slide-height: 100%;
	--f-carousel-spacing: 1.4rem;
	--f-carousel-dot-width: 20px;
	--f-carousel-dot-height: 5px;
	--f-carousel-dot-radius: 8px;
}

#introslider .f-carousel__slide {
	--f-carousel-slide-width: calc(100% / 1.3);
}
/*#brandslider*/
.f-carousel-product,
#branddiscoverslider,
#productlider,
#brandslider {
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0;
	--f-carousel-slide-height: 100%;
	--f-carousel-spacing: 2rem;
	--f-button-bg: rgba(var(--bs-orange-color-rgb), 90%);
	--f-button-width: 30px;
	--f-button-height: 30px;
	--f-button-color: #fff;
	--f-button-border-radius: 4px;
	--f-button-svg-width: 13px;
	--f-button-svg-height: 13px;
	--f-button-svg-stroke-width: 3;
}


.f-carousel-product .f-button[disabled],
#productlider .f-button[disabled],
#branddiscoverslider .f-button[disabled],
#brandslider .f-button[disabled] {
	--f-button-bg: var(--bs-gray-900);
}
.f-carousel-product.is-horizontal .f-carousel__nav .f-button.is-prev,
#productlider.is-horizontal .f-carousel__nav .f-button.is-prev,
#branddiscoverslider.is-horizontal .f-carousel__nav .f-button.is-prev,
#brandslider.is-horizontal .f-carousel__nav .f-button.is-prev {
	left: unset;
	right: 40px;
}
.f-carousel-product.is-horizontal .f-carousel__nav .f-button.is-next,
.f-carousel-product.is-horizontal .f-carousel__nav .f-button.is-prev,
#productlider.is-horizontal .f-carousel__nav .f-button.is-next,
#productlider.is-horizontal .f-carousel__nav .f-button.is-prev,
#branddiscoverslider.is-horizontal .f-carousel__nav .f-button.is-prev, 
#branddiscoverslider.is-horizontal .f-carousel__nav .f-button.is-next,
#brandslider.is-horizontal .f-carousel__nav .f-button.is-prev, 
#brandslider.is-horizontal .f-carousel__nav .f-button.is-next {
	top: var(--f-button-height);
}

#branddiscoverslider .f-carousel__slide{
    --f-carousel-slide-width: 150px;

}
#brandslider .f-carousel__slide {
	--f-carousel-slide-width: calc(100% / 8);
}
.f-carousel-product .f-carousel__slide,
#productlider .f-carousel__slide{
    --f-carousel-slide-width:250px;

}


.f-panzoom-controls-container {
	position: absolute;
	border-radius: 4px;
	overflow: hidden;
	z-index: 1;
	right: 16px;
	bottom: 16px;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}     
[data-panzoom-action="toggleFS"] g:first-child {
    display: flex;
}
[data-panzoom-action="toggleFS"] g:last-child {
    display: none;
}
.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
    display: none;
}
.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
  	display: flex;
}
.text-truncate-2{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}





/*Pinegrap Default Styles to convert functions for Bootstrap 5.3*/
.software_rss_link{display:none;}
span.software_badge {
    background: var(--bs-color);
    color: white;
    padding: 0 4px;
    border-radius: 4px;
}
.software_menu{
    visibility: hidden;
}

.software_menu.dropdown-menu a {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.software_menu.dropdown-menu a:focus, 
.software_menu.dropdown-menu a:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.software_menu.dropdown-menu a.current,
.software_menu.dropdown-menu a.active, 
.software_menu.dropdown-menu a:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.software_menu.list-group a:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.software_menu.list-group a:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.software_menu.list-group a{
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.software_menu.list-group a[href] {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.software_menu.list-group a:focus, .software_menu.list-group a:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.software_menu.list-group a:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}

.software_menu.list-group a.current,
.software_menu.list-group a.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.software_cart_region.full {
    display: none;
}

.product-thumb{max-width:100%;}
.product-slider {
    padding: 1px;
    display: flex;
    flex-direction: column;
}
.product-slider img{max-width:100% !important;}
.product-slider .thumbnails{
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
}
.product-slider .thumbnails .slide {
    cursor: pointer;
    opacity: .5;
    overflow: hidden;
    margin-bottom: 3px;
    border: 1px solid grey;
    border-radius: 6px;
    width: 75px;
    height: 100px;
    margin-right: .5rem;
}
.product-slider .thumbnails .slide.active{opacity:1;border: 5px solid var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));}
.product-slider .slides{
	width: 100%;
    height:auto;
}

.product-slider .slides .slide{
 	position: relative;
    overflow: hidden;
    height: inherit;
}
.product-slider .slides .slide img{
 	width:100%;
   	height:100%;
    object-fit:cover;
    border-radius:8px;
    aspect-ratio: 1;
}

.slides .slide:not(.active) {
    display: none;
}

.product-slider .slides a{cursor:zoom-in}

.comment .notice,
.software_discounted_price,
.software_error,
.software_error .description,
.software_error li.error {
    color: red;
}
.software_tag_cloud{
    padding:.5rem;
    font-size:9px;
}
.software_tag_cloud a {
    text-decoration: none;
    color: inherit;
    padding: .4rem;
}
.cart-badge{
    width: 20px;
    height: 20px;
    padding: 2px;
}

.upcoming a.bi::before,
.upcoming span.bi::before{
    margin-right: .5rem;
}



.software_calendar .weekly p a,
.software_calendar td .calendar-event a{
    color:#000;
    white-space: nowrap;
   	width: 100%;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    text-decoration:none;
    background: white;
    border-radius: 50px;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 3px;
    box-shadow: 0 0 2px #3030305c;
}
.software_calendar td.today .calendar-event a{
    color:#fff;
}
table.software_monthly_calendar,
table.software_monthly_calendar tr.th,
table.software_monthly_calendar td.inactive{
        border-collapse: inherit;
    background:#fff;
    border: 1px solid #ffffff00;
}

table.software_monthly_calendar td{
    width: 14%;
}
table.software_monthly_calendar td:not(.inactive){
    background:var(--bs-bg-color);
    border: 1px solid #ffffff00;
    
}

.software_monthly_calendar th {
    border: unset;
    background: #f6f4f0;
}


.software_calendar td.today span.today{
    padding: .5rem;
    background: white;
    color: black;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 26px;
}

.product-thumb{
    height:450px;
    -webkit-object-fit:cover;
    object-fit:cover;
}

/*Only xs, sm, md*/
@media only screen and (max-width: 992px){
    .product-thumb{
	    height:350px;
	    -webkit-object-fit:cover;
	    object-fit:cover;
	}
    #navigation .nav-menu:first-child{
        margin-top: 20%;
    }
    .navbar-collapse.collapse.show .dropdown-menu {
	    text-align: center;
	    width: 200px;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 100%;
	}
	.custom-dropdown-menu.dropdown-menu-right:after {
	    top: 32px;
        transform: translate(-50%,0%);
	}
    .software_calendar .monthly{display:none;}
    .software_calendar .weekly{display:block !important;}
}
/*md, lg, xl*/
@media only screen and (min-width:768px){

  	.carousel-overlay{
	    width:85%;
	    z-index:-1
	}  
    .carousel-indicators.carousel-indicators-md-start{
	    left: 0;
	    top: 0;
	    margin: 0;
	    flex-direction: column;
	    right: unset;
	}
    .carousel-indicators [data-bs-target]{
    	width: 3px;
    	height: 70px;
	}

}
/*only md*/
@media only screen and (min-width:768px) and (max-width:991px){
    .carousel.fancy .carousel__slide{
	    width:40%
	}
    .carousel.fancy .carousel__slide img{
	    height:250px;
	}
    .product-slider .slides{
		width: 100%;
	    height: 500px;
	}
}
/*lg,xl*/
@media only screen and (min-width:992px){

    .carousel.fancy .carousel__slide{
	    width:30%
	}
    .carousel.fancy .carousel__slide img{
	    height:450px;
	}
    .dropdown-lg{width:300px}
    .border-lg-end{border-right:1px solid #8b8b8b2b}
	.navbar-expand-lg .software_menu.navbar-nav a.top_level {
	    padding-right: var(--bs-navbar-nav-link-padding-x);
	    padding-left: var(--bs-navbar-nav-link-padding-x);
	}
    
	a.top_level.current.nav-link {
	    border-bottom: 2px solid;
	    border-color:transparent;
	}
	a.top_level.current.nav-link.active {
	    border-bottom: 2px solid;
	    border-color:var(--bs-color-dark);
	}
    .cart-badge{
	    position: absolute;
	    left: 50%;
	    top: 50%;
	}
    .custom-dropdown-menu.dropdown-menu-right:after {
	    left: 90%;
	}
    
    .product-slider .slides{
		width: 100%;
	    height: auto;
	}
}
.list-style-none, .list-style-none li {
    list-style: none;
}
footer .software_menu a.top_level, .software_menu.navbar-nav a.top_level {
    font-weight: 400!important;
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem;
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-navbar-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
img.imageZoom {
    object-fit: cover;
    height:100%;
}
img{
	image-orientation: 90deg;
}








/* CREDIT CARD IMAGE STYLING */

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.cardcontainer {
	width: 100%;
	max-width: 400px;
	max-height: 251px;
	height: 54vw;
	padding: 20px;
}

#ccsingle {
	position: absolute;
	right: 15px;
	top: 20px;
}

#ccsingle svg {
	width: 100px;
	max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
	width: 100%;
	-webkit-box-shadow: 3px 1px 7px 0px #0000005e;
	box-shadow: 3px 1px 7px 0px #0000005e;
	border-radius: 22px;
}


/* CHANGEABLE CARD ELEMENTS */

.creditcard .lightcolor,
.creditcard .darkcolor {
	-webkit-transition: fill .5s;
	transition: fill .5s;
}

.creditcard .lightblue {
	fill: #03A9F4;
}

.creditcard .lightbluedark {
	fill: #0288D1;
}

.creditcard .red {
	fill: #ef5350;
}

.creditcard .reddark {
	fill: #d32f2f;
}

.creditcard .purple {
	fill: #ab47bc;
}

.creditcard .purpledark {
	fill: #7b1fa2;
}

.creditcard .cyan {
	fill: #26c6da;
}

.creditcard .cyandark {
	fill: #0097a7;
}

.creditcard .green {
	fill: #66bb6a;
}

.creditcard .greendark {
	fill: #388e3c;
}

.creditcard .lime {
	fill: #d4e157;
}

.creditcard .limedark {
	fill: #afb42b;
}

.creditcard .yellow {
	fill: #ffeb3b;
}

.creditcard .yellowdark {
	fill: #f9a825;
}

.creditcard .orange {
	fill: #ff9800;
}

.creditcard .orangedark {
	fill: #ef6c00;
}

.creditcard .grey {
	fill: #bdbdbd;
}

.creditcard .greydark {
	fill: #616161;
}


/* FRONT OF CARD */

#svgname {
	text-transform: uppercase;
}

#cardfront .st2 {
	fill: #FFFFFF;
}

#cardfront .st3 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 600;
}

#cardfront .st4 {
	font-size: 54.7817px;
}

#cardfront .st5 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400;
}

#cardfront .st6 {
	font-size: 33.1112px;
}

#cardfront .st7 {
	opacity: 0.6;
	fill: #FFFFFF;
}

#cardfront .st8 {
	font-size: 24px;
}

#cardfront .st9 {
	font-size: 36.5498px;
}

#cardfront .st10 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 300;
}

#cardfront .st11 {
	font-size: 16.1716px;
}

#cardfront .st12 {
	fill: #4C4C4C;
}


/* BACK OF CARD */

#cardback .st0 {
	fill: none;
	stroke: #0F0F0F;
	stroke-miterlimit: 10;
}

#cardback .st2 {
	fill: #111111;
}

#cardback .st3 {
	fill: #F2F2F2;
}

#cardback .st4 {
	fill: #D8D2DB;
}

#cardback .st5 {
	fill: #C4C4C4;
}

#cardback .st6 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400;
}

#cardback .st7 {
	font-size: 27px;
}

#cardback .st8 {
	opacity: 0.6;
}

#cardback .st9 {
	fill: #FFFFFF;
}

#cardback .st10 {
	font-size: 24px;
}

#cardback .st11 {
	fill: #EAEAEA;
}

#cardback .st12 {
	font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
	font-size: 37.769px;
}


/* FLIP ANIMATION */

.cardcontainer {
	perspective: 1000px;
}

.creditcard {
	width: 100%;
	max-width: 400px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: -webkit-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	cursor: pointer;
}

.creditcard .front,
.creditcard .back {
	position: absolute;
	width: 100%;
	max-width: 400px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	color: #47525d;
}

.creditcard .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.creditcard.flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}



.dropdown-menu{
    --bs-dropdown-link-active-bg: #9b9b9b42;
}
.navbar-toggler-icon{
    background-image: var(--bs-navbar-toggler-icon-bg);
    transition:all .2s ease;
}
.navbar-toggler[aria-expanded*="true"] .navbar-toggler-icon{
     background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background-size: 60%;
    transition:all .3s ease;
}




.h-inherit{
    height:inherit;
}
.h-fit{
    height:calc(100vh - 79px);
}
@media only screen and (max-width:1199px){
	.h-fit{
	    height:calc(100vh - 74px);
	}
}
.carousel-caption h1{
    text-shadow: 1px 1px #ffffff33, -1px -1px #00000061;
}
.hovertrigger .hovertozoom{
    transform-origin: center;
    transition:scale 8s cubic-bezier(.25,.46,.45,.94);
}
.hovertrigger:hover .hovertozoom{
    scale: 1.2;
}
.overlay-to-bottom{
    background: linear-gradient(to bottom, transparent, #000000d1);
}
.bg-opac{
    --bs-bg-opacity:.75;
	backdrop-filter: blur(5px);
}
.custom-list{
    list-style: none;
    margin:0;
    padding:0;
}
.custom-list a{
    text-decoration:none;
    --bs-link-color-rgb: var(--bs-body-color);
}
.custom-list a:hover{
    text-decoration:underline;
}
.dropdown.noarrow .dropdown-toggle:after{
    display:none;
}
.bi-me-2:before{
    margin-right: .5rem!important;
}
.btn-scroll-top{
    margin-top:-1.9rem;
}
.btn-scroll-top{
    position:sticky;
    bottom:0;
    float:right;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:var(--bs-btn-border-radius);
    border-top-right-radius:0;
}
.breadcrumb{
    text-align:center;
    justify-content:center;
}
.breadcrumb li:not(:first-child) {
    margin-left: 1rem;
}
.breadcrumb li a {
   text-decoration:none;
}
.breadcrumb li a:hover {
   text-decoration:underline;
}


/*Pinegrap Default Styles to convert functions for Bootstrap 5.3*/
.software_rss_link{display:none;}
span.software_badge {
    background: var(--bs-color);
    color: white;
    padding: 0 4px;
    border-radius: 4px;
}
.software_menu{
    visibility: hidden;
}

.software_menu.dropdown-menu a {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.software_menu.dropdown-menu a:focus, 
.software_menu.dropdown-menu a:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.software_menu.dropdown-menu a.current,
.software_menu.dropdown-menu a.active, 
.software_menu.dropdown-menu a:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.software_menu.list-group a:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.software_menu.list-group a:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.software_menu.list-group a{
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.software_menu.list-group a[href] {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}

.software_menu.list-group a:focus, .software_menu.list-group a:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}

.software_menu.list-group a:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}

.software_menu.list-group a.current,
.software_menu.list-group a.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.software_cart_region.full {
    display: none;
    display: inline-block;
  content: "";
  vertical-align: -.125em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
    .catalog_radio_text.active{color:#18191C;}
	
    .catalog_radio.form-check-input:checked {
	    background-color: #18191C !important;
	    border-color: #18191C !important;
	}



.nav-tabs .nav-link {
    color: var(--bs-secondary-color);
}
.nav-tabs .nav-link.active {
    border-bottom:3px solid;
}
.software_cart_region.full{
    display:none;
}

.software_cart_badge {
    background: rgba(var(--bs-orange-color-rgb),70%);
    color: var(--bs-body-color);
}

.add_comment_form .ti-angle-down {
    display: none;
}
.preloader{
    top:0;
    bottom:0;
    left:0;
    right:0
}