:root{

    /* fonts */

    /* common sizes */

    /* common colors */

    /* transparent colors */

    /* common grays */

    /* mobile menu colors */
    
    /* site colors */

}
.quickLinks form label{
    font-size: 1.3rem;
    font-weight: 600;
}
.gillette-gear main select,
.cart main select,
.gillette-store main select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance:  menulist;
    color: #494a4c;
    background: #fff;
    border: 1px solid #C9C9C7;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px;
}
.gillette-gear main input[type=text],
.gillette-gear main input[type=email],
.gillette-gear main input[type=url],
.gillette-gear main input[type=password],
.gillette-gear main input[type=tel],
.cart main input[type=text],
.cart main input[type=email],
.cart main input[type=url],
.cart main input[type=password],
.cart main input[type=tel],
.gillette-store main input[type=text],
.gillette-store main input[type=email],
.gillette-store main input[type=url],
.gillette-store main input[type=password],
.gillette-store main input[type=tel] {
    border: 1px solid #979795;
    padding: 6px 8px;
    margin-bottom: 10px;
}
span.required {
	color:red;
}
.cartCancelUpdate{
    right: -170px;
    top: 0;
}
.cartColumn{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    padding: 0 1rem 0.5rem 1rem;
    position: relative;
}
.cartDeleteItemCheckbox{
    visibility: hidden;
}
.cartEditRemove{
    right: 0;
    top: 0;
}
.cartEditRemove,
.cartCancelUpdate{
    position: absolute;
    width: 160px;
}
.cartFieldset{
    margin: 0;
}
.cartFieldset .cartFieldGroup{
    max-width: 500px;
}
.cartFieldset legend{
    margin-bottom: 2.5rem;
    display: block !important;
}
.cartFieldset legend h2,
.cartFieldset legend{
    color: #333333;
    font-size: 2rem;
    font-weight: 400;
}
.cartFieldset legend h2 {
    display: inline-block;
}
.cartFieldset legend span{
    display: inline-block;
    font-size: 70%;
    font-weight: normal;
    padding: 0 1rem 0 1rem;
    vertical-align: text-bottom;
}
.cartFieldset legend span a{
    display: inline-block;
    white-space: nowrap;
    text-decoration: underline;
}
.cartFieldsetWrapper{
    margin: 2rem;
    padding: 1.5rem;
    background-color: #f1f1f1;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.cartHeader{
    display: none;
    visibility: hidden;
    border-bottom: 2px solid #888886;
}
.cartHeader{
    border-bottom: 1px solid #B3B3B1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 0;
}
.cartRow{
    border-bottom: 1px solid #B3B3B1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 0;
}
.cartRow .cartItemActions{
    overflow: hidden;
    min-height: 30px;
}
.cartItemActions,
.cartItemTotal,
.cartItemQty{
    text-align: right;
}
.cartItemButton > *{
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0.2rem;
}
.cartItemButton{
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: 1px solid #A9A9A7;
    border-radius: 3px;
    clear: both;
    color: #333333;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: normal;
    padding: 0 0.5rem 0 0.5rem;
    position: relative;
    text-decoration: none;
    background-image: none;
    font-size: 1.2rem;
    margin: 0 0 0 0.5rem;
    vertical-align: middle;
}
.cartItemButton:hover{
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: 1px solid #A9A9A7;
    border-radius: 3px;
    clear: both;
    color: #333333;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: normal;
    padding: 0 0.5rem 0 0.5rem;
    position: relative;
    text-decoration: none;
    background-image: none;
    font-size: 1.2rem;
    margin: 0 0 0 0.5rem;
    vertical-align: middle;
}
.cartItemButton:hover{
    background-color: #EFEFEF;
}
.cartItemDetails{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.cartItemDetails .cartItemImage{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 200px;
    min-width: 150px;
}
.cartItemDetails > div{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    position: relative;
}
.cartItemEditable input[type=text][disabled],
.cartItemEditable textarea[disabled]{
    background-color: transparent;
    border-color: transparent;
}
.cartItemEditable input[type=text]{
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    line-height: 1.2;
    border: 1px solid #C9C9C7;
    max-height: 3rem;
}
.cartItemEditable.disabled .styledSelect{
    line-height: 1.2;
    border: none
}
.cartItemEditable .styledSelect::after{
    background-color: #7E7E7C;
    font-size: 1rem;
    padding-top: 0.4rem;
}
.cartItemEditable.disabled .styledSelect::after{
    display: none;
}
.cartItemOption dt {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 160%;
}
.cartItemEditable .styledSelect select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    background:  #fff;
    color: #1d1d1b;
    border: 1px solid #C9C9C7;
    cursor: pointer;
    width: auto;
}
.cartItemEditable.disabled .styledSelect select {
    webkit-appearance: inherit;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid transparent;
    pointer-events: none;
    font-weight: 500;
}
.cartItemEditable textarea{
    resize: none;
    overflow-y: auto;
    padding: 0.2rem 1rem 0.2rem 1rem;
    line-height: 1.2;
    border: 1px solid #C9C9C7;
}
.cartItemName h2 {
    font-size: 1.8rem;
    font-weight: 600;
}
.cartItemDescription,
.cartItemOptions{
    padding: 0.5rem;
}
.cartItemDescription {
    font-size: 1.6rem;
}
.cartItemOptionRow{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    width: 100%;
    padding-bottom: 0.3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cartItemOptionRow > div{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.cartItemOptionRow dt{
    width: 20%;
    min-width: 100px;
    max-width: 150px;
    text-align: right;
    padding-right: 1rem;
}
.cartItemOptionRow.cartItemEditable.disabled .styledSelect select {
    margin: 0;
}
.cartItemQty input[type=text]{
    width: 80px;
    text-align: right;
}
.cartFooterColumn.cartTotals dl {
    text-align: end;
}
.cartFooterColumn.cartTotals dl dt {
    display: inline-block;
}
.cartFooterColumn.cartTotals dl dd,
.cartMobileRightAlign > span:last-child,
.cartTotalsRow > span:last-child{
    width: 100%;
    display: inline-block;
    padding: 0 0 0 1rem;
    max-width: 100px;
}
.myCartMenuButton object{
    margin: 0 0.7rem 0 0.7rem;
}
.cartPageButtons{
    margin: 2rem;
    text-align: right;
}

.cartPageButtons .cartButton, .orangeButton {
display: block;
float: right;
text-align: center;
padding: 10px;
opacity: 1;
margin: 10px 0 20px;
    color: #494a4c;
font-weight: 500;
background-color: #ffb428;
font-size: 17px;
font-size: 1.7rem;
}
.cartRow{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DEDEDC;
}
.cartTotalsRow{
    text-align: right;
    font-size: 2rem;
}
.cartFooterColumn.cartTotals dl dt,
.cartTotalsRow > span:first-child{
    font-weight: bold;
}
.emptyCartWarning{
    font-size: 2.2rem;
    padding: 1.5rem;
}
.mobileCartLabel{
    color: #333333;
    display: inline-block;
    font-weight: normal;
    padding-right: 0.5rem;
    text-align: right;
}
.updateCartFormRow:last-of-type .cartRow{
    border-bottom: 2px solid #888886;
}
.btnDel{
    display: inline-block;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.attendeesHeaderLabelsWrapper{
    display: none;
}
.attendeesHeaderLabels,
.addSomeAttendeesHeader{
    border-bottom: 1px solid #333333;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
.attendeeFormRow{
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1rem;
}
.attendeesHeaderLabels,
.attendeeFormRow{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.addSomeAttendeesHeader,
.attendeesHeaderLabels > div{
    font-weight: bold;
}
.addSomeAttendeesHeader,
.attendeesHeaderLabels > div,
.attendeeFormRow > div{
    padding: 1rem;
}
.attendeesHeaderLabels > div:nth-child(1),
.attendeeFormRow > div:nth-child(1){
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
}
.attendeesHeaderLabels > div:nth-child(2),
.attendeeFormRow > div:nth-child(2){
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}
.attendeesHeaderLabels > div:nth-child(3),
.attendeeFormRow > div:nth-child(3){
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%;
}
.attendeesHeaderLabels > div:nth-child(4),
.attendeeFormRow > div:nth-child(4){
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%;
    text-align: center;
}
.yourInfoFormAddresses{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}
.yourInfoFormAddresses > div{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
}
.reviewYourInformation > div{
    width: 100%;
    margin-bottom: 2rem;
}
.reviewYourInformation > div > h3,
.reviewYourInformation > div > h4{
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #BEBEBC;
}

.printableOrderDetailsInnerWrapper dl {
    font-size:14px;color:#000000;font-family:arial,sans-serif;
}
.printableOrderDetailsInnerWrapper dl dt,
.printableOrderDetailsInnerWrapper dl dd {
    margin-bottom: 10px;
}
.printableOrderDetailsInnerWrapper dl dt strong,
.printableOrderDetailsInnerWrapper dl dd strong {
    font-weight: revert;
}
.printableOrderDetailsInnerWrapper dl.order-totals {
    max-width: 700px;
    width: 100%;
    float: right;
    text-align: right;
}
.shipping-billing-info h3 {
    font-size: 2rem;
    font-weight: 600;
}
.printableOrderDetails table th strong {
    font-weight: 600;
}
.printableOrderDetails table th:first-of-type {
    text-align: left;
}
.printableOrderDetails table th:last-of-type {
    text-align: right;
}
@media only screen and (min-width: 600px){
    .printableOrderDetailsInnerWrapper dl {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
    }
    .printableOrderDetailsInnerWrapper dl dt,
    .printableOrderDetailsInnerWrapper dl dd {
        width: 50%;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 800px){
    .cartColumn{
        width: auto;
    }
    .cartHeader .cartColumn{
        white-space: nowrap;
    }
    .cartHeader,
    .cartRow{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        visibility: visible;
    }
    .cartItemActions{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 180px;
                flex: 0 0 180px;
    }
    .cartItemTotal{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 110px;
                flex: 0 0 110px;
    }
    .cartItemQty{
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
    }
    .mobileCartLabel{
        display: none;
        visibility: hidden;
    }
    .reviewYourInformation{
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .reviewYourInformation > div{
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin: 1rem;
        width: 33.333%;
        max-width: 33.333%;
    }
    .attendeesHeaderLabelsWrapper{
        display: block;
    }
    .yourInfoFormAddresses{
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .yourInfoFormAddresses > div{
        max-width: 50%;
    }
}

select.commerce {
    -webkit-appearance:  menulist-button !important;

    appearance:  auto !important;
    background:  rgb(248,248,248) !important;
    border: 1px solid #ccc !important;
    font-weight: 500;
    }

div.hiddenFields { padding: 0 !important;}


.conditionsCareInt.store .interiorLeft {
    padding-bottom: 60px;
}

.conditionsCareInt.store .interiorLeft h2 {
    font-size: 25px;
    font-size: 2.5rem;
}
.product-container {
    margin-bottom: 30px;
}
.prod-price {
    float: right;
    font-weight: 200;
    color: #494a4c;
    font-size: 35px;
    font-size: 3.5rem;
}
.product-thumb img {
    width: auto;
}
.product-thumb {
    border: 1px solid #eee;
    display: inline-block;
}
.product-thumb.current-selection {
    border: 1px solid #5ccedb;
}
@media only screen and (min-width: 800px) {
    .product-container {
        margin-bottom: 60px;
    }
}