﻿/* Add here all your css styles (customizations) */
/*store header*/

#storeHeader .truth {
    float: left;
    margin: 0;
    padding-left: 22px;
    padding-top: 3px;
    border-left: solid 1px #ccc;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    top: -20px;
}

@media (min-width:990px) and (max-width: 1200px) {

    #storeHeader .search .simpleSearchPanel {
        top: -34px !important;
    }
}



div.storeSearchWidget input[type="text"] {
    width: 50% !important;
}
@media (min-width:768px) {
    #storeHeader .shortcuts {
        min-width: 576px;
    }
}

#storeHeader .simpleSearchPanel .input-group .form-control-inline {
    /*padding-left: 10px;*/
    /*background: url(images/bg-input-search.jpg) 0 0 repeat-x;*/
background: none;

    line-height: 22px;
    /*height: 22px;
    width: 132px;*/
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
    border: none;
    outline: none;
    padding-bottom: 10px;
}
#storeHeader .search {
	padding: 8px 0;
	clear: both;
}
#storeHeader .search-float {/*float:right;*/}

#storeHeader .search .simpleSearchPanel {
    padding: 2px 0 0 0;
   /* background: url(images/bg-search.png) 0 0 no-repeat;*/
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141325+0,3e3b74+100 */
background: #141325; /* Old browsers */
background: -moz-linear-gradient(top,  #141325 0%, #3e3b74 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #141325 0%,#3e3b74 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #141325 0%,#3e3b74 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#141325', endColorstr='#3e3b74',GradientType=0 ); /* IE6-9 */
    position: relative;
    width: 375px;
    float: right;
    top: -14px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

@media (max-width:990px) {

    #storeHeader .search {
        position: relative;
       /* top: -40px;
        right: -50px;*/
    }
	#storeHeader .search .simpleSearchPanel {top:0; width: 100%;}

    div#headerNavigation {
        /*top: -55px;*/
        position: relative;
    }
	#storeHeader .truth {white-space: nowrap;}
}

.simpleSearchPanel .input-group {
   /* left: 125px;
    bottom: 6px;*/
	display:block;
	position:relative; white-space:nowrap;
}

#storeHeader .search .simpleSearchPanel a.btn {
/*    position: absolute;
    right: 2px;
    top: 10px;*/
    cursor: pointer;
    /*background: url(images/iconSearch.png) center center no-repeat;*/
	background:none;
    border: 0px;
    font-size: 16px;
    white-space: nowrap;
}
#storeHeader .search .simpleSearchPanel .input-group-btn {
	position: absolute;
	font-size: 0;
	white-space: nowrap;
	right: 30px;
	top: -1px;
}

#storeHeader .logo {
    float: left;
    position: relative;
}

#storeHeader .shortcuts .basket i:before {
    content: url(images/img-my-cart.png);
}

#storeHeader .shortcuts .wishlist i:before {
    display: none;
}

#storeHeader .shortcuts .admin i:before {
    display: none;
}

#storeHeader .shortcuts a {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    #storeHeader .shortcuts a:hover {
        text-decoration: underline;
    }

#storeHeader .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
}

#storeHeader li.divider {
    position: relative;
    top: 6px;
    color: #ccc;
}

@media (max-width: 767px) {
div#headerNavigation {
	top: -55px;
	position: relative;
}
}


@media (min-width: 1201px) {
    #headerNavigation li.divider {
        padding: 0 15px;
    }
}

#storeHeader ul.nav.nav-pills {
    position: relative;
    top: -20px;
    float: right;
}

#storeHeader li.basket {
    position: relative;
    top: -3px;
}

#outerPageContainer #header #storeHeader #headerNavigation .navigation {
    position: relative;
}

ul.nav li a {
    padding-top: 5px;
    line-height: 20px;
}


button.navbar-toggle {
    border: 1px solid #3c3a73;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: red;
}

ul.hamburger_list {
    list-style: none;
    background-color: #fff;
}

    ul.hamburger_list a.tab {
        color: gray;
    }

    ul.hamburger_list li {
        border-bottom: 1px solid #1b1a34;
        line-height: 25px;
    }

ul.hamburger_list {
    list-style: none;
    position: relative;
    top: -30px;
    margin-bottom: 20px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff !important;
}

/*Content Pages*/
.titleBox {
    height: 40px;
    margin-bottom: 8px;
    background: url(images/bg-title.jpg) 0 0 repeat-x;
}

    .titleBox h2 {
        line-height: 40px;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        margin-left: 12px;
    }

.content-temp.about-box {
    padding: 10px 0 10px 10px;
}

.wrap-where {
    width: 540px;
    float: left;
    padding-right: 15px;
}

.about_us h3 {
    line-height: 16px;
    color: #3c3a73;
    font-size: 18px;
    font-weight: normal;
    margin-left: 12px;
    margin: 15px 0 10px 0;
}

.about_us p a {
    text-decoration: underline;
    color: #ee2f51;
}

.info-bs {
    width: 255px;
    text-align: center;
    float: left;
    border-left: 1px solid #c7c7c7;
    padding: 15px 12px;
    margin-bottom: 25px;
}

    .info-bs p {
        font-size: 16px;
        margin: 5px 0;
        line-height: 22px;
    }

.red-txt {
    color: #ee2f51;
}

.gray-line {
    border-top: 1px solid #c7c7c7;
    height: 5px;
    margin: 18px 0 30px 0;
    overflow: hidden;
    width: 100%;
}

ul.list-1 {
    width: 252px;
    border-right: 1px solid #c7c7c7;
    margin-right: 50px;
}

ul.list-dayoff {
    float: left;
    padding-right: 10px;
    margin: 30px 0 30px 0;
}

ul.list-2 {
    float: left;
    width: 500px;
}

ul.list-dayoff li {
    float: left;
    padding-left: 20px;
    background: url(images/icon-list-circle.png) 0 15px no-repeat;
    display: block;
    width: 96%;
}



@media (min-width: 991px) and (max-width: 1200px) {
    div#headerNavigation {
        top: -35px;
        position: relative;
    }
}

@media (min-width:1200px) {
    .navigation {
        top: -15px;
    }
}



@media (max-width: 990px) {
    .logo {
        top: 20px;
    }

    .header_links {
        font-size: 0.8em;
    }

    div#headerNavigation .nav > li > a {
        padding: 5px 8px;
    }
}

@media (min-width: 768px) {
    #outerPageContainer #header #storeHeader #headerTop .column_1 {
        float: left;
        width: 25%;
    }

    #outerPageContainer #header #storeHeader #headerTop .column_2 {
        float: left;
        width: 75%;
    }

    .navbar-default .navbar-nav > li > a:hover {
        background: url(images/bgNavlihover.jpg) 0 0 repeat-x;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
        height: 30px;
        position: relative;
    }

    .navbar-default {
        border-top: 2px #e7e7e7 solid;
        background: url(images/bg-nav.png) 0 30px repeat-x;
        position: relative;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}

#outerPageContainer #contentContainer #leftColumn {
    width: 221px;
}

#outerPageContainer #header #storeHeader #headerNavigation .navigation {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    #outerPageContainer #contentContainer .leftSidebarLayout {
        float: left;
        width: calc(100% - 221px);
    }
}


div.simpleCategoryListWidget div.header {
    font-family: Georgia, Times, serif;
    color: #3c3a73;
    background: url(images/bgNavlihover.jpg) 0 0 repeat-x;
    border-color: none;
    padding: 0;
    border-bottom: none;
}


div.simpleCategoryListWidget .category {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    div.simpleCategoryListWidget .category > li {
        position: relative;
        display: block;
    }

        div.simpleCategoryListWidget .category > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            div.simpleCategoryListWidget .category > li > a:hover, div.simpleCategoryListWidget .category > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        div.simpleCategoryListWidget .category > li.disabled > a {
            color: #777;
        }

            div.simpleCategoryListWidget .category > li.disabled > a:hover, div.simpleCategoryListWidget .category > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    div.simpleCategoryListWidget .category .open > a, div.simpleCategoryListWidget .category .open > a:hover, div.simpleCategoryListWidget .category .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    div.simpleCategoryListWidget .category .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    div.simpleCategoryListWidget .category > li > a > img {
        max-width: none;
    }

    div.simpleCategoryListWidget .category > li {
        float: left;
    }

        div.simpleCategoryListWidget .category > li > a {
            border-radius: 4px;
        }

        div.simpleCategoryListWidget .category > li + li {
            margin-left: 0px;
        }

        div.simpleCategoryListWidget .category > li.active > a, div.simpleCategoryListWidget .category > li.active > a:hover, div.simpleCategoryListWidget .category > li.active > a:focus {
            color: #fff;
            background-color: #337ab7;
        }

   .m_center {
    margin: 10px auto;
}

@media(min-width:992px) {
    div.simpleCategoryListWidget .category > li {
        float: none;
    }

        div.simpleCategoryListWidget .category > li + li {
            /*margin-top:2px;*/ margin-top: 0;
            margin-left: 0;
        }
}

@media(max-width:767px) {
    div.simpleCategoryListWidget .category > li {
        float: none;
    }

        div.simpleCategoryListWidget .category > li + li {
            margin-top: 2px;
            margin-left: 0;
        }
}

div.simpleCategoryListWidget .ui-menu .ui-menu {
    min-width: 150px;
}
/* left col nav */
ul.MenuBarSubmenuVisible {
    display: inline-block;
    background-color: navy !important;
}

div#leftColumn div.simpleCategoryListWidget {
    background: #fff !important;
    box-shadow: none !important;
    z-index: 50;
    clear: both;
}

    div#leftColumn div.simpleCategoryListWidget a {
        background-color: #fff !important;
        border-radius: 0px !important;
        color: #666;
        border: none;
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 22px;
        font-family: arial;
        font-size: 14px;
    }

        div#leftColumn div.simpleCategoryListWidget a:hover {
            text-indent: 0px !important;
            border-radius: 0px !important;
            background-color: #fff !important;
        }

    div#leftColumn div.simpleCategoryListWidget div.content {
        padding: 0px !important;
    }

    div#leftColumn div.simpleCategoryListWidget ul {
        padding: 0px;
    }

    div#leftColumn div.simpleCategoryListWidget li {
        border: 0px !important;
        z-index: 100;
    }

        div#leftColumn div.simpleCategoryListWidget li:hover {
            margin: 0px !important;
            padding: 0px !important;
            text-indent: 0px !important;
            line-height: inherit !important;
        }

    div#leftColumn div.simpleCategoryListWidget ul li a.ui-state-active {
        color: #7ea926;
    }

div.simpleCategoryListWidget .ui-icon, .ui-widget-content .ui-icon {
    background: url(images/categoryNavRightArrow.gif) right center no-repeat;
}

div.simpleCategoryListWidget .ui-menu .ui-menu {
    border: solid 1px #ccc;
    border-bottom: 0px;
}

.wrap-nav-left {
    background: url(images/bg-title-nav-left.png) 7px 10px no-repeat #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: -5px;
    margin-bottom: 20px;
    position: relative;
}

div.widget {
    border: none;
}


element {
}

.wrap-nav-left .img-shadow {
    position: absolute;
    height: 13px;
    width: 100%;
    bottom: -13px;
    left: 0;
    opacity: 0.5;
    background: url(images/bg-bot-nav-left.png) 0 0 no-repeat;
}

@media(min-width:769px) and (max-width:990px) {
    div.simpleCategoryListWidget .ui-icon, .ui-widget-content .ui-icon {
        background: none !important;
    }

    div.simpleCategoryListWidget .ui-menu .ui-menu {
        display: none;
    }
}

/*home page featured*/
@media (min-width: 991px) {
    div.home_featured .itemListing .tableNode {
        float: left;
        width: 25%;
    }
}

ul.list-books li .book-author .authorbold {
    font-size: 11px;
    color: #666666;
    display: block;
}

.authorbold {
    color: #575757;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

ul.list-books li .book-txt .author {
    display: block;
}

ul.list-books li .book-author a {
    text-decoration: none;
    font-size: 11px;
    color: #666666;
}

ul.list-books li .book-author {
    font-size: 11px;
    line-height: 16px;
    color: #666666;
}

span.author a {
    color: red;
    font-size: 11px;
    text-decoration: underline;
}

@media (max-width:1200px) {
    .home_featured li {
        list-style-type: none;
        min-height: 275px;
    }
}

@media (max-width:480px) {
    .titleBox h2 {
        line-height: 18px;
        font-size: 18px;
        font-weight: normal;
        margin-left: 12px;
        padding-top: 3px;
    }
}


a.book-name {
    text-decoration: underline;
    font-size: 11px;
    line-height: 16px;
    color: red;
}

.book-txt {
    float: left;
    display: block;
    max-width: 92px;
}

a.book-img {
    padding-left: 0;
    border-left: none;
}

a.book-img {
    display: inline-block;
    float: left;
    width: 100px;
    padding-left: 15px;
    margin-right: 8px;
    margin-top: 2px;
    border-left: 1px solid #ccc;
    min-height: 155px;
}

.featured {
    clear: both;
    position: relative;
    top: -18px;
}

ul.right_side_links > li {
    float: left;
    margin: 20px;
    list-style: none;
}

@media (min-width:990px) {
    ul.right_side_links > li {
        margin: 20px 30px 10px 0;
    }
}

.simpleCategoryList .header {
    height: 40px;
    background: url(images/bgNavlihover.jpg) 0 0 repeat-x;
}

    .simpleCategoryList .header h2 {
        color: #3c3a73;
        font-size: 18px;
        position: relative;
        top: 6px;
        left: 10px;
        font-family: Georgia, Times, serif;
    }

.navbar {
    margin-bottom: 0;
}

.art-corner.col-lg-6.col-md-6 {
    padding-right: 40px;
    margin-bottom: 40px;
}

.img-art-corner {
    float: left;
    margin-right: 20px;
}

.categoryMain {
    background-color: #3c3a73;
    line-height: 40px;
    border-bottom: 1px #fff solid;
    margin-left: 10px;
}

    .categoryMain.expandPanel span.name {
        color: #fff;
        margin-left: 10px;
    }

    .categoryMain a.mainCatLink {
        margin-left: 10px;
        color: #fff;
    }

@media (max-width:990px) {
    div#contentContainer {
        position: relative;
        top: -20px;
    }
}
/*mobile header*/
@media (max-width:767px) {
    #storeHeader .shortcuts {
        clear: both;
    }

    #storeHeader li.divider {
        top: 0;
    }

    ul.m_top_links > li {
        margin: 10px 3px !important;
    }

    .m_logo {
        max-width: 200px;
        margin-top: 30px;
    }

    .simpleSearchPanel .input-group {
        left: -10px;
        bottom: 0;
        top: 20px;
    }

    .navbar-toggle {
        top: 15px;
    }

    .simpleSearchPanel .btn {
        background-image: url(images/go_buttons.jpg);
        width: 75px;
        background-position: top;
    }

        .simpleSearchPanel .btn:hover {
            background-image: url(images/go_buttons.jpg);
            width: 75px;
            background-position: bottom;
        }

    #storeHeader .simpleSearchPanel .input-group .form-control-inline {
        background: none;
        background-color: #3c3a73;
        font-size: 12px;
    }

    .m_search div.widget .content {
        padding: 20px 10px 0 0;
    }

    .m_search div.widget {
        margin-top: 3px;
        margin-bottom: 0;
    }

 .simpleSearchPanel input::-webkit-input-placeholder { /* WebKit browsers */
    color: #3c3a73 !important;
}

 .simpleSearchPanel input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #3c3a73 !important;
}

 .simpleSearchPanel input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #3c3a73 !important;
}

 .simpleSearchPanel input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #3c3a73 !important;
}

    #storeHeader .btn-success {
        color: #fff;
        background-color: #3c3a73;
        border-color: #3c3a73;
        height: 34px;
        position: relative;
        top: 2px;
        left: -2px;
    }

    .AccordianMenu.collapse.in {
        position: relative;
        top: -10px;
    }
}

ul.m_top_links {
    list-style: none;
    float: left;
}

    ul.m_top_links > li {
        float: left;
        margin: 10px;
        list-style: none;
    }

div.widget div.header > h2 {
    margin: 10px 5px 10px 10px;
    font-size: 12px;
    color: inherit;
    font-weight: bold;
}

span.arrowDown {
    float: right;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f00;
    position: relative;
    top: 5px;
    right: 10px;
}

span.plus {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #f00;
    position: relative;
    top: 15px;
    left: 20px;
}

.categorySub {
    margin-left: 20px;
    border-bottom: 1px #ccc solid;
    line-height: 40px;
}

    .categorySub a {
        color: #3c3a73;
    }
#categoryPage div.subCategories {
     padding:  0; 
}

@media (max-width: 991px){
#categoryPage div.searchResults div.subCategories {
    display: block;
    margin: 5px 0;
}
}
/*Footer*/
#footerTop .content {
    background: url(/App_Themes/UUA_Responsive/images/bg-footer.png) 0 0 repeat-x;
}

#foot-Left a {
    text-transform: none;
    float: left;
}

div#foot_right {
    float: right;
    text-align: right;
}

    div#foot_right img {
        float: right;
        text-align: right;
        display: inline;
    }
    #storeFooter .shortcuts a.twitter_footer {
    border: none;
    position: relative;
    top: -3px;
}

div#foot-Left {
    padding-top: 20px;
}

#outerPageContainer #footer {
    margin-bottom: 20px;
}

div#footerBottom {
    margin-top: 75px;
}

ul.MenuBarSubmenuVisible {
    background-color: blue;
}
/*content pages*/
.content_pages h1 {
    background: url("/App_Themes/UUA_Responsive/images/bg-title.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 40px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    line-height: 42px;
}

.content_pages h2 {
    font-size: 18px;
    color: #3c3a73;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 22px;
}

.content_pages a {
    color: #d11241;
    text-decoration: underline;
}

.content_pages .btn-default {
    display: inline-block;
    line-height: 14px;
    background-image: url(images/buttons2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 140px;
    height: 38px;
    color: #ee2f51;
    font-size: 12px;
    background-color: #fff;
    border: none;
    cursor: pointer;
}

.content_pages .thumb {
    float: left;
    margin: 0 20px 20px 0;
}

.content_pages .info {
    margin-right: 20px;
}
/*product page*/
div.productDetails div.pageHeader h1, #pageHeader h1 {
    font-size: 18px;
    font-weight: normal;
    color: #ee2f51;
    text-decoration: underline;
    padding-bottom: 0;
    margin: 20px 0 20px;
    border-bottom: none !important;
}

span.productform {
    display: none;
}

.productDetails h2 {
    line-height: 22px;
    margin-bottom: 2px;
    color: #3c3a73;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

div.prod_summary p {
    font-size: 12px;
    line-height: 16px;
}

#productPage th.rowHeader {
    font-size: 12px;
    font-weight: normal !important;
}

#productPage div.productDisplay table.buyProductForm .rowHeader, #productPage div.productRowDisplay table.buyProductForm .rowHeader {
    border-right: none;
}

#productPage .authorbold {
    font-weight: normal;
    font-size: 12px;
}

    #productPage .authorbold a {
        font-size: 12px;
    }

#productPage .buyProductDialog {
    left: -5px;
}

#productPage div.productDisplay table.buyProductForm .rowHeader, #productPage div.productRowDisplay table.buyProductForm .rowHeader {
    text-align: left;
}

#productPage div.productDisplay table.buyProductForm, #productPage div.productRowDisplay table.buyProductForm {
    line-height: 12px;
}

    #productPage div.productDisplay table.buyProductForm td, #productPage div.productRowDisplay table.buyProductForm td {
        text-align: left;
        font-size: 12px;
    }

#productPage table.buyProductForm td a {
    color: red;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    line-height: 14px;
    background-image: url(images/buttons2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 140px;
    height: 38px;
    color: #ee2f51;
    font-size: 12px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    line-height: 24px;
}

    .btn-default:hover {
        background-image: url(images/buttons2.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        width: 140px;
        height: 38px;
        color: red;
    }

#productPage .productDetails table {
    width: 100%;
}

#productPage .alt_details {
    float: left;
    margin-right: 20px;
}

#productPage .alt_price {
    float: left;
    margin-right: 3px;
}

#productPage .price_display {
    float: left;
    margin-right: 10px;
    color: red;
    font-weight: bold;
}


#productPage .alt_qty {
    float: left;
    position: relative;
    top: 12px;
    margin-right: 20px;
}

#productPage .alt_links {
    float: left;
    position: relative;
    top: 12px;
}

#productPage .nav-tabs {
    height: 40px;
    margin-bottom: 8px;
    background: url(images/bg-title.jpg) 0 0 repeat-x;
}

.hs_border {
    background: #eeeeee;
    border: 1px solid #cccccc;
    outline: 1px solid #cccccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#productPage .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding: 2px 10px;
    margin-left: 5px;
    display: inline-block;
    float: left;
    margin-top: 8px;
    line-height: 22px;
    height: 22px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#productPage .nav-tabs > li a.tab {
    color: #fff;
    border: none;
    border-bottom-color: red;
    padding: 2px 10px;
    margin-left: 5px;
    display: inline-block;
    float: left;
    margin-top: 8px;
    line-height: 22px;
    height: 22px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#productPage ul.nav li a {
    color: #fff;
}

.simpleProduct .row {
    margin-bottom: 40px;
}

@media (max-width:990px) {
    .simpleProduct .row {
        margin-left: 10px;
    }
}

/*related products*/
.product-relative {
    margin-top: 50px;
}

.list-prod-relative .wrap-item .item-info h1 a {
    color: #3c3a73;
    font-size: 18px;
    text-decoration: underline;
}

.product-relative .item-img {
    float: left;
    margin-right: 15px;
    width: 100px;
}

.product-relative .item-info {
    float: left;
    text-align: left;
}

.product-relative li {
    list-style: none;
}

.product-relative .wrap-price .price {
   /* display: none;*/
   color: red;
   font-weight: bold;
}

.product-relative .alt_price {
    margin-left: 10px;
    top: -10px;
    position: relative;
}

.product-relative span.price_display {
    position: relative;
    top: -10px;
}

.product-relative .alt_qty {
    margin-left: 20px;
    float: left;
}

.product-relative .alt_links {
    float: left;
    margin-left: 30px;
}

.product-relative a {
    color: red;
}

@media (max-width:767px) {
    div#descPane {
        display: none;
    }

    .w2m_mobiletab {
        height: 40px;
        margin-bottom: 8px;
        background: url(images/bg-title.jpg) 0 0 repeat-x;
    }

    span.more {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #fff;
        position: relative;
        top: 15px;
        float: right;
        right: 10px;
    }

    .link_item {
        color: #fff;
        font-size: 16px;
        margin-left: 20px;
        line-height: 40px;
    }
}

.categoryBreadCrumbs a {
    color: #666;
}

.prod_summary a {
    color: #666;
    text-decoration: underline;
}

.extendedDescriptionWidget a {
    color: #666;
    text-decoration: underline !important;
}

.searchSortHeader .sortPanel {
    float: right !important;
}

#categoryPage div.subCategories .content a {
    color: #3c3a73;
}

span.titleSearch {
    color: #3c3a73;
    text-decoration: underline;
    font-size: 18px;
}

.categoryGridListing1 img.Thumbnail {
    max-width: 100px;
}

.breadCrumbs.categoryBreadCrumbs {
    display: none;
}

#categoryPage {
    position: relative;
    top: -15px;
}

ul.nav.navbar-nav {
    width: 100%;
    padding: 0;
}

.nav > li {
    text-align: center;
}

li.white_space {
    padding: 2px;
}

/*category page*/
div#skinnerCategoryPage {
    background-image: url(images/Skinner_House_Color_band.gif);
    background-position: top;
    background-repeat: repeat-x;
    position: relative;
    padding-bottom: 10px;
    padding-top: 20px;
    top: 20px;
}

    div#skinnerCategoryPage a {
        color: red;
    }

div#beaconCategoryPage {
    position: relative;
    padding-bottom: 10px;
    top: 20px;
}

    div#beaconCategoryPage a {
        color: red;
    }

.itemListing {
    margin-left: 0 !important;
}

td.prod_img {
    width: 120px;   
    padding-right: 10px;
}

.pagingPanel {
    width: 100%;
    float: left;
    border-top: none;
    border-bottom: none;
    margin-top: 10px;
}

div.pagingPanel a.current, .paging a.current {
    z-index: 2;
    color: #666;
    background-color: #fff;
    border-color: none;
    cursor: default;
    text-decoration: underline;
}

div.pagingPanel a, .paging a {
    padding: 6px 6px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: none;
    color: #666;
}

    div.pagingPanel a:hover, .paging a:hover {
        color: #666;
        background-color: #fff;
        border-color: #fff;
    }

.paging span {
    color: #666;
    background-color: #fff;
    border-color: #fff;
}

    .paging span a {
        color: #666;
        background-color: #fff;
        border-color: #fff;
    }

        .paging span a:hover {
            color: #666;
            background-color: #fff;
            border-color: #fff;
        }

        .paging span a.current {
            cursor: default;
            text-decoration: underline;
        }

a.button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    line-height: 14px;
    background-image: url(images/buttons2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 140px;
    height: 38px;
    color: #ee2f51;
    font-size: 12px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    line-height: 24px;
}

    a.button:hover {
        background-image: url(images/buttons2.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        width: 140px;
        height: 38px;
        color: red;
    }

.addTocart {
    float: left;
}

.qtyBox {
    float: left;
    margin-right: 20px;
}

@media (min-width:700px) and (max-width:990px){
.qtyBox {
    margin-top: 10px;
}
}

#productPage .discounts {
    float: left;
    margin-right: 20px;
    position: relative;
}

.categoryGridListing1 .price {
    float: left;
    margin-right: 20px;
}

.form-control-inline {
    padding: 6px 6px;
}

.categoryGridListing1 .price .label {
    font-size: 100%;
    font-weight: normal;
    padding-right: 0;
}

.categoryGridListing1 .price .value {
    font-size: 100%;
    font-weight: bold;
    color: red;
}

.reg_product .price {
    float: left;
    display: inline;
    margin-right: 20px;
}

.reg_product .discounts {
    float: left;
    display: inline;
    margin: 0 20px;
    position: relative;
}

.reg_product .qtyBox {
    float: left;
    display: inline;
    position: relative;
    top: -8px;
}

.reg_product .addTocart {
    float: left;
    position: relative;
    top: -8px;
}

.alt_products .discount_section {
    display: inline;
    float: left;
    width: 275px;
}

.alt_products .price {
    float: left;
    margin-left: 30px;
    position: relative;
    top: 20px;
}

.alt_products .add_to_cart {
    float: left;
    position: relative;
    top: 13px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.prod_price {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 8px;
}

    .prod_price span.label {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        padding-right: 0;
    }

#productPage .name_discounts {
    float: left;
    position: relative;
    top: -10px;
}

.name_discounts .alt_name {
    width: 250px;
}

.alt_name a {
    color: #000;
    text-decoration: underline;
}

.visible-xs.line_break {
    clear: both;
}

@media (max-width:767px) {
    .qtyBox {
        margin-left: 10px;
    }
}

.itemContainer {
    border-radius: 0;
    border-bottom: 1px #ccc solid;
}
/*checkout*/
div.actions span.checkout input[type='submit'] {
    color: red;
    background-color: #fff;
    border-color: #fff;
}

    div.actions span.checkout input[type='submit']:hover {
        color: red;
    }

#checkoutPage div.widget div.header {
    height: 40px;
    margin-bottom: 8px;
    background: url(images/bg-title.jpg) 0 0 repeat-x;
    padding: 0;
}

    #checkoutPage div.widget div.header h2 {
        line-height: 40px;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        margin-left: 12px;
    }
#loginPage div.widget div.header {
    height: 40px;
    margin-bottom: 8px;
    background: url(images/bg-title.jpg) 0 0 repeat-x;
    padding: 0;
}

    #loginPage div.widget div.header h2 {
        line-height: 40px;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        margin-left: 12px;
    }

div.widget.basketShippingEstimateWidget div.header {
    height: 40px;
    margin-bottom: 8px;
    background: url(images/bg-title.jpg) 0 0 repeat-x;
    padding: 0;
}

    div.widget.basketShippingEstimateWidget div.header h2 {
        line-height: 40px;
        color: #fff;
        font-size: 22px;
        font-weight: normal;
        margin-left: 12px;
    }

.shippingOptionsWidget .actions input[type='submit'] {
    color: red;
    background-color: #fff;
    border-color: #fff;
}

    .shippingOptionsWidget .actions input[type='submit']:hover {
        color: red;
    }

.continueCheckoutWidget input[type='submit'] {
    color: red;
    background-color: #fff;
    border-color: #fff;
}

    .continueCheckoutWidget input[type='submit']:hover {
        color: red;
    }

#basketPage h1 {
    font-family: Georgia, Times, serif;
    color: #3c3a73;
    margin-left: 18px;
    line-height: 20px;
    margin: 6px 0px 12px 20px;
    font-size: 24px;
}

/*search page*/

#searchPage .alt_details {
    float: left;
    margin-right: 40px;
    position: relative;
    top: -20px;
    left: 20px;
}

#searchPage div.alt_price {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 18px;
}

#searchPage span.alt_price {
    float: left;
    margin-right: 3px;
}

#searchPage .discounts {
    margin-left: 100px;
    position: relative;
    TOP: 18px;
    margin-bottom: 20px;
}

#searchPage .price_display {
    float: left;
    margin-right: 10px;
    color: red;
    font-weight: bold;
}


#searchPage .alt_qty {
    float: left;
    position: relative;
    top: 12px;
    margin-right: 20px;
}

#searchPage .alt_links {
    float: left;
    position: relative;
    top: 12px;
}

#searchPage .name_discounts {
    float: left;
    position: relative;
    text-align: left;
    left: -5px;
    top: 10px;
}

#searchPage div.header {
    font-family: Georgia, Times, serif;
    color: #3c3a73;
    background: url(images/bgNavlihover.jpg) 0 0 repeat-x;
    border-color: none;
    padding: 0;
    border-bottom: none;
}

@media (max-width:767px) {
    #searchPage .alt_actions {
        margin-bottom: 20px;
    }

    #searchPage .itemContainer {
        margin-top: 20px;
    }
}

.alt_actions {
    float: left;
}


.cat_reg_price span.label {
    font-size: 14px;
    font-weight: normal;
}

.cat_reg_price {
    float: left;
    position: relative;
    left: -5px;
}

    .cat_reg_price span.value {
        color: red;
        font-weight: bold;
        position: relative;
        left: -5px;
        margin-right: 20px;
    }

.cat_discounts {
    float: left;
    margin-right: 20px;
}

.categoryGridListing1 .alt_products .discount_section {
    display: inline;
    float: left;
    width: 275px;
}

.cat_alt_price {
    float: left;
    position: relative;
    top: 20px;
}

    .cat_alt_price span.label {
        font-size: 14px;
        font-weight: normal;
    }

    .cat_alt_price span.value {
        font-weight: bold;
        color: red;
    }

@media (max-width:512px) {
    .cat_buy_section .add_to_cart {
        float: left;
        position: relative;
        top: 25px;
        margin-left: 40px;
        margin-bottom: 50px;
    }
}

@media (max-width:725px) {

    .categoryGridListing1 .actions {
        float: left;
        margin-top: 20px;
    }
}

/*advanced search*/
#advancedSearchPage .qtyBox {
    float: left;
    margin-left: 10px;
}

#advancedSearchPage td.thumb {
    width: 120px;
}

#advancedSearchPage img.Thumbnail {
    width: 120px;
}

#advancedSearchPage td.buy {
    float: right;
}

#advancedSearchPage span.value {
    font-weight: bold;
    color: red;
}

#advancedSearchPage span.label {
    font-weight: normal;
    font-size: 14px;
}
/*contrib info*/
.author_thumb {
    float: left;
    margin-right: 10px;
}

#contributor h2.contribhlight {
    font-size: 14px;
    font-weight: bold;
    clear: both;
    color: #666;
}

#contributor .titleBox h2.contribhlight {
    color: #fff;
}

.searchSortHeader td {
    text-align: right;
}

.searchSortHeader td {
    text-align: left;
    border-bottom: 1px solid #666;
}

#contributor ul.products {
    margin-top: 20px;
    list-style: none;
}

.producttitle a {
    color: #666;
    font-size: 18px;
}

#contributor .alt_details {
    margin-left: 15px;
    float: left;
    margin-right: 20px;
}

#contributor span.price_display {
    color: red;
    font-weight: bold;
}

#contributor .alt_qty {
    float: left;
}

#contributor .alt_links {
    float: left;
}

#contributor .alt_actions {
    position: relative;
    top: 30px;
    margin-bottom: 30px;
}

#contributor .productsubtitle span {
    color: #3c3a73;
    font-size: 14px;
    line-height: 22px;
}

#contributor p.shortdescription {
    color: #3c3a73;
    font-size: 14px;
    line-height: 22px;
}

#contributor table.product {
    margin-bottom: 50px;
    border-bottom: 1px #666 solid;
}

#contributor .row {
    margin-bottom: 20px;
}

li {
    list-style: none;
}

.method label {
    font-weight: normal;
    display: inline;
}

.method input[type="radio"] {
    float: left;
    display: inline;
    margin-right: 5px;
}

.widget.categorySearchSidebarWidget {
    background: #fff !important;
    box-shadow: none !important;
    z-index: 50;
    clear: both;
}
.categorySearchSidebarWidget .header {
    background: url(images/bgNavlihover.jpg) 0 0 repeat-x;
    border-color: none;
    padding: 0;
    border-bottom: none;
}
div.widget.categorySearchSidebarWidget .header h2 {
    font-family: Georgia, Times, serif;
    color: #3c3a73;
    padding: 0;
    margin: 0;
    line-height: 10px;
}
.categorySearchSidebarWidget .criteriaPanel h3 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.bot-nav-left {
    background: url(images/bg-bot-nav-left.png) 0 0 no-repeat;
    width: 201px;
    height: 13px;
}
.criteriaPanel {
    width: 195px;
}
div#collapseExample {
    padding: 0;
    margin-left: 5px;
}
.categorySearchSidebarWidget .criteriaPanel ul.expandCategoryLinks>li>a {
    color: #666;
    padding-left: 0;
}
.categorySearchSidebarWidget .criteriaPanel td a {
   padding: 0;
    display: block;
    margin: 0 5px;
    color: #666;
    line-height: 24px;
}
span.itemName {
    color: #666;
}
span.cat_count {
    color: #666;
}
.categorySearchSidebarWidget .criteriaPanel td a {
    padding: 3px;
    display: block;
}
@media (max-width:989px){
    .wrap-nav-left.cat_search_sidebar {
    border-bottom: none;
    width: 100%;
    margin: 10px;
}

}
.categorySearchSidebarWidget .header i.colexpIcon {
    top: -2px;
    font-weight: bold;
    color: #3c3a73;
}

@media (min-width:990px){
   div#leftColumn_search {
    /* width: 221px; */
    margin-right: 10px;
    display: inline;
    float: left;
}
}
/*checkout*/
div.checkoutProgressBar div.checkoutProgress span {
    padding: 2px 5px 8px 5px;
    display: inline-block;
}
.shipmentSection h3 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -15px;
}
.shipmentSection hr {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
#searchPage .actions {
    margin-bottom: 10px;
}
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit'] {
   border-color: #ccc;
    line-height: 14px;
    background-image: url(images/buttons2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    width: 140px;
    height: 38px;
    color: #ee2f51;
    font-size: 12px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    line-height: 24px;
}
div.paymentWidget .paymentFormContainer .paymentForm table.inputForm td input[type='submit']:hover {
    background-image: url(images/buttons2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 140px;
    height: 38px;
    color: red;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
 background-image: url(images/buttons2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 140px;
    height: 38px;
    color: red;
    border: none;
}
@media (max-width:990px) {

    #checkoutPage #storeHeader {
    z-index: 100;
}
}

@media (max-width:767){
    #checkoutPage div.widget div.header h2 {
 margin-left: 20px; 
}
}

a {
    color: #3a3c73;
    text-decoration: none;
}
a:hover {
    color: #3a3c73;
    text-decoration: underline;
}
table.itemList td a {
    color: #3a3c73;
}
div.actions span.checkout input[type='submit']:hover, div.actions span.checkout input[type='submit']:focus, div.actions span.checkout input[type='submit'].focus, div.actions span.checkout input[type='submit']:active, div.actions span.checkout input[type='submit'].active, .open>.dropdown-togglediv.actions span.checkout input[type='submit'] {
    background-image: url(images/buttons2.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        width: 140px;
        height: 38px;
        color: red;
}
.shippingOptionsWidget .actions input[type='submit']:hover, .shippingOptionsWidget .actions input[type='submit']:focus, .shippingOptionsWidget .actions input[type='submit'].focus, .shippingOptionsWidget .actions input[type='submit']:active, .shippingOptionsWidget .actions input[type='submit'].active, .open>.dropdown-toggle.shippingOptionsWidget .actions input[type='submit'] {
  background-image: url(images/buttons2.jpg);
        background-repeat: no-repeat;
        background-position: bottom;
        width: 140px;
        height: 38px;
        color: red;
}
#contentPage a {
    color: red;
    text-decoration: underline;
}

   /*==========WA2-T8 Auto Cart Update ================*/
        .hic-spin:before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: #000;
            opacity: 0.5;
            z-index: 9999;
        }
        .hic-loader {
            color: #ffffff;
            font-size: 90px;
            text-indent: -9999em;
            overflow: hidden;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            margin: 72px auto;
            position: relative;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
            animation: load6 1.7s infinite ease, round 1.7s infinite ease;
            z-index: 99999;
            position: fixed;
            top: 20%;
            left: 50%;
        }

        @-webkit-keyframes load6 {
            0% {
                box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            }

            5%, 95% {
                box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            }

            10%, 59% {
                box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            }

            20% {
                box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            }

            38% {
                box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            }

            100% {
                box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            }
        }

        @keyframes load6 {
            0% {
                box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            }

            5%, 95% {
                box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            }

            10%, 59% {
                box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            }

            20% {
                box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            }

            38% {
                box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            }

            100% {
                box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            }
        }

        @-webkit-keyframes round {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        @keyframes round {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        /*========== end HiConversion Auto Cart Update ================*/
		
/*WA2-T8 styles for plus/minus coupon collapse */
    .couponForm .collapsed i.colexpIcon:before {
        content: "+";
        font-size: 24px;
        font-weight: bold;
    }

    .couponForm i.colexpIcon:before {
        content: "-";
        font-size: 24px;
        font-weight: bold;
    }
	
	/*Checkout exit confirm*/
.popover.bottom {
    margin-top: 10px;
}

.popover {
    position: absolute;
    z-index: 1060;
    display: inline;
    max-width: 400px;
    min-width: 400px;
    margin-left: -200px;
    margin-bottom: -115px;
    padding: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
    text-align: center;
}

    .popover.bottom > .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0,0,0,.25);
    }

    .popover > .arrow {
        border-width: 11px;
    }

        .popover > .arrow, .popover > .arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
        }

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 10px;
}

.actions {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.popover .actions button {
    padding: 5px 0;
    border-radius: 3px;
    width: 40%;
    border: 1px solid rgba(0,0,0,.2);
    cursor: pointer;
}

.stay {
    margin-right: 5px;
}

.return {
    margin-left: 5px;
    background-color: #eeeeee !important;
}

.hc-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
}

.hc-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* special styles for cc auto detect */
.paymentForm .inputForm tr#type {
    display: none;
}

ul.card-logos {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

    ul.card-logos .hic-card-logo {
        display: inline-block;
        width: 50px !important;
        height: 30px;
        overflow: hidden !important;
        text-align: left !important;
        text-indent: -999px;
        background: url(images/cardlogos.png) 0 0 no-repeat;
        margin: 0px !important;
        padding: 0px !important;
    }

    ul.card-logos #card_mastercard {
        background-position: -55px 0;
    }

    ul.card-logos #card_amex {
        background-position: -110px 0;
    }

    ul.card-logos #card_discover {
        background-position: -165px 0;
    }

    ul.card-logos #card_diners {
        background-position: -220px 0;
    }

    ul.card-logos #card_jcb {
        background-size: 900px 25px !important;
        background-position: -860px 0px;
    }

    ul.card-logos[hic-card-match^="card"] li {
        opacity: 0.2;
    }

        ul.card-logos[hic-card-match^="card"] li.active {
            opacity: 1.0;
        }

li.hic-cc[hic-id='card_type.container'] {
    display: none;
}
/*w2m AC adjustments */
#card_type {
    display: none;
}

#ctl00_ctl00_NestedMaster_PageContent_PaymentWidget_CreditCardPaymentForm_CardNumberLabel {
    position: relative;
    /* top: 10px;*/
}

#card_number th {
    vertical-align: top;
}

ul.card-logos {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	min-height: 430px;
}
.resp-iframe, #targetiframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.resp-container #_form_5FBD3C68B6266_ {width:100% !important;}