/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 23, 2019, 4:15:24 PM
    Author     : pslandis
*/

/* avid blue   hsla(185, 65%, 40%, 1)
/* avid purple hsla(299, 34%, 45%, 1)
/* mid         hsla(227, 26%, 52%, 1)


/* lighter gradient for large areas */
/* background-image: linear-gradient(to right, #4FC5CD 0%, #7F86C0 50%, #B640B1 100%); */
/* light avid pink   hsl(303, 48%, 48%) */
/* light avid blue   hsl(184, 56%, 56%) */
/* light avid mid    hsl(234, 34%, 63%) */

/* only above this size (sm in bootstrap)*/
@media (min-width: 768px) {
}
/* only below this size */
@media (max-width: 767px) {
}

.clearfix:after{ 
    clear: both;
    content: "";
    display: block;
}

/*------------------------------------------------------------------------------
    highlight text color
------------------------------------------------------------------------------*/
::selection {
  background: rgba(135, 135, 208, 1); /* WebKit/Blink Browsers */
  color: black;
}
::-moz-selection {
  background: rgba(135, 135, 208, 1); /* Gecko Browsers */
  color: black;
}

/*------------------------------------------------------------------------------
    custom scroll bar
------------------------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #383735;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: hsla(40, 2%, 26%, 1);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: hsla(217, 2%, 32%, 1);
}

/*------------------------------------------------------------------------------
    FOR APP COMPONENT : nightmode
------------------------------------------------------------------------------*/
body.nightmode{
   background-color: hsl(45, 100%, 4%);
   opacity: .5;
}
body.nightmode .base{
   background-color: white;
}


/*------------------------------------------------------------------------------
    ID selectors
------------------------------------------------------------------------------*/
/* make aligned with shop-area */
#ShopBreadcrumb{
    margin-left: 0px;
    margin-bottom: 13px;
}
/* product menu */
.cbp-hrmenu {
    margin-left: -7px;
}
@media (max-width: 767px) {
   #ShopBreadcrumb{
       margin-left: 0px;
   }
   .cbp-hrmenu {
        margin-left: -13px;
    }
}
@media (max-width: 689px) {
   .cbp-hrmenu {
        margin-left: -27px;
    }
}

/*------------------------------------------------------------------------------
    overwriting home.css
------------------------------------------------------------------------------*/

/* BACKGROUND THEME */
/* background */
body{
   background: hsla(45, 5%, 94%, 1);
   background: #383735;
   /* added for warboy, also set theme text for text color */
   color: rgb(126 122 109);
}
.arrow-up{
   border-bottom-color: hsla(45, 5%, 94%, 1);
   border-bottom-color: #383735;
}
/* arrow down, */
.arrow-down{
   border-top-color: hsl(234, 34%, 63%);
}
.page-footer p {
    color: hsla(45, 11%, 25%, .35);
    color: #6B6E73;
    opacity: .5;
    letter-spacing: .05em;
}


/* footer */
.page-footer a, 
.page-footer a:visited {
    color: hsla(185, 65%, 40%, 1);
    color: #6B6E73;
}
.index .page-footer a:hover,
.page-footer a:hover{
    color: hsla(299, 34%, 45%, 1);
    color: rgba(135,135,208,1);
}

/* btn-normal */
.btn-normal{
    background-color: hsla(185, 67%, 41%, 1); /* slightly brighter than theme */
}
.btn-normal:hover{
    background-color: hsla(185, 75%, 42%, 1); /* theme blue much more saturation */
}
.btn-normal:active{
    background-color: hsla(185, 55%, 36%, 1); /* theme blue darker much less saturation */
}
/* btn-normal-pink */
.btn-normal-pink{
    background-color: hsla(299, 34%, 45%, 1);
}
.btn-normal-pink:hover{
    background-color: hsla(299, 44%, 47%, 1); /* theme pink much more saturation */
}
.btn-normal-pink:active{
    background-color: hsla(299, 24%, 41%, 1); /* theme pink darker much less saturation */
}

/* btn-outline-theme teal */
.btn-outline-theme:focus,
.btn-outline-theme:hover,
.btn-outline-theme:active,
.btn-outline-theme{
    border-color:  hsla(185, 65%, 40%, 1); /* theme color */
    border-color:  hsla(240, 44%, 67%, 1);
}
.btn-outline-theme,
.btn-outline-theme:focus{
    color: hsla(185, 65%, 38%, 1); /* theme maybe darker for text */
    color: hsla(240, 44%, 67%, 1);
}
.btn-outline-theme:hover{
    background-color: hsla(185, 65%, 40%, 1); /* theme color */
    background-color: hsla(240, 44%, 67%, 1);
}
.btn-outline-theme:hover, /* required */
.btn-outline-theme:active{
    color: white;
}
.btn-outline-theme:active{
   background-color: hsla(185, 62%, 35%, 1); /* darker for active*/
   background-color: hsla(240, 44%, 67%, 1);
}

/* btn-outline-theme-pink */
.btn-outline-theme-pink:focus,
.btn-outline-theme-pink:hover,
.btn-outline-theme-pink:active,
.btn-outline-theme-pink{
    border-color:  hsla(299, 34%, 45%, 1); /* theme color */
}
.btn-outline-theme-pink,
.btn-outline-theme-pink:focus{
    color: hsla(299, 34%, 45%, 1); /* theme maybe darker for text */
}
.btn-outline-theme-pink:hover{
    background-color: hsla(299, 34%, 45%, 1); /* theme color */
}
.btn-outline-theme-pink:hover, /* required */
.btn-outline-theme-pink:active{
    color: white;
}
.btn-outline-theme-pink:active{
   background-color: hsla(299, 32%, 40%, 1); /* darker for active*/
}

/* btn-outline-gray-brown */
.btn-outline-gray-brown:focus,
.btn-outline-gray-brown:hover,
.btn-outline-gray-brown:active,
.btn-outline-gray-brown{
    border-color:  hsla(45, 3%, 59%, 1); /* color */
}
.btn-outline-gray-brown,
.btn-outline-gray-brown:focus{
    color: hsla(45, 3%, 54%, 1); /* darker */
}
.btn-outline-gray-brown:hover{
    background-color: hsla(45, 3%, 59%, 1); /* color */
}
.btn-outline-gray-brown:hover, /* required */
.btn-outline-gray-brown:active{
    color: white;
}
.btn-outline-gray-brown:active{
   background-color: hsla(45, 3%, 54%, 1); /* darker */
}

/* btn-outline-gray-blue */
.btn-outline-gray-blue:focus,
.btn-outline-gray-blue:hover,
.btn-outline-gray-blue:active,
.btn-outline-gray-blue{
    border-color:  hsla(225, 4%, 59%, 1); /* color */
}
.btn-outline-gray-blue,
.btn-outline-gray-blue:focus{
    color: hsla(225, 4%, 54%, 1); /* darker */
}
.btn-outline-gray-blue:hover{
    background-color: hsla(225, 4%, 59%, 1); /* color */
}
.btn-outline-gray-blue:hover, /* required */
.btn-outline-gray-blue:active{
    color: white;
}
.btn-outline-gray-blue:active{
   background-color: hsla(225, 4%, 54%, 1); /* darker */
}

/* btn-outline-red */
.btn-outline-red:focus,
.btn-outline-red:hover,
.btn-outline-red:active,
.btn-outline-red{
    border-color:  hsla(359, 54%, 45%, 1); /* theme color */
    border-color: hsl(9.47deg 69.72% 42.75%);
}
.btn-outline-red,
.btn-outline-red:focus{
    color: hsla(359, 54%, 45%, 1); /* theme maybe darker for text */
    color: hsl(9.47deg 69.72% 42.75%);
}
.btn-outline-red:hover{
    background-color: hsla(359, 54%, 45%, 1); /* theme color */
    background-color: hsl(9.47deg 69.72% 42.75%);
}
.btn-outline-red:hover, /* required */
.btn-outline-red:active{
    color: white;
}
.btn-outline-red:active{
   background-color: hsla(359, 52%, 40%, 1); /* darker for active*/
   background-color: hsl(9.47deg 69.72% 42.75%);
}

/* btn-outline-transparent (also in home.css for documentation reasons) */
.btn-outline-transparent{
   border-color: transparent;
}

/*------------------------------------------------------------------------------
    overwriting wwwos.css
------------------------------------------------------------------------------*/
.popup-option{
   color: hsla(185, 70%, 30%, 1);
}
.close-btn{
   line-height: 55px;
   right: 13px;
   font-family: Montserrat;
}
.close-btn:focus{
   color: hsl(185, 65%, 42%);
   text-shadow: 0 -1px 0px hsla(185, 65%, 42%, .38),
      0 -1px 0px rgba(0, 0, 0, .55), 0 -1px 1px rgba(0, 0, 0, .55),
      0 1px 0px rgba(255, 255, 255, 1), 0 1px 1px rgba(255, 255, 255, 1);
}
.close-btn:active {
   color: hsl(185, 65%, 45%);
   text-shadow: 0 -1px 0px hsla(185, 65%, 45%, .38),
      0 -1px 0px rgba(0, 0, 0, .55), 0 -1px 1px rgba(0, 0, 0, .55),
      0 1px 0px rgba(255, 255, 255, 1), 0 1px 1px rgba(255, 255, 255, 1);
}

/*------------------------------------------------------------------------------
    extending bootstrap.css
------------------------------------------------------------------------------*/
/* overflow fix problem, also nested rows require minimal padding
   apply to all forms by default, because regular forms may have rows inside for inline fields */
.popup-frame-body form{
   overflow: auto;
   padding-left: 15px;
   padding-right: 15px;
}

/* dropdown menu theme color */
.dropdown-menu > li > a:hover{
   background: hsl(45, 5%, 90%);
    border-color: hsl(45, 2%, 53%);
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus {
    background-color: hsla(185, 67%, 41%, 1);
}
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus:hover {
    background-color: hsla(185, 75%, 42%, 1);
    border-color: transparent;
}

/* nav-tabs */
.nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: hsla(45, 4%, 88%, 1);
    color: #444;
}
.nav-tabs,
.nav-tabs>li>a:hover{
   border-bottom-color: hsla(45, 3%, 80%, 1);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
   border-color: hsla(45, 3%, 80%, 1);
   border-bottom-color: transparent;
   background-color: hsla(45, 5%, 94%, 1);
   font-weight: 700;
}
/* -------------------------------------------------------------------------- */
/* datepicker (extending bootstrap-ext) */
/* -------------------------------------------------------------------------- */
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, 
.datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, 
.datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, 
.datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, 
.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active:active, 
.datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-color: hsl(185, 67%, 41%);
    border-color: hsl(185, 55%, 36%);
}
/* -------------------------------------------------------------------------- */
/* make nav tabs look like list actions (extending bootstrap-ext) */
/* -------------------------------------------------------------------------- */
.nav-tabs>li>a {
    font-size: 12px;
}


/*------------------------------------------------------------------------------
   basic a link
------------------------------------------------------------------------------*/
.a-link{
    color: hsla(185, 65%, 40%, 1);
}
.a-link:hover{
    color: hsla(299, 34%, 45%, 1);
}

/*------------------------------------------------------------------------------
    area
------------------------------------------------------------------------------*/
.my-area{
   padding: 20px;
   padding-left: 20px;
   padding-top: 30px;
   padding-bottom: 50px;
   padding-bottom: 0px; /* now gets determined by padding top on footer, because otherwise space between footer
                           and main area is inconsistent depending on if a page larger than screen height was loaded or not */
}
.noBreadcrumb .my-area{
   padding-top: 43px; /* 40 + 13 because breadcrumb is no longer there to provide margin */
}

/* only below this size */
@media (max-width: 767px) {
   .my-area{
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px;
   }
   .noBreadcrumb .my-area{
      padding-top: 28px; /* 15 + 13 because breadcrumb is no longer there to provide margin */
   }
}


/*------------------------------------------------------------------------------
    hr
------------------------------------------------------------------------------*/
hr.dashed{
    border-top: 1px dashed #bbb;
    background: none;
}
hr.dotted{
    border-top: 1px dotted #bbb;
    background: none;
}
.hr-spacer{
   margin-top: 10px;
   margin-bottom: 10px;
}
.hr-spacer-large{
   margin-top: 20px;
   margin-bottom: 20px;
}
.hr-spacer-large-bottom{
   margin-top: 10px;
   margin-bottom: 30px;
}
.hr-trans{
   background: transparent;
   border-color: transparent;
}
.hr-thick{
   height: 2px;
}
.hr-shadow{
   box-shadow: 0px 1px 2px rgba(0,0,0,.15);
}
.hr-shadow-blue{
   background: hsla(210, 3%, 83%, 1);
   box-shadow: 0px 1px 2px rgba(0,0,0,.16);
}
.hr-shadow-brown{
   background: hsla(45, 3%, 83%, 1);
   box-shadow: 0px 1px 2px rgba(0,0,0,.16);
}




/*------------------------------------------------------------------------------
   fieldset - still being worked on
------------------------------------------------------------------------------*/
fieldset{
    border: 1px solid #ada99f;
    box-sizing: border-box;
    padding: 10px;
    margin-left: -10px;
    width: calc(100% + 20px);
    background-color: rgba(0,0,0,.01);
    border-radius: 3px;
    margin-bottom: 10px;
}
legend{
    width: auto;
    border: 1px solid;
    padding: 2px 8px;
    font-size: 12px;
    border-color: #ada99f;
    background-color: rgba(0,0,0,.03);
    font-family: Montserrat;
    font-weight: 600;
    color: hsl(43, 2%, 47%);
    border-radius: 20px;
}

/*------------------------------------------------------------------------------
    my-breadcrumb
------------------------------------------------------------------------------*/
.my-breadcrumb{
    font-family: "Roboto", sans-serif;
    height: 40px;
    line-height: 40px;
    width: auto;
    padding-left: 0px;
    padding-right: 20px;
    
}
.my-breadcrumb ul{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.my-breadcrumb ul > li{
    display: inline-block;
    margin: 0;
    transition-duration: .12s;
    cursor: pointer;
}
.my-breadcrumb ul > li > a{
    font-weight: 400;
    font-size: 16px;
    color: hsl(202, 67%, 40%);
    color: hsla(185, 60%, 35%, 1); /* theme blue, slightly darker */
    color: rgba(135,135,208,1);
    font-family: "Open Sans", sans-serif;
    
    -webkit-transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
    transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
}
/* show > after item */
.my-breadcrumb ul > li:after{
    content: ">";
    margin-left: 5px;
    margin-right: 8px;
    font-weight: 500;
    font-size:  18px;
    font-family: "Montserrat", sans-serif;
    font-family: 'MedievalSharp', cursive;
    color: hsla(43, 4%, 68%, .4);
    color: #c4c2ae;
    opacity: .3;
    cursor: default;
} 
/* except on last child */
.my-breadcrumb ul > li:last-child:after{
    display: none;
}
/* hover focus active */
.my-breadcrumb ul > li:hover > a,
.my-breadcrumb ul > li:focus > a{
    color: hsl(202, 67%, 35%);
    color: hsla(299, 34%, 45%, 1);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top,#efd100,#e2a233 19%,#f0c328 30%,#fff1a3 43%,#ffe13e 50%,#FFE359 51%,#FFEB87);
    background-size: 1em 2.5em;
    color: #f8b700;
    display: inline-block;
    line-height: 1.5em;
    position: relative;
    z-index: auto;
    background-position: center 0;
}
.my-breadcrumb ul > li:active > a{ 
   
}
/* make last item in breadcrumb unclickable */
.my-breadcrumb ul > li:last-child{
   cursor: text;
   pointer-events: none; 
}
.my-breadcrumb ul > li:last-child a{
   color: hsla(45, 8%, 30%, 1);
}

/*------------------------------------------------------------------------------
    progress-breadcrumb extends my-breadcrumb
------------------------------------------------------------------------------*/
.breadcrumb-checkout{
    font-family: "Roboto", sans-serif;
    height: 40px;
    line-height: 40px;
    width: auto;
    padding-right: 20px;
    margin-bottom: 20px;
}
.breadcrumb-checkout ul{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
   .breadcrumb-checkout ul{
      float: right;
   }
}
.breadcrumb-checkout ul > li{
    display: inline-block;
    margin: 0;
    transition-duration: .12s;
   cursor: text;
   pointer-events: none; 
    
    position: relative;
    margin-right: 30px;
    margin-left: 15px;
}
.breadcrumb-checkout ul > li:first-child{
   margin-left: 0px;
}
.breadcrumb-checkout ul > li:last-child{
   margin-right: 0px;
}
.breadcrumb-checkout ul > li > a{
    font-weight: 600;
    font-size: 12px;
    color: hsl(202, 67%, 40%);
    color: hsla(185, 60%, 35%, 1); /* theme blue, slightly darker */
    font-family: "Open Sans", sans-serif;
}
/* show > after item */
.breadcrumb-checkout ul > li:after{
    content: ">";
    margin-right: 8px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: hsl(43, 4%, 68%);
    cursor: default;
    
    position: absolute;
    top: 0px;
    display: inline-block;
    margin-left: 15px;
    font-size: 20px;
} 
/* except on last child */
.breadcrumb-checkout ul > li:last-child:after{
    display: none;
}
/* hover focus active */
.breadcrumb-checkout ul > li:hover > a,
.breadcrumb-checkout ul > li:focus > a{
   /*
    color: hsl(202, 67%, 35%);
    color: hsla(299, 34%, 45%, 1);
   */
    text-decoration: none;
}
.breadcrumb-checkout ul > li:active > a{ 
   /*
    color: hsl(202, 67%, 30%);
    color: hsla(299, 30%, 33%, 1); /* theme purple, darker */
}


/* make locked item in breadcrumb unclickable */
.breadcrumb-checkout ul > li.locked{
   cursor: text;
   pointer-events: none; 
}
.breadcrumb-checkout ul > li.locked a{
   color: hsla(45, 6%, 65%, 1);
}

/* glypicon */
.breadcrumb-checkout .glyphicon{
   display: block;
    text-align: center;
    margin-bottom: -6px;
    font-size: 20px;
} 
.breadcrumb-checkout ul > li:last-child a .glyphicon{
   margin-left: 0px;
}


/*------------------------------------------------------------------------------
    PRODUCT
------------------------------------------------------------------------------*/
.product-area{

}
.product-title{

}

/*------------------------------------------------------------------------------
    product attributes
------------------------------------------------------------------------------*/
/* boostrap-ext special case */
form.product-attributes label{
   padding-top: 6px;
   min-width: 200px;
}
form.product-attributes .form-group{
   height: 35px;
   margin-bottom: 0px;
}
form.product-attributes .btn-group.bootstrap-select button{
   padding-top: 3px;
   padding-bottom: 3px;
}
@media (max-width: 767px) {
   form.product-attributes .form-group{
      height: auto;
      margin-bottom: 5px; 
   }
}
/* product-attribute-left-bound  only works when form title is offset-3, col-9 */
@media (min-width: 768px) {
   form.product-attributes-left-bound{
      margin-left: -258px;
   }
}
@media (min-width: 960px) {
   form.product-attributes-left-bound{
      margin-left: -317px;
   }
}


/*------------------------------------------------------------------------------
    product image
------------------------------------------------------------------------------*/
.product-image{
   margin-top: 5px;
   margin-bottom: 20px;
}
.product-image img{
   border: 1px solid hsl(0, 0%, 80%);
   width: 100%;
}

@media (min-width: 768px) {
   .product-image img{
      width: 300px;
      height: auto;
   }
}
@media (min-width: 990px) {
   .product-image img{
      width: 400px;
      height: auto;
   }
}

/*------------------------------------------------------------------------------
    product add to cart
------------------------------------------------------------------------------*/
.add-to-cart{
   margin-top: 12px;
}
/* special case fix (assumes width=100%) and in col-sm-7 */
/*@media (max-width: 850px) {.add-to-cart{ width: 101%; }}
@media (max-width: 820px) {.add-to-cart{ width: 103%; }}
@media (max-width: 767px) {.add-to-cart{ width: 100%; }}
@media (min-width: 900px) {.add-to-cart{ width: 98%; }}
@media (min-width: 930px) {.add-to-cart{ width: 96.5%; }}
@media (min-width: 960px) {.add-to-cart{ width: 95%; }}*/

@media (min-width: 768px) {
   .add-to-cart{ 
      width: -webkit-calc(100% - 28px);
      width: -moz-calc(100% - 28px);
      width: calc(100% - 28px);
   }
}

/*------------------------------------------------------------------------------
    CART and avid-panel
------------------------------------------------------------------------------*/
.cart-area{
    
}
.cart-title{
    
}
.cart-name{
   font-size: 15px;
   font-weight: 600;
}
.cart-summary{

}
.avid-panel.panel,
.cart-items .panel,
.cart-summary .panel{
    border-radius: 0px;
    /* changed to floating borderless theme */
    border-radius: 5px;
    border: none;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.07);
}

/* added for floating borderless theme */
.avid-panel.panel .panel-heading,
.cart-items .panel .panel-heading,
.cart-summary .panel .panel-heading{
   background: white;
   border: none;
}

/* cart item body spacing */
.cart-items .panel .panel-body{
   padding-top: 3px;
}

/* for job count */
.panel-heading-right{
   float: right;
}
.panel-text-light{
   font-weight: 600;
   font-size: 12px;
   color: hsla(45, 4%, 65%, 1);
}

/* cart summary */
.avid-panel-title,
.cart-summary-title{
    font-size: 18px;
    padding-bottom: 5px;
}
.avid-panel-form,
.avid-panel form,
.cart-summary form{
    padding-top: 10px;
   padding-left: 5px;
}
.avid-panel .form-group,
.cart-summary .form-group{
   font-size: 12px;
   overflow: hidden;
   margin-bottom: 5px;
}
.avid-panel label,
.cart-summary label{
   padding-left: 0px;
   padding-right: 0px;
}
.avid-panel .control-value,
.cart-summary .control-value{
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}

/* total */
.cart-summary-total-form .form-group{
    font-size: 15px; 
}

/* avidsphere button */
.btn-avid{
   background: -webkit-linear-gradient(50deg, hsla(185, 67%, 43%, 1) 0%, hsla(299, 36%, 48%, 1) 100%);
   background: -o-linear-gradient(50deg, hsla(185, 67%, 43%, 1) 0%, hsla(299, 36%, 48%, 1) 100%);
   background: -moz-linear-gradient(50deg, hsla(185, 67%, 43%, 1) 0%, hsla(299, 36%, 48%, 1) 100%);
   background: linear-gradient(50deg, hsla(185, 67%, 43%, 1) 0%, hsla(299, 36%, 48%, 1) 100%);
   color: #fff;
   border: none;
   transition-duration: .12s;
   font-weight: 400;
}
.btn-avid:hover,
.btn-avid:focus{
   background: -webkit-linear-gradient(50deg, hsla(185, 71%, 46%, 1) 0%, hsla(299, 40%, 51%, 1) 100%);
   background: -o-linear-gradient(50deg, hsla(185, 71%, 46%, 1) 0%, hsla(299, 40%, 51%, 1) 100%);
   background: -moz-linear-gradient(50deg, hsla(185, 71%, 46%, 1) 0%, hsla(299, 40%, 51%, 1) 100%);
   background: linear-gradient(50deg, hsla(185, 71%, 46%, 1) 0%, hsla(299, 40%, 51%, 1) 100%);
   color: #fff;
}
.btn-avid:active{
   background: -webkit-linear-gradient(50deg, hsla(185, 65%, 40%, 1) 0%, hsla(299, 34%, 45%, 1) 100%);
   background: -o-linear-gradient(50deg, hsla(185, 65%, 40%, 1) 0%, hsla(299, 34%, 45%, 1) 100%);
   background: -moz-linear-gradient(50deg, hsla(185, 65%, 40%, 1) 0%, hsla(299, 34%, 45%, 1) 100%);
   background: linear-gradient(50deg, hsla(185, 65%, 40%, 1) 0%, hsla(299, 34%, 45%, 1) 100%);
   box-shadow: 0px 1px 2px 0px rgba(0,0,0,.38) inset;
   -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.38) inset;
   -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,.38) inset;
}

/*------------------------------------------------------------------------------
    cart item
------------------------------------------------------------------------------*/
.cart-item{
   
}
.cart-thumb{
   
}
.cart-thumb img{
   width: 100px;
   height: auto;
   border: 1px solid hsl(0, 0%, 80%);
}
.cart-item-attributes .form-group{
   overflow: hidden;
   font-size: 12px;
   margin-bottom: 0px;
}
/* cart art */
.cart-art{
    width: 110px;
    margin-left: -5px;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(to right, hsla(185, 65%, 40%, 1), hsla(299, 34%, 45%, 1));
}
.cart-thumb img{
   border: none;
}

/*------------------------------------------------------------------------------
    list-actions (uses ul>li>a)
------------------------------------------------------------------------------*/
.list-actions{
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}
.list-actions li:not(:first-child){
   margin-top: 3px;
}
.list-actions-horizontal div a,
.list-actions-horizontal div a:visited,
.list-actions li a,
.list-actions li a:visited{
   font-size: 12px;
   color: hsla(185, 70%, 35%, 1);
   font-weight: 600;
   text-decoration: none;
   color: hsla(240, 44%, 67%, 1);
}
.list-actions-horizontal div a:hover,
.list-actions li a:hover{
   color: hsla(299, 34%, 45%, 1);
   -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top,#efd100,#e2a233 19%,#f0c328 30%,#fff1a3 43%,#ffe13e 50%,#FFE359 51%,#FFEB87);
    background-size: 1em 2.5em;
    color: #f8b700;
}

/*------------------------------------------------------------------------------
    list-actions-horizontal (uses div>div>a)
------------------------------------------------------------------------------*/
.list-actions-horizontal{
   margin-top: -3px;
}
.list-actions-horizontal > div{
   display: inline-block;
   margin-top: 3px;
}
.list-actions-horizontal > div:not(:last-child){
   margin-right: 20px;
}
/* active, used for horizontal only */
.list-actions-horizontal > div.active a{
   font-weight: 700;
   color: #555;
   cursor: default;
}


/*------------------------------------------------------------------------------
    btn-list
------------------------------------------------------------------------------*/
.btn-list{
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}
.btn-list li{
   margin-top: 4px;
}

/*------------------------------------------------------------------------------
    list empty
------------------------------------------------------------------------------*/
.list-empty-area{
   margin-top: 40px;
   text-align: center;
} 
.list-empty-text{
   font-family: "Montserrat", sans-serif;
   font-size: 18px;
   color: rgba(0,0,0,.6);
   font-style: italic;
} 
.list-empty-button{
   display: block;
   margin: auto;
   margin-top: 13px;
   
}

/*------------------------------------------------------------------------------
    cart bubble
------------------------------------------------------------------------------*/
.cart-shipping,
.cart-bubble{
   display: block;
   position: absolute;
   top: -10px;
   right: -11px;
   line-height: 22px;
   opacity: .95; 
}
.cart-bubble{
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    height: 22px;
    width: 22px;
    border-radius: 20px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,.62);
    background-color: hsl(185, 66%, 43%);
   background: -webkit-linear-gradient(50deg, hsla(185, 77%, 45%, 1) 0%, hsla(299, 46%, 50%, 1) 100%);
   background: -o-linear-grradient(50deg, hsla(185, 77%, 45%, 1) 0%, hsla(299, 46%, 50%, 1) 100%);
   background: -moz-linear-gradient(50deg, hsla(185, 77%, 45%, 1) 0%, hsla(299, 46%, 50%, 1) 100%);
   background: linear-gradient(50deg, hsla(185, 77%, 45%, 1) 0%, hsla(299, 46%, 50%, 1) 100%);
} 
.cart-shipping .glyphicon{
   color: hsla(185, 63%, 38%, 1);
   font-size: 20px;
   text-shadow: 0px 1px 3px rgba(0,0,0,.62);
}


/*------------------------------------------------------------------------------
   CHECKOUT
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
   CHECKOUT SHIPPING
------------------------------------------------------------------------------*/
.checkout-summary-total-form .form-group,
.checkout-summary-total-form .form-group label{
   font-size: 16px;
}

/* for testing */
.field-label{

}


/*------------------------------------------------------------------------------
   PROFILE
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
   misc reuseable classes built to support cart-saved-list
------------------------------------------------------------------------------*/
/* thumbnail img for product and art*/
.thumbnail-product-art-wrapper{
   display: inline-block;
   position: relative;
   height: 80px;
   margin-top: 3px;
   width: 80px;
   margin-left: 3px;
}
.thumbnail-product-img{
   height: 80px;
   width: auto;
   max-width: 80px;
   position: absolute;
   background-color: hsla(205, 5%, 92%, 1);
   box-shadow: 1px 1px 2px rgba(0,0,0,.28);
}
.thumbnail-product-img.no-img{
   width: 80px;
}
.thumbnail-art-img{
   height: 50px;
   width: auto;
   max-width: 50px;
   position: absolute;
   margin-left: -3px;
   margin-top: -3px;
   padding: 3px;
   border-radius: 4px;
   background-color: hsla(299, 34%, 45%, 1);
   background: -webkit-linear-gradient(to right, hsla(185, 65%, 40%, 1), hsla(299, 34%, 45%, 1));
   background: -o-linear-gradient(to right, hsla(185, 65%, 40%, 1), hsla(299, 34%, 45%, 1));
   background: -moz-linear-gradient(to right, hsla(185, 65%, 40%, 1), hsla(299, 34%, 45%, 1));
   background: linear-gradient(to right, hsla(185, 65%, 40%, 1), hsla(299, 34%, 45%, 1));
   box-shadow: 1px 1px 3px rgba(0,0,0,.38);
}
.thumbnail-art-img.no-img{
   width: 30px;
}

/* misc style for form */
.form-small .form-group label{
   font-size: 12px;
}
.form-small .form-group{
   font-size: 11px;
}

/* hr */
.hr-item-divider{
   background-color: #eee;
}

/*------------------------------------------------------------------------------
   extending wwwos popup - now called dialog
------------------------------------------------------------------------------*/
/* scrollable dialog */
.popup-frame-wrapper.scrollable .popup-frame-body{
   height: 500px;
   overflow-y: scroll;
}

/* popup-frame-footer-details */
.popup-frame-footer-details{
   float: left;
   display: inline-block;
   margin-top: 2px;
}
.popup-frame-footer-details button{
   float: left;
}
.popup-frame-footer-details button:first-of-type{
   margin-left: 8px;
}
.popup-frame-footer-title{
    max-width: 240px;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* avid theme header - todo: fix close button in top right styling*/
.popup-frame-avid .popup-frame-header{
   box-shadow: 0px -144px 144px -144px rgba(0,0,0,.05) inset, 0px -8px 8px -8px rgba(0,0,0,.05) inset;
   background-image: linear-gradient(to right, #4FC5CD 0%, #7F86C0 50%, #B640B1 100%);
}
.popup-frame-avid .popup-frame-title{
   color: hsl(45, 67%, 99%);
}
.popup-frame-avid .popup-frame-header:before {
   display: none;
}
.popup-frame-avid .popup-frame-close{
   
}

/*------------------------------------------------------------------------------
   cart-saved-list for Component CartSavedList & CartSavedItem
------------------------------------------------------------------------------*/
.cart-saved-list{
   list-style: none;
   display: block;
   padding: 0;
   margin: 0;
}
.cart-saved-list-item{
   display: inline-block;
   padding-top: 8px;
   padding-left: 2px;
   padding-bottom: 8px;
   margin-bottom: -5px;
   width: 100%;
   cursor: pointer;
   transition-duration: .12s;
   border-left: 7px solid transparent;
}
.cart-saved-list-item:hover{
   background: hsl(60, 4%, 95%);
}

.cart-saved-list-item-jobs{
   padding-left: 5px;
   padding-right: 0px;
   padding-top: 2px;
   margin-bottom: -6px;
}
.cart-saved-list-item-desc{
   padding-left: 3px; 
   padding-right: 0px;
}

/* overwriting part of avid-panel for cart-saved-item */
.cart-saved-list-item .avid-panel{
   border: none; 
   margin-bottom: 0px;
   box-shadow: none;
   background: transparent;
}
.cart-saved-list-item .avid-panel-title{
   font-weight: 600;
   font-size: 15px;
   padding-top: 2px;
   padding-left: 5px;
   padding-bottom: 2px; 
   line-height: 1;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
}
.cart-saved-list-item .panel-body{
   padding: 0px; 
   padding-top: 2px;
   padding-bottom: 6px;
}
.cart-saved-list-item form{
   padding-top: 7px;
}

/* overwrite thumbnail for cart-saved-item style */
.cart-saved-list-item  .thumbnail-product-art-wrapper{
   margin-left: 4px;
   margin-right: 8px;
   margin-bottom: 4px;
}

/* === focus state === */
.cart-saved-list-item.focus{
   box-shadow: 0px 4px 3px -3px rgba(0,0,0,.38) inset;
   background-color: hsl(187, 100%, 35%); 
   background: -webkit-linear-gradient(180deg, hsl(185, 100%, 36%) 0%, hsl(188, 88%, 34%) 80%);
   background: -o-linear-gradient(180deg, hsl(185, 100%, 36%) 0%, hsl(188, 88%, 34%) 80%);
   background: -moz-linear-gradient(180deg, hsl(185, 100%, 36%) 0%, hsl(188, 88%, 34%) 80%);
   background: linear-gradient(180deg, hsl(185, 100%, 36%) 0%, hsl(188, 88%, 34%) 80%);
   border-left-color: hsla(188, 100%, 26%, 1);
}
.cart-saved-list-item.focus:hover{
   background-color: hsl(187, 100%, 38%);
   background: -webkit-linear-gradient(180deg, hsl(185, 100%, 39%) 0%, hsl(188, 88%, 37%) 80%);
   background: -o-linear-gradient(180deg, hsl(185, 100%, 39%) 0%, hsl(188, 88%, 37%) 80%);
   background: -moz-linear-gradient(180deg, hsl(185, 100%, 39%) 0%, hsl(188, 88%, 37%) 80%);
   background: linear-gradient(180deg, hsl(185, 100%, 39%) 0%, hsl(188, 88%, 37%) 80%);
   border-left-color: hsla(188, 100%, 28%, 1);
}
/* text color */
.cart-saved-list-item.focus .avid-panel-title{
   color: white;
}
.cart-saved-list-item.focus .panel-body form .form-group label,
.cart-saved-list-item.focus .panel-body{
  color: hsla(205, 10%, 94%, 1);
}
/* add box shadow to thumbnails */
.cart-saved-list-item.focus .thumbnail-product-img{
   box-shadow: 1px 1px 3px rgba(0,0,0,.33);
}
.cart-saved-list-item.focus  .thumbnail-art-img{
   box-shadow: 0px 0px 0px 1px rgba(0,0,0,.12), 1px 1px 3px rgba(0,0,0,.38);
   background-color: hsla(299, 34%, 45%, 1);
   background: -webkit-linear-gradient(to right, hsla(185, 75%, 45%, 1), hsla(299, 44%, 50%, 1));
   background: -o-linear-gradient(to right, hsla(185, 75%, 45%, 1), hsla(299, 44%, 50%, 1));
   background: -moz-linear-gradient(to right, hsla(185, 75%, 45%, 1), hsla(299, 44%, 50%, 1));
   background: linear-gradient(to right, hsla(185, 75%, 45%, 1), hsla(299, 44%, 50%, 1));
}

/*------------------------------------------------------------------------------
   Avid Dark Blue - reference aviddarkblue gradient + border w/ hover highlight
------------------------------------------------------------------------------*/
.aviddarkblue{
   /* older darker color, use current bg on hover if you want to use this color
   background-color: hsl(194, 100%, 34%); 
   background: -webkit-linear-gradient(180deg, hsl(192, 100%, 35%) 0%, hsl(196, 88%, 33%) 80%);
   background: -o-linear-gradient(180deg, hsl(192, 100%, 35%) 0%, hsl(196, 88%, 33%) 80%);
   background: -moz-linear-gradient(180deg, hsl(192, 100%, 35%) 0%, hsl(196, 88%, 33%) 80%);
   background: linear-gradient(180deg, hsl(192, 100%, 35%) 0%, hsl(196, 88%, 33%) 80%);
   border-left-color: hsla(195, 100%, 25%, 1); */
   background-color: hsl(194, 100%, 38%);
   background: -webkit-linear-gradient(180deg, hsl(192, 100%, 39%) 0%, hsl(196, 88%, 37%) 80%);
   background: -o-linear-gradient(180deg, hsl(192, 100%, 39%) 0%, hsl(196, 88%, 37%) 80%);
   background: -moz-linear-gradient(180deg, hsl(192, 100%, 39%) 0%, hsl(196, 88%, 37%) 80%);
   background: linear-gradient(180deg, hsl(192, 100%, 39%) 0%, hsl(196, 88%, 37%) 80%);
   border-left-color: hsla(195, 100%, 27%, 1);
}
.aviddarkblue:hover{
   background-color: hsl(194, 100%, 41%);
   background: -webkit-linear-gradient(180deg, hsl(192, 100%, 42%) 0%, hsl(196, 88%, 40%) 80%);
   background: -o-linear-gradient(180deg, hsl(192, 100%, 42%) 0%, hsl(196, 88%, 40%) 80%);
   background: -moz-linear-gradient(180deg, hsl(192, 100%, 42%) 0%, hsl(196, 88%, 40%) 80%);
   background: linear-gradient(180deg, hsl(192, 100%, 42%) 0%, hsl(196, 88%, 40%) 80%);
   border-left-color: hsla(195, 100%, 29%, 1);   
}

/*------------------------------------------------------------------------------
   FRONT PAGE
------------------------------------------------------------------------------*/
/* featured-products */
.featured-products{

}
.featured-products > div{

}
/* todo add diff sizes for diff widths */
.featured-product-image{
   background: hsla(233, 14%, 58%, 1);
   height: 463px;
   background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,.3);
    cursor: pointer;
    transition-duration: .12s;
    display: block;
}
.featured-product-image,
.featured-product-overlay{
   border-radius: 5px;
}
.featured-product-overlay{
   background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 40%, hsla(234, 12%, 6%, .7) 105%);
   background: -o-linear-gradient(180deg, rgba(0,0,0,0) 40%, hsla(234, 12%, 6%, .7) 105%);
   background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 40%, hsla(234, 12%, 6%, .7) 105%);
   background: linear-gradient(180deg, rgba(0,0,0,0) 40%, hsla(234, 12%, 6%, .7) 105%);
   position: relative;
   height: 100%;
}
.featured-product-overlay-text{
   position: absolute;
   bottom: 11px;
   left: 13px;
   color: white;
   line-height: 1.1;
    font-weight: 300;
    font-size: 19px;
    font-family: Montserrat, sans-serif;
}
/* special spacing */
.featured-products > div:nth-child(1) {
  padding-right: 5px;
}
.featured-products > div:nth-child(2) {
  padding-left: 10px; padding-right: 10px;
}
.featured-products > div:nth-child(3) {
  padding-left: 5px;
}
/* hover/active featured product */
.featured-product-image:hover,
.featured-product-image:active{
   margin-top: -5px;
   margin-bottom: 15px;
}
.featured-product-image:hover{
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,.35);
}
.featured-product-image:active{
    box-shadow: none;
}
.featured-product-image:hover .featured-product-overlay{
   background: -webkit-linear-gradient(160deg, hsla(184, 53%, 53%, .4) 40%, hsla(303, 47%, 43%, .7) 100%);
   background: -o-linear-gradient(160deg, hsla(184, 53%, 53%, .4) 40%, hsla(303, 47%, 43%, .7) 100%);
   background: -moz-linear-gradient(160deg, hsla(184, 53%, 53%, .4) 40%, hsla(303, 47%, 43%, .7) 100%);
   background: linear-gradient(160deg, hsla(184, 53%, 53%, .4) 40%, hsla(303, 47%, 43%, .7) 100%);
}
.featured-product-image:active .featured-product-overlay{
   /* box-shadow: 1px 1px 3px 0px rgba(0,0,0,.17) inset; */
   border: 1px solid hsl(234, 14%, 71%);
   background: -webkit-linear-gradient(160deg, hsla(184, 53%, 45%, .4) 40%, hsla(303, 47%, 40%, .7) 100%);
   background: -o-linear-gradient(160deg, hsla(184, 53%, 45%, .4) 40%, hsla(303, 47%, 40%, .7) 100%);
   background: -moz-linear-gradient(160deg, hsla(184, 53%, 45%, .4) 40%, hsla(303, 47%, 40%, .7) 100%);
   background: linear-gradient(160deg, hsla(184, 53%, 45%, .4) 40%, hsla(303, 47%, 40%, .7) 100%);
}


/*------------------------------------------------------------------------------
    Checkbox Themed
------------------------------------------------------------------------------*/
input[type='checkbox'] {    
   -webkit-appearance: none;
   background-color: #fff;
   border: 1px solid hsla(45, 3%, 80%, 1);
    padding: 7px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-bottom: -3px;
    margin-right: 3px;   
}
input[type='checkbox']:checked {
    background-color: #49bec7;
    border: 1px solid #49bec7;
    color: #fff;
}
input[type='checkbox']:checked::before {
    position: absolute;
    left: 1.5px;
    top: -2px;
    height: 50%;
    content: "✓";
    transform-origin: top left;
    font-size: 13px;
}

/*------------------------------------------------------------------------------
    SIZING
------------------------------------------------------------------------------*/
/* only below this size */
@media (max-width: 847px) {
   .featured-product-image{
     height: 396px;
   }
}
/* only below this size */
@media (max-width: 702px) {
   .featured-product-image{
     height: 318px;
   }
   
}/* only below this size */
@media (max-width: 558px) {
   .featured-product-image{
     height: 234px;
   }
}
@media (max-width: 468px) {
   .featured-product-image{
     height: 182px;
   }
}
@media (max-width: 363px) {
   .featured-product-image{
     height: 122px;
   }
}














