﻿h6.cursor {
cursor: default;
margin-bottom: 4px;
}
h6.cursor:hover {
    cursor: default;
    text-decoration:none;
}

.SearchBox {
    margin-top:20px;
}
#txtSearch.SearchBox {right: 60px;}
/*Master********************************************************************/
 .ask-question {
    font-size: 12px;
    padding: 20px;
    width: 260px;
    height: 80px;
    background: #333;
    border: 1px solid #29216d;
    z-index: 10000;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;

}   

 .ask-question input,select,textarea {
    font-size: 12px;
    /*border: none;*/
} 

/* Real Person jQuery plugin styles v1.1.1. */
.realperson-challenge {
	display: block;
	color: #000;
    float:left;
    vertical-align: top;
    padding-top: 2px;
}
.real-input {
    float: left;
}
#real {
    /*
    position: absolute;
    top: 78px;
    left:220px;
    */
    height: 24px;
    line-height: 24px;
    width: 62px;
    font-size: 18px;
    margin-left: 5px;
    border: none;
}
.realperson-text {
    font-family: "Courier New" ,monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
    float: left;
    color: #C0C0C0;
}
.realperson-regen {
	cursor: pointer;
    float: left;
    margin-right: 8px;
    padding-top: 2px;
}
.realperson-disabled {
	opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
	cursor: default;
}
/****************************Map**************************/
.leaflet-fade-anim {
    border: solid 1px #bdbdbd;
}

/***************************Social************************/
.social {
    position: absolute;
    top: 25px;
    right: 60px;
    text-align: right;
    z-index:1000;
}
.social img {
    margin-left: 6px;
}
.tweet {
    text-align: left;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 21px;
}
.tweet:after {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url('../images/twitter16.png');
    background-repeat: no-repeat;
    content: "";
}
.tweet .tweet-content {
    font-size: 12px;
    color: #6d7a7e;
}

.tweet .time {
    font-size: 11px;
    color: #1c7fbd;
}






/*Index*********************************************************************/

.cart {
    width:30px;
    height:30px;
    position: absolute;
    right: 15px;
    top: 78px;
}
.items { 
   width: 14px;
   height: 14px;
   background: yellow;
   -moz-border-radius: 7px; 
   -webkit-border-radius: 7px; 
   border-radius: 7px;
   line-height: 14px;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   position: absolute;
   bottom: 10px;
   right:0;
   opacity: 0.8;
}
.items2 { 
   width: 14px;
   height: 14px;
   background: yellow;
   -moz-border-radius: 7px; 
   -webkit-border-radius: 7px; 
   border-radius: 7px;
   line-height: 14px;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
   position: absolute;
   bottom: 10px;
    left: 348px;
    top: 5px;
    opacity: 0.8;
}
.sidebar {
    width:100%; min-height: 254px; border: solid 1px #DDDDDD; border-radius: 3px; margin-bottom:24px; text-align: center;
}

/*Category******************************************************************/

.categoryHeader {
    position: relative;
    width: 100%;
    
    float: left;
    margin-bottom: 25px;
    background: #fefefe;
    background: -webkit-linear-gradient(top, #fefefe 0%, #ededed 100%);
    background: -moz-linear-gradient(top, #fefefe 0%, #ededed 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ededed 100%);
    background: linear-gradient(top, #fefefe 0%, #ededed 100%);
    border: 1px solid #D3D3D3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.categoryTitle {
    font-size: 20px;
    line-height: 40px;
}
.categoryDescription {
    float: left;
    width: 330px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 16px;
}
.categoryHeader img {
    float: right;
    width: 248px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
}
.shortDesc {
    display: none;
    margin-left: 20px;

}

/*******Catalog *************************************************************************/
.under {
    margin-bottom: 18px;
}
.btnRTE {
    font-size: 9px !important; height: 20px !important; line-height: 4px !important; margin-left: 6px !important; margin-bottom: 11px !important; background-color: #cee966 !important;
}


    /* Accordion2
====================================*/

.acc-trigger {
	cursor: pointer;
	border: 1px solid #dedede;
	outline: none;
	font: 14px Arial, sans-serif;
	color: #888;
	margin: 10px 0;
	display: block;
	background: #fbfbfb;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.acc-trigger a {
    background: url(../images/accordion-plus.png) no-repeat right 55%;
    display: block;
    color: #888;
    outline: none;
    padding: 12px 40px 12px 15px;
    text-decoration: none;
    font-weight: bold;
}

.acc-trigger.active a {
	cursor: default;
	background: url(../images/accordion-minus.png) no-repeat right;
}

.acc-trigger a:hover, .acc-trigger.active a {
    color: #333333;
}

.acc-container .content {padding: 2px 15px 5px 15px;}
.content p {margin-bottom: 0; font: 14px Arial, sans-serif; line-height: 20px;}


 /*Cart*******************************************************************************************/
 .RBL
{
	font-size: 1.2em;
	line-height: 1.4em;
	vertical-align: top;
}

.Label
{
	font-size: 1.2em;
	line-height: 1.4em;
    border: solid 1px black;
}

.RadioButtonList td
{
    border: solid 1px black;
}
.orderdetails {
    font-size: 13px;
    font-weight: bold;
}
.lblInline {
    display:inline;

}
.vgUserInfo {
    font-size: 11px;
    color: red;
    margin-left: 0px;
    margin-bottom: 40px;
}
.vgUserInfo li {
    line-height: 5px;
}

/* ---------------------------------------- */
/*	Testimonials
		/* ---------------------------------------- */

.testimonials {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    min-height: 280px;
}

.ie7 .testimonials,
.ie8 .testimonials {
    margin-top: 30px;
}

.testimonials .quoteBox {
    position: relative;
    z-index: 3;
    margin: 0 20px;
    padding: 25px 25px 10px 25px;
    background-color: #fbfaf6;
}
.testimonials .quoteBox .quotes {
    list-style: none;
    margin-left: 0;
}

.not-ie .testimonials .quoteBox {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.ie7 .quoteBox,
.ie8 .quoteBox {
    margin: 0;
    border: 1px solid #ebebeb;
}

.testimonials .substrate-rotate-left,
.testimonials .substrate-rotate-right {
    position: absolute;
    margin: 0 20px;
    width: 88%;
    height: 300px;
}

.testimonials .substrate-rotate-left {
    top: -5px;
    left: 0;
    border: 1px solid rgba(0,0,0,.04);
    background-color: rgba(0,0,0,.062);
}

.not-ie .testimonials .substrate-rotate-left {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.testimonials .substrate-rotate-right {
    top: -25px;
    border: 1px solid rgba(0,0,0,.02);
    background-color: rgba(0,0,0,.04);
}

.not-ie .testimonials .substrate-rotate-right {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    transform: rotate(6deg);
}

.testimonials .quote-text {
    position: relative;
    margin-bottom: 1.5em;
    padding: 45px 0 40px;
    font: italic 14px/1.6 Arial, Helvetica, sans-serif;
    color: #6d7a7e;
}

    .testimonials .quote-text:after,
    .testimonials .quote-text:before {
        position: absolute;
        width: 33px;
        height: 23px;
        background-image: url(../images/quotes.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        content: '';
    }

    .testimonials .quote-text:before {
        left: 0;
        top: 0;
    }

    .testimonials .quote-text:after {
        bottom: 0;
        right: 0;
        background-position: right top;
    }

.testimonials .quote-author {
    font: italic 14px/1.6 Arial, Helvetica, sans-serif;
    color: #124162;
}

    .testimonials .quote-author span {
        display: block;
        font-size: 12px;
    }

@media (max-width:768px) {
	#cssmenu {border-radius:0!important;}
	.header {padding-top:60px!important;}
	a#hlPhone {color: #fff;}
	#txtSearch.SearchBox {top: 83px;}
	.cart {top:109px;}
}
@media (max-width:550px) {
	#txtSearch.SearchBox {position:relative; top:11px; right:39px; width: 220px !important;}
	.header {padding-top: 50px !important;}
	.two-thirds.column {margin-top: 50px; margin-left:0;}
	.cart {top: 211px;}
}


@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@property --＠color-1 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(98 100% 62%);
}

@property --＠color-2 {
  syntax: "<color>";
  inherits: false;
  initial-value: hsl(204 100% 59%);
}
@keyframes gradient-change {
  to {
    --＠color-1: hsl(210 100% 59%);
    --＠color-2: hsl(310 100% 59%);
  }
}
.promo {
 font-weight:bold;
 animation: gradient-change 2s linear infinite alternate;
 background: linear-gradient(
      to right in oklch,
	var(--＠color-1),
    var(--＠color-2)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}