/* skin specific styles for skin_1 */

/* global element styles */
body {
    /*background:url(../images/main-bg2.jpg) repeat-x left top #250428;*/
	font-size:9pt;
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Gotham';
    /*font-family:@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic);*/
    /*font-family:@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);*/
}
body.other {
    background:url(images/main-bg2.jpg) repeat-x left top #000;
    background-size:cover;
    background-attachment:fixed;
}
@font-face {
    font-family: 'IndustriaSolid';
    src: url('fonts/IndustriaSolid.eot');
    src: url('fonts/IndustriaSolid.eot') format('embedded-opentype'),
         url('fonts/IndustriaSolid.woff2') format('woff2'),
         url('fonts/IndustriaSolid.woff') format('woff'),
         url('fonts/IndustriaSolid.ttf') format('truetype'),
         url('fonts/IndustriaSolid.svg#IndustriaSolid') format('svg');
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot') format('embedded-opentype'), 
         url('fonts/Gotham-Medium.otf') format('opentype'),            
         url('fonts/Gotham-Medium.woff') format('woff'),
         url('fonts/Gotham-Medium.ttf') format('truetype'),
         url('fonts/Gotham-Medium.svg#IndustriaSolid') format('svg');
}

/*@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot') format('embedded-opentype'),          
         url('fonts/GothamBook.woff') format('woff'),
         url('fonts/GothamBook.ttf') format('truetype')
}*/
/*@media (min-width: 300px) and (max-width: 1439px) {
    .twrapper {
        background: url(images/tbg.jpg) left top repeat-x rgba(255, 255, 255, 1);
    }
}

@media (min-width: 1440px) and (max-width: 2200px) {
    .twrapper {
        background: url(images/tbg.jpg) left top repeat-x rgba(0, 0, 0, 0);
    }
}*/

.green {
    color: #000;
}

a.green:hover {
    color: #000;
}

/***Common Css Start***/
.padl-no {
    padding-left: 0px !important;
}

.padt-no {
    padding-top: 0px !important;
}

.padr-no {
    padding-right: 0px !important;
}

.padlr-no {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padt-no {
    padding-top: 0px !important;
}

.padb-no {
    padding-bottom: 0px !important;
}

.pad-no {
    padding: 0px !important;
}

.padl-15 {
    padding-left: 15px !important;
}

.padr-15 {
    padding-right: 15px !important;
}

.padb-20 {
    padding-bottom: 20px !important;
}

.padt-20 {
    padding-top: 20px !important;
}

.padlr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.padlr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padt-15 {
    padding-top: 15px !important;
}

.padt-10 {
    padding-top: 10px !important;
}

.padb-15 {
    padding-bottom: 15px !important;
}

.pad-15 {
    padding: 15px !important;
}

.padtb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.padtb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.marb-no {
    margin-bottom: 0px !important;
}

.mart-no {
    margin-top: 0px !important;
}

.mar-no {
    margin: 0px !important;
}

.marb-15 {
    margin-bottom: 15px !important;
}

.marr-30 {
    margin-right: 30px !important;
}

.marb-20 {
    margin-bottom: 20px !important;
}

.marb-10 {
    margin-bottom: 10px !important;
}

.marb-60 {
    margin-bottom: 60px !important;
}

.mart-10 {
    margin-top: 10px !important;
}

.mart-20 {
    margin-top: 20px !important;
}

.mart-8 {
    margin-top: 8px !important;
}

.mart-5 {
    padding-top: 5px !important;
}

.mart-15 {
    padding-top: 15px !important;
}
.martb-15
{
    margin:15px 0 !important;
}
.border-no {
    border: none !important;
}

.bg-no {
    background: none !important;
}

.text-r {
    text-align: right;
}

.text-c {
    text-align: center;
}
/***Common Css End***/

/*background scroller start*/
#myCarousel {
    position:fixed;
    z-index:-1;
}
#myCarousel .cb-slideshow,
#myCarousel .cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1; 
}
#myCarousel .cb-slideshow:after { 
    content: '';
}
#myCarousel .cb-slideshow li.item {
    position:absolute;
    width:100%;
    height:100%;
}
#myCarousel .cb-slideshow li.item span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 25% 25%;
    background-repeat: none;
    opacity: 0.70;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
#myCarousel .cb-slideshow li.item:nth-child(1) span { 
    /*background-image: url(images/main-bg2.jpg);*/ 
}
#myCarousel .cb-slideshow li.item:nth-child(2) span { 
     /*background-image: url(images/bg-1.jpg);*/
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
#myCarousel .cb-slideshow li.item:nth-child(3) span { 
    /*background-image: url(images/bg-2.jpg);*/
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
#myCarousel .cb-slideshow li.item:nth-child(4) span { 
    background-image: url(images/main-bg2.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}

#myCarousel  .cb-slideshow li.item div.textingbox {
    animation-delay: 30s;    
}
#myCarousel  .cb-slideshow li.item div.textingbox {
    animation: 36s linear 0s normal none infinite running titleAnimation;
    top: 0%;
    color: #fff;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
    height:100%;
}
#myCarousel  .cb-slideshow li.item div.textingbox h3 {    
    font-size: 240px;
    line-height: 200px;
    padding: 0;
}
#myCarousel  .cb-slideshow li.item div.textingbox .see-slidermainbox-hm {            
    left: 50%;
    position: absolute;
    top: 35%;
    width: 100%;
}
#myCarousel .cb-slideshow li.item div.textingbox .see-slidermainbox-hm img {
    position:relative;
    left:-50%;
    max-width:90%;
}
/*background scroller start*/


.main-wrapper {
    float:left;
    width:100%;
    /*margin-bottom:135px;*/
    margin-bottom:15px;
}
.home-main-wrapper-container {
    /*padding-top:500px;*/
    padding-bottom:500px;
}
/*Header Part Start*/
.top-header-container {
    background: rgba(0,0,0,0.70)
}
.top-logopart-large {
    float:left;
    width:17%;
    margin-top:10px;
}
.top-logopart-large .thumbnail {
    background:none;
    border:none;
}

.header-right-part {
    float:right;
    width:80%;
}
.header-right-part-mobile {
    float:right;
   /* width:75%;*/
	width:66%;
}
.header-right-part-mobile .mobile-icons {
    margin-top:20px;
    margin-bottom:20px;
}
.header-right-part-mobile .mobile-icons a{
    margin:0px 10px;
    float:left;
    margin-top:10px;
}
.header-right-part-mobile .mobile-icons a.menu-icon {
    margin-top:7px;
}
@media (min-width: 200px) and (max-width: 767px) {
    .top-logopart-large {
        width:33%;
        margin-top:20px;
    }
    .top-logopart-large .thumbnail {
        margin-bottom:8px;
    }

    .header-right-part {
        float:right;
        width:100%;
        margin-bottom:8px;
        padding:0px;
    }
    .top-searchpart {
        padding:0px;
    }
}
.header-right-part .top-linkpart {
    float:right;
    margin-bottom:12px;
}
.header-right-part .top-linkpart .simple-link{
    float:left;
    color:#31baec;
    line-height:45px;
    font-weight:500;
}
.header-right-part .top-linkpart .simple-link a{
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
    font-size:8pt;
    
}
.header-right-part .top-linkpart .blue-link{
    float:left;
    background:#31baec;
    border-radius:0px 0px 10px 10px;
    color:#FFFFFF;
    padding:0px 10px;
    margin-left:10px;
    line-height:41px;
    font-weight:500;
}
.header-right-part .top-linkpart .blue-link .green {
    color:#FFFFFF;
}
.header-right-part .top-linkpart .blue-link a{
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
    font-size:8pt;
}

.header-right-part .top-searchpart {
    float:right;  
    /*width:100%;*/  
}
.header-right-part .top-searchpart .search-input {
    float:right;
    background:rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll 5px center;
    background-repeat:no-repeat;
    border:1px solid #FFFFFF;
    height:34px;
    padding:0px 5px 0px 27px;
    color:#FFFFFF;
    /*width:35%;*/
    width:100%; 
    margin-top:10px;
}
@media (max-width: 1199px) {
    .header-right-part .top-searchpart .search-input {
        /*width:69%;*/
        width:100%;
    }
}
.header-menu-link {
    color:#31baec;
    padding-left:25px;
    /*margin-top:25px;*/
    margin-top:0px;
    float:left;
    width:100%;
    position:relative;
}
.header-menu-link .navbar-nav {
    padding-bottom:0px;
}
.header-menu-link li a{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    line-height:20px;
    font-size:9pt;
    padding:18px 8px;
}

.header-menu-link .menu-link1 {
    position:static;
}
.header-menu-link .menu-link1 .ddl-SubMenu .thumbnail a {
    display:block;
}
.header-menu-link .menu-link1 .ddl-SubMenu .thumbnail {
    border:none;
    margin-bottom:5px;
}
.header-menu-link .menu-link1 .ddl-SubMenu .img-link-name {
    text-align:center;
}
.header-menu-link .menu-link1 .ddl-SubMenu .img-link-name a{
    display:block;
}
.header-menu-link .menu-link1 .ddl-SubMenu .sb-menu-links {
    border-left:1px dashed #e2e2e3;
}
.header-menu-link .menu-link1 .ddl-SubMenu .sb-menu-links a{
    font-weight:500;
    line-height:30px;
    text-transform:none;
    color:#000;
    padding:0px;
    text-transform:uppercase;
    font-size:9pt;
}
.header-menu-link .menu-link1 .ddl-SubMenu .sb-menu-links a:hover {
    color:#000;
    text-decoration:none;
    background:none !important;
    font-weight:600;
}
.header-menu-link .menu-link1.open {
    background:#FFFFFF;
}
.header-menu-link .menu-link1 .dropdown-menu.ddl-SubMenu {
    top:88%;    
    padding-top:10px !important;
    min-width: 99% !important;
}
.header-menu-link li.sep-rtr {
    padding:18px 0px;
}
@media (min-width: 1330px) and (max-width: 1510px) {
    .header-menu-link li a {
        padding:12px 7px;
        font-size:9pt;
    }
    .header-menu-link li.sep-rtr {
        padding:12px 0px;
    }
}
@media (min-width: 1210px) and (max-width: 1329px) {
    .header-menu-link li a {
        padding:12px 4px;
        font-size:9pt;
    }
    .header-menu-link li.sep-rtr {
        padding:12px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1209px) {
    .header-menu-link li a {
        padding:12px 3px;
        font-size:9pt;
    }
    .header-menu-link li.sep-rtr {
        padding:12px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .header-menu-link li a {
        font-size:9pt;
    }
    .header-menu-link .menu-link1 .ddl-SubMenu .sb-menu-links a {
        font-size:11px;
    }
    .header-right-part .top-linkpart {
        margin-bottom:10px;
    }
    .top-logopart-large {
        width:26%;
    }
    .header-right-part {
        width:69%;
    }
    .header-menu-link .navbar-nav {
        float:right;
    }

}
@media (max-width: 1200px) {
.cat-attrib-box.seeChekbox .cheboxAttrib label
	{
		font-size:8pt !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-menu-link li a {
        padding:12px 4px;
    }
    .header-menu-link li a {
        font-size:8pt;
    }
    .header-menu-link .menu-link1 .ddl-SubMenu .sb-menu-links a {
        font-size:11px;
    }
    .header-menu-link .navbar-nav {
        float:right;
    }
    .header-right-part .top-linkpart {
        margin-bottom:10px;
    }
    .top-logopart-large {
        width:23%;
    }
    .header-right-part {
        width:77%;
    }
    .header-menu-link {
        padding-left:5px;
    }
    .header-right-part .top-linkpart .simple-link a {
        font-size:12px;
    }
    .header-right-part .top-linkpart .blue-link a {
        font-size:12px;
    }
    .header-menu-link li.sep-rtr {
        padding:12px 0px;
    }
}
@media (min-width: 992px) and (max-width: 1004px) {
    .header-menu-link li a {
        font-size:8pt;
    }
}
@media (min-width: 768px) and (max-width: 775px) {
    .header-menu-link li a {
        font-size:7pt;
    }
}
@media (min-width: 768px) and (max-width: 840px) {
    .header-menu-link li a {
        font-size:7pt;
    }
}
.header-menu-link li a:hover {
    color:#fff;
    text-decoration:none;
    background:#FFFFFF !important;
    color:#000000;
}
.header-menu-link .open .see-main-topmnu-hover ,.header-menu-link .open .see-main-topmnu-hover:focus {    
    text-decoration:none;
    background:#FFFFFF !important;
    color:#000000 !important;
}

.header-menu-link a.active{
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
    background:#FFFFFF;
}
.header-menu-link.menulink-sm-part {
    padding-left:0px;
}
.header-menu-link.menulink-sm-part li a {
        padding:15px 11px;
}
@media (min-width: 768px) and (max-width: 885px) {
    .header-menu-link.menulink-sm-part li a {
        padding:15px 4px;
    }
}
.white-sep {
    float:left;
    width:100%;
    height:4px;
    background:#FFFFFF;
}
@media (min-width: 200px) and (max-width: 767px) {    
    .white-sep {
        height:4px;
    }
}

/*Header Part end*/

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 200;
    padding: 0;
    margin: 0 0 8px 0;
}

h2 {
    color: #333;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 8px 0;
}

h3 {
    color: #333;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 8px 0;
}

h4 {
    color: #00AEEF;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 8px 0;
}

h5 {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 8px 0;
}

h6 {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    margin: 0 0 8px 0;
}

ol, ul {
    padding: 0 5px 16px 25px;
    margin: 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

    ul ul, ol ol {
        padding: 0 5px 0 25px;
    }

        ul ul li {
            list-style-type: circle;
        }

        ol ol li {
            list-style-type: lower-alpha;
        }

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

p, blockquote {
    padding-bottom: 16px;
}

img {
    vertical-align: middle;
}

textarea {
    font-family: inherit;
}

/* tables */
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 9pt;
}

th {
    text-align: left;
    font-weight: bold;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > tbody > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > tbody:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #f9f9f9;
}

.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
    background-color: #f5f5f5;
}

/* utitlity classes */

.wrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.bar {
    padding: 5px 0;
    margin-bottom: 8px;
    color: #333;
    font-size: 16px;
    border-bottom: solid 1px #e4e4e4;
}

.group-header {
    color: #333;
}
/* buttons */

.button {    
    background: #31baec;    
    cursor: pointer;
    color: #fff;
    font-size: 9pt;
    font-weight: 400;
    padding: 8px 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
    margin: 2px;
        text-transform:uppercase;
        border:none;
}

a.button {
    text-decoration: none;
}

.call-to-action {    
    
    background-color: #31baec ;    
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 9pt;
    font-weight: 200;
    padding: 8px 20px;
    text-decoration: none;
    margin: 2px;
    text-transform:uppercase;
    border:none;
}


.add-to-cart {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    -moz-box-shadow: inset 0 1px 0 0 #fce2c1;
    -webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
    box-shadow: inset 0 1px 0 0 #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
    background-color: #ffc477;
    border: 1px solid #eeb44f;
    text-shadow: 0px 1px 0 #cc9f52;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    margin: 2px;
}

    .add-to-cart:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
        background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
        background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
        background-color: #fb9e25;
    }


.product-landing-page .add-to-cart {
    padding: 12px 34px;
    font-size: 18px;
}

.button:disabled {
    background: #eee;
    border: 1px solid #ddd;
    color: #bbb;
    text-shadow: none;
    box-shadow: none;
}

/* header elements */
.header {
    min-height: 50px;
    position: relative;
}

    .header .phone {
        float: right;
        clear: both;
        color: #666;
    }

    .header .logo {
        margin: 31px 0 0 0;
        float: left;
    }

.user-links {
    text-align: right;
    font-size: 13px;
    color: #666;
    float: right;
    padding-top: 8px;
}

    .user-links a {
        padding: 0 3px 0 6px;
        border-left: 1px solid #efefef;
    }

        .user-links a:first-child {
            border: none;
            padding-left: 0;
        }

/* horizontal navigation */
.top-nav-wrapper {
    padding: 4px 0;
}

    .top-nav-wrapper a {
        color: #333;
    }

.top-nav {
    text-align: left;
    font-size: 16px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.top-nav-list {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .top-nav-list li {
        list-style: none;
        display: inline;
    }

        .top-nav-list li a {
            display: inline-block;
            text-decoration: none;
            color: #333;
            padding: 14px 16px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .top-nav-list li > a:hover {
            background: #efefef;
        }

        .top-nav-list li a:hover {
            color: #666;
        }

/* search styles */
.search-wrap {
    float: right;
    width: 328px;
    text-align: right;
}

.search-form {
    margin: 0;
    width: 100%;
    padding-top: 4px;
}

    .search-form .search-text {
        padding: 6px 12px;
        display: inline-block;
        width: 250px;
        vertical-align: middle;
        font-family: 'Source Sans Pro', Arial, sans-serif;
        border-radius: 0px;
        border: 1px solid #efefef;
        font-style: italic;
        color: #ccc;
    }

    .search-form .button {
        padding: 6px 12px;
        margin: 0;
        vertical-align: middle;
        line-height: 20px;
        font-size: 13px;
    }

/* main body */

.body-wrapper {
    padding: 16px 0;
}

/* left navigation */

.vertical-nav-wrapper {
    float: left;
    width: 236px;
}

/* entity menu */

ul.entity-menu {
    margin: 0 0 16px 0;
    padding: 0 9px 16px 9px;
}

    ul.entity-menu ul {
        margin: 0 0 0 8px;
        padding: 0;
    }

.entity-menu li.menu-item, .entity-menu li.menu-item-more {
    list-style: none;
    padding: 4px;
}

.entity-menu .menu-item-more {
    font-weight: bold;
}

/* content area */

.breadcrumb {
    padding: 6px 0 6px 0;
    font-size: 12px;
    color: #ccc;
}

    .breadcrumb a {
        color: #b3b3b3;
    }

.SEEBreadcrumb {
    padding: 0px;
    font-size: 15px;
    /*background: #f6f4ea ;*/
    background: url(images/efbg.jpg);
    margin-top: 7px;
    margin-bottom: 7px;
    color: #636131;
    border: 1px solid #EDEAD9;
    border-radius: 2px;
    float: left;
    width: 100%;
    height: 32px;
}

    .SEEBreadcrumb .ltn {
        list-style-type: none;
        padding: 0px;
    }

    .SEEBreadcrumb .excert ul li.ef {
        padding: 3px 5px 0 15px;
    }

    .SEEBreadcrumb .excert ul li img {
        height: 31px !important;
        width: 17px !important;
    }

    .SEEBreadcrumb .fl {
        float: left;
    }

    .SEEBreadcrumb a, .SEEBreadcrumb a:hover {
        color: #636131;
        line-height: 26px;
    }

.content-wrapper {
    float: right;
    width: 740px;
}

.content {
    min-height: 300px;
}

/* footer elements */

.footer {
    text-align: center;
    margin-bottom: 16px;
    padding-top: 150px;
    font-size: 14px;
}

.footer-list {
    padding: 0;
    margin: 0;
}

    .footer-list li {
        display: inline;
        list-style: none;
        padding: 0 8px;
    }

    .footer-list a {
        color: #a3a3a3;
    }

.sub-footer {
    font-style: italic;
    color: #a3a3a3;
    text-align: center;
    padding-bottom: 32px;
}

/* account & checkout page styles */

.account-form .form-group, .address-control .form-group {
    width: 85%;
    vertical-align: top;
}

.account-form .first-name, .account-form .last-name,
.address-control .first-name, .address-control .last-name,
.account-form .password-one, .account-form .password-two,
.address-control .company, .address-control .residence-type,
.address-control .city, .address-control .state, .address-control .zip-code {
    width: 41%;
    display: inline-block;
}

.address-control .first-name,
.account-form .first-name, .account-form .password-one,
.address-control .company, .address-control .city {
    margin-right: 3%;
}

.table-order {
    text-align: right;
}

/* products */
.regular-price {
    font-size: 16px;
}

.sale-price {
    color: #e50000;
}
/* Product Landing Page  */
.product-banner {
    padding: 18px;
}

.product-landing-page .product-info {
    padding-left: 45px;
}


/** top bar start **/
.top-bar {
    min-height: 39px;
}

.topbar-contact {
    padding-left: 23px;
    background: url(images/topbar-phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 39px;
}

    .topbar-contact a {
        color: #5E5907;
        text-decoration: none;
        line-height: 37px;
    }

.tobar-signin-register {
    color: #636131;
    text-align: center;
    min-height: 39px;
    line-height: 37px;
}

    .tobar-signin-register a {
        color: #636131;
    }

.topbar-cart {
    background: url(images/top-cart-bg.png);
    background-repeat: no-repeat;
    margin-bottom: 5px;
    height: 32px;
    margin-top: 2px;
    padding-left: 35px;
    width: 212px;
}

    .topbar-cart .tb-cartitem {
        float: right;
        color: #ce0000;
        line-height: 30px;
        padding-right: 10px;
        font-weight: 700;
    }

    .topbar-cart .tb-carttotal {
        float: left;
        color: #ce0000;
        line-height: 30px;
        font-weight: 700;
    }

.top-header {
    background: #FFFFFF;
    float: left;
    width: 100%;
}

    .top-header .logo1 {
        padding-top: 15px;
        margin: 0px 19px 0px 0px;
    }

    .top-header .logo2 {
        padding-top: 15px;
        margin: 0px 15px 0px 0px;
    }


.header-social {
    float: left;
    margin-top: 10px;
}

    .header-social .socbtn {
        margin: 0 8px 0 0;
    }

        .header-social .socbtn img {
            width: 26px !important;
            height: 26px !important;
        }

.header-freeshiping {
    float: right;
    padding-right: 15px;
    margin-top: 10px;
}

    .header-freeshiping .tuck-img {
        margin-top: 7px;
    }

    .header-freeshiping .shiping-text {
    }

.search-box {
    float: left;
    clear: both;
    width: 100%;
    padding: 8px 8px 8px 0;
}

@media (max-width: 1080px) {
    .header-social {
        width: 100%;
    }

        .header-social .social-box {
            float: right !important;
        }
}

/** mid content **/
.mid-cont {
    background: #FFFFFF;
}


/** top menu **/
.top-menu {
    /*background: url(images/menu-bg.jpg);
    height: 43px;*/
}

    .top-menu .menu-link a {
        line-height: 42px;
        color: #626231;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        font-size: 15px;
    }

        .top-menu .menu-link a:hover {
            color: #626231;
            text-decoration: none;
        }

    .top-menu .menu-link {
        border-right: 1px solid #ffffff;
        border-left: 1px solid #d9d2ac;
        float: left;
        padding: 0px 15px;
    }

        .top-menu .menu-link:first-child {
            border-left: none;
        }

        .top-menu .menu-link:last-child {
            border-right: none;
        }

.top-menu .menu-link .ddl-SubMenu .thumbnail a {
    display:block;
}
.top-menu .menu-link .ddl-SubMenu .thumbnail {
    border:none;
    margin-bottom:5px;
}
.top-menu .menu-link .ddl-SubMenu .img-link-name {
    text-align:center;
}
.top-menu .menu-link .ddl-SubMenu .img-link-name a{
    display:block;
}
.top-menu .menu-link .ddl-SubMenu .sb-menu-links {
    border-left:1px dotted #ada272;
}
.top-menu .menu-link .ddl-SubMenu .sb-menu-links a{
    font-weight:500;
    line-height:30px;
    text-transform:none;
}
.top-menu .menu-link.open {
    background:#FFFFFF;
    border-top:1px solid #d9d2ac;
}
.top-menu .menu-link .dropdown-menu.ddl-SubMenu {
    top:94%;
    width:100%;
}
@media (min-width: 992px) and (max-width: 1069px) {
    .top-menu .menu-link {
        padding: 0px 11px;
    }

        .top-menu .menu-link a {
            font-size: 13px;
        }
}

@media (min-width: 1070px) and (max-width: 1150px) {
    .top-menu .menu-link {
        padding: 0px 11px;
    }
}

.mobile-bar {
    clear: both;
    background: url(images/mobile-bar-bg.jpg);
    height: 64px;
    margin-top: 15px;
}

    .mobile-bar .mob-buttons {
        margin-right: 5px;
        line-height: 62px;
    }

    .mobile-bar .mob-buttons-menu {
        float:right;
	margin-top:18px;
    }

@media (max-width: 480px) {
    .mainlogopart .logo1 img {
        max-width: 200px;
    }

    .mainlogopart .logo2 img {
        max-width: 125px;
    }

    .mainlogopart .logo1 {
        margin-right: 10px;
    }

    .mainlogopart .logo2 {
        margin-right: 10px;
    }
}
/** footer **/
.jumbo-footer-part1 {
    background: #636131 none repeat scroll 0 0;
    line-height: 25px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .jumbo-footer-part1 .container {
        font-size: 1.3em;
        font-weight: 600;
    }

@media (max-width:586px) {
    .jumbo-footer-part1 .container {
        font-size: 11px;
    }
}

.jumbo-footer-part1 .container div:first-of-type {
    color: #fff;
    font-style: italic;
}

.jumbo-footer-part1 .container .prd {
    text-align: left;
}

.jumbo-footer-part1 .nwsltr {
    text-transform: uppercase;
    text-align: right;
}

    .jumbo-footer-part1 .nwsltr div {
        display: inline-block;
    }

@media (max-width:1199px) {
    .jumbo-footer-part1 .container .prd {
        text-align: center;
    }

    .jumbo-footer-part1 .nwsltr {
        margin-top: 10px;
        text-align: center;
    }
}

.jumbo-footer-part1 .nwsltr span {
    color: #fff;
    font-style: normal;
    margin-right: 15px;
}

.jumbo-footer-part1 .nwsltr input {
    width: 320px;
}

.jumbo-footer-part2 {
    margin: 0px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .jumbo-footer-part2 .container {
        color: #6e6d41;
    }

@media (min-width:768px) {
    .jumbo-footer-part2 .container .left {
        border-right: 1px dotted #6e6d41;
    }

}
@media (max-width:767px) {
    .jumbo-footer-part1 .nwsltr input {
        max-width: 320px;
        width:100%;
    }
}

.jumbo-footer-part2 .co {
    background: #fff none repeat scroll 0 0;
    color: #9f0102;
    font-size: 1.4em;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.jumbo-footer-part2 .statistics ul, .jumbo-footer-part2 .summer ul {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .jumbo-footer-part2 .statistics ul li {
        margin-bottom: 10px;
    }

        .jumbo-footer-part2 .statistics ul li span:first-of-type {
            font-weight: 900;
            margin-right: 5px;
        }

.jumbo-footer-part2 .summer div {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media (max-width:991px) {
    .jumbo-footer-part2 .summer div {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .jumbo-footer-part2 .statistics ul, .jumbo-footer-part2 .summer ul {
        margin: 0 auto;
    }
}

.jumbo-footer-part2 .summer ul li {
    margin-bottom: 10px;
}

    .jumbo-footer-part2 .summer ul li span:first-of-type {
        min-width: 100px;
    }

    .jumbo-footer-part2 .summer ul li span {
        display: inline-block;
    }

.jumbo-footer-part2 .address {
    margin-top: 15px;
}

    .jumbo-footer-part2 .address div {
        display: table;
        margin: 0 auto;
    }

.jumbo-footer-part2 .shields {
    text-align: center;
}

@media (max-width:767px) {
    .jumbo-footer-part2 .shields {
        margin-top: 20px;
    }
}

.jumbo-footer-part2 .shld {
    width: 160px;
    margin-top: 10px;
}

.jumbo-footer-part2 .shields div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

@media (max-width:991px) {
    .jumbo-footer-part2 .co {
        text-align: center;
    }

    .jumbo-footer-part2 .statistics {
        text-align: center;
    }

    .jumbo-footer-part2 .summer {
        text-align: center;
    }
}

.jumbo-footer-part3 {
    margin: 0px;
    background: #F5F1D8;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBC3;
    border-top: 1px solid #DBDBC3;
}

    .jumbo-footer-part3 .lst {
        display: inline-block;
        vertical-align: top;
        width: 30%;
	line-height:25px;
    }

        .jumbo-footer-part3 .lst div {
            color: #6e6d41;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .jumbo-footer-part3 .lst ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .jumbo-footer-part3 .lst ul {
            margin-bottom: 5px;
        }

    .jumbo-footer-part3 .map div:first-of-type {
        color: #6e6d41;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .jumbo-footer-part3 .map .thumbnail {
        background-color: transparent !important;
        border: none;
        border-radius: 0;
    }

        .jumbo-footer-part3 .map .thumbnail img {
            background-color: transparent !important;
            border: 4px solid #fff !important;
            border-radius: 0;
        }

@media (min-width:992px) {
    .jumbo-footer-part3 .container div {
        text-align: left;
    }
}

@media (max-width:991px) {
    .jumbo-footer-part3 .container div {
        text-align: center;
    }
}

.jumbo-footer-part4 {
    margin: 0px;
    background: #F5F1D8;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #fff;
}

    .jumbo-footer-part4 .container .left {
        margin-top: 10px;
    }

    .jumbo-footer-part4 .container .right {
        margin-top: 10px;
    }

    .jumbo-footer-part4 .left div {
        display: inline-block;
    }

    .jumbo-footer-part4 .logo {
        margin-right: 15px;
        vertical-align: top;
    }

    .jumbo-footer-part4 .social {
        background-color: #fcf9f0;
        border-radius: 10px;
        display: table;
        line-height: 40px;
        padding: 0 10px;
    }

        .jumbo-footer-part4 .social div {
            display: inline-block;
            margin-right: 10px;
            text-align: center;
        }

            .jumbo-footer-part4 .social div img {
                margin-right: 5px;
            }

            .jumbo-footer-part4 .social div span {
                color: #636131;
            }

        .jumbo-footer-part4 .social .fb {
            width: 81px;
        }

        .jumbo-footer-part4 .social .tw {
            width: 66px;
        }

        .jumbo-footer-part4 .social .in {
            width: 83px;
        }

        .jumbo-footer-part4 .social .bl {
            width: 54px;
        }

        .jumbo-footer-part4 .social .pi {
            width: 70px;
        }

        .jumbo-footer-part4 .social .flk {
            width: 56px;
        }

@media (min-width:1200px) {
    .jumbo-footer-part4 .left {
        text-align: left;
    }

    .jumbo-footer-part4 .container .right .social {
        float: right;
    }
}

@media (max-width:1199px) {
    .jumbo-footer-part4 .left {
        text-align: center;
    }

    .jumbo-footer-part4 .container .right .social {
        margin: 0 auto;
    }
}

@media (max-width:612px) {
    .jumbo-footer-part4 .social div span {
        display: none;
    }

    .jumbo-footer-part4 .social .fb {
        width: 30px;
    }

    .jumbo-footer-part4 .social .tw {
        width: 30px;
    }

    .jumbo-footer-part4 .social .in {
        width: 30px;
    }

    .jumbo-footer-part4 .social .bl {
        width: 30px;
    }

    .jumbo-footer-part4 .social .pi {
        width: 30px;
    }

    .jumbo-footer-part4 .social .flk {
        width: 30px;
    }
}
/** footer ends**/


/*********************Category Page Start*********************/
#SEECategory {
    float: left;
    width: 100%;
    padding-top: 12px;
}
#SEECategory .cat-wheelbld-var-ddl {
    min-height:32px;
    padding-bottom: 5px;
    width: 100%;
}
#SEECategory .btn-wheel-builder {
    background: url(images/btn-addtowheelbuilder.jpg);
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-size:1vw;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
    background-size:contain;
    text-indent:-9999px;
    background-position:center;
    background-repeat:no-repeat;
}
.cat-wheelbld-var-ddlClass {
    font-size:14px !important;
}
#SEECategory .cat-wheelbld-btn-div {
    clear:both; float:left; width:100%;
    padding-bottom:5px;
}
    /*breadcrumb Part Start*/
    #SEECategory .breadcrumb {
        width: 100%;
        border: 1px solid #e6e6e6;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 0;
    }

        #SEECategory .breadcrumb .bread-home {
            float: left;
            padding: 8px 9px 8px;
            float: left;
            background: #eb065c;
        }

        #SEECategory .breadcrumb .bread-link {
        }

            #SEECategory .breadcrumb .bread-link a {
                float: left;
                font-size: 13px;
                color: #757070;
                border-right: 1px solid #e6e6e6;
                padding: 10px 20px;
            }

                #SEECategory .breadcrumb .bread-link a:hover {
                    color: #0fb493;
                    text-decoration: none;
                }

                #SEECategory .breadcrumb .bread-link a.activelink {
                    color: #0fb493;
                    text-decoration: none;
                }
/*breadcrumb Part Start*/

@media (max-width: 991px) {
    #SEECategory h2 {
        margin-top: 20px;
    }
}

/*yourselection Part Start*/
#SEECategory .yourselection {
    background: #0f9fb4;
    width: 100%;
}

    #SEECategory .yourselection .ys-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 12px 15px;
        background: #636131;
    }

    #SEECategory .yourselection .selectarea {
        color: #0f9fb4;
        padding: 10px;
        background: #ebe6c6;
        width: 100%;
    }

        #SEECategory .yourselection .selectarea .selectpart {
            width: 100%;
            background: #fff;
            margin-bottom: 15px;
            padding: 8px 10px;
            border-radius: 3px 3px 3px 3px;
            -moz-border-radius: 3px 3px 3px 3px;
            -webkit-border-radius: 3px 3px 3px 3px;
        }

            #SEECategory .yourselection .selectarea .selectpart .sfb {
                width: 80%;
                color: #757070;
                font-weight: 500;
            }

                #SEECategory .yourselection .selectarea .selectpart .sfb span {
                    padding: 0 5px;
                    color: #757070;
                    font-weight: 300;
                    line-height: 21px;
                }

            #SEECategory .yourselection .selectarea .selectpart a {
                width: 20%;
                text-align: right;
                background: #636131;
                padding: 7px 15px 10px;
                -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.14);
                -moz-box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.14);
                box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.14);
            }

@media (max-width: 1050px) {
    #SEECategory .yourselection .selectarea .selectpart .sfb {
        width: 80%;
        font-size: 13px;
        font-weight: 700;
    }

        #SEECategory .yourselection .selectarea .selectpart .sfb span {
            font-size: 13px;
        }

    #SEECategory .yourselection .selectarea .selectpart a {
        width: 20%;
        text-align: right;
        background: #0e4470;
        padding: 7px 10px 9px;
    }
}
/*yourselection Part End*/

/*Filter Part Start*/
#SEECategory .filterarea {
    width: 100%;
    margin-bottom: 30px;
}

    #SEECategory .filterarea .filter-mainhead {
        width: 100%;
        padding: 10px;
        color: #fff;
        background: #636131;
        font-size: 20px;
        font-weight: 700;
    }

    #SEECategory .filterarea .filterbox {
        width: 100%;
        background: #f6f4ea;
    }

        #SEECategory .filterarea .filterbox .filter-title {
            padding-left: 15px;
            color: #636131;
            line-height: 40px;
            padding-bottom: 2px;
            font-size: 21px;
            font-weight: 600;
            /*border-top:1px solid #c5c5c5; 
    border-bottom:1px solid #c5c5c5;*/
            background: #ebe6c6;
            background: -moz-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #ebe6c6), color-stop(97%, #f3eed8), color-stop(100%, #eee9d3));
            background: -webkit-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
            background: -o-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
            background: -ms-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
            background: linear-gradient(to bottom, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe6c6', endColorstr='#eee9d3', GradientType=0 );
        }

            #SEECategory .filterarea .filterbox .filter-title span {
                padding: 0px 15px;
                padding-bottom: 2px;
                float: right;
		margin-top:17px;
            }

        #SEECategory .filterarea .filterbox .filter-area {
            width: 100%;
            margin: 0px;
        }


            #SEECategory .filterarea .filterbox .filter-area .filtercheckbox {
                width: 100%;
                padding: 7px 0;
            }

                #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list {
                    width: 100%;
                    padding: 8px 15px;
                }

                    #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list label {
                        width: 100%;
                        color: #757070;
                        font-size: 16px;
                        font-weight: 400;
                        cursor: pointer;
                        line-height: 20px;
                    }

                    #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list a {
                        color: #0f9fb4;
                        font-size: 16px;
                        padding-left: 20px;
                    }

                        #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list a:hover {
                            color: #0f9fb4;
                            text-decoration: underline;
                        }

@media (max-width: 1230px) {
    #SEECategory .filterarea .filter-mainhead {
        font-size: 18px;
    }

    #SEECategory .filterarea .filterbox .filter-title {
        font-size: 16px;
    }

    #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list label {
        font-size: 13px;
    }

    #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list a {
        font-size: 13px;
        font-weight: 600;
    }
}

@media (max-width: 1060px) {
    #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list label {
        font-size: 12px;
    }

    #SEECategory .filterarea .filterbox .filter-area .filtercheckbox .flc-list a {
        font-size: 12px;
        font-weight: 600;
    }
}

#SEECategory .seecheckbox .cheboxAttrib label {
    font-size: 16px;
    padding-left: 5px;
    width: auto;
    line-height: 30px;
}

#SEECategory .alert-warning {
    color: #707070 !important;
    border-color: #636131 !important;
    padding: 10px 25px !important;
    margin: 0px 10px !important;
    background-color: #FFFFFF !important;
}

#SEECategory .seecheckbox input[type="checkbox"] {
    margin-left: 20px;
    margin-right: 4px;
    position: initial;
}

.see-Col-forFilter input[type=checkbox] {
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.3, 1.3);
}

.mob-selection-color input[type=checkbox] {
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.3, 1.3);
}

.mob-selection-color label {
    line-height: 25px;
    padding-left: 10px !important;
    /*color: #000;*/
    font-size: 8pt;
    text-transform:uppercase;	
}

.see-Col-forFilter span [disabled='disabled'] label {
    /*padding-left: 30px !important;*/
}

.see-Col-forFilter span [disabled='disabled'] input {
    opacity: 0.4;
}

.mob-selection-color span [disabled='disabled'] input {
    opacity: 0.4;
}
/*Filter Part End*/

/*Right Part Start*/
#SEECategory .phc-area {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    background: #eaeae6;
}

    #SEECategory .phc-area .phc-box {
        width: 100%;
        border: 2px solid #eeeeee;
        background: #fff;
        padding: 2px;
        text-align: center;
    }

        #SEECategory .phc-area .phc-box .cat-img {
            min-height: 200px;
            max-height: 200px;
            border: 2px solid #fafafa;
            background: #fff;
            padding: 10px;
        }

        #SEECategory .phc-area .phc-box .thumbnail {
            border: none;
            padding: 10px;
            margin-bottom: 0;
        }

        #SEECategory .phc-area .phc-box .cat-name {
            background: #fafafa;
            padding: 5px;
            text-align: center;
        }

            #SEECategory .phc-area .phc-box .cat-name a {
                color: #707070;
                font-size: 19px;
                font-weight: 600;
                padding-top: 5px;
                padding-bottom: 5px;
                text-align: center;
                line-height: 34px;
            }

                #SEECategory .phc-area .phc-box .cat-name a:hover {
                    color: #0fb493;
                    text-decoration: none;
                }

    #SEECategory .phc-area .arrow-brown-l {
        height: 24px;
        width: 24px;
        position: absolute;
        left: 0;
        top: 110px;
    }

    #SEECategory .phc-area .arrow-brown-r {
        height: 24px;
        width: 24px;
        position: absolute;
        right: 0;
        top: 110px;
    }

@media (max-width: 1150px) {
    #SEECategory .phc-area .phc-box .cat-name a {
        font-size: 14px;
    }
}


/*Sort Results By Start*/
#SEECategory .product-area {
    width: 100%;
    margin-bottom: 10px;
}

    #SEECategory .product-area .sortresults {
        width: 100%;
        margin-bottom: 0px;
        margin-left: 0px;
        background: #ebe6c6;
        background: -moz-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #ebe6c6), color-stop(97%, #f3eed8), color-stop(100%, #eee9d3));
        background: -webkit-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
        background: -o-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
        background: -ms-linear-gradient(top, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
        background: linear-gradient(to bottom, #ebe6c6 0%, #f3eed8 97%, #eee9d3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe6c6', endColorstr='#eee9d3', GradientType=0 );
    }

        #SEECategory .product-area .sortresults .sorttitle {
            color: #636131;
            font-weight: 400;
            padding: 14px 0;
            font-size: 15px;
        }

        #SEECategory .product-area .sortresults .sorttitle2 {
            color: #636131;
            font-weight: 400;
            padding: 14px 20px 14px 0;
            font-size: 15px;
        }

        #SEECategory .product-area .sortresults .thum-list-icon {
            padding: 10px 15px 0 0;
        }

        #SEECategory .product-area .sortresults .btn-group-new {
            border: medium none !important;
            display: inline-block;
            padding: 12px 15px 5px 10px;
            vertical-align: middle;
        }

            #SEECategory .product-area .sortresults .btn-group-new .btn {
                height: 30px;
                -moz-user-select: none;
                background-image: none;
                border: 1px solid #dedede;
                border-radius: 0px;
                cursor: pointer;
                display: inline-block;
                font-size: 15px;
                font-weight: normal;
                line-height: 1.42857;
                margin-bottom: 0;
                padding: 2px 7px;
                text-align: left;
                vertical-align: middle;
                white-space: nowrap;
                color: #757070;
                box-shadow: none;
            }

#SEECategory .form-control30 {
    height: 30px !important;
}

#SEECategory .product-area .sortresults .paging {
    text-align: right;
    border-left: #cccccc;
    float: right;
}

    #SEECategory .product-area .sortresults .paging ul {
        margin-bottom: 0;
        list-style: none;
        padding: 0px;
    }

        #SEECategory .product-area .sortresults .paging ul li {
            display: inline;
            float: left;
            background: url(images/paging-divider.jpg) repeat-y left top;
        }

            #SEECategory .product-area .sortresults .paging ul li a {
                font-size: 15px;
                color: #636131;
                text-align: center;
                height: 9px;
                width: 20px;
                padding-right: 0px;
                float: left;
                line-height: 42px;
            }

                #SEECategory .product-area .sortresults .paging ul li a:hover {
                    font-size: 15px;
                    color: #bd0000;
                    text-align: center;
                    height: 42px;
                    width: 20px;
                }

                #SEECategory .product-area .sortresults .paging ul li a.activepage {
                    font-size: 15px;
                    color: #bd0000;
                    text-align: center;
                    height: 42px;
                    width: 20px;
                }

                #SEECategory .product-area .sortresults .paging ul li a.npbutton {
                    background: url(images/paging-divider.jpg) repeat-y left top;
                    line-height: 42px;
                    margin-top: 15px;
                    height: 14px;
                }

                    #SEECategory .product-area .sortresults .paging ul li a.npbutton img {
                        float: left;
                    }

                    #SEECategory .product-area .sortresults .paging ul li a.npbutton:hover {
                        background: url(images/paging-divider.jpg) repeat-y left top;
                        line-height: 42px;
                    }

.srt-posrel {
    position: relative;
}

    .srt-posrel .dropdown-menu::after {
        /*border-bottom: 9px solid #626231;*/
        border-left: 9px solid transparent;
        border-right: 8px solid transparent;
        content: "";
        display: inline-block;
        left: 10px;
        position: absolute;
        top: -10px;
    }

    .srt-posrel .dropdown-menu {
        min-width: 200px !important;
        left: -2px !important;
        top: 45px !important;
    }

    .srt-posrel .srt-posrel-inner.dropdown-menu {
        min-width: 200px !important;
        left: -121px !important;
        top: 45px !important;
    }

        .srt-posrel .srt-posrel-inner.dropdown-menu::after {
            /*border-bottom: 9px solid #626231;*/
            border-left: 9px solid transparent;
            border-right: 8px solid transparent;
            content: "";
            display: inline-block;
            left: 52%;
            position: absolute;
            top: -10px;
        }
/*sortresults Mobile Part Start*/
@media (max-width: 991px) {
    #SEECategory .product-area .sortresults .thum-list-icon {
        padding: 10px 20px 8px 0;
    }

    #SEECategory .padleftno {
        padding-left: 0;
    }

    .pop-cat {
        font-size: 20px !important;
    }

        .pop-cat span {
            font-size: 20px !important;
        }
}
/*sortresults Mobile Part End*/

/*sortresults Media*/
@media (max-width: 1200px) {
    #SEECategory .product-area .sortresults .sorttitle {
        display: none;
    }
}

@media (max-width: 480px) {
    #SEECategory .product-area .sortresults .sorttitle2 {
        display: none;
    }

    #SEECategory .num-padl-5 {
        padding-left: 5px;
        padding-right: 0px;
    }

    #SEECategory .num-padl-no {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*Sort Results By END*/

/*Product list start*/
#SEECategory .product-area .catproducts {
    width: 100%;
    background: #fff;
    border: 1px solid #f3efda;
}
@media (min-width: 1200px) {
#SEECategory .product-area .SEE-col-2-1200
{
	width:20%;
}
#SEECategory .see-col-80-1200
{
		width:80%;
}
#SEECategory .see-col-20-1200
{
		width:20%;
}
}

    #SEECategory .product-area .catproducts .catpro-box {
        width: 100%;
        min-height: 415px;
        max-height: 500px;
        border-right: 1px dashed #f3efda;
        border-bottom: 1px solid #f3efda;
        text-align: center;
    }

        #SEECategory .product-area .catproducts .catpro-box .catpro-img {
            width: 100%;
            min-height: 220px;
            max-height: 220px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

            #SEECategory .product-area .catproducts .catpro-box .catpro-img .thumbnail {
                border: none;
                background: none;
            }

        #SEECategory .product-area .catproducts .catpro-box .catpro-name {
            width: 100%;
            min-height: 65px;
            max-height: 65px;
            margin-bottom: 15px;
        }

            #SEECategory .product-area .catproducts .catpro-box .catpro-name a {
                font-size: 15px;
                color: #636131;
                line-height: 22px;
                text-align: center;
            }

                #SEECategory .product-area .catproducts .catpro-box .catpro-name a:hover {
                    color: #636131;
                }

        #SEECategory .product-area .catproducts .catpro-box .catpro-starrating {
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
            clear: both;
        }

            #SEECategory .product-area .catproducts .catpro-box .catpro-starrating img {
                vertical-align: middle;
            }

            #SEECategory .product-area .catproducts .catpro-box .catpro-starrating .rating-count {
                line-height: 21px;
            }

        #SEECategory .product-area .catproducts .catpro-box .catpro-price {
            width: 100%;
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 700;
            color: #636131;
            text-align: center;
            border-top: 1px solid #f3efda;
            border-bottom: 1px solid #f3efda;
            padding: 7px 0px;
        }

            #SEECategory .product-area .catproducts .catpro-box .catpro-price span {
                font-size: 18px;
                font-weight: 400;
                color: #636131;
                padding-right: 10px;
                text-align: center;
                text-decoration: line-through;
            }

@media (max-width: 991px) {
    #SEECategory .product-area .catproducts .catpro-box .catpro-name {
        min-height: 40px;
        max-height: 40px;
    }
}

/*Product list End*/

/*Recently viewed items Part Start*/
#SEECategory .recentlyview-box {
    width: 100%;
    background: #fff;
    border: 1px solid #c7c7c7;
    margin-bottom: 30px;
}

    #SEECategory .recentlyview-box .rvpro-box {
        width: 100%;
        min-height: 320px;
        max-height: 320px;
        border-left: 1px solid #c7c7c7;
        text-align: center;
    }

        #SEECategory .recentlyview-box .rvpro-box .rvpro-img {
            width: 100%;
            min-height: 160px;
            max-height: 160px;
            margin-top: 40px;
            margin-bottom: 30px;
        }

            #SEECategory .recentlyview-box .rvpro-box .rvpro-img .thumbnail {
                border: none;
                background: none;
            }

        #SEECategory .recentlyview-box .rvpro-box .rvpro-name {
            width: 100%;
            min-height: 45px;
            max-height: 45px;
            margin-bottom: 10px;
        }

            #SEECategory .recentlyview-box .rvpro-box .rvpro-name a {
                font-size: 14px;
                color: #5b6769;
                line-height: 22px;
                text-align: center;
            }

                #SEECategory .recentlyview-box .rvpro-box .rvpro-name a:hover {
                    color: #107193;
                }

        #SEECategory .recentlyview-box .rvpro-box .rvpro-price {
            width: 100%;
            margin-bottom: 20px;
            font-size: 15px;
            font-weight: 700;
            font-style: italic;
            color: #0fb493;
            text-align: center;
        }

            #SEECategory .recentlyview-box .rvpro-box .rvpro-price span {
                font-size: 15px;
                font-weight: 400;
                color: #636363;
                padding-right: 10px;
                text-align: center;
                text-decoration: line-through;
            }

        #SEECategory .recentlyview-box .rvpro-box .deal-tag {
            background: #c61074;
            position: absolute;
            left: 0;
            top: 0;
            padding: 5px 10px;
            font-size: 15px;
            color: #fff;
            font-weight: 400;
            text-transform: uppercase;
        }

.bd-ad {
    padding-right: 0;
}

#SEECategory .recentlyview-box .rvp-arrow-l {
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 150px;
}

#SEECategory .recentlyview-box .rvp-arrow-r {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 150px;
}

#SEECategory .bred-cumb p {
    float: left;
    /*font-family: 'Roboto';*/
    font-size: 13px;
    text-align: left;
    color: #626231;
    margin: 0px;
    text-transform: uppercase;
    padding: 14px 10px;
}

    #SEECategory .bred-cumb p.yellow-hed {
        float: none;
        font-size: 20px;
        padding: 0;
    }

#SEECategory .bred-cumb .modal-header {
    background: #f5f1d8;
    border-radius: 0px;
    color: #626231;
}

#SEECategory .bred-cumb .badge {
    background-color: #636131;
    font-size: 15px;
    color: #ffffff;
}

#SEECategory .bred-cumb button.close {
    background-color: #636131;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    padding: 0;
    height: 30px;
    width: 33px;
    opacity: 1;
}

#SEECategory .accordion-heading {
    background-color: #f2f2f2;
}

    #SEECategory .accordion-heading > a {
        color: #31baec;
        border-top: 1px solid #FFF !important;
        /*font-family: 'Roboto';*/
        font-size: 9pt;
        border-radius: 0px !important;
        margin: 0;
        display: block;
        border-radius: 0px !important;
        background-color: #f2f2f2;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase;
    }

        #SEECategory .accordion-heading > a:hover {
            background-color: #FFF !important;
            color: #EB1C24 !important;
            border: none;
            text-decoration: none;
        }

    #SEECategory .accordion-heading .see-acco-full a {
        color: #31baec;
        border-top: 2px solid #F2F2F2 !important;
        font-size: 9pt;
        border-radius: 0px !important;
        margin: 0;
        display: block;
        border-radius: 0px !important;
        background-color: #FFFFFF;
        text-decoration: none;
        text-align: left;
        text-transform: uppercase;
        line-height: 25px;
        padding: 6px;
    }

        #SEECategory .accordion-heading .see-acco-full a:hover {
            background-color: #FFF !important;
            color: #000 !important;
            text-decoration: none;
        }

    #SEECategory .accordion-heading > a h5 {
        margin: 0px;
    }

.disabled .SEEArrows {
    display: none;
}

.disabled .SEEArrows-br {
    display: block !important;
    opacity: 0.2 !important;
}

.SEE-ajax-loader {
    display: block;
    left: 49%;
    position: fixed;
    top: 50%;
    z-index: 10002;
}

#SEEblanket {
    height: 100% !important;
    position: fixed !important;
    background-color: #f2f2f2;
    left: 0;
    opacity: 0.65;
    top: 0;
    width: 100%;
    z-index: 10001;
}
/*Recently viewed items Part End*/

/*Right Part End*/
/* Price Slider */
#RadSliderDrag_ctl00_PageContent_ctl00_rsPriceSlider {
    background-image: url(images/shd1.png);
    height: 26px;
    width: 12px;
}

    #RadSliderDrag_ctl00_PageContent_ctl00_rsPriceSlider:hover {
        background-position: 0px !important;
    }

#RadSliderEndDrag_ctl00_PageContent_ctl00_rsPriceSlider {
    background-image: url(images/shd2.png);
    height: 26px;
    width: 12px;
}

    #RadSliderEndDrag_ctl00_PageContent_ctl00_rsPriceSlider:hover {
        background-position: 0px !important;
    }

#RadSliderSelected_ctl00_PageContent_ctl00_rsPriceSlider {
    background: url(images/pzslbg.jpg);
    background-repeat: repeat-x;
    /*width: 100% !important;*/
}

#RadSliderDrag_ctl00_PageContent_SEEAdvSearch_rsPriceSlider {
    background-image: url(images/shd1.png);
    height: 26px;
    width: 12px;
}

    #RadSliderDrag_ctl00_PageContent_SEEAdvSearch_rsPriceSlider:hover {
        background-position: 0px !important;
    }

#RadSliderEndDrag_ctl00_PageContent_SEEAdvSearch_rsPriceSlider {
    background-image: url(images/shd2.png);
    height: 26px;
    width: 12px;
}

    #RadSliderEndDrag_ctl00_PageContent_SEEAdvSearch_rsPriceSlider:hover {
        background-position: 0px !important;
    }

#RadSliderSelected_ctl00_PageContent_SEEAdvSearch_rsPriceSlider {
    background: url(images/pzslbg.jpg);
    background-repeat: repeat-x;
}

/*
#ctl00_PageContent_ctl00_rsPriceSlider {
    width: 100% !important;
}


#RadSliderWrapper_ctl00_PageContent_ctl00_rsPriceSlider {
    width: 100% !important;
}

#RadSliderTrack_ctl00_PageContent_ctl00_rsPriceSlider {
    width: 100% !important;
}*/
/* Price Slider */

/*** sub categpry page start ***/
#SEESubCategory {
    float: left;
    padding-top: 10px;
    width: 100%;
    padding-top:20px;
}

#SEESubCategory .SaleAndCloseHead {
    background: #31baec;
    color: #ffffff;
    font-size: 9pt;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    text-transform:uppercase;
    letter-spacing:1px;
}

#SEESubCategory #sales-closeout .jcarousel-wrapper {
    border: 1px solid #f3efda;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 10px;
    background:#FFF;
}

#SEESubCategory #sales-closeout .sale-close-item {
    border-right: 1px dashed #000;
}

#SEESubCategory #sales-closeout .sale-close-item .thumbnail {
    border: none;
}

#SEESubCategory #sales-closeout .sale-close-item .name-div {
    font-size: 9pt;
    text-align: center;
    min-height: 50px;
}

#SEESubCategory #sales-closeout .sale-close-item .name-div a:hover {
    color: #000;
}

#SEESubCategory #sales-closeout .sale-close-item .price-div {
    color: #000;
    text-align: center;
    font-size: 9pt;
    border-top: 1px solid #e2e2e3;
    padding-top: 7px;
    font-weight: 600;
}

#SEESubCategory #sales-closeout .sale-close-item .price-div .strikethrough {
    text-decoration: line-through;
}

#SEESubCategory #sales-closeout .sale-close-item .price-div .red {
    color: #31baec;
}


#SEESubCategory .browsin {
    width: 100%;
    padding-left: 15px;    
    text-transform: uppercase;
    background: #31baec;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1px;
}

#SEESubCategory .cat-mfg-head {
    padding-left: 15px;
    color: #fff;
    padding-left: 12px;
    text-transform: uppercase;
    background: #95969A;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1px;
}

#SEESubCategory .cat-mfg-cont {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
}

#SEESubCategory .cat-mfg-cont .bor-sep {
    float: left;
    width: 100%;
    border-top: 1px dotted #e2e2e3;
    border-bottom: 1px dotted #fff;
    height: 2px;
    margin: 8px 0px;
}

#SEESubCategory .cat-mfg-cont .cat-mfg-link a, #SEESubCategory .cat-mfg-cont .cat-mfg-link a:hover {
    font-size: 9pt;
    color: #000;
    text-transform:uppercase;
}

#SEESubCategory .sub-cat-desc {
    font-size: 16px;
    color: #000;
	background: #FFF;
    padding: 10px;
}

#SEESubCategory .sub-cat-desc p {
    padding: 0px;
}

#SEESubCategory .sub-cat-grid {
    float: left;
    width: 100%;
}

#SEESubCategory .sub-cat-grid .sub-cat-grid-head {
    
    background: #31baec;
    color: #ffffff;    
    padding-left: 15px;    
    text-transform: uppercase;    
    font-size: 9pt;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1px;
}


#SEESubCategory .sub-cat-grid .sub-cat-grid-cont {
    float: left;
    width: 100%;
    /*border: 1px solid #f3efda;*/
    background:#FFFFFF;
    margin-bottom:15px;
}

#SEESubCategory .sub-cat-grid .sub-cat-item {
}

#SEESubCategory .sub-cat-grid .sub-cat-item {
}

#SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box {
    border: 1px solid #e2e2e3;
}

#SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .thumbnail {
    border: none;
}

#SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-namelink {
    height: 35px;
}

#SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-namelink a, #SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-namelink a:hover {
    font-size: 9pt;
}

#SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-count {
    color: #31baec;
    font-size: 9pt;
    font-weight: 600;
    padding-top: 10px;
    border-top: 1px solid #e2e2e3;
    padding-bottom: 10px;
}

#SEESubCategory #recomanded-products {
}

#SEESubCategory #recomanded-products .recomanded-products-head {
    background: #31baec;
    color: #ffffff;
    font-size: 9pt;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
    margin-top: 15px;
    letter-spacing:1px;
}

#SEESubCategory #recomanded-products .jcarousel-wrapper {
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 10px;
    background: #fff;
}

#SEESubCategory #recomanded-products .jcarousel-control-prev.seeverticle {
    top: 20px;
    left: 45%;
    font-size: 9pt;
    line-height: 30px;
}

#SEESubCategory #recomanded-products .jcarousel-control-next.seeverticle {
    bottom: 15px;
    top: auto;
    right: 45%;
    font-size: 9pt;
    line-height: 30px;
}

#SEESubCategory #recomanded-products .rec-pro-mainbox {
    padding: 0px 15px;
    margin-bottom: 15px;
    text-align: center;
}

#SEESubCategory #recomanded-products .rec-pro-mainbox .thumbnail {
    border: none;
}

#SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-name {
    text-align: center;
    font-size: 9pt;
    height: 35px;
    padding-bottom: 8px;
}

#SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-price {
    text-align: center;
    color: #31baec;
    text-align: center;
    font-size: 9pt;
    border-top: 1px solid #e2e2e3;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 600;
}

#SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-rating {
    text-align: center;
    border-top: 1px solid #e2e2e3;
    /*border-bottom:1px solid #dbdbc3;*/
    padding-top: 7px;
    /*padding-bottom:7px;*/
}

#SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-rating .rtv1 {
    padding: 7px 0 0;
}

#SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-rating .rtv1 .fl {
}

#SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-rating .rtv1 img {
    display: inline-block;
}

#SEESubCategory #recomanded-products .seejcarousel-verticle ul li {
    padding-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e3;
}
@media (min-width: 1200px) {

    #SEESubCategory .see-col-80-1200
    {
		    width:75%;
    }
    #SEESubCategory .see-col-20-1200
    {
		    width:20%;
    }
    #SEESubCategory .seesubcat-col-5-per {
        width:5%;
    }
    #SEESubCategory .sub-cat-grid .sub-cat-item
    {
	    width:25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #SEESubCategory .see-col-80-1200
    {
		    width:75%;
    }
    #SEESubCategory .see-col-20-1200
    {
		    width:20%;
    }
    #SEESubCategory .seesubcat-col-5-per {
        width:5%;
    }
}

@media (max-width: 1199px) {
    #SEESubCategory .sub-cat-grid .sub-cat-grid-head {
        font-size: 9pt;
    }
    #SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-namelink a, #SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-namelink a:hover {
        font-size: 9pt;
    }
    #SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-count {
        font-size: 9pt;
    }
    #SEESubCategory .browsin {
        font-size: 9pt;
    }
    #SEESubCategory .cat-mfg-head {
         font-size: 9pt;
    }
    #SEESubCategory .cat-mfg-cont .cat-mfg-link a, #SEESubCategory .cat-mfg-cont .cat-mfg-link a:hover {
        font-size: 9pt;
    }
    #SEESubCategory #recomanded-products .recomanded-products-head {
        font-size: 9pt;
    }
    #SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-name {
        font-size: 9pt;
    }
    #SEESubCategory .SaleAndCloseHead {
        font-size: 9pt;
    }
    #SEESubCategory #sales-closeout .sale-close-item .name-div {
        font-size: 9pt;
    }
}

@media (max-width: 900px) {
    #SEESubCategory .sub-cat-grid .sub-cat-grid-head {
        font-size: 9pt;
    }
    #SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-namelink a, #SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-namelink a:hover {
        font-size: 9pt;
    }
    #SEESubCategory .sub-cat-grid .sub-cat-item .sub-cat-box .sub-cat-count {
        font-size: 9pt;
    }
    #SEESubCategory .browsin {
        font-size: 9pt;
    }
    #SEESubCategory .cat-mfg-head {
         font-size: 9pt;
    }
    #SEESubCategory .cat-mfg-cont .cat-mfg-link a, #SEESubCategory .cat-mfg-cont .cat-mfg-link a:hover {
        font-size: 9pt;
    }
    #SEESubCategory #recomanded-products .recomanded-products-head {
        font-size: 9pt;
    }
    #SEESubCategory #recomanded-products .rec-pro-mainbox .rec-pro-name {
        font-size: 9pt;
    }
    #SEESubCategory .SaleAndCloseHead {
        font-size: 9pt;
    }
    #SEESubCategory #sales-closeout .sale-close-item .name-div {
        font-size: 9pt;
    }
}
@media (max-width: 991px) {

    #SEESubCategory .sub-cat-rightpart.see-col-80-1200 {
        padding-left:0px !important;
    }
}
/*** sub categpry page end ***/

/** specialize category start **/
#specialized-sub {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-top: 22px;
    width: 100%;
}

#specialized-sub .thumbnail {
    border: none;
    margin-bottom: 10px;
}

#specialized-sub .category-content {
    background: #fff none repeat scroll 0 0;
    padding: 22px;
    margin-bottom: 15px;
    border-top:1px solid #e2e2e3;
}

#specialized-sub .specialize-subcat-descri {
    font-size: 9pt;
}

#specialized-sub .spe-subpro-box {
    margin-bottom: 15px;
}

#specialized-sub .pro-block {
    width: 100%;
    float: left;
    border:1px solid #e2e2e3;
}

#specialized-sub .pro-block .pro-title {
    padding-left: 15px;
    color: #fff;
    line-height: 40px;
    padding-bottom: 2px;
    font-size: 9pt;
    font-weight: 600;
    background: #31baec;
    float: left;
    width: 100%;
}

#specialized-sub .pro-block .pro-title a, #specialized-sub .pro-block .pro-title a:hover {
    color: #fff;
    line-height: 40px;
    font-size: 9pt;
    font-weight: 600;
	text-transform:uppercase;
}

#specialized-sub .pro-block .pro-content {
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}

#specialized-sub .pro-block .pro-content .thumbnail {
    border: none;
    margin-bottom: 10px;
}

#specialized-sub .pro-block .pro-content .pro-price-rating {
    color: #000;
    float: left;
    width: 100%;
    clear: both;
    border-top: 1px solid #e2e2e3;
    padding: 10px;
}

#specialized-sub .pro-block .pro-content .pro-price-rating .proprice {
    font-size: 9pt;
    font-weight: 600;
}
#specialized-sub .pro-block .pro-content .pro-price-rating .proprice .strikethrough {
    text-decoration:line-through;
}
#specialized-sub .pro-block .pro-content .pro-price-rating .proprice .red {
    color:#31baec;
}
#specialized-sub .pro-block .pro-content .pro-price-rating .ratings {
    float: left;
}

#specialized-sub .pro-block .pro-content .pro-price-rating .reviews {
    float: left;
    padding-left: 3px;
    padding-top: 2px;
}

#specialized-sub .product .pro-content .quick-view-bt {
    display: none;
}

#specialized-sub .product .pro-content:hover .quick-view-bt {
    display: block;
}

#specialized-sub .product .pro-content .quick-view-bt {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
}

.Tab-Button {
    background:#31baec;
    /*border: 1px solid rgba(255, 255, 255, 0.25);*/
    border-radius: 0px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1;
    padding: 8px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-left:10px;
    border:none;
}

.popup-main {
    float: left;
    background: #FFFFFF;
}

.popup-left {
    float: left;
}

.popup-right {
    float: left;
    margin-top: 35px;
}

.popup-main .popup-name {
    color: #BD0000;
    text-decoration: none;
    font-weight: bold;
    font-size: 28px;
}

.popup-main .popup-desc {
    text-align: justify;
    font-size:9pt;
}

#specialized-sub .tab {
    /*background: url(images/tab-runner.jpg);*/
    background:#FFFFFF;
    background-repeat: repeat;
    /*border-top: 1px solid #F3EFDA;*/
    width: 100%;
}

#specialized-sub .tab ul {
    margin: 0;
    padding: 0;
}

#specialized-sub .tab li {
    /*background: url(images/tab-sep.jpg);*/
    background: #95969A;
    border-right:2px solid #fff;    
    background-repeat: no-repeat;
    display: block;
    float: left;
    list-style: none outside none;
    cursor: pointer;
}

#specialized-sub .tab .active {
    /*background: url(images/tab-hover.jpg);*/
    background:#31baec;
    background-repeat: repeat-x;
}

#specialized-sub .tab .active span {
    color: #FFFFFF;
}

#specialized-sub .tab li:hover {
    /*background: url(images/tab-hover.jpg);*/
    background:#31baec;
    background-repeat: repeat-x;
}

#specialized-sub .tab li:hover span {
    color: #FFFFFF;
}

#specialized-sub .tab li {
    color: #fff;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#specialized-sub .tab span {
    background: url(images/tab-hover-bg.png) no-repeat scroll center bottom;
    color: #fff;
}

#specialized-sub .tab li span {
    display: block;
    line-height: 49px;
}
#specialized-sub .category-content h2 {color: #000;font-size: 12pt;margin-top: 10px;text-transform: uppercase; padding-left:15px;}
#specialized-sub .category-content p {line-height: 22px;padding: 12px 0;}


@media (min-width: 768px) {
    #specialized-sub .spec-tab-ulli .dropdown-menu {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        display: block;
        position: relative;
    }
}

@media (max-width: 767px) {
    #specialized-sub .spec-tab-ulli .dropdown-menu {
        position: absolute;
    }

    #specialized-sub .spec-tab-ulli.tab li {
        color: #636332;
        display: block;
        font-size: 9pt;
        font-weight: bold;
        padding: 0 15px;
        text-decoration: none;
        text-transform: uppercase;
        width:100%;
        border-bottom:1px solid #fff;
    }

    #specialized-sub .spec-tab-ulli.tab span {
        background: none;
    }
}
@media (max-width: 1199px) {
    #specialized-sub .specialize-subcat-descri {
        font-size:9pt;
    }
    #specialized-sub .pro-block .pro-title a, #specialized-sub .pro-block .pro-title a:hover {
        font-size:9pt;
    }
    #specialized-sub .pro-block .pro-content .pro-price-rating .proprice {
        font-size:9pt;
    }
    #specialized-sub .category-content h2 {
        font-size:12pt;
    }
}
/** specialize category end **/
/*********************Category Page End*********************/

/*** sign in - create account start ***/
#signincreate .cert-acco-ri {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid #6d6f72;
}

    #signincreate .cert-acco-ri p {
        margin-bottom: 7px;
    }

#signincreate .manifac {
    padding-top: 0px;
    font-size: 15px !important;
    text-transform: uppercase;
    color: #e81e24 !important;
    padding-bottom: 0px;
    margin: 0px;
    text-align: left;
}

#signincreate .cldfty {
    background: #fff;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 20px;
}

#signincreate .padding-over1 {
    padding-top: 16px !important;
    padding-bottom: 0px !important;
}

#signincreate .asdfg {
    padding-left: 0px !important;
}

#signincreate .colert-white {
    background-color: #FFF !important;
}

#signincreate .btn-default-price-last1212 {
    color: #FFF !important;
    text-align: left;
    background-color: #eb1c24;
    font-size: 17px !important;
    border: none !important;
    padding: 0px !important;
    line-height: 22px;
    width: 100%;
}

    #signincreate .btn-default-price-last1212:hover {
        color: #FFF;
        line-height: 22px;
        font-size: 17px !important;
        background-color: #DF141C;
        border: none !important;
    }

#signincreate .panel-default > .panel-heading2 {    
    color: #fff;
    font-size: 12pt;
    padding: 8px 15px;
    background: #95969A;
    border-color: #e2e2e3;
    font-weight: 600;
}

#signincreate .product-price-col221 {
    float: left;
    margin-right: 10px;
    padding: 0 15px !important;
    width: 170px !important;
}

#signincreate .btn-default-price-last1212 p {
    color: #FFFFFF;
    float: left;
    font-size: 10pt;
    line-height: 8px;
    margin: 0;
    padding: 15px 10px;
    text-transform: uppercase !important;
}

#signincreate .margin-zero {
    margin: 0px !important;
}

#signincreate .azsx12 {
    padding-top: 0 !important;
}

#signincreate .clj {
    color: #31baec!important;
    font-size: 9pt !important;
    text-decoration: underline;
}

#signincreate .azsx12 {
    color: #FFFFFF;
    float: left;
    line-height: 38px;
    margin: 0;
    padding-top: 20px;
}

#signincreate .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 9pt;
    height: 38px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

#signincreate .border111 {
    border: 1px solid #D9D9D9 !important;
}

.SEESignIn_btnLogin_white {
    background: url(images/signin-white-bg.png);
    height: 38px;
    width: 154px;
    cursor: pointer;
    border: none;
}

#signincreate .btn-default-requestPass {
    color: #ffffff !important;
    text-align: left;
    background-color: #31baec;
    font-size: 12pt  !important;
    border: none !important;
    padding: 8px !important;
    line-height: 22px;
    width: 100%;
    text-transform: uppercase !important;
    border-radius:0px;
}


#signincreate .btn-default-price-last1212-new {
    color: #fff !important;
    text-align: left;
    background-color: #31baec;
    font-size: 9pt !important;
    border: none !important;
    padding: 0px !important;
    line-height: 22px;
    width: 142px;
    border-radius:0px;
}

    #signincreate .btn-default-price-last1212-new p {
        color: #f9d83b;
        float: left;
        font-size: 9pt;
        line-height: 8px;
        margin: 0;
        padding: 10px 10px;
    }

    #signincreate .btn-default-price-last1212-new pa {
        color: #ffffff;
        float: left;
        font-size: 12pt;
        line-height: 15px;
        margin: 0;
        text-transform: uppercase;
        padding: 15px 5px;
    }

#signincreate .icon-right1212 {
    border-radius: 0px;
    float: right;
    padding: 10px 8px;
    top: 0 !important;
    background-color: #31baec;
}

#signincreate .xdcd {
    color: #31baec;
    text-decoration: underline;
    font-size: 9pt;
}

    #signincreate .xdcd:hover {
        color: #5a5a5a;
    }

#signincreate .wf {
    padding-right: 0px !important;
}

#signincreate .eir12 {
    padding: 0;
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 15px;
    width: 114px;
}

#signincreate .padiin123 {
    padding: 0 !important;
    text-align: center;
}

#signincreate .manifac {
    padding-top: 0px;
    font-size: 9pt !important;
    text-transform: uppercase;
    color: #000 !important;
    padding-bottom: 0px;
    margin: 0px;
    text-align: left;
    font-weight: bold;
}

#signincreate .seeCheckBox-siCr {
    padding: 0px !important;
    margin: 0px;
}

    #signincreate .seeCheckBox-siCr label {
        font-weight: bold;
        padding-left: 7px;
    }

#signincreate .btn-default-price-last1212-new1 {
    color: #FFF !important;
    text-align: left;
    background-color: #31baec;
    font-size: 12pt !important;
    border: none !important;
    padding: 0px !important;
    line-height: 22px;
    width: 240px;
    border-radius:0px;
}

#signincreate .btn-default-price-last1212-new1 pa {
    color: #ffffff;
    float: left;
    font-size: 12pt;
    line-height: 15px;
    margin: 0;
    text-transform: uppercase;
    padding: 15px 5px;
}

#signincreate .icon-right {
    border-radius: 0px;
    padding: 10px 8px;
    float: right;
    top: 0px !important;
    background-color: #31baec;
}

@media (max-width: 767px) {
    #signincreate .eir12 {
        float: left;
        margin-bottom: 0px;
        margin-left: 27px;
        margin-right: 0;
        margin-top: 0px;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        width: 114px;
    }

    #signincreate .azsx1233 {
        padding-top: 0px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #signincreate .eir12 {
        float: left;
        margin-bottom: 0px;
        margin-left: 27px;
        margin-right: 0;
        margin-top: 0px;
        padding-bottom: 0 !important;
        padding-left: 15px !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        width: 114px;
    }

    #signincreate .azsx1233 {
        padding-top: 0px !important;
        padding-left: 15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #signincreate .azsx1233 {
        padding-top: 0px !important;
        padding-left: 15px !important;
    }
}

#signincreate input[type="checkbox"] {
    margin-right: 7px;
    position: initial;
}

#signincreate input[type=checkbox] {
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.3, 1.3);
}

#signincreate .seeCheckBox-siCr input[type="checkbox"] {
    margin-right: 0px;
    position: initial;
    margin-left: 4px;
}
/*** sign in - create account end ***/



/*** Product page start ***/
#porduct-page {    
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
    padding:10px;
}
#paginate-slider2 {width:100% !important; /*padding-left:15px;*/ margin-left:auto; margin-right:auto;}
#paginate-slider2 ul { text-align:center; }
#paginate-slider2 li {margin-right:12px; list-style-type:none; display:inline-block; border:1px solid #e2e2e3;}
#paginate-slider2 li img  {height:68px;width:68px;}

#porduct-page .product-img-part{
    float:left;
    width:100%;
    padding:15px 0px 0px;
    border:1px solid #e2e2e3;
    margin-bottom:15px;
}
#porduct-page .product-img-part #gallery .MagicZoomPlusHint{
    display:none !important;
}
#porduct-page .product-img-part .MagicZoomPlusHint{
    display:none !important;
}
#porduct-page .product-img-part #gallery {
   clear: both;
    float: left;
    height: 40px;
    padding: 12px 10px;
    width: 100%;
}
#porduct-page .product-img-part #gallery a {
    float:left;
}
#porduct-page .product-img-part .mspro{
    float:left;
    clear:both;
    width:100%;
    background: #fff;
    border-top:1px solid #e2e2e3;
    padding:15px;
}
#porduct-page .product-name-div {
    color: #31baec;
    font-size: 12pt;
    line-height: 40px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 0;
    text-transform:uppercase;
    font-weight:500;
}

#porduct-page .product-right-box {
    float:left;
    width:100%;
    background:#e2e2e3;
    padding:10px;
    font-size:9pt;
}
#porduct-page .pro-top-rating {
}
#porduct-page .price-A2cart-varint-box {
    float:left;
    width:100%;
    background:#FFFFFF;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:10px;
}
#porduct-page .price-A2cart-varint-box .pricepart {    
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
#porduct-page .price-A2cart-varint-box .divLoyaltyPoints {
    padding-top:10px;
    /*padding-bottom:10px;*/
    border-top:1px solid #eee8cc;
    margin-top:10px;
    float:left;
    width:100%;
    clear:both;
    font-weight:bold;
}
#porduct-page .red {
    color:#31baec;
}
#ctl00_PageContent_ctl00_divFreeShipping > div {
    width:85% !important;
}
#porduct-page .variantpart {        
    float:left;
    width:100%;
    clear:both;
    padding:10px;
}
#porduct-page .availability{
    float:left;
    width:100%;
    padding:10px 0px;
    border-bottom:1px solid #eee8cc;
}

#porduct-page .availability p{
    padding-bottom:0px;
}
#porduct-page .qty {
    float:left;
    width:100%;
    padding:10px 0px;
}
#porduct-page .AddToCartButton {
    /*background: #ce0000;*/
    background:rgba(49, 186, 236, 1) url("images/cart-icon-a2c.png") no-repeat scroll 10% 50%;
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
}
#porduct-page .instantPriceMatch {
    /*background: #ce0000;*/
    background:#95969A url("images/icon-pricematch-btn.png") no-repeat scroll 3% 50%;
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
    float:left;
    text-align:center;
    margin-bottom:10px;
    text-decoration:none;
}

#porduct-page .btn-wheel-builder {
    background: #31baec;
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
}
#porduct-page .btn-wheel-builder-Match {
    background: #6d6f72;
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
}
#porduct-page .instantPriceMatch:hover {
    text-decoration:none;
}
#porduct-page .a2c {
    float:left;
    clear:both;
    width:100%;
}
@media (min-width: 768px) and (max-width: 991px) {
   #porduct-page .a2c {        
        width:50%;
    }
    #porduct-page .instantPriceMatch {
        width:50%;
    }
}
#porduct-page .PriceMatchButton
{
    background:url(images/pricematch-1.png);
    width:162px;
    height: 50px;    
    border:none;
    cursor:pointer;
    font-weight:bold;
}
#porduct-page .top-email-print {
    padding-top:12px;
}
#porduct-page .top-email-print .email{
    background: rgba(0, 0, 0, 0) url("images/email.jpg") no-repeat scroll 0 3px;        
    font-size:9pt;
    line-height:15px;
    padding-left:22px;

}
#porduct-page .top-email-print .print{
    background: rgba(0, 0, 0, 0) url("images/print.jpg") no-repeat scroll left top;    
    font-size:9pt;
    line-height:15px;
    padding-left:22px;
}

#porduct-page .SEEMyProjectMainBox {
    background:#fff;
    padding:10px;
    width:100%;
    float:left;
    margin-top:10px;
}
#porduct-page .SEEMyProjectMainBox .SEEMyProjectBoxAnon {
}

#porduct-page .SEEMyProjectMainBox .SEEMyProjectBoxRegister {
}
#porduct-page .SEEMyProjectMainBox .SEEMyProjectBoxRegister .FirstTime {
   float:left;
   width:100%;
}
#porduct-page .SEEMyProjectMainBox .btn-My-Project-add {
    background: #31baec;
    border: 1px solid #31baec;
    border-radius: 0px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 8px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
#porduct-page .SEEMyProjectMainBox .btn-My-Project-save {
    background: #31baec;
    border: 1px solid #31baec;
    border-radius: 0px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 8px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
#porduct-page .SEEMyProjectMainBox .SEEMyProjectBoxRegister .MultiTime {
}

#porduct-page .pro-mid-sep {
    height:6px;
    margin-bottom:15px;
    background: #6d6f72;
    margin-top:5px;
}
#see-pro-addthis {
}
#see-pro-addthis a{
    float:left;
    margin-right:5px;
}
#see-pro-addthis .addthis_floating_style.addthis_32x32_style,
#see-pro-addthis .addthis_floating_style.addthis_32x32_style .addthis_internal_container {
    width:100% !important;
}


#porduct-page .prodtabs .tab {
    /*background: url(images/tab-runner.jpg);*/
    background:#FFF;
    background-repeat: repeat;
    border-top: 1px solid #fff;
    width: 100%;
    float:left;
}

#porduct-page .prodtabs .tab ul {
    margin: 0;
    padding: 0;
}

#porduct-page .prodtabs .tab li {
    background: #95969A ;
    background-repeat: no-repeat;
    display: block;
    float: left;
    list-style: none outside none;
    cursor: pointer;
    border-right:2px solid #FFFFFF;
}

#porduct-page .prodtabs .tab .act {
    background: #31baec;
    background-repeat: repeat-x;
}

#porduct-page .prodtabs .tab .act span {
    color: #FFFFFF;
}

#porduct-page .prodtabs .tab li:hover {
    background: #31baec;
    background-repeat: repeat-x;
}

#porduct-page .prodtabs .tab li:hover span {
    color: #FFFFFF;
}

#porduct-page .prodtabs .tab li {
    color: #fff;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#porduct-page .prodtabs .tab span {
    background: url(images/tab-hover-bg.png) no-repeat scroll center bottom;
    color: #fff;
}

#porduct-page .prodtabs .tab li span {
    display: block;
    line-height: 40px;
}

.SEEAvgRatingText 
{
margin-top:16px;
}
#porduct-page .SEEAvgRatingText 
{
    margin-top:0px;
}
@media (min-width: 768px) {
    #porduct-page .prodtabs .tab .dropdown-menu {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        display: block;
        position: relative;
        z-index:1;
        margin:0px !important;
    }
}

@media (max-width: 767px) {
    #porduct-page .prodtabs .tab .dropdown-menu {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        box-shadow: none;
        display: block;
        position: relative;
        z-index:1;
    }
    /*#porduct-page .prodtabs .tab .dropdown-menu {
        position: absolute;
    }*/

    #porduct-page .prodtabs .tab li {
        color: #636332;
        /*display: block;*/
        font-size: 10px;
        font-weight: bold;
        padding: 0 5px;
        text-decoration: none;
        text-transform: uppercase;
        /*width:100%;*/
        /*border-bottom:1px solid #636332;*/
    }

    /*#porduct-page .prodtabs .tab span {
        background: none;
    }*/
}
#porduct-page .prodtabs .tabinfo {
    background:#fff;
    padding:15px;
    float:left;
    width:100%;
    margin-bottom:20px;
    font-size:9pt;
    border:1px solid #e2e2e3;
}
#porduct-page .prodtabs .tabinfo li{
    /*list-style:none;*/
}
#porduct-page .prodtabs .tabinfo .purple {
    color:#31baec;
}
#porduct-page .prodtabs .tabinfo.SEEtabSpecs table{
    font-size:9pt;
}
#porduct-page .prodtabs .tabinfo.SEEtabSpecs .SEESpecEvenRow {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 5px;
}
#porduct-page .prodtabs .tabinfo.SEEtabSpecs .SEESpecOddRow {
    background: #e2e2e3 none repeat scroll 0 0;
    border: 1px solid #fff;
    padding: 5px;
}

#porduct-page .RecentlyViewedHead {
    background: #31baec;
    color: #ffffff;
    font-size: 9pt;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    text-transform:uppercase;
    padding-top:0px;
}

#porduct-page #product-recently-viewed .jcarousel-wrapper {
    border: 1px solid #e2e2e3;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 10px;
}

#porduct-page #product-recently-viewed .recent-view-item {
    border-right: 1px dashed #e2e2e3;
}

#porduct-page #product-recently-viewed .recent-view-item .thumbnail {
    border: none;
}

#porduct-page #product-recently-viewed .recent-view-item .name-div {
    font-size: 9pt;
    text-align: center;
    min-height: 50px;
}

#porduct-page #product-recently-viewed .recent-view-item .name-div a:hover {
    color: #000;
}

#porduct-page #product-recently-viewed .recent-view-item .price-div {
    color: #31baec;
    text-align: center;
    font-size: 9pt;
    border-top: 1px solid #e2e2e3;
    padding-top: 7px;
    font-weight: 600;
}
#porduct-page #product-recently-viewed .recent-view-item .price-div .strikethrough {
    text-decoration: line-through;
}

#porduct-page #product-recently-viewed .recent-view-item .price-div .red {
    color: #31baec;
}
@media (max-width: 1199px) {
    #porduct-page .product-name-div {
        font-size:9pt;
    }
    #porduct-page #product-recently-viewed .recent-view-item .name-div {
           font-size:9pt;
    }
    #porduct-page #product-recently-viewed .recent-view-item .price-div {
        font-size:9pt;
    }
    #porduct-page .prodtabs .tabinfo {
        font-size:9pt;
    }
    #porduct-page .RecentlyViewedHead {
        font-size:9pt;
    }
}


@media (max-width: 991px) {
    #porduct-page .product-name-div {
        font-size:9pt;
    }
    #porduct-page #product-recently-viewed .recent-view-item .name-div {
           font-size:9pt;
    }
    #porduct-page #product-recently-viewed .recent-view-item .price-div {
        font-size:9pt;
    }
    #porduct-page .prodtabs .tabinfo {
        font-size:9pt;
    }
    #porduct-page .RecentlyViewedHead {
        font-size:9pt;
    }
}

#ctl00_PageContent_ctl00_pOutOfStock.red {
    color:#fa2a00;
}

#ctl00_PageContent_ctl00_pOutOfStock.red .red{
    color:#fa2a00;
}

 #porduct-page div[id*='_divSalePrice'] .red2{
     color:#fa2a00;
     line-height:25px;
}
/*** Product page End ***/

/*** specialized Product page Start ***/
#porduct-page.specializeProduct {
}

#porduct-page.specializeProduct .product-img-part .sp-variant-thum{
    margin-bottom:5px !important;
    border:none;
}
#porduct-page.specializeProduct .product-img-part .pop-large-wrap {
    padding:10px;
    text-align:left;
    border-top:1px solid #f5f3ea;
}
#porduct-page.specializeProduct .sp-r-sep {
    clear:both;
    float: left;
    width:100%;
    border-top:1px solid #31baec;
    height:2px;
    margin:10px 0px;
}
#porduct-page.specializeProduct .sp-modelyear {
    padding:0px 10px;
}
#porduct-page.specializeProduct .sp-pricepart {
    padding:0px 10px;
    font-size:11pt;
    font-weight:700;
}
#porduct-page.specializeProduct .sp-pricepart .sale-price{
    color:#31baec;
    margin-top:5px;
}
#porduct-page.specializeProduct .strikethrough {
    text-decoration:line-through;
}
#porduct-page.specializeProduct .Geometry table{
    border-spacing: 0;
    line-height: 25px;
    width: 100%;
    border-collapse: collapse;
    font-size:9pt;
}
#porduct-page.specializeProduct .Geometry .even.first{
    background: none repeat scroll 0 0 #31baec;
    color: #FFFFFF;
    font-weight: bold;
}
#porduct-page.specializeProduct .Geometry .even.first th
{
    text-align:left;
}
#porduct-page.specializeProduct .Geometry tr td:first-child
{
    padding-left:5px;    
}
#porduct-page.specializeProduct .Geometry tr{
    background:#FAFAFA;
    }
#porduct-page.specializeProduct .Geometry .even{
    background:#e2e2e3;
}
#porduct-page.specializeProduct .speci-techdesign .headline
{
    clear: both; 
    color: #000; 
    font-size: 12pt; 
    line-height: 28px; 
    padding-bottom: 10px;
    text-transform: uppercase; 
    font-weight: bold;
}
#porduct-page.specializeProduct .speci-techdesign .feature
{
    clear:both; float:left; font-size:9pt; text-align:justify;padding-bottom:25px;
    width:100%;
}
#porduct-page.specializeProduct .speci-techdesign .feature img {border: 1px solid #e2e2e3;float: left;padding: 10px; width:20% !important; height:auto !important;}
#porduct-page.specializeProduct .speci-techdesign .feature .feature_text {padding-left:20px; float:left; width:80% !important;}
#porduct-page.specializeProduct .speci-techdesign .x_header {font-weight:bold; font-size:9pt; text-transform:uppercase; margin-bottom:5px;}
/*** specialized Product page End ***/
/*** Kit Product page start ***/


#porduct-page.SEEProductKit .CustomizeAndBuyButton {
    /*background: #ce0000;*/
    background:rgba(49, 186, 236, 1) url("images/cart-icon-customizeNbuy.png") no-repeat scroll 9% 50%;
    border: medium none;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12pt;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
}
#porduct-page.SEEProductKit {
}

#porduct-page.SEEProductKit .kit-TabUL {
    list-style-type:none;
    padding:0px;
    float:left;
    width:100%;
}
#porduct-page.SEEProductKit .SEprodesc img{
    max-width:100%;

}
@media (max-width: 767px) {
    #porduct-page.SEEProductKit .kit-TabUL li{
        display:none !important;
    }
    #porduct-page.SEEProductKit .kit-TabUL li.act{
        display:block !important;
        width:100%;
        text-align:center;
    }
}
#porduct-page.SEEProductKit #product-kit .fl{
    float:left;
}
#porduct-page.SEEProductKit #product-kit .fr{
    float:right;
}
#porduct-page.SEEProductKit #product-kit .clear{
    clear:both;
}

#product-kit .midic .midtitle .midttc{
	width: 875px;
	padding: 7px 0px;
	background: url(images/redbg.jpg) left top repeat-x;	
}
#product-kit .midic .midicc{
	margin-top: 10px;
}
#product-kit .midic .midicc .midiccl{
	width: 100%;
	margin-right: 0px;
}
#product-kit .midic .midicc .bgnone{ background:none; }
#product-kit .midic .midicc .midiccl, #product-kit .midic .midicc .midiccr{
	border: 1px solid #f1eedd;
    background:none;
}
#product-kit .midic .midicc .midiccl .buprtabs ul li{
	padding: 8px 11px 10px;
	cursor: pointer;
	border-right: 1px solid white;
    font-size: 9pt;
}
#product-kit .midic .midicc .midiccl .buprtabs ul li.nact, #product-kit .midic .midicc .lobgx{
	background: #6d6f72;
    color:#FFFFFF;
}

#product-kit .midic .midicc .ntb{
	border: none !important;	
}

#product-kit .midic .midicc .midiccl .buprtabs ul li a, 
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv .pimn a,
#product-kit .midic .midicc .midiccr .ft2 .fkti a:hover,
#product-kit .midic .midicc .midiccr .builbtns a{
	text-decoration: none;
}
#product-kit .midic .midicc .midiccl .buprtabs ul li.nact:hover, #product-kit .midic .midicc .midiccl .buprtabs ul li.act{
	background: #31baec !important;
	color: #fff !important;
}
#product-kit .midic .midicc .midiccl .buprtabs ul li.nact:hover a, #product-kit .midic .midicc .midiccl .buprtabs ul li.act a{
	color: #ce0000 !important;
}
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo{	
	border-top: 7px solid #e2e2e3;
	border-bottom: 1px solid #e2e2e3;
	border-right: 1px solid #e2e2e3;
	border-left: 1px solid #e2e2e3;
    width:100%;
}
#product-kit .midic .midicc .midiccl .buprtabs .pimg{
	padding: 10px 0px 20px;
    border: 1px solid #f1eedd;
    margin-bottom:10px;
}
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv{
	height: 30px;
	background-color: #f4f2e9;
}
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv .pimn{
	width: 50%;
}
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv .pimn .p1{
	margin-left: 5px !important;	
}
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv .pimn .p1,
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv .pimn .p2{
	padding: 11px 4px 9px;
}
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv .pimn .p3{
	padding: 7px 5px 6px 4px;
}
#product-kit .midic .midicc .midiccl .buprtabs .tabinfo .pimgnv .pimn .vli{
	padding: 7px 30px 7px 15px;
	background: #edead9 url(images/mgls.png) 80px 8px no-repeat;
}

#product-kit .midic .midicc .midiccr, #product-kit .midic .midicc .midiccr .ft2{
	min-height: 295px;	
}
#product-kit .midic .midicc .midiccr .ft2{
	background: url(images/grdbg.jpg) left top repeat-x;	
}
#product-kit .midic .midicc .midiccr .ft2 .ti{
	padding: 8px 0px 10px 10px;	
    background:#31baec;
    color:#FFF;
}

#product-kit .midic .midicc .midiccr .ft2 .fkti .fktii{
	padding: 10px 15px;	
}
#product-kit .midic .midicc .midiccr .ft2 .fkti{
	/*background: url(images/grdbg2.jpg) center top repeat-y;*/	
}
#product-kit .midic .midicc .midiccr .ft2 .fkti .fktii .fk1 .fkr .t1,
#product-kit .midic .midicc .midiccr .ft2 .fkti .tot .fkr .t1{
	/*width: 178px;*/
}
#product-kit .midic .midicc .midiccr .ft2 .fkti .fktii .fk1 .fkr .t2,
#product-kit .midic .midicc .midiccr .ft2 .fkti .tot .fkr .t2{
	/*width: 55px;*/
}

#product-kit .midic .midicc .midiccr .ft2 .fkti .tot{
	padding: 5px 0px;
	height: 25px;
	background-color: #6d6f72;
}
#product-kit .midic .midicc .midiccr .ft2 .fkti .tot .fkr{
	padding: 3px 15px 0px;	
}
#product-kit .kitPart .radio-d-none {
    display: none;
    visibility: hidden;
}
#product-kit .kitPart .kitColorBoxSelected
{
    background:#e2e2e3;
    color:#000;
    margin-left:1px;
    margin-right:1px;
}

#product-kit .kitMutexCheckboxImage {
    background: url("images/checkbox.png") repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    width: 24px;
    cursor:pointer;
}
#product-kit .kitMutexpUnCheckboxImage {
    background: url("images/Uncheckbox.png") repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
    width: 24px;
    cursor:pointer;
}

#product-kit .kitgrouptypeHeader { border-top:1px solid #6d6f72; border-bottom:1px dotted #6d6f72; background:#e2e2e3; }
#product-kit .kitPart .KitGroupHeader { font-weight:bold; color:#CE0000; font-size:14px; padding-bottom:3px; text-transform:uppercase; padding:0px;}
#product-kit .kitPart .KitGroupHeaderCheckBox { background: #31baec; padding:8px 0px 5px 7px; font-weight:bold; color:#fff; width:100%; clear:both; }

/*#product-kit .kitPart .KitCheckboxTbls{height: 17px;padding: 6px 0 3px 7px; background:#EFECDE;}*/
#product-kit .kitPart .KitCheckboxTbls{height: 17px;padding: 6px 0 3px 7px; border:1px solid #e2e2e3; border-top:none;}
#product-kit .kitPart .KitCheckboxCVMTbls{height: 17px;padding: 6px 0 3px 7px; border:1px solid #e2e2e3; border-top:none;} 

#product-kit .kitPart .kitlargeImageHW { max-width:100%; max-height:325px; }
#product-kit .kitPart .largeImageBox {
    border: 1px solid #F4F2E9;
    /*margin-bottom: 10px;*/
    width: 100%; padding:10px;
    border-bottom:none;
}

#product-kit .kitPart .SeeColorBoxTable { 
    border: 1px solid #e2e2e3;
    border-top:none; width:684px; 

}


.KitNextButon{background: url(images/btn-small.png) no-repeat scroll 0 0 transparent; width:128px; height:24px; cursor:pointer; border:none; margin-bottom:10px; color:#FFFFFF; font-weight:bold;}
.Back-Clear-Buton {
    background: url("images/redbtnbg.png") repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    margin-bottom: 10px;
    width: 276px;
    background-size:contain;
    text-transform:uppercase;
}

.Back-Clear-Buton-Grey {
    background: #e2e2e3;
    border: medium none;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    height: 35px;
    margin-bottom: 10px;
    width: 276px;
    background-size:contain;
    text-transform:uppercase;
}


.CustomizeAddtoCart {
    background: url(images/CustomizeAddtoCart.png) repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 42px;
    width: 241px;
}

#product-kit .proRPs .innerCntn { width:158px; float:left; padding:0px 5px; border-right:1px dashed #e2e2e3; }
#product-kit .kitPart a{
    color:#31baec !important;
}
#product-kit .kitPart a span{
    color:#ce0000 !important;
}
#product-kit .seekitSummarypart {
    width:100%;
}
#product-kit .seekitSummarypartCont {
    border:1px solid #e2e2e3;
}
#product-kit table {
    font-size:9pt;
}
#product-kit table tr td {
    padding:5px;
}
#product-kit .KitSmallPrev,
#product-kit .KitSmallNext
{
    width: 30px;
    height: 30px;
    text-align: center;
    background: #31baec ;
    color: #fff;
    text-decoration: none;
    
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;    
    border:none;
    margin:0px auto;
}
#product-kit .SEEColorBoxResponsive {
}
#product-kit .SEEColorBoxResponsiveTD {
    width:25%;
    float:left;
    padding:5px;
}

@media (max-width: 991px) {
    #product-kit .SEEColorBoxResponsiveTD {
        width:33.3333%;
    }
}
@media (max-width: 767px) {
    #product-kit .SEEColorBoxResponsiveTD {
        width:50%;
    }
}
@media (max-width: 550px) {
    #product-kit .SEEColorBoxResponsiveTD {
        width:100%;
    }
}
.seeshow img { max-width:100%;}
@media (max-width: 615px) {
    .KitNextButon {
        margin-right:0px !important;
    }
}
@media (max-width: 767px) {    
    #product-kit .kitPart .KitCheckboxCVMTbls tr td:first-child {
        max-width:100px;
    }
}
/*** Kit Product page End ***/
/*** color and size product page start ***/
#porduct-page.SEEColorSizeProductPage .color .cb {
    border: 1px solid #aca276;
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30px;
}
#porduct-page.SEEColorSizeProductPage .color .cb:hover{
	border: 1px solid #fff;	
    box-shadow: 0 1px 2px #000;
}
#porduct-page.SEEColorSizeProductPage .color .selected-box {
    border: 1px solid #ffffff !important;
    box-shadow: 0 1px 2px #000;
}
#porduct-page.SEEColorSizeProductPage .color .cb .cbi {
    border: 1px solid #fff;
    height: 28px;
    width: 28px;
}
/*** color and size product page end ***/

/** product wheel builder start **/
.wheel-builder .fl {
    float:left;
}
.wheel-builder .fr {
    float:right;
}
.wheel-builder .clear {
    clear:both;
}
.wheel-builder .h {background: url(images/scbg.jpg) repeat-x scroll left top transparent;color:#636131; height: 25px;padding: 10px 0 0 10px;text-transform: uppercase;width:250px;margin-bottom:2px;cursor:pointer;}
.wheel-builder .h-hover {background: url(images/scbg.jpg) repeat-x scroll left top transparent;color:#BD0000; height: 25px;padding: 10px 0 0 10px;text-transform: uppercase;width:250px;margin-bottom:2px;cursor:pointer;}

.wheel-builder .h1 {
    
background: #31baec;
    color:#fff; 
    height: 90px;
    cursor:pointer; 
    padding: 10px 10px 10px 15px; 
    margin:0px;
    width:100%;

}
.wheel-builder .h1-hover {
    background: #31baec;
    color:#ffffff; 
    height: 90px;
    cursor:pointer; 
    padding: 10px 10px 10px 15px; 
    margin:0px;
    /*opacity:0.90;*/
    width:100%;
}
.wheel-builder .h2 {
    
background: #31baec;
    color:#fff; 
    height: 90px;
    cursor:pointer; 
    padding: 10px 10px 10px 15px; 
    margin:0px;
    width:100%;

}
.wheel-builder .h2-hover {
    background: #31baec;
    color:#fff; 
    height: 90px;
    cursor:pointer; 
    padding: 10px 10px 10px 15px; 
    margin:0px;
    /*opacity:0.90;*/
    width:100%;
}
.wheel-builder .h3 {
    
background: #31baec;
    color:#fff; 
    height: 90px;
    cursor:pointer; 
    padding: 10px 10px 10px 15px; 
    margin:0px;
    width:100%;

}
.wheel-builder .h3-hover {
    background: #31baec;
    color:#fff; 
    height: 90px;
    cursor:pointer; 
    padding: 10px 10px 10px 15px; 
    margin:0px;
    /*opacity:0.90;*/
    width:100%;
}


.wheel-builder .addedproducts {
    padding:0px !important;
    line-height:15px;
    margin-top:7px;
    font-size:15px;
    font-weight:600;
    margin-bottom:0px;
}
.wheel-builder .addedproducts.f1st {
    margin-top:7px;
}
.wheel-builder .hb-number {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75) inset;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.75) ;
-moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.75) ;*/
    color: #000;
    font-family: arial;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 25px;
}
.wheel-builder .hb-header {
    color: #fff;    
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    /*text-shadow: 1px 1px #333;*/
    line-height:24px;
    text-transform:uppercase;
}

@media (max-width: 991px) {
    .wheelbuild-step1-mainbox {
        /*padding-left:0px;
        padding-right:0px;*/
        /*margin-bottom:10px;*/
    }
    .wheelbuild-step2-mainbox {
        /*padding-left:0px;
        padding-right:0px;*/
        /*margin-bottom:10px;*/
    }
    .wheelbuild-step3-mainbox {
        padding-left:0px;
        padding-right:0px;
        /*margin-bottom:10px;*/
    }
    /*#divBuilderStepValue1 {
        width:100% !important;
    }
    #divBuilderStepValue2 {
        width:100% !important;
    }*/

    .wheel-builder .h1 {
        height:44px;
    }
    .wheel-builder .h1-hover {
        height:44px;
    }
    .wheel-builder .h2 {
        height:44px;
    }
    .wheel-builder .h2-hover {
        height:44px;
    }
    .wheel-builder .h3 {
        height:44px;
    }
    .wheel-builder .h3-hover {
        height:44px;
    }
    .wheel-builder .hb-number {
        margin:0px auto;
        float:none;
    }

    #divBuilderStepValue1 {
        width:290% !important;
    }
    #divBuilderStepValue2 {
        width:290% !important;
        left: -90% !important;
    }
}

.wheel-builder .step3-controls-box {
background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e3;
    float: left;
    padding: 10px;
    width: 100%;
}
.wheel-builder .h .ht {background: url(images/darw-right.png) no-repeat scroll 230px 0px transparent;}
.wheel-builder .h-hover .ht-red {background: url(images/darw-right-red.png) no-repeat scroll 230px 0px transparent;}
.wheel-builder .l {/*border:1px solid #F6F4EA;padding: 7px 5px 7px 10px;*/width: 680px;min-height:50px;}
.wheel-builder a {color:#000; text-decoration:none;cursor:pointer;}
.wheel-builder a:hover {text-decoration:underline;}
.wheel-builder .midttc {background: #31baec;padding: 7px 0;width: 872px;}
.wheel-builder .rbt-step3-val label {padding-left:5px;}
.wheel-builder .AddToCartButton2 {background: url(images/add2cart.png) repeat scroll 0 0 transparent;border: medium none;cursor: pointer;float: right;height: 41px;width: 201px; }
.custom-wheel a {color:#BD0000; text-decoration:none;}
.custom-wheel a:hover {text-decoration:underline;}

.wheel-builder .group-Cont {}
.wheel-builder .group-Cont .gpName { 
 background: #31baec none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    width: 100%;    
}
.wheel-builder .group-Cont .cpControl { padding:10px 0 0; width:100%; margin-bottom:10px; }

.cream2 {
    color: #000;
}

.wheel-builder .stsfr .sum {
    background: #31baec none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    width: 100%;
}
.wheel-builder .kit-config-title {
    background: #31baec none repeat scroll 0 0;
    border: medium none;
    height: 29px;
    line-height: 29px;
    padding-left: 5px;
    width: 100%;
    font-weight:600;
    color:#FFF;
}
.wheel-builder .kitsummaryitem .lh20{
    line-height:30px;
}
.wheel-builder .stsfr .lis{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e3;
    float: left;
    min-height: 100px;
    padding: 10px;
    width: 100%;
}

.wheel-builder .stsfr .lis .lis2{
	background-color: #6d6f72;
    border-bottom: 1px dotted #e2e2e3;
    border-top: 1px solid #e2e2e3;
    color: #ffffff;
    height: 32px;
    padding: 5px 0 5px 5px;
    width: 100%;
}
.wheel-builder .stsfr .lis .lis3{
	padding: 7px 0px;
	min-height: 20px;
    height: 32px;
}
.wheel-builder .stsfr .tmrp{	
	background: #31baec;
    color: #ffffff;
    float: left;
    font-weight: 600;
    height: 32px;
    line-height: 31px;
    padding: 0 10px;
    width: 100%;
}
.wheel-builder .stsfr .tx{
	width: 75%;	
}
.wheel-builder .stsfr .cu{
	width: 25%;
}
.wheel-builder .stsfr .a2c{
	padding-top: 15px;	
}
/**product wheel builder start ***/
/** price match poup start  **/
#SEEPriceMatchPopupMainDiv .fl {
    float:left;
}
#SEEPriceMatchPopupMainDiv .fr {
    float:right;
}
#SEEPriceMatchPopupMainDiv .popup .pop-le { padding-left:10px; padding-top:10px; padding-right:10px; margin-bottom:10px;
    background-color: #fff;
    border: 1px solid #e2e2e3;    
}
#SEEPriceMatchPopupMainDiv .popup .pop-le .field { padding-top:5px; }
#SEEPriceMatchPopupMainDiv  input[type="radio"],#SEEPriceMatchPopupMainDiv input[type="checkbox"] { margin-left: 3px;
    margin-right: 5px; }
#SEEPriceMatchPopupMainDiv .popup .pop-le .field .txtbox { background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D3B8;
    padding: 4px 2px; height:19px; }

#SEEPriceMatchPopupMainDiv .popup .pop-le .pdt5 { padding-top:5px; }
#SEEPriceMatchPopupMainDiv .popup .pop-le .pdl5 { padding-left:10px; }
#SEEPriceMatchPopupMainDiv .popup .pop-le .bbTp { border-top:1px dashed #e2e2e3; }
#SEEPriceMatchPopupMainDiv .popup .pop-le .mbt5 { margin-bottom:7px; }
#SEEPriceMatchPopupMainDiv .Tab-Button {
    background: #31baec;
    border: 1px solid #31baec;
    border-radius: 0px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 8px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
#SEEPriceMatchPopupMainDiv .form-group {
    margin-bottom:5px;
}
#SEEPriceMatchPopupMainDiv .pmheader span:first-child{
    font-size:10pt;
    font-weight:bold;
}
#SEEPriceMatchPopupMainDiv label {font-size:10pt !important;}
@media (max-width: 472px) {
    #SEEPriceMatchPopupMainDiv .SEECaptchatable td{
        display:block;
        width:100%;
    }
    #SEEPriceMatchPopupMainDiv .SEECaptchatable tr{
        height: auto !important;
    }
}
/*******/
.RadComboBoxDropDown_Default .red {
    color:#31baec;
}
#product-recently-viewed {background:#ffffff;}
#product-recently-viewed .jcarousel-control-prev, #product-recently-viewed .jcarousel-control-next {top:37% !important;}
#product-recently-viewed .jcarousel-wrapper {    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}
.RecentlyViewedHead {    padding: 10pt 10pt 0pt 10pt;
    font-size: 16pt;
    color: #31baec;}

/***** MINI Ajax CART Start ******/
/*.f12{font-size: 12px;}
.f14{font-size: 14px;}*/
.cart-pro-list { border-bottom: 1px solid #bd0000;padding: 8px;display: inline-block; width: 100%;}
.cart-pro-img { background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    display: inline-block;}
.cart-pro-content {margin-left:10px; line-height:20px;display:inline-block;}
.cart-paging {width:228px; height:36px; text-align:center;}
.cart-paging ul{list-style:none; padding:0; padding-top:10px;}
.cart-paging ul li{padding:0 5px 0 0; display:inline; color:#0187c5; text-decoration:none;}
.cart-paging ul li a{color:#0187c5; text-decoration:none;}
.cart-paging ul li a:hover{ font-weight:bold;}
.cart-paging ul li a.selected{ font-weight:bold;}

.cart-item {background: rgba(0, 0, 0, 0) url("images/cart-menu-bg.jpg") repeat scroll left top;color: #ffffff;height: 45px;padding: 0 10px;width: 100%;}
@media (min-width:992px)
{
    .cart-menu {width:285px; background: rgba(235,230,198,1);background: -moz-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,230,198,1)), color-stop(100%, rgba(241,238,221,1)));background: -webkit-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: -o-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: -ms-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: linear-gradient(to bottom, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe6c6', endColorstr='#f1eedd', GradientType=0 );border-radius:0px 0px 5px 5px;z-index:6; position:absolute; top:34px; right:0px;border-color: #bd0000;border-image: none;border-style: solid;border-width: 4px 1px 1px;}
    .cart-menu #ctl00_minicart3_dtlMiniCart{display:block;width:100%;}
    .cart-item p{line-height:30px;}
    .cart-item span{line-height:30px}
}
@media (max-width:991px)
{
    .cart-menu{width: 100%;z-index: 6;}
    .cart-item {padding: 8px 15px;display:table;}
    .cart-item span{font-size:18px;}
}
.cart-checkout { padding: 7px 10px;width: 100%;}
.cart-zip {width:228px; height:25px; padding:5px 10px;}
.cart-zip p{line-height:20px; padding-right:10px; margin:0px !important;}
.cart-menu .green{}
.cart-menu .green div{display:inline-block;}
.cart-pro-content a:hover{text-decoration:underline;}
.cart-pro-content .tdn{text-decoration:none;}
.cart-paging-text a
{
	color:#636131; text-decoration:none;cursor:pointer;
}
.SEEShippingEstimator_Result, .SEEShippingEstimator_Text {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}
.cart-paging-text table tr td
{
    font-size:14px !important;
    padding:10px;
}
input[id*='lbtnMiniCartPrevious'],input[id*='lbtnMiniCartNext']
{
    vertical-align:middle;
}
#seeCartSmall .modal-header
{
    background: rgba(235,230,198,1);background: -moz-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,230,198,1)), color-stop(100%, rgba(241,238,221,1)));background: -webkit-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: -o-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: -ms-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);background: linear-gradient(to bottom, rgba(235,230,198,1) 0%, rgba(241,238,221,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe6c6', endColorstr='#f1eedd', GradientType=0 );
}
#seeCartSmall span.red-hed
{
    color: #ce0000;
    font-size: 18px;
    font-weight: 900;
}
#seeCartSmall .modal-content
{
    padding-bottom:15px;
}
#seeCartSmall .modal-header
{
     height: 48px;
    padding: 15px;
}
#seeCartSmall .item
{
    display: inline-block;
    padding: 10px;
    width: 100%;
}
#seeCartSmall .modal-header .close {
    margin-top: -7px !important;
}
#seeCartSmall button.close {
    background-color: #ce0000;
    border: 0 none;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    line-height: 21px;
    opacity: 1;
    padding: 4px 10px;
    margin-top:-6px;
}
.modal-header .close {
    margin-top: -2px;
}
#seeCartSmall .SEECartInventoryTrimMsg.red
{
    color: #ce0000;
    display: block;
    font-weight: 900;
    line-height: 38px;
    width: 100%;
    text-align:center;
}
/*******MINI Ajax  CART End ********/

/*********************Topic Styles Starts*******************/
#SEETopic {
    color: #000;
    padding-top: 10px;
    margin-top: 25px;
    padding: 10px;
    background:#FFF;
    float:left; 
    width:100%;
}
#SEETopic #SEETopic {
    margin-top:0px;
}
#SEETopic .header{background:#31baec;color: #fff;font-size: 10pt;font-weight: 600;line-height: 43px !important;min-height:43px;padding: 0 15px;border: 1px solid #e2e2e3;border-bottom:none;text-transform:uppercase;}
#SEETopic .content{padding:15px;display:inline-block;width:100%;border: 1px solid #e2e2e3;border-top:none;margin-bottom:15px;}
#SEETopic .box-container{display: inline-block;width: 100%;margin-bottom:15px;}
#SEETopic .box-container .box{display:inline-block;border: 1px solid #e2e2e3;padding:0;}
@media (max-width:991px){
#SEETopic .box-container .box{margin-top: 5px;margin-bottom:5px;}
}
#SEETopic .box .head{background:#31baec;color: #fff;font-size: 10pt;font-weight: 600;line-height: 35px !important;padding: 0 15px;text-align:left;}
#SEETopic .box .summer{width:100%;}
#SEETopic .box .summer td{font-size: 9pt;line-height: 30px;padding:0px 15px;}
#SEETopic .box .statistics {text-align: center;width: 100%;}
#SEETopic .box .statistics  td{font-size: 9pt;line-height: 30px;}
#SEETopic table.career{font-size: 9pt;line-height: 40px;text-align: center;width: 100%;}
#SEETopic .box ul{list-style: outside none none;}
#SEETopic .box ul li{display: table;margin: 5px auto;}
#SEETopic .box ul li span:first-of-type{display: inline-block;width: 150px;}
#SEETopic .box ul li span{display: inline-block;width: 110px;}
#SEETopic .box.statistics li span:first-of-type{display: inline-block;font-weight:800;width:auto;margin-right:5px;}
#SEETopic .box.statistics ul li span{display: inline-block;width:auto;}
#SEETopic p{display: inline-block;width:100%;}
#SEETopic p.head{color: #31baec;font-size: 9pt;font-weight: 600;padding: 0;display:inline-block;}
#SEETopic .largemap{font-size: 16px;font-weight: 800;margin:10px 0;text-align:center;width:100%;}
#SEETopic .largemap a{color: #31baec !important;}
#SEETopic .box-container .box table.labor{width:100%;text-align:center;font-size:9pt;}
#SEETopic .box-container .box table.labor td{border-bottom: 1px solid #e2e2e3;line-height: 30px;}
#SEETopic .box-container .box table.labor td:first-of-type span{display: block;margin: 0 auto;text-align: left;width: 50%;}
#SEETopic .box-container .box ul li{margin:0 0 15px 0;}
#SEETopic .box-container .box .fitting th, #SEETopic .box-container .box .fitting td{height:50px;}
#SEETopic .box-container .box .fitting td span:first-of-type{font-size:9pt;font-weight:600;}
#SEETopic .box-container .box .fitting td span{font-weight:normal;font-size:9pt;display: block;width: 100%;text-align:left;}
#SEETopic .box-container .box .fitting td{padding:5px;font-size:9pt;text-align:center;}
#SEETopic table.bike{width:100%;}
#SEETopic table.bike td, #SEETopic table.bike th{line-height: 20px;padding: 5px;font-size:9pt;}
#SEETopic p span.no{display: inline-block;line-height: 30px;margin-left: 15px;margin-right: 10px;width: 15px;}
#SEETopic .roundStep span{border-radius: 100%; background: #31baec none repeat scroll 0% 0%; color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; padding: 8px 13px; line-height: 55px;margin: 0 10px;}
#SEETopic .roundStep{color: #31baec;font-size: 10pt;}
#SEETopic .point-bullet{/*background: rgba(0, 0, 0, 0) url("images/icons/bullate-red.gif") no-repeat scroll 0 0;*/display: inline-block;margin-top: 6px;vertical-align: top;width: 12px;}
#SEETopic .substep span{/*background: rgba(0, 0, 0, 0) url("images/icons/bullate-red2.gif") no-repeat scroll 1px 6px;*/display: inline-block;width: 12px;}
#SEETopic .substep{line-height:10px;line-height:18px;}
#SEETopic .substep bullet{vertical-align: middle;}
#SEETopic p{display: inline-block;width: 100%;margin: 0 0 10px;}
#SEETopic .MyAccountButton{background: #31baec none repeat scroll 0 0;border: medium none;border-radius: 0px;color: #fff;font-weight: bold;line-height: 28px;margin-bottom: 15px;min-width: 85px; text-transform:uppercase;}
#SEETopic .question{padding:0 !important;}
#SEETopic .question .bullet{background:url('images/icons/arrow-down.jpg') no-repeat;display:inline-block;width:20px;margin-top: 5px;vertical-align: top;}
#SEETopic .faq-answer{margin-left:20px;}
#SEETopic .QText{display: inline-block;width: 90%;}
#SEETopic.seefaq .head {background-color:#31baec;color: #FFF;line-height:35px;padding:0 15px;}
/*********************Topic Styles Ends*********************/


/********** My Account Start ****************/
#ctl00_PageContent_SEEMyAccount1_UpMyAccount .fl
{
    float:left;
}
#ctl00_PageContent_SEEMyAccount1_UpMyAccount .fr
{
    float:right;
}
@media (max-width:991px){
    #mid-content-part {
        margin-top:15px;
    }
    #mid-content-part .home-center-billing {
        border-right: none !important;
    }
    #mid-content-part .home-center-shipping {
    }
}
#mid-content-part {float: left; width: 100%;}
    #mid-content-part.SEEMyAccountcont
    {
        padding-top:20px;
    }
#mid-content-part.SEEMyAccountcont .my-account-left-part {float:left;}
#mid-content-part.SEEMyAccountcont .my-account-right-part {float:right; background:#ffffff;}


@media (min-width: 1400px) and (max-width: 2700px) {    
    #mid-content-part.SEEMyAccountcont .my-account-left-part {
       width:20%;
    }
    #mid-content-part.SEEMyAccountcont .my-account-main-right-part {
        width:75%;
    }
    #mid-content-part.SEEMyAccountcont .seeMyac-col-5-per {
        width:5%;
    }
}
@media (min-width: 768px) and (max-width: 1399px) {    
    #mid-content-part.SEEMyAccountcont .my-account-left-part {
       width:22%;
    }
    #mid-content-part.SEEMyAccountcont .my-account-main-right-part {
        width:75%;
    }
    #mid-content-part.SEEMyAccountcont .seeMyac-col-5-per {
        width:3%;
    }
}

#mid-content-part.SEEMyAccountcont .my-account-left-part .link-text-s  a 
{    
    /*font-weight: bold;*/
    text-decoration: none;
}
#mid-content-part.SEEMyAccountcont .my-account-left-part .link-text-s a:hover {
    text-decoration: underline;
}
#mid-content-part.SEEMyAccountcont .my-account-right-part .link-text-s 
{
    color: #663399;    
    text-decoration: none;
}
#mid-content-part.SEEMyAccountcont .my-account-right-part .link-text-s  a 
{
    color: #31baec;
    text-decoration: none;
}
#mid-content-part.SEEMyAccountcont .my-account-right-part .link-text-s a:hover {
    
    text-decoration: underline;
}
#mid-content-part.SEEMyAccountcont .side-link-part {width:100%;}
#mid-content-part.SEEMyAccountcont .side-link-part-head {height:46px; background:#31baec; padding:0px 10px; margin-bottom:15px;}
#mid-content-part.SEEMyAccountcont .side-link-part-head span{   float: left;
  margin-top: 15px;
  font-size: 12pt;
  line-height: 14px;
  font-weight:600;
}
#mid-content-part.SEEMyAccountcont .side-link-part-list {width:100%; border-left:solid 1px #6d6f72; border-right:solid 1px #6d6f72;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-title {width:196px; height:42px; background:url(images/category-menu-select-bg.jpg) no-repeat left top;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-title a{color:#000; font-weight:bold; text-decoration:none; line-height:42px; padding-left:12px; display:block;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-title a:hover{color:#ec0e00; background:url(images/category-menu-select-hover.jpg) no-repeat left top;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-title-s {width:100%; height:38px; background:#95969A; cursor:pointer;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-title-s a{color:#ec0e00; font-weight:bold; text-decoration:none; line-height:42px; padding-left:12px; display:block;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-title-s a:hover{color:#ec0e00; background:url(images/category-menu-select-hover.jpg) no-repeat left top;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-sub {width:100%; padding:5px 0 5px 16px; border-bottom:solid 1px #e9e9e9;background:#ffffff;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-sub ul{ list-style:none; margin:0; padding:0;}
#mid-content-part.SEEMyAccountcont .side-link-part-list-sub ul li{ margin:8px 0; }
#mid-content-part.SEEMyAccountcont .side-link-part-list-title-s span{color:#ffffff; font-weight:600; text-decoration:none; line-height:38px; padding-left:12px; display:block; cursor:pointer; font-size:12pt; text-transform:uppercase;}


#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box {width:760px; float:left; margin-top:15px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-head {width:760px; float:left; height:47px; background:url(images/content-box-bg.jpg) repeat-x left top;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-head h5{ float:left; padding:15px 0 0 10px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-mid-part {width:728px; float:left; border-left:solid 1px #e9e9e9; border-right:solid 1px #e9e9e9; padding:10px 15px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-bottom-part {width:760px; float:left; height:5px; background:url(images/content-box-bottom-bg.jpg) repeat-x left top;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-mid-part .text-box{width:50%; float:left;}

#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-mid-part .table-bg{background:#ededed;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-mid-part .table-head{background:url(images/my-account-table-head-bg.jpg) repeat-x left top #adabac; padding:5px 8px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .content-box-mid-part .table-content{background:#fff; padding:5px;}

#mid-content-part.SEEMyAccountcont .my-account-right-part .box{  width: 100%;
    float: left;
    border: 1px solid #e2e2e3;
    margin:16px 0 5px;

}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-left-part{ padding:12px !important;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-right-part{/*background:#f9f9f9;*/}
#mid-content-part.SEEMyAccountcont .my-account-right-part .view-all-order
{
      background: #95969A;
    border: medium none;    
    color: #ffffff;
    font-size: 9pt;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    width: 315px;
    float: left;
    text-align: center;
    margin: 10px 0px;
    text-decoration: none;
    padding: 0px 10px;
}
        #mid-content-part.SEEMyAccountcont .home-center-billing
        {
            line-height:24px;
        }
        #mid-content-part.SEEMyAccountcont .home-center-shipping
        {
            line-height:24px;
        }
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-right-part  ul{list-style:none; padding:0; margin:0; list-style-position:outside; padding-left:12px; padding-top:12px; min-height:50px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-right-part ul li{padding-top:6px; list-style-image:url(images/listing-bullet2.jpg);}
#mid-content-part.SEEMyAccountcont .my-account-right-part .red
{
    color: #31baec;
}
#mid-content-part.SEEMyAccountcont .my-account-right-part .bold
{
    font-weight:bold;
}
#mid-content-part.SEEMyAccountcont .my-account-right-part .f13
{
    font-size: 13px;
}
#mid-content-part.SEEMyAccountcont .my-account-right-part .title-part {width:100%; height:60px; float:left; background:url(images/my-account-title-bg.jpg) repeat-x left top;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .title-part h3{float:left; color:#272626; font-size:18px; margin:22px 0 0 10px;}

#mid-content-part.SEEMyAccountcont .my-account-right-part .box-head {width:100%; height:40px; float:left; background:#31baec; line-height:24px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-head h3{float: left;
  margin: 6px 5px 0 15px;
  color: #ffffff;
  font-size: 12pt;
  font-weight: 600;
  line-height: 33px; text-transform:uppercase;}
#mid-content-part.SEEMyAccountcont .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-cont {width:760px; float:left; padding:12px; background:#FEFEF4 ; border:solid 1px #E9E9E9;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-cont td {height:22px; padding:0px;}

#mid-content-part.SEEMyAccountcont .my-account-right-part .box-form-head {width:360px; height:36px; float:left; background:url(images/box-head-bg.jpg) repeat-x left top; line-height:24px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-form-head h3{float:left; margin:9px 5px 0 6px;}
#mid-content-part.SEEMyAccountcont .my-account-right-part .box-form-cont {width:360px; float:left; padding:8px; background:#eaeaea; border:solid 1px #c1c1c1;}

#mid-content-part.SEEMyAccountcont .black-text-head {font-size:16px; line-height:18px; color:#272626; text-decoration:none; font-weight:bold;}
#mid-content-part.SEEMyAccountcont .white-text-head {font-size:16px; line-height:18px; color:#fff; text-decoration:none; font-weight:bold;}
#mid-content-part.SEEMyAccountcont .red-text-head {font-size:12pt; line-height:30px; color:#00AEEF !important; text-decoration:none; font-weight:bold; margin-bottom:0px;}

#mid-content-part.SEEMyAccountcont .SEEmy-account-Title { border-left: 1px solid #E2E2E2; border-right: 1px solid #E2E2E2;background-color:#FFFFFF; padding:10px 0px 5px 15px; }
#mid-content-part.SEEMyAccountcont .SEEmy-account-GridHeader {    background: #95969A;
    background-repeat: repeat-x;
    border: 1px solid #e2e2e3;
    line-height: 19px;
    color: #fff;
    width: 18%;
    text-align: center;
    text-transform: uppercase;}

/*.paggin-blue-text {color:#0187c5; text-decoration:none;}*/
#mid-content-part.SEEMyAccountcont .paggin-blue-text a{color:#31baec; text-decoration:none;}
#mid-content-part.SEEMyAccountcont .paggin-blue-text a:hover{text-decoration:underline;}
#mid-content-part.SEEMyAccountcont .paggin-blue-text span{color:#31baec; font-weight:bold;}
#mid-content-part.SEEMyAccountcont .paggin-blue-text Table td{padding-right:5px; border:none;}
#mid-content-part.SEEMyAccountcont .paggin-blue-text td{ border:1px solid #e2e2e3; }
#mid-content-part.SEEMyAccountcont .EmptyDataRowBorderColor td{ border:1px solid #e2e2e3; }
#mid-content-part.SEEMyAccountcont .GridRowBorderColor td{ border: 1px solid #e2e2e3;
    line-height: 35px; }
#mid-content-part.SEEMyAccountcont .SEEmy-account-Address{padding-left:10px;line-height:24px !important;}
#mid-content-part.SEEMyAccountcont .RequestQuoteButton
{
	background:url(images/button-GetQuote.png);				
	cursor: pointer;	
	width: 159px;
	height: 36px;
	border:none;	
}
#mid-content-part.SEEMyAccountcont .MyAccountButton
{	
	/*background:url(images/My-Account-Small-Button.png);*/
    background:url(images/btnSmall.png);
	font-weight: bold;
	color: White;	
	/*border: 0px #9cf outset;*/
	cursor: pointer;
	padding: 1px 0px 3px 1px;
	width: 71px;
	height: 22px;
	text-align: center;
	cursor:pointer;
	border:none;
    font-size:12px;
}
#mid-content-part.SEEMyAccountcont .my-account-btnManageArtwork
{
	background:url(images/button-manage-artwork.jpg);
	width:136px;
	height:32px;
	border:0;
	cursor:pointer;
}
#mid-content-part.SEEMyAccountcont .my-account-btnManageProof
{
	/*background-image:url(images/button-view-proof.jpg);*/
	width:108px;
	height:32px;
	border:0;
	cursor:pointer;
}
#mid-content-part.SEEMyAccountcont .white-text-b {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#mid-content-part.SEEMyAccountcont .AccountDiv ul{ padding:0px 0px 0px 10px;  }

#mid-content-part.SEEMyAccountcont #mid-content-part .input-text1
{
     background-color: #FFFFFF;
    border: 1px solid #D8D3B8;
    padding: 4px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable {
    border: 1px solid #e2e2e3;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .head {
    background: #6d6f72;
    height: 37px;
    color: #fff;
    text-transform: uppercase;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .head .h1 {
    width: 420px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .head .h2 {
    width: 326px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .head .h1, #divBensCycleGiftCard .carttable .head .h2 {
    height: 27px;
    padding: 10px 0 0;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .head .h1, #divBensCycleGiftCard .carttable .head .h2 {
    border-right: 1px solid #e2e2e3;
    font-size: 17px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 37px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .bbr {    
    width:100%;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .row .h1 {
    width: 410px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .row .h2 {
    width: 306px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .row .h1 {
    border-right: 1px solid #f1eedd;
    font-size:17px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .row .h1, #divBensCycleGiftCard .carttable .row .h2 {
    min-height: 28px;
}
#mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .row .h1, #divBensCycleGiftCard .carttable .row .h2 {
    padding: 0px !important;
    margin: 0px !important;
    text-align:center;
    font-size:17px;
    line-height:30px;
}
#mid-content-part.SEEMyAccountcont .btn-My-Project-save {
    background: rgba(0, 0, 0, 0) url("images/my-project-save.png") repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 45px;
}
#mid-content-part.SEEMyAccountcont .btn-My-Project-save-green {
       background: #31baec;
    border: medium none;
    cursor: pointer;
    height: 32px;
    width: 71px;
    color: #fff;
    line-height: 28px;
}
#mid-content-part.SEEMyAccountcont .btn-My-Project-Edit {
        background: #31baec;
    border: medium none;
    cursor: pointer;
    height: 34px;
    width: 147px;
    margin-top: 0px;
    color: #fff;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable {
    border: 1px solid #e2e2e3;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .head {
    background: rgba(0, 0, 0, 0) url("images/carttableheadbg.jpg") repeat scroll 0 0;
    height: 37px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .head .h1,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .head .h2,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .head .h3 {
    border-right: 1px solid #f7f5ec;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .head .h1,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .head .h2,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .head .h3,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .head .h4 {
    height: 27px;
    padding: 10px 0 0;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .head .h1 {
    width: 488px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .head .h2 {
    width: 90px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .head .h3 {
    width: 76px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .head .h4 {
    width: 97px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h2,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h3,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h4 {
    padding: 10px 10px 0;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h2,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h3,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h4 {
    min-height: 166px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h2,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h3 {
    border-right: 1px solid #f1eedd;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 {
    width: 468px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h2 {
    width: 70px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h3 {
    width: 56px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h4 {
    width: 77px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 .img {
    width: 140px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 .pro {
    width: 328px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 .pro div {
    margin-bottom: 5px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 .pro a,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h1 .pro .btns a,#mid-content-part.SEEMyAccountcont  #divMyProjectDetails .carttable .body .row .h1 .pro .btns a:hover {
    text-decoration: none !important;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 .pro .btns {
    margin-top: 10px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 .pro .btns .btn3 {
    background: rgba(0, 0, 0, 0) url("images/cartbtn3.jpg") repeat scroll 0 0;
    height: 20px;
    padding: 4px 0 0;
    width: 62px;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .bbr {
    border-bottom: 1px solid #f1eedd;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .My-Project-Add-To-Cart {
        background: #31baec;
    border: medium none;
    cursor: pointer;
    height: 34px;
    width: 130px;
    color: #fff;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .My-Project-Add-All-To-Cart {
        background: #31baec;
    border: medium none;
    cursor: pointer;
    height: 34px;
    width: 140px;
    color: #fff;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .carttable .body .row .h1 .pro .btns .btn1 {
    background: rgba(0, 0, 0, 0) url("images/cartbtn1.jpg") repeat scroll 0 0;
    height: 20px;
    margin-right: 10px;
    padding: 4px 0 0;
    width: 120px;
}
#mid-content-part.SEEMyAccountcont .btn-My-Project-add {
    background: rgba(0, 0, 0, 0) url("images/my-project-Add.png") repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 25px;
    width: 45px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .mbbr {
    border-right: 1px solid #e2e2e3;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable {
        border: 1px solid #e2e2e3;
    margin: 15px;
    width: 98% !important;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head {
    background: #6d6f72;
    height: 37px;
    color: #fff;
    text-transform: uppercase;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h1,#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .head .h2,#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .head .h3 {
    border-right: 1px solid #f7f5ec;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h1,#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .head .h2,#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .head .h3,#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .head .h4 {
      height: 35px;
  padding: 5px 0px;
  margin: 0px;
  line-height: 23px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h1 {
    width: 48%;
    font-size:17px;
    text-align:center;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h2 {
    width: 15%;
    font-size:17px;
    text-align:center;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h3 {
    width: 10%;
    font-size:17px;
    text-align:center;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h4 {
    width: 10%;
    font-size:17px;
    text-align:center;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1,
#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .body .row .h2,
#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .body .row .h3,
#mid-content-part.SEEMyAccountcont  #MyProjectList .carttable .body .row .h4 {
    padding: 0px 15px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1, 
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h2, 
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h3, 
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h4 {
    min-height: 28px;
}

#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 {
    width: 48%;
      font-size: 17px;
  margin-left: 10px;
  text-align:center;
  margin: 0px;
  padding: 0px !important;
  line-height:34px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h2 {
    width: 15%;
      font-size: 17px;
  margin-left: 10px;
  text-align:center;
  margin: 0px;
  padding: 0px !important;
  line-height:34px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h3 {
    width: 10%;
      font-size: 17px;
  margin-left: 10px;
  text-align:center;
  margin: 0px;
  padding: 0px !important;
  line-height:34px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h4 {
    width: 12%;
      font-size: 17px;
  margin-left: 10px;
  text-align:center;
  margin: 0px;
  padding: 0px !important;
  line-height:34px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .img {
    width: 140px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro {
    width: 328px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro div {
    margin-bottom: 5px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro a, 
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro .btns a, 
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro .btns a:hover {
    text-decoration: none !important;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro .btns {
    margin-top: 10px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro .btns .btn3 {
    background: rgba(0, 0, 0, 0) url("images/cartbtn3.jpg") repeat scroll 0 0;
    height: 20px;
    padding: 4px 0 0;
    width: 62px;
}

#mid-content-part.SEEMyAccountcont #MyProjectList .My-Project-Add-To-Cart {
    background: rgba(0, 0, 0, 0) url("images/project-addtocart.png") repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 27px;
    width: 100px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .My-Project-Add-All-To-Cart {
    background: rgba(0, 0, 0, 0) url("images/add-all-to-cart.png") repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 27px;
    width: 120px;
}
#mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1 .pro .btns .btn1 {
    background: rgba(0, 0, 0, 0) url("images/cartbtn1.jpg") repeat scroll 0 0;
    height: 20px;
    margin-right: 10px;
    padding: 4px 0 0;
    width: 120px;
}


#mid-content-part.SEEMyAccountcont #divDeleteMyProject .smlbtnn {
    background: #636131 url("images/grd.png") repeat-x scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 8px;
    position: relative;
    text-decoration: none !important;
}

#mid-content-part.SEEMyAccountcont table.table thead.yellow-head tr
{
background: #6d6f72;
color:#FFFFFF;
}

#mid-content-part.SEEMyAccountcont table.table thead tr td
{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .btn3,#divMyProjectDetails .btn3 a
{
background-color: #6d6f72;    
    color: #fff !important;
    text-decoration: none !important;
    padding: 3px 11px;
    display: inline-block;
    text-transform: uppercase;
}
#ctl00_PageContent_SEEMyAccount1_divOtherRewards
{
    padding-left:15px;
    padding-right:15px;
}
#ctl00_PageContent_SEEMyAccount1_divOtherRewards .green
{
    color:#31baec !important;
}
#ctl00_PageContent_SEEMyAccount1_divOtherRewards .black
{
    color:#000000 !important;
}
#ctl00_PageContent_SEEMyAccount1_divOtherRewards .col-1
{
    border:1px solid #e2e2e3 !important;
}

#ctl00_PageContent_SEEMyAccount1_divOrderRewards
{
    padding-left:15px;
    padding-right:15px;
}
#ctl00_PageContent_SEEMyAccount1_divOrderRewards .green
{
    color:#31baec !important;
}
#ctl00_PageContent_SEEMyAccount1_divOrderRewards .black
{
    color:#000000 !important;
}
#ctl00_PageContent_SEEMyAccount1_divOrderRewards .col-1
{
    border:1px solid #e2e2e3 !important;
}

#ctl00_PageContent_SEEMyAccount1_divRatingRewards
{
    padding-left:15px;
    padding-right:15px;
}
#ctl00_PageContent_SEEMyAccount1_divRatingRewards .green
{
    color:#31baec !important;
}
#ctl00_PageContent_SEEMyAccount1_divRatingRewards .black
{
    color:#000000 !important;
}
#ctl00_PageContent_SEEMyAccount1_divRatingRewards .col-1
{
    border:1px solid #e2e2e3 !important;
}

#mid-content-part.SEEMyAccountcont #divMyProjectDetails .btn
{
    border: none;
    padding: 6px;
    font-size: 16px;
    min-width: 72px;    
    line-height: 22px;
    border-radius: 0px !important;
    text-transform: uppercase;
}

#mid-content-part.SEEMyAccountcont #divMyProjectDetails .btn.green
{
background-color:#31baec;
color: #FFF;
}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .addtcart{display:inline-block;}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .proi{font-size:16px;}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .caption{font-size:16px;}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .values{font-size:14px;}

@media (max-width:571px)
{
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .btn-remove, 
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .btn-update{
    width:100% !important;text-align:center;margin-top:10px;

}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .My-Project-Add-To-Cart{/*width:100px !important;*/text-align:center;margin-top:10px;}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .proi{font-size:12px;}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .caption{font-size:12px;}
#mid-content-part.SEEMyAccountcont #divMyProjectDetails .values{font-size:10px;}
}

@media (min-width:768px)
{
#mid-content-part.SEEMyAccountcont .addtkart{margin-right: 20px; display: inline-block;margin-top:10px;}
}

#mid-content-part.SEEMyAccountcont div[id*='divBillingAddressForm'],
#mid-content-part.SEEMyAccountcont div[id*='divShippingAddressForm']
{
    display: none; 
    width:100%;
    margin-bottom: 5px;
}

#mid-content-part.SEEMyAccountcont div[id*='divBillingAddressForm'] .box-head,
#mid-content-part.SEEMyAccountcont div[id*='divShippingAddressForm'] .box-head
{
background: #31baec;
}

#mid-content-part.SEEMyAccountcont .bttn
{
border: none;
    padding: 6px;
    font-size: 10pt;
    min-width: 90px;    
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
#mid-content-part.SEEMyAccountcont .bttn.green
{
background-color:#31baec;
color: #FFF;
}
#mid-content-part.SEEMyAccountcont .bttn.red
{
background-color:#BD0000;
color: #FFF;
}
#ctl00_PageContent_SEEMyAccount1_pnlChangePassword
{
    padding-left:23px !important;
    padding-bottom:10px;
    color:red;
}
#ctl00_PageContent_SEEMyAccount1_lnkAddNewBillingAddress, #ctl00_PageContent_SEEMyAccount1_lnkAddNewShippingAddress
{
    float: right;
    padding: 15px;
    font-size: 9pt;
}
#mid-content-part.SEEMyAccountcont input[type='text'].form-control,
#mid-content-part.SEEMyAccountcont select.form-control
{
    font-size:9pt;
}
#mid-content-part.SEEMyAccountcont .lbl
{
    font-size:9pt;
}
#mid-content-part.SEEMyAccountcont .myacountFormBox {
    border:1px solid #e2e2e3;
}

@media (max-width:1199px)
{
    #mid-content-part.SEEMyAccountcont .side-link-part-head span
    {
        font-size:10pt;
    }
    #mid-content-part.SEEMyAccountcont .side-link-part-list-title-s span
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont .my-account-left-part .link-text-s a
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont .red-text-head
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont .my-account-right-part .box-head h3
    {
        font-size:9pt;
    }
    .home-center-billing
    {
        font-size:9pt !important;
    }
    .home-center-shipping
    {
        font-size:9pt !important;
    }
    #mid-content-part.SEEMyAccountcont .my-account-right-part .link-text-s a
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont .my-account-right-part .view-all-order
    {
        width:270px;
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont .bttn.green, .SEEmy-account-Address
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont .lbl
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont .GridRowBorderColor td
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h1, #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h2, #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h3, #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .head .h4
    {
        font-size:9pt;
    }
    #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h1, #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h2, #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h3, #mid-content-part.SEEMyAccountcont #MyProjectList .carttable .body .row .h4
    {
        font-size:9pt;
    }
    #ctl00_PageContent_SEEMyAccount1_dtlOtherRewards p, #ctl00_PageContent_SEEMyAccount1_divOrderRewards p
    {
        font-size:9pt !important;
    }
    .head-black div
    {
        font-size: 9pt !important;
    }
    #mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .head .h1, #divBensCycleGiftCard .carttable .head .h2
    {
        font-size:9pt !important;
    }
    #mid-content-part.SEEMyAccountcont #divBensCycleGiftCard .carttable .row .h1, #divBensCycleGiftCard .carttable .row .h2
    {
        font-size:9pt !important;
    }
    #mid-content-part.SEEMyAccountcont .SEEmy-account-GridHeader
    {
        font-size:9pt;
    }

    .lnkRMANumberCSS {
        font-size:9pt !important;
    }
}
@media (max-width:767px) {
    #mid-content-part.SEEMyAccountcont .my-account-left-part {
        padding-right:0px !important;
    }
}
#mid-content-part .my-account-main-right-part {
    background:#FFF;
    padding:10px;
}



.MyACresponstable {
  margin: 0em 0 2em 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #102b40;
  border-radius: 0px;
  border: 1px solid #e2e2e3;
  margin-bottom:0px;
}
.MyACresponstable tr {
  border: 1px solid #e2e2e3;
  background-color: #fff;
}
.MyACresponstable tr:nth-child(odd) {
  background-color: #fff;
}
.MyACresponstable th {
  display: none;
  border: 1px solid #e2e2e3;
  background-color: #95969A;
  /*background: url(images/table-top-bg.jpg);*/
  color: #FFF;
  padding: 1em;
  text-transform:uppercase;
  font-weight:600;
}
.MyACresponstable th:first-child {
  display: table-cell;
  text-align: center;
}
.MyACresponstable th:nth-child(2) {
  display: table-cell;
}
.MyACresponstable th:nth-child(2) span {
  display: none;
}
.MyACresponstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 992px) {
  .MyACresponstable th:nth-child(2) span {
    display: block;
  }
  .MyACresponstable th:nth-child(2):after {
    display: none;
  }

}
.MyACresponstable td {
  display: block;
  word-wrap: break-word;
  /*max-width: 7em;*/
  color:#000;
  vertical-align: top;
}

.MyACresponstable td .imgborder
{
border:1px solid #e2e2e3;
margin:0 0.5em;
}
.MyACresponstable td input[type="text"]
{  
    /*max-width: 70px;
    min-width:40px; 
    height: 37px;*/ 
}
.MyACresponstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #e2e2e3;
}
@media (min-width: 992px) {
  .MyACresponstable td {
    border: 1px solid #e2e2e3;
  }
}
.MyACresponstable th,.MyACresponstable td {
  text-align: left;
  /*margin: .5em 1em;*/
  padding:6px 0.5em;
}
@media (min-width: 992px) {
  .MyACresponstable th, .MyACresponstable td {
    display: table-cell;
    padding: 6px 0.5em;
  }
}

.MyACresponstable tr.paggin-blue-text  table tr td{
    display:table-cell;
}
.GiftCartPriceTD {
    text-align:center !important;
}

.SEEmy-account-mng-MEnu {
    float:left;
    width:100%;
}
@media (max-width: 767px) {
    .SEEmy-account-mng-MEnu {
        width:50%;
        padding-right:10px;
        margin-bottom:10px;
    }
    .SEEmy-account-mng-MEnu:nth-child(even) {
        padding-right:0px;
    }
}

@media (max-width:400px) {    
    #mid-content-part.SEEMyAccountcont .side-link-part-list-title-s span {
        font-size: 12px;
    }

    #mid-content-part.SEEMyAccountcont .my-account-left-part .link-text-s a {
        font-size: 11px;
    }
}
/********** My Account End****************/

/************** Home Page ****************/
#SEEHomeContPart .baox{border:1px solid #F1EEDD;}
#SEEHomeContPart .baox .ttl
{
background: rgba(235,230,198,1);
background: -moz-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(242,239,222,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,230,198,1)), color-stop(100%, rgba(242,239,222,1)));
background: -webkit-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(242,239,222,1) 100%);
background: -o-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(242,239,222,1) 100%);
background: -ms-linear-gradient(top, rgba(235,230,198,1) 0%, rgba(242,239,222,1) 100%);
background: linear-gradient(to bottom, rgba(235,230,198,1) 0%, rgba(242,239,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe6c6', endColorstr='#f2efde', GradientType=0 );
color: #C60000;
font-size: 16px;
line-height: 30px;
padding: 5px 10px;
}
#SEEHomeContPart .bttn
{
border: none;
padding: 6px;    
font-size: 16px;
min-width: 72px;
border-radius: 4px;
line-height: 22px;
}
#SEEHomeContPart .bttn.green
{
background-color:#63643A;
color: #FFF;
}
#SEEHomeContPart .bttn.red
{
background-color:#BD0000;
color: #FFF;
}
#SEEHomeContPart .tuc{text-transform:uppercase !important;}
#SEEHomeContPart .bold{font-weight:bold !important;}
#SEEHomeContPart .f12{font-size: 12px;}
#SEEHomeContPart .f14{font-size: 14px;}

.bdy{background: #fff none repeat scroll 0 0;padding: 0 15px;}
#SEETrendsNowPageHome .trend-Cont{background:#fff none repeat scroll 0 0;height: 715px;max-height: 715px;overflow-x: hidden;overflow-y: scroll;width: 100%;padding:20px;}
#SEETrendsNowPageHome .trend-Cont div.unstyled{list-style:none;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul{padding:0 !important;display: inline-block; width: 100%;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div.liItems{display:inline-block;border-radius:6px;border:2px solid #F2F0DB;color:#666666;float:left;margin:9px 5px 5px 6px;min-height:370px;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div.liItems .thumbnail{border:none;min-height:228px;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div.liItems .trendsFooter .trend-name a{display:block;width:100%;word-break:break-all;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div .header{border-bottom: 1px solid #F2F2F2;margin-bottom: 5px;border-radius: 6px 6px 0 0;padding: 6px 8px 5px;min-height:35px !important;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div div.trendsFooter{padding:5px 15px;min-height:70px;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div .small div.trend-name{text-align:center;max-height:35px;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div .small div.trend-price{border-top: 1px solid #F1EEDD;line-height: 28px;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div.largeTile .header{background-color: #BD0000;padding: 10px;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div.largeTile .header .te-title{color: #FFFFFF;font-weight: bold;}
#SEETrendsNowPageHome .trend-Cont div.trend-ul div .header .te-title{font-size: 16px;}

#SEEHomeContPart div[id*='divLatestProducts'] ul{list-style:none;}
#SEEHomeContPart div[id*='divLatestProducts'] ul li{display:inline-block;text-align:center;width:100.2%;}
#SEEHomeContPart div[id*='divLatestProducts'] ul li .propr, div[id*='divLatestProducts'] ul li .prbb{width:100%;}
#SEEHomeContPart div[id*='divLatestProducts'] ul li .prodi .thumbnail{border:none;min-height:220px;}
#SEEHomeContPart div[id*='divLatestProducts'] ul li .propr{border-top: 1px solid #f4efdb;line-height: 30px;margin: 10px auto 0;width: 95%;}
#SEEHomeContPart div[id*='divLatestProducts'] ul li .propr .rtv .ratings{display:inline-block;}
#SEEHomeContPart div[id*='divLatestProducts'] ul li .propr .rtv .reviews{display: inline-block; margin-right: 5px;}
#SEEHomeContPart div[id*='divLatestProducts'] #owl-latest{overflow: hidden; position: relative; top: 0px; margin: 0px; padding: 0px; left: 0px; height: 770px;}
#SEEHomeContPart .wlc{
padding:15px;
background: rgba(236,230,198,1);
background: -moz-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,230,198,1)), color-stop(100%, rgba(246,244,221,1)));
background: -webkit-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);
background: -o-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);
background: -ms-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);
background: linear-gradient(to bottom, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece6c6', endColorstr='#f6f4dd', GradientType=0 );
border:1px solid #EEEFE1;color:#636131;margin-bottom:15px;}
#SEEHomeContPart .wlc .wlc-head{color: #c60000;font-size: 24px;font-style: italic;font-weight: bold;text-transform:uppercase;}
#SEEHomeContPart .wlc p{color: #636131;font-size: 16px;padding-top:15px;}


@media (min-width:1171px)
{
    #SEEHomeContPart #ulcontainer > div.liItems
    {
    width:19%;
    }
}

@media (min-width:805px) and (max-width:1170px)
{
    #SEEHomeContPart #ulcontainer > div.liItems
    {
    width:23.5%;
    }
}
@media (min-width:543px) and (max-width:804px)
{
    #SEEHomeContPart #ulcontainer > div.liItems
    {
    width:31%;
    }
}
@media (min-width:450px) and (max-width:542px)
{
   #SEEHomeContPart  #ulcontainer > div.liItems
    {
    width:47%;
    }
}
@media (min-width:1px) and (max-width:449px)
{
   #SEEHomeContPart  #ulcontainer > div.liItems
    {
    width:100%;
    }
}

/************** Home Page ****************/

/************** TRENDS NOW *****************/
#SEETrendsNowPage .liItems
{
    margin-bottom:15px;
}
#SEETrendsNowPage .liItems > div, #SEETrendsNowPage .largeTile
{
    border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
#SEETrendsNowPage .liItems .header
{
border-bottom:1px solid #F2F2F2;
font-size: 16px;
padding: 10px;
}
#SEETrendsNowPage .largeTile
{
    height:655px;
}
#SEETrendsNowPage .largeTile .trendsMiddle
{
    padding:15px;
}
#SEETrendsNowPage .liItems .trendsFooter
{
    padding:15px;
}
#SEETrendsNowPage .liItems .header
{
    border-bottom:1px solid #F2F2F2;
}
#SEETrendsNowPage .liItems .trendsMiddle
{
    border:none !important;
}
#SEETrendsNowPage .liItems > div
{
    height:320px;
}
#SEETrendsNowPage .largeTile.liItems > div.header
{
    background: #c60000 none repeat scroll 0 0;
border-radius: 4px 4px 0 0;
color: #FFF;
height:50px;
}
#SEETrendsNowPage .largeTile.liItems > div.trendsFooter, #SEETrendsNowPage .largeTile.liItems > div.trendsMiddle
{
    border-radius:0 !important;
    box-shadow:none !important;
    height:auto !important;
}
#SEETrendsNowPage .largeTile.liItems > div.trendsFooter
{
    position:absolute;
    bottom:15px;
}
/***************** TRENDS NOW ******************/



/**** Manufacturer A to Z ****/
/************ Brand A To Z Starts *************/
#mfg-part.mfgAtoZ {float:left; width:100%; padding:10px; background:#FFFFFF; margin-top:15px;}
#mfg-part.mfgAtoZ .content-part {float: left;width: 100%;}
#mfg-part.mfgAtoZ .mfg-sort-bar {color: #000;font-size:13px; margin-top:10px;}
#mfg-part.mfgAtoZ .mfg-sort-bar a {
    color: #31baec;
    display: inline-block;
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: 4px;
    text-decoration: none;
}
#mfg-part.mfgAtoZ .mfg-shorting-part {float: left;}

#mfg-part.mfgAtoZ .mfg-shorting-part .alpha-box{border-top: 1px dotted #C7D2DC; padding-bottom: 10px;
    padding-top: 10px;}
#mfg-part.mfgAtoZ .mfg-shorting-part .alpha-name {color: #31baec;
    font-size: 11pt;
    font-weight: 500;
    margin-bottom: 10px;

}
#mfg-part.mfgAtoZ .normal-text {color: #272626;text-decoration: none;}
#mfg-part.mfgAtoZ .alpha-name-link a {color: #000;
    font-size: 10pt;
    line-height: 23px;
    text-decoration: none;}
/************ Brand A To Z Ends *************/


/************** TRENDS NOW *****************/
#SEETrendsNowPage{clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;}
#SEETrendsNowPage .liItems{margin-bottom:15px;}
#SEETrendsNowPage .liItems > div, #SEETrendsNowPage .largeTile{border-radius: 4px 4px 0 0;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);}
#SEETrendsNowPage .liItems .header{border-bottom:1px solid #F2F2F2;padding: 10px;}
@media (min-width:992px){#SEETrendsNowPage .largeTile{height:655px;}}
@media (max-width:991px){#SEETrendsNowPage .largeTile{height:410px;}}
#SEETrendsNowPage .largeTile .trendsMiddle{padding:15px;}
#SEETrendsNowPage .liItems .header{border-bottom:1px solid #F2F2F2;}
#SEETrendsNowPage .liItems .trendsMiddle{border:none !important;height:175px;}
#SEETrendsNowPage .liItems > div{height:320px;}
#SEETrendsNowPage .largeTile.liItems > div.header{background: #c60000 none repeat scroll 0 0;border-radius: 4px 4px 0 0;color: #FFF;height:50px;}
#SEETrendsNowPage .largeTile.liItems > div.trendsFooter, #SEETrendsNowPage .largeTile.liItems > div.trendsMiddle{border-radius:0 !important;box-shadow:none !important;height:auto !important;}
#SEETrendsNowPage .largeTile.liItems > div.trendsFooter{position:absolute;bottom:15px;}
@media (min-width:992px)
{
    #SEETrendsNowPage .largeTile.liItems .header{font-size: 16px;}
    #SEETrendsNowPage .liItems .header{font-size: 16px;}
    #SEETrendsNowPage .liItems .trendsFooter{padding:15px;}
}
@media (max-width:991px) and (min-width:768px)
{
    #SEETrendsNowPage .largeTile.liItems .header{font-size: 16px;}
    #SEETrendsNowPage .liItems .header{font-size: 11px;}
    #SEETrendsNowPage .liItems .trendsFooter{padding:5px;}
}
@media (max-width:767px)
{
    #SEETrendsNowPage .largeTile.liItems .header{font-size: 16px;}
    #SEETrendsNowPage .liItems .header{font-size: 16px;}
    #SEETrendsNowPage .liItems .trendsFooter{padding:15px;}
}
/***************** TRENDS NOW ******************/




/***************** PASSWORD UPDATE *************/
#pnlUpdatePwd{border: 1px solid #dbdbc3;padding:15px;margin-bottom:15px;}
#pnlUpdatePwd .bold{font-weight:bold;}
#pnlUpdatePwd .f16{font-size:16px;}
#pnlUpdatePwd .cust-pwd-update-header{background: rgba(236,230,198,1);background: -moz-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,230,198,1)), color-stop(100%, rgba(246,244,221,1)));background: -webkit-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);background: -o-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);background: -ms-linear-gradient(top, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);background: linear-gradient(to bottom, rgba(236,230,198,1) 0%, rgba(246,244,221,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece6c6', endColorstr='#f6f4dd', GradientType=0 );color:#636131;padding:15px;line-height:10px;}
#pnlUpdatePwd .sign-part{padding:15px;width:100%;}
#pnlUpdatePwd .bttn{border: none;padding: 6px;    font-size: 16px;min-width: 72px;border-radius: 4px;line-height: 22px;}
#pnlUpdatePwd .bttn.green{background-color:#63643A;color: #FFF;}
#pnlUpdatePwd .red{color:#BD0000;}
/***************** PASSWORD UPDATE *************/

/***************** HAwK SEARCH Control*************/
#halksearch .bttn{border: none;padding: 6px;    font-size: 16px;min-width: 72px;border-radius: 4px;line-height: 22px;}
#halksearch .bttn.green{background-color:#63643A;color: #FFF;}
#halksearch .bttn.red{background-color:#BD0000;color: #FFF;}
#halksearch #ctl00_seesearch23_radcbSearch{width:100%;}
/*#halksearch #ctl00_seesearch23_radcbSearch input[type='text']{width:88%;padding-left:5px;}*/
#halksearch #ctl00_seesearch23_radcbSearch input[type='submit']{vertical-align:middle;}
#querydiv .wrapper {width: 100%;margin: 0 auto;text-align: left;}
/***************** HAwK SEARCH Control*************/


/******* Hawk search Page start ************/
#ctl00_PageContent_UpHawkSearchAdv {
}
#ctl00_PageContent_UpHawkSearchAdv .fl{
    float:left;
}
#ctl00_PageContent_UpHawkSearchAdv .fr{
    float:right;
}
#ctl00_PageContent_UpHawkSearchAdv .clear{
    clear:both;
}
#ctl00_PageContent_UpHawkSearchAdv .midl {
    width:25%;
    padding-right:15px;
}
#ctl00_PageContent_UpHawkSearchAdv .midr {
    width:75%;
}
#ctl00_PageContent_UpHawkSearchAdv .navtitle {
    padding:0px 10px;    
    height:35px;
    line-height:34px;
    text-align:left
}
#ctl00_PageContent_UpHawkSearchAdv .navinnertitle {
    background-position:right center;
}
#ctl00_PageContent_UpHawkSearchAdv .navinnertitle .navhdng{
    font-size:16px;
}
#ctl00_PageContent_UpHawkSearchAdv .navcontent {
    width:100%;
    text-align:left;
}
#ctl00_PageContent_UpHawkSearchAdv .navcontent a {
    font-size:15px;
}
#ctl00_PageContent_UpHawkSearchAdv .navcontent .navMore {
    font-size:15px;
}
#ctl00_PageContent_UpHawkSearchAdv .navcontent .navMore img{
    display:none;
}
#ctl00_PageContent_UpHawkSearchAdv .midr .products .grbgt {
    background: rgba(0, 0, 0, 0) url("images/ptbg.jpg") repeat-x scroll left top;
    float:left;
    width:100%;
    height:36px;
}

#ctl00_PageContent_UpHawkSearchAdv .midr .products .spn .results {
    padding: 9px 0 0 10px;
    width: 115px;
    text-align:left;
}

#ctl00_PageContent_UpHawkSearchAdv .midr .products .spn .sob {
    padding: 6px 0 0 10px;
    width: 270px;
}
#ctl00_PageContent_UpHawkSearchAdv  .midr .products .spn .pgn {
    padding: 8px 10px 0 0;
    width: 179px;
    float:right;
}
#ctl00_PageContent_UpHawkSearchAdv .midr .products .spn .pgn .mlr {
    margin: 0 3px;
}

#ctl00_PageContent_UpHawkSearchAdv .midr .products .spn .pgn .fpnl {    
    height: 17px;
    margin: 0 3px;
    width: 17px;
}
#ctl00_PageContent_UpHawkSearchAdv .midr .products {
    border: 1px solid #f3efda;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#ctl00_PageContent_UpHawkSearchAdv .midr .products .prol .prl{
    width:100% !important;
}

#ctl00_PageContent_UpHawkSearchAdv .midr .products .prol .prlrow1 .prlr .sdp {
    width: 25%;
    border-right: 1px dashed #f3efda;
}
#ctl00_PageContent_UpHawkSearchAdv .midr .products .prol .prlrow1 .prlr .sdp .prolk img
{
    max-width:100%;
    height:auto;

}
#ctl00_PageContent_UpHawkSearchAdv .midr .products .prol .prlrow1 .prlr .propr {    
    border-top: 1px solid #f3efda;
    border-bottom: 1px solid #f3efda;
    height:35px;
    line-height: 34px;
}
#ctl00_PageContent_UpHawkSearchAdv .slider-range a.first-handle,#ctl00_PageContent_UpHawkSearchAdv .slider-range a.second-handle {
    background-repeat:no-repeat !important;
}
#ctl00_PageContent_UpHawkSearchAdv .sliderbox {
    width:90%;
}
#ctl00_PageContent_UpHawkSearchAdv .row,#ctl00_PageContent_UpHawkSearchAdv  .field {
    text-align:left;
}
/******* Hawk search Page end ************/


/*** shopping cart start ***/
#shopping-part {
}
#shopping-part .fl{
    float:left;
}
#shopping-part .fr{
    float:right;
}
#shopping-part .clear {
    clear:both;
}

#shopping-part .midcont {
    float:left;
    width:100%;
}

#shopping-part .midcont .steps{
    float:left;
    width:100%;
    margin-bottom:10px;
}

#shopping-part .midcont .stepbox{

    border-radius:0px;
    padding:0px;
    border-top: 1px solid #31baec;
    background: #31baec;
    margin-right:10px;
    float:left;
}
#shopping-part .midcont .stepbox.dsbles {
    border-top: 1px solid #95969a;
    background: #95969A;
}
#shopping-part .midcont .stepbox .step-no{
    padding-right:10px;
    float:left;
    display:none;
}

#shopping-part .midcont .stepbox .step-text{       
    float: left;
    font-size:10pt;
    /*font-style: italic;*/
    font-weight: 600;
    line-height: 34px;
    padding-right: 15px;
    text-transform: uppercase;
    color:#fff;
    padding-left:15px;
}
#shopping-part .midcont .stepbox .step-text.sc-red {
    color:#fff;
}
#shopping-part .midcont .stepbox .step-arrow{    
    float:right;
    padding-top:8px;
    padding-right:8px;
    display:none;
}


#shopping-part .responstable {
  margin: 1em 0 2em 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: #102b40;
  border-radius: 0px;
  border: 1px solid #e2e2e3;
  margin-bottom:0px;
  font-size:9pt;
}
#shopping-part .cartwholeprice991 {
    font-size:9pt;
}
#shopping-part .responstable tr {
  border: 1px solid #e2e2e3;
  background-color: #fff;
}
#shopping-part .responstable tr:nth-child(odd) {
  background-color: #fff;
}
#shopping-part .responstable th {
  display: none;
  border: 4px solid #fff;
  background-color: #95969A;
  /*background: url(images/table-top-bg.jpg);*/
  color: #FFF;
  padding: 1em;
  text-transform:uppercase;
  font-weight:600;
}
#shopping-part .responstable th:first-child {
  display: table-cell;
  text-align: center;
}
#shopping-part .responstable th:nth-child(2) {
  display: table-cell;
}
#shopping-part .responstable th:nth-child(2) span {
  display: none;
}
#shopping-part .responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 992px) {
  #shopping-part .responstable th:nth-child(2) span {
    display: block;
  }
  #shopping-part .responstable th:nth-child(2):after {
    display: none;
  }

}
#shopping-part .responstable td {
  display: block;
  word-wrap: break-word;
  /*max-width: 7em;*/
  color:#102b40;
  vertical-align: top;
}

#shopping-part .responstable td .imgborder
{
border:1px solid #CFC89F;
margin:0 0.5em;
}
#shopping-part .responstable td input[type="text"]
{  
    /*max-width: 70px;
    min-width:40px; 
    height: 37px;*/ 
}
#shopping-part .responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #fff;
}
@media (min-width: 992px) {
  #shopping-part .responstable td {
    border: 1px solid #fff;
  }
}
#shopping-part .responstable th,#shopping-part .responstable td {
  text-align: left;
  /*margin: .5em 1em;*/
  padding:10px 0.5em;
  text-transform:uppercase;
}
@media (min-width: 992px) {
  #shopping-part .responstable th, #shopping-part .responstable td {
    display: table-cell;
    padding: 6px 0.5em;
  }
}
#shopping-part .responstable td .final-total {color:#e00000; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold;}
#shopping-part .responstable td .green
{
	color:#95969A;
}
#shopping-part .responstable td .colid
{
font-weight:normal;
text-transform: none;
}
#shopping-part .responstable td .colid .red
{
color:#95969A;
}
#shopping-part .scart-thumb
{
    margin-bottom:0px;
}

#shopping-part .sc-top-sep {
    clear:both;
    float:left;
    width:100%;
    height:1px;
    border-bottom: 1px solid #F3EFDA;
    margin-bottom:10px;
}

#shopping-part .carttitle {
    color:#FFFFFF;
    background:#31baec;
    padding-left:15px;
    float:left;
    width:100%;
    height:44px;
    line-height:44px;
    font-size: 10pt;
    font-weight: 600;
}

#shopping-part .cartinfo {
    float:left;
    width:100%;
}

#shopping-part .cartinfo .cart1 {
    float:left;
    width:100%;
}

#shopping-part {
    color:#000;
    float:left;
    width:100%;
    background:#FFF;
    margin-top:25px;
    padding:10px;
}

#shopping-part .continuewshopping {
    background: #5f6235 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 16px;
    margin-top: 17px;
    padding: 5px 10px;
    text-transform: uppercase;
    line-height:25px;
    font-weight:600;
}

#shopping-part .red2 {
    color:#31baec;
}
#shopping-part .red {
    color:#31baec;
}
#shopping-part .bold {
    font-weight:bold;
}

#shopping-part .sc-loyalty-prompt {
    font-style:italic;
    font-size:9pt;
color:#95969A;
}
#shopping-part .sc-loyalty-prompt .red
{
color:#95969A;
} 
#shopping-part .sc-loyalty-prompt .red {
    font-weight:600;
}
#shopping-part .sc-toptotal-prompt {
    font-size:9pt;
    color:#31baec;
    text-transform:uppercase;
    text-align:right;
    font-weight:600;
}

#shopping-part .sc-helpfulllinks {
    margin-bottom:10px;
}
#shopping-part .sc-helpfulllinks .helpful-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10pt;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    background-color: #95969A;
    padding-left: 10px;
    padding-top: 8px;
}
#shopping-part .sc-helpfulllinks .helpful-box {
    padding: 10px;
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background-color: #95969A;
}
#shopping-part .sc-helpfulllinks .helpful-box a{
    clear:both;
    display:block;
    line-height:20px;
    float:left;
color:#FFFFFF;
}
#shopping-part .sc-zipcode-ship {
}
#shopping-part .sc-zipcodeship-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10pt;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    background: #95969A;
    padding-left: 10px;
    padding-top: 8px;
}

#shopping-part .sc-zipcodeship-box {
    padding: 10px;
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    background-color: #95969A;
    color: #FFF;
}
#shopping-part .sc-zipcodeship-box .red2
{
color:#FFFFFF;
}
#shopping-part .sc-zipcodeship-box .form-group label {
    font-size:8pt;
    font-weight:normal;
}
#shopping-part .sc-zipcodeship-box .zip-input {
    float:left;
    max-width:50%;
    border-radius:0px;
    border:1px solid #e2e2e3;
}
#shopping-part .sc-zipcodeship-box .quotebtn {
     background: #31baec none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    line-height: 33px;
    padding: 0 10px;
}
#shopping-part .sc-alsopros {
}

#shopping-part .sc-zipcode-ship .shipingmethmainbox {
    float:left;
    width:100%;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG1{
    float:left;
    width:100%;
    background:#e2e2e3;
    border:1px solid #e2e2e3;
    padding:10px;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG2{
    float:left;
    width:100%;
    background:#fff;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG2 .methodULs {
    float:left;
    width:100%;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG2 .methodULs .methodLIs {
    float:left;
    width:100%;
    border-bottom: 1px solid #F8F7F1;    
    padding:7px;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG2 .methodULs .methodLIs:last-child {
    border-bottom: none;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG2 .methodULs .methodLIs .sc-meth-name {
    float:left;
    width:70%;
    font-weight:700;
    font-size:9pt;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG2 .methodULs .methodLIs .sc-meth-est {
    font-weight:normal;
    font-size:9pt;
    clear:both;
    float:left;
}
#shopping-part .sc-zipcode-ship .shipingmethmainbox .shipmethodBG2 .methodULs .methodLIs .sc-meth-cost {
    float:left;
    width:30%;
    padding-left:5px;
    text-align:right;
    font-weight:700;
    font-size:9pt;
}
#shopping-part .sc-alsopros .relpros {
    margin-bottom:15px;
}
#shopping-part .sc-alsopros .relpros .title {
    background:#95969A;
    height:44px;
    line-height:44px;
    text-transform:uppercase;
    font-weight:600;
    font-size:10pt;
    padding-left:10px;
    color:#FFFFFF;
}
#shopping-part .sc-alsopros .relpros .prod-box {
    text-align:center;
    padding:10px;
    font-size:9pt;
}
#shopping-part .sc-alsopros .relpros .pros {
    background: #fff;
    border: 1px solid #e2e2e3;
}
#shopping-part .sc-alsopros .relpros .prod-box .thumbnail {
    border:none;
    margin-bottom:10px;    
    background:none;
}

#shopping-part .sc-alsopros .relpros .prod-box .propr.prbb {
    line-height:30px;
    border-top:1px solid #e2e2e3;
    border-bottom:1px solid #e2e2e3;
    margin-bottom:7px;
    font-weight:600;
}
#shopping-part .sc-alsopros .relpros .prod-box .namelink {
}

#shopping-part .sc-alsopros .relpros .prod-box .namelink a.green{
color:#95969A;
}
#shopping-part .sc-alsopros .relpros .pros .ratings
{
color:#95969A;
}
#shopping-part .sc-alsopros .relpros .probox-borbot{
    border-top:1px solid #FFF;
    border-bottom:1px solid #e2e2e3;
    clear:both;
    height:2px;
    width:100%;
    float:left;
    margin-top:5px;
}

@media (max-width: 991px) {
    #shopping-part .cartsingleprice991 {
        clear:both;
        margin-top:10px;
        padding-top:10px;
    }
    #shopping-part .cartQtyddl991 {
        clear:both;
    }
    #shopping-part .cartwholeprice991 {
        clear:both;
    }

    #shopping-part .sc-helpfulllinks {
        padding-right:0px;
    }
    #shopping-part .padtb991 {
        padding-top:0px !important;
        padding-bottom:0px !important;
    }

    #shopping-part .midcont .steps {
        margin-top: 10px;
    }
}
@media (max-width: 740px) {
    #shopping-part .midcont .steps .stepbox {
        margin-bottom:10px;
    }
}
/*** shopping cart end ***/


/*** Checkout page start ***/

#SEEcheckout {
        color: #000;
    float: left;
    width: 100%;
    background: #FFF;
    margin-top: 25px;
    padding: 10px;
}
#SEEcheckout .fl{
    float:left;
}
#SEEcheckout .fr{
    float:right;
}
#SEEcheckout .clear {
    clear:both;
}

#SEEcheckout .midcont {
    float:left;
    width:100%;
}

#SEEcheckout .midcont .steps{
    float:left;
    width:100%;
    margin-bottom:10px;
}

#SEEcheckout .midcont .stepbox{

    border-radius:0px;

    padding:0px;
    border-top: 1px solid #31baec;
    background: #31baec;
    margin-right:10px;
    float:left;
}
#SEEcheckout .midcont .stepbox.dsbles {
    border-top: 1px solid #95969A;
    background: #95969A;
}
#SEEcheckout .midcont .stepbox .step-no{
    padding-right:10px;
    float:left;
    display:none;
}

#SEEcheckout .midcont .stepbox .step-text{       
    float: left;
    font-size: 10pt;
    /*font-style: italic;*/
    font-weight: 600;
    line-height: 34px;
    padding-right: 15px;
    text-transform: uppercase;
    color:#fff;
    padding-left:15px;
}
#SEEcheckout .midcont .stepbox .step-text.sc-red {
    color:#fff;
}
#SEEcheckout .midcont .stepbox .step-arrow{    
    float:right;
    padding-top:8px;
    padding-right:8px;
    display:none;
}
#SEEcheckout .sc-top-sep {
    clear:both;
    float:left;
    width:100%;
    height:1px;
    border-bottom: 1px solid #F3EFDA;
    margin-bottom:10px;
}

#SEEcheckout .carttitle {
    color: #FFFFFF;
    background: #31baec;
    padding-left: 15px;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 10pt;
    margin-bottom: 10px;
    font-weight: 600;
}


#SEEcheckout .seeform-header {
    color:#000000;
    text-transform:uppercase;
    font-weight:600;
    font-size:10pt;
    margin-bottom:10px;
    float:left;
    width:100%;
}

#SEEcheckout .seeform-box {
    float:left;
    clear:both;
    padding:10px;
    width:100%;
    background:#e2e2e3;
    border:1px solid #e2e2e3;
}

#SEEcheckout .edit-address-text {
    line-height:25px;
    font-size:9pt;
}

#SEEcheckout .edit-add-box {
    float:left;
    width:100%;
    margin-bottom:10px;
}
#SEEcheckout .edit-address-link {
    text-align:right;
    line-height:25px;
}

#SEEcheckout .SEE-SCButton {
    background: #31baec none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 9pt;
    font-weight: bold;
    line-height: 33px;
    padding: 0 10px;
}

#SEEcheckout .ch-editcartBtn {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #31baec;
    float: right;
    font-size: 9pt;
    font-weight: bold;
    line-height: 25px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 10px;
}
#SEEcheckout .SEEDDLVarInput .rcbInputCell
{
  background: #ffffff !important;
  cursor: pointer !important;
  padding: 1px !important;
  border-radius: 0px 0 0 0px !important;
  border:none !important;
}
#SEEcheckout .SEEDDLVarInput input
{
  color: #000000 !important;
  cursor: pointer !important;  
  font-size: 13px !important;
  font-weight: bold !important;
  height: 30px;
  line-height: 25px !important;
  padding: 5px 5px 5px 10px !important;
  background:#FFF;
}
#SEEcheckout .SEEDDLVarInput .rcbArrowCell
{
      background: #fff !important;
    border-left: 1px solid #e2e2e3;
    border-radius: 0 0px 0px 0;
    cursor: pointer;
    height: 35px;
    padding-left: 7px;
    width: 29px !important;
}
#SEEcheckout .SEEDDLVarInput a
{
  background: url(images/yelo-drop.png);
  cursor: pointer !important;
  height: 34px !important;
  width: 29px !important;
  background-repeat: no-repeat;
  background-position:left center;
}

#SEEcheckout .cart-headr-title {
    background: #31baec;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 10pt;
    padding-left: 15px;
    
}
#SEEcheckout .ch-cart-box {
    float:left;
    width:100%;
    border-bottom:1px solid #e2e2e3;
    padding:7px;
}
#SEEcheckout .cart-body {
    float:left;
    width:100%;    
    clear:both;
    margin-bottom: 10px;
    border:1px solid #e2e2e3;
}
#SEEcheckout .ch-cart-box .ch-img-box{
    float:left;
    width:25%;
    padding-right:3px;
}
#SEEcheckout .ch-cart-box .ch-img-box .thumbnail{
    border:1px solid #e2e2e3;
    background:none;
    border-radius:0px;
}
#SEEcheckout .ch-cart-box .ch-prolink-box{
    float:left;
    width:45%;
    padding-left:3px;
}
#SEEcheckout .ch-cart-box .ch-proqty-box{
    float:left;
    width:10%;
    padding-left:3px;
    text-align:center;
}
#SEEcheckout .ch-cart-box .ch-profinaltotal-box{
    float:left;
    width:20%;
    text-align:right;
    font-weight:600;
}

#SEEcheckout .ch-summary .pibr {
    float:left;
    width:100%;
    padding-top:10px;
}
#SEEcheckout .ch-summary .pibr .row2{
    float:left;
    width:100%;
}
#SEEcheckout .ch-summary .pibr .ctil {
    float:left;
    width:60%;
    padding:0px 10px;
    font-size:9pt;
    line-height:25px;
}
#SEEcheckout .ch-summary .pibr .ctir {
    float:left;
    width:40%;
    text-align:right;
    padding-right:10px;
    font-weight:bold;
    font-size:9pt;
    line-height:25px;
}
#SEEcheckout .ch-summary .pibr .row3{
    float: left;
    width: 100%;
    background: #31baec;
    color: #FFFFFF;
    height: 43px;
    text-transform: uppercase;
    margin-top: 10px;
}
#SEEcheckout .ch-summary .pibr .row3 .ctil {
    font-size:10pt;
    line-height:43px;
    font-weight:600;
}
#SEEcheckout .ch-summary .pibr .row3 .ctir {
    font-size:10pt;
    line-height:43px;
    font-weight:600;
}

#SEEcheckout .ch-shimth-maindiv {
    float:left;
    width:100%;
    margin-top:10px;
}

#SEEcheckout .SEEshipMethodBox {
     border-top:2px solid #F8F8F0;
     padding:10px;
}
#SEEcheckout .shimethodRadio {
    vertical-align:middle;
    width:10%;
    text-align:center;
}
#SEEcheckout .shimethodName {
    padding-left:7px;
    color:#000000;
    width:90%;
}
#SEEcheckout .shimethodName .smname{
    font-weight:bold;
    font-size:9pt;
}
#SEEcheckout .shimethodName .smname .snm {
    float:left;
    width:80%;
    padding-right:5px;
}
#SEEcheckout .shimethodName .smname .scsts {
    float:right;
    width:20%;
    text-align:right;
}
#SEEcheckout .shimethodName .smest{
    clear:both;
}
#SEEcheckout .chkshipme-lit-rptr-box {
    float:left;
    width:100%;
    background:#FFFFFF;
}

#SEEcheckout .red2 {
    color:#31baec;
}
#SEEcheckout .red {
    color:#31baec;
}

#SEEcheckout .payinfo .pay-creadit {
}
#SEEcheckout .payinfo .pay-creadit .piblb .from-group{
    padding-left:0px;
    padding-right:0px;
}
#SEEcheckout .payinfo .pay-paypal {
}
#SEEcheckout .payinfo .pay-calltopaycc {
}

#SEEcheckout .payinfo input[type="radio"] {
    margin-right:5px;
}
#SEEcheckout .sumitorderpart {
    padding:0px;
    margin-bottom:10px;
}

#SEEcheckout .sumitorderpart .ch-privacy{
 padding-top:10px;
 padding-bottom:10px;   
}
#SEEcheckout .sumitorderpart .ch-placeorder {
    background:#ffffff;
}

#SEEcheckout .SEEbtnPlaceOrder {
    float:left;
    clear:both;
    width:100%;
    text-align:right;
    margin-top:10px;
    margin-bottom:10px;
}
#SEEcheckout .SEEbtnPlaceOrder img{
    max-width:100%;
}

#SEEcheckout .sc-helpfulllinks {
    margin-bottom:10px;
    margin-top:10px;
}
#SEEcheckout .sc-helpfulllinks .helpful-title {
    color:#000000;
    text-transform:uppercase;
    font-weight:700;
    font-size:10pt;
    margin-bottom:10px;
    float:left;
    width:100%;
}
#SEEcheckout .sc-helpfulllinks .helpful-box {
    border: 1px solid #e2e2e3;
    padding: 10px;
    background: #e2e2e3;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#SEEcheckout .sc-helpfulllinks .helpful-box a{
        clear: both;    
    line-height: 20px;
    float: left;
    line-height: 27px;
}
#SEEcheckout .promogift-mainbox .promogift-part {
    border-right: 1px solid #DEDBCA;
}
#SEEcheckout .promogift-mainbox .loyaltypoint-part {
    padding-left:7px;
}
#SEEcheckout .promogift-mainbox .promo-input{
    border: 1px solid #e5e2d7;
    border-radius: 0;
    float: left;
    max-width: 70%
}
#SEEcheckout .promogift-mainbox .promo-button{
        background: #31baec none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 9pt;
    font-weight: 600;
    line-height: 33px;
    padding: 0 10px;
    text-transform: uppercase;
}
#SEEcheckout .promogift-mainbox .loyaltypoint-part .loyalty-Head {
    font-weight:600;
    font-style:italic;
    font-size:10pt;
    margin-bottom:10px;
    float:left;
    width:100%;
}
@media (max-width: 991px) {
    #SEEcheckout .midcont .steps {
        margin-top: 10px;
    }

    #SEEcheckout .chk-cartpart {
        padding-left:0px !important;
    }
    #SEEcheckout .ch-cc-year {
        padding-left:0px !important;
    }
}
@media (max-width: 767px) {
    #SEEcheckout .pay-calltopaycc {
        margin-top:10px;
    }
    #SEEcheckout .promogift-mainbox .promogift-part {
        border-right: none;
        padding-right:0px;
    }
    #SEEcheckout .promogift-mainbox .loyaltypoint-part {
        padding-left:0px;
    }
}
@media (max-width: 740px) {
    #SEEcheckout .midcont .steps .stepbox {
        margin-bottom:10px;
    }
}

.see-order-confmaindiv {
    text-align: center;
    padding: 15px;
    line-height: 25px;
    float: left;
    width: 100%;
    font-size: 10pt;
    background: #ffffff;
    margin-top: 15px;
}
.see-order-confmaindiv .orderconfirmation-receiptlink {
    color: #31baec;
    text-decoration:underline;
    margin-left:10px;
}
.orderconfirmation-received {color: #31baec;font-size: 11pt;clear:both;}
.orderconfirmation-thanks {color: #31baec;font-size: 11pt;margin-top:20px;margin-bottom:20px;}
.orderconfirmation-order-instructions {display: none !important;}
.orderconfirmation-print {margin-bottom:10px;}
.orderconfirmation-customerid {margin-bottom:20px;}
.orderconfirmation-receipt {margin-top:20px;}
.orderconfirmation-customprompt {color:#31baec; font-size:13pt;}
.orderconfirmation-ordernumber span, .orderconfirmation-customerid span {margin-right:5px;}
/*** Checkout page end ***/




/*** category page start new design ****/
/** Category Part Start **/
#SEECategory {
    float:left;
    width:100%;
    margin-top:10px;
    margin-bottom:15px;
}
#SEECategory .cantegory-Name {
    float:left;
    width:100%;
    text-transform:uppercase;
    font-weight:600;
    font-size:38px;
    color:#31baec;
    margin-bottom:10px;
}

#SEECategory .cat-left-part .cat-selection-box {
    float:left;
    width:100%;
    margin-bottom:12px;
}
#SEECategory .cat-left-part .cat-selection-box .selection-head{
    float:left;
    width:100%;
    padding-left:12px;
    text-transform:uppercase;
    background:#31baec;
    color:#FFFFFF;
    font-size:16px;
    font-weight:600;
    line-height:44px;
    letter-spacing:1px;
}
#SEECategory .cat-left-part .cat-selection-box .selection-cont{
    float:left;
    width:100%;
    padding:12px;
    text-transform:uppercase;
    background:#fff;
}
#SEECategory .cat-left-part .cat-selection-box .selection-cont .selected-msg-box {
    float:left;
    width:100%;
    padding:0 0 0 7px;
    background:#6d6f72;
    color:#FFFFFF;
    margin-bottom:8px;
}
#SEECategory .cat-left-part .cat-selection-box .selection-cont .selected-msg-box:last-child {
    margin-bottom:0px;
}
#SEECategory .cat-left-part .cat-selection-box .selection-cont .selected-msg-box .selered-attr {
    float:left;
    color:#FFFFFF;
    line-height:41px;
    font-weight:700;
    font-size:13px;
}
#SEECategory .cat-left-part .cat-selection-box .selection-cont .selected-msg-box .x-remove {
    background: #31baec;
    color: #ffffff;
    float: right;
    line-height: 41px;
    padding: 0 15px;
}


#SEECategory .cat-left-part .cat-attrib-box {
    float:left;
    width:100%;
    margin-bottom:20px;
}
#SEECategory .cat-left-part .cat-attrib-box .cat-attrib-head{
    float:left;
    width:100%;
    padding-left:12px;
    text-transform:uppercase;
    background:#95969A;
    color:#FFFFFF;
    font-size:9pt;
    font-weight:600;
    line-height:44px;
    letter-spacing:1px;
}
#SEECategory .cat-left-part .cat-attrib-box .cat-attrib-cont{
    float:left;
    width:100%;
    padding:12px;
    text-transform:uppercase;
    background:#fff;
    padding-bottom:0px;
}
#SEECategory .cat-left-part .cat-attrib-box.seeChekbox .cheboxAttrib input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 4px;
    position: initial;
    transform: scale(1.3, 1.3);
    margin-top:0px;
}
#SEECategory .cat-left-part .cat-attrib-box.seeChekbox .cheboxAttrib label {
    font-size: 9pt;
    line-height: 30px;
    padding-left: 5px;
    font-weight:700;
    width: auto;
    margin-bottom:0px;
}
#SEECategory .cat-left-part .cat-attrib-box .cat-attrib-cont .filtercheckbox {
    width:100%;
}
#SEECategory .cat-right-part .sortresults {
    float:left;
    width:100%;
    background:#31baec;
    min-height:44px;
}
#SEECategory .cat-right-part .sortresults .sortresults-count {
    color: #ffffff;
    float: left;
    font-size: 9pt;
    font-weight: 600;
    line-height: 44px;
    padding-left: 12px;
}
#SEECategory .cat-right-part .sortresults .sortresults-ddl {    
    margin:0px auto;
    width:46%;
}
#SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style {
    padding: 0;
    margin: 0;    
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: transparent;
    background:  url('images/sort-ddl-arrow.png') no-repeat 90% 50%;
    float:left;
}

#SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:9pt;
    font-weight:600;
    color:#000;
    height:44px;
}
#SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style select option{
    background:#31baec;
    color:#FFFFFF;
}
#SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style select:focus {
    outline: none;
}

#SEECategory .cat-right-part .sortresults .sortresults-paging {
    color: #000;
    float: right;
    font-size: 9pt;
    font-weight: 600;
    line-height: 44px;
    padding-right: 12px;
}
#SEECategory .cat-right-part .sortresults .sortresults-paging .paging {
    float:left;
}
#SEECategory .cat-right-part .sortresults .sortresults-paging .paging ul{
    float:left;
    list-style-type:none;
    padding-left:5px;
    padding-bottom:0px;
}
#SEECategory .cat-right-part .sortresults .sortresults-paging .paging ul li {
    display:inline-block;
}
#SEECategory .cat-right-part .sortresults .sortresults-paging .paging ul li a {
    text-decoration:none;
}
#SEECategory .cat-right-part .sortresults .sortresults-paging .paging ul li a.activepage {
    color:#FFFFFF;
}
#SEECategory .cat-right-part .sortresults .srts-icns-mob .paging {
    float:left;
}
#SEECategory .cat-right-part .sortresults .srts-icns-mob .paging ul{
    float:left;
    list-style-type:none;
    padding-left:5px;
    padding-bottom:0px;
    line-height:25px;
}
#SEECategory .cat-right-part .sortresults .srts-icns-mob .paging ul li {
    display:inline-block;
}
#SEECategory .cat-right-part .sortresults .srts-icns-mob .paging ul li a {
    text-decoration:none;
    font-size:9pt;
    font-weight:600;
}
#SEECategory .cat-right-part .sortresults .srts-icns-mob .paging ul li a.activepage {
    color:#31baec;
}
#SEECategory .cat-right-part .sortresults .sortresults-mobile-icns{
    float:left;
    width:100%;
}
#SEECategory .cat-right-part .sortresults .sortresults-mobile-icns .srts-icns-mob {
    float:left;
    width:25%;
    text-align:center;
    line-height:44px;
}
#SEECategory .cat-right-part .sortresults .sortresults-mobile-icns .srts-icns-mob img {
    display:inline-block;
    vertical-align:middle;
}
#SEECategory .cat-right-part .product-Container {
    float:left;
    width:100%;
    background:#FFFFFF;
    clear:both;
}
#SEECategory .cat-right-part .product-Container .prod-item {
    border-right:1px solid #e2e2e3;
    border-bottom:1px solid #e2e2e3;
}
#SEECategory .cat-right-part .product-Container .prod-item .thumbnail{
    border:none;
    margin-bottom:10px;
    margin-top:10px;
    min-height:214px;
}
#SEECategory .cat-right-part .product-Container .prod-item .prod-name {
    min-height:68px;
    float:left;
    width:100%;
    text-align:center;
    margin-bottom:10px;
}
#SEECategory .cat-right-part .product-Container .prod-item .prod-name a {
    color:#6d6f72;
    text-decoration:none;
    line-height:22px;
}
#SEECategory .cat-right-part .product-Container .prod-item .prod-price {
    color:#31baec;
    font-size:9pt;
    line-height:30px;
    font-weight:700;
    font-style:italic;
    float:left;
    width:100%;
    text-align:center;
    margin-bottom:10px;
}
#SEECategory .cat-right-part .product-Container .prod-item .prod-stars {
    float:left;
    width:100%;
    margin-bottom:8px;
    text-align:center;
}

@media (min-width: 1200px) and (max-width: 1399px) {    
    #SEECategory .cat-left-part {
       width:22%;
    }
    #SEECategory .cat-right-part {
        width:73%;
    }
    #SEECategory .seebcat-col-5-per {
        width:5%;
    }
    #SEECategory .cat-right-part .product-Container .prod-item.see-col-12to19 {
        width:20%;
    }
    #SEECategory .cat-right-part .product-Container .prod-item .prod-name {
        min-height:90px;
    }
}
@media (min-width: 1400px) and (max-width: 2700px) {    
    #SEECategory .cat-left-part {
       width:20%;
    }
    #SEECategory .cat-right-part {
        width:75%;
    }
    #SEECategory .seebcat-col-5-per {
        width:5%;
    }
    #SEECategory .cat-right-part .product-Container .prod-item .prod-name {
        min-height:90px;
    }
    #SEECategory .cat-right-part .product-Container .prod-item.see-col-12to19 {
        width:20%;
    }
}
@media (max-width: 991px) {
    #SEECategory .cat-right-part {
        padding-left:0px;
        padding-right:0px;
    }
    #SEECategory {
        margin-top:0px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {    
    #SEECategory .cat-left-part {
       width:22%;
    }
    #SEECategory .cat-right-part {
        width:73%;
    }
    #SEECategory .seebcat-col-5-per {
        width:5%;
    }
}
@media (max-width: 1199px) {
    #SEECategory .cat-left-part .cat-selection-box .selection-head {
        font-size:9pt;
    }
    #SEECategory .cat-left-part .cat-attrib-box .cat-attrib-head {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-count {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style select {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style.select-ddlSortBy {
        width:170px !important;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style.select-ddlSortByPageSize {
        width:100px !important;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-paging {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .product-Container .prod-item .prod-name {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .product-Container .prod-item .prod-price {
        font-size:9pt;
    }
}
@media (max-width: 1005px) {
    #SEECategory .cat-left-part .cat-selection-box .selection-head {
        font-size:9pt;
    }
    #SEECategory .cat-left-part .cat-attrib-box .cat-attrib-head {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-count {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style select {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style.select-ddlSortBy {
        width:170px !important;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-ddl .select-style.select-ddlSortByPageSize {
        width:100px !important;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-paging {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .product-Container .prod-item .prod-name {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .product-Container .prod-item .prod-price {
        font-size:9pt;
    }
    #SEECategory .cat-right-part .sortresults .sortresults-ddl {
        width:50%;
    }
}

/** Category Part End **/
/*** category page start new End ****/


/*** Fixed footer start ***/
#seefooterindi-line {
    clear:both;
    float:left;
    width:100%;
    height:1px;
}

#seeFixedFooter {
    float:left;
    width:100%;
    /*position:fixed;*/
    left:0px;
    bottom:0px;
    z-index:1000;
}
#seeFixedFooter .fixed-over-bg {
    position:fixed;
    z-index:-1;    
    /*opacity:0.50;*/
    bottom:50px;
    width:100%;
    height:80px;
/*display:none !important;*/

   /*background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(0,0,0,0.67) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(0,0,0,0.67)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(0,0,0,0.67) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(0,0,0,0.67) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(0,0,0,0.67) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(0,0,0,0.67) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );*/
   background: rgba(235,233,249,0);
background: -moz-linear-gradient(top, rgba(235,233,249,0) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,0)), color-stop(100%, rgba(0,0,0,0.6)));
background: -webkit-linear-gradient(top, rgba(235,233,249,0) 0%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top, rgba(235,233,249,0) 0%, rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(235,233,249,0) 0%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(235,233,249,0) 0%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#000000', GradientType=0 );
}

@media (max-width: 767px) {
    #seeFixedFooter .fixed-over-bg {
		/*bottom:20px;*/
		 bottom:8px;
    }
}

#seeFixedFooter .fx-heads {
    float:left;
    width:100%;
/*    font-family: 'IndustriaSolid';*/
}
#seeFixedFooter .cols-fx {
    padding:0px 5px;
}
#seeFixedFooter .fx-heads .spl-font-ptrn {
    /*font-size:30px;*/
    /*font-size:1.6vw;*/
    font-size:0.8vw;    
    line-height:43px;
    letter-spacing: 0px;
}
@media (min-width: 1110px) and (max-width: 1252px) {
    #seeFixedFooter .fx-heads .spl-font-ptrn {
        font-size:0.9vw;
    }
	
}
@media (min-width: 992px) and (max-width: 1109px) {
    #seeFixedFooter .fx-heads .spl-font-ptrn {
       font-size: 1vw;    
        line-height: 43px;
        min-height: 42px;
    }
#seeFixedFooter .fx-heads .cart-head-fx
{
        line-height: 43px;
}
}

#seeFixedFooter .fx-heads .specialize-head-fx {
    float:left;
    padding:0px 15px;
    background:#FFFFFF;
    color:#31baec;
    /*margin-right:5px;*/
    width:100%;
    text-align:center;    
}
#seeFixedFooter .fx-heads .wheel-head-fx {
    float:left;
    padding:0px 5px;
    background:#FFFFFF;
    color:#31baec;
    /*margin-right:5px;*/
    width:100%;
    text-align:center;
}
#seeFixedFooter .fx-heads .cart-head-fx {
    float:left;
    padding:0px 9px;
    background:#95969A;
    color:#ffffff;
    /*margin-right:5px;*/
    width:100%;        
}
#seeFixedFooter .fx-heads .cart-head-fx .cart-amount {
    float:left;
}
#seeFixedFooter .fx-heads .cart-head-fx .cart-items-cnt {
    float:right;
}
#seeFixedFooter .fx-heads .cart-head-fx .cart-items-cnt span{
    /*font-size:20px;*/
    float:right;
    /*font-size:0.6vw;*/
    
}
.f-cart-img {
    padding-right:5px;
}
#seeFixedFooter .fx-heads .indicator-head-fx {
    float:left;
    width:100%;
}
#seeFixedFooter .fx-heads .indicator-head-fx .carousel-indicators{
    bottom: -42px;
    left: 0;
    margin: 0;
    width: 100%;
}
#seeFixedFooter .fx-heads .indicator-head-fx .carousel-indicators .active{
    background:#31baec;
    border-color:#31baec;
}
#seeFixedFooter .fx-heads .indicator-head-fx .carousel-indicators li {
    background:#FFFFFF;
    margin:1px 10px;
}
@media (max-width: 767px) {
	#seeFixedFooter .fx-heads .indicator-head-fx .carousel-indicators li
	{
		   margin:1px 5px;
	}
}
#seeFixedFooter .fx-heads .spcl-whl-cart-small {
    float:left;
}
#seeFixedFooter .fx-heads .spcl-whl-cart-small .swc-sm-icons {
    float:left;
    margin:0px 5px;
}
#seeFixedFooter .fx-heads .spcl-whl-cart-small .swc-sm-icons img{
    float:left;
}
#seeFixedFooter .milvac-head-fx {
    float: left;
    position: absolute;
    top: -73px;
    width: 95%;
}
#seeFixedFooter .milvac-head-fx .thumbnail{
    padding:0px;
    border:none;
    margin:0px;
    background:none;
}
@media (max-width: 767px) {
    #seeFixedFooter .milvac-head-fx {
        /*right:-15px;*/
    }
}
@media (max-width: 470px) {
    #seeFixedFooter .milvac-head-fx {
        top: -66px;
        width: 100%;
    }
}
@media (max-width: 425px) {
    #seeFixedFooter .milvac-head-fx {
        top: -55px;
        
    }
}
#seeFixedFooter .fx-conts {
    background:#31baec;
    color:#FFFFFF;
    float:left;
    width:100%;
    padding:7px 0;
}
#seeFixedFooter .fx-conts .fx-address {
    font-size:8pt;
}
#seeFixedFooter .fx-conts .fx-socials {
    font-size:14px;
}
#seeFixedFooter .fx-conts .fx-socials a {
    text-decoration:none;
    display:inline-block;
    margin-right:10px;
}
#seefullFooter {
    float:left;
    width:100%;
    background:#31baec;
    clear:both;
}

.fx-fixed {
    position:fixed;
}

#seefullFooter .f-nonfixed-ftr {
    float:left;
    width:100%;
    padding-top:15px;
    border-top:1px solid  #FFFFFF;
    position:relative;
    color:#FFFFFF;
}

#seefullFooter .f-nonfixed-ftr .ftr-links-heads {
    float: left;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
    font-size:9pt;  
}
#seefullFooter .f-nonfixed-ftr a {
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
    display:block;
    line-height:20px;
    font-size:8pt;
}
#seefullFooter .ftn-lins-mrb-15 {
    margin-bottom:15px;
}
@media (max-width: 475px) {
    #seefullFooter .ftr-linksbox-xs600 {
        width:100%;
    }
}
/*** Fixed footer end ***/

#ctl00_minicart3_pnlContent {
    display:block !important;
}

.srt-posrel
{
    position:relative;
}
.srt-posrel .dropdown-menu::after {
    border-bottom: 9px solid #6d6f72;
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    left: 93px;
    position: absolute;
    top: -10px;
}
.srt-posrel .dropdown-menu {
    min-width:200px !important;
    left:-28px !important;
    top:44px !important;
}
.srt-posrel .srt-posrel-inner.dropdown-menu
{
    min-width:200px !important;
    right:0px !important;
    top:44px !important;
}
.srt-posrel .srt-posrel-inner.dropdown-menu::after {
    border-bottom: 9px solid #6d6f72;
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    left: 68%;
    position: absolute;
    top: -10px;
}
@media (max-width: 991px) {
	.sign-in-992-right
	{
		padding-left:0px !important;
	}
}


.template-min-height
{
min-height:1000px;
}
.topic-template-min-height
{
min-height:1000px;
}



/*** Recent Addition product start**/

.recent-additions-page {
    float:left;
    width:100%;
    padding:20px;
    font-size:10pt;
    background:#FFFFFF;
    margin-top:15px;
}
.recent-additions-page-header {
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;    
    font-size: 12pt;        
    background: #31baec;    
    float:left;  
    line-height:25px;
}

/*** Recent Addition product end**/

 span[id*='_rfv']{
     color:#fa2a00;
}


.css-pro-seeVodeo{
	/*position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;*/
}

.css-pro-seeVodeo iframe, .css-pro-seeVodeo object, .css-pro-seeVodeo embed {
	/*position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;*/

    max-width:100%;     
}



.cat-left-part .cheboxAttrib {
    display:none;
}

.cat-left-part .open .cheboxAttrib {
    display:block;
}

.see-Attr-plus {
    color: #ffffff;
    float: right;
    font-size: 16px;
    padding-right: 10px;
}
.see-Attr-minus {
    color: #ffffff;
    float: right;
    font-size: 16px;
    padding-right: 10px;
}
.see-Attr-minus {
    display:none;
}

.cat-left-part .open .see-Attr-minus{
    display:block;
}
.cat-left-part .open .see-Attr-plus{
    display:none;
}

.filter-title {
    cursor:pointer;
}

#ctl00_PageContent_ctl00_divPriceSlider .cat-attrib-head{
    cursor:pointer;
}


.breadcrumb {
    background:#FFFFFF;
    color:#000;
    border-radius:0px;
    clear:both;
    margin-top:20px;
    float:left;
    width:100%;
    padding:10px;
}
.breadcrumb li {
    float:left;
    display:inline-block;
    margin:0px 5px; 
}

.breadcrumb li.es:last-child {
    display:none;
}

.breadcrumb .SectionTitleText {
    float:left;
}
.breadcrumb a {
    color: #000;
    text-transform: uppercase;
    font-size: 9pt;
    margin-left: 5px;
}
.breadcrumb li a {
    color: #000;
    text-transform: uppercase;
    font-size: 9pt;
    margin-left: 5px;
}

.breadcrumb li a.red{
    color:#31baec;
    text-transform: uppercase;
    font-size: 9pt;
    margin-left: 5px;
}
.breadcrumb li.es img {
    height:13px !important;
    width:7px  !important;
}

/*** mini cart popup start ***/
#SEEminicarthovering.open .dropdown-menu {
    display:block;
}

#SEEminicarthovering .dropdown-menu {
    border-radius: 0;
    bottom: 43px;    
    margin-left: 4px !important;
    top: auto;
    width: 400px;
}

#SEEminicarthovering .see-dropdown-cart .cart-main-item {
    float:left;
    width:100%;
    padding:10px;
    border-bottom:1px solid #e2e2e3;
}
#SEEminicarthovering .see-dropdown-cart .cart-main-item .cart-imgpart {
    width:60px;
    height:60px;
    float:left;
    padding-right:5px;
}
#SEEminicarthovering .see-dropdown-cart .cart-main-item .cart-imgpart .thumbnail{
    border:none;
}

#SEEminicarthovering .see-dropdown-cart .cart-main-item .cart-linkpart {
    float:left;
    width:300px;
}
#SEEminicarthovering .see-dropdown-cart .cart-main-item .cart-linkpart a{
    color:#000;
    text-decoration:none;
    font-size:9pt
}
#SEEminicarthovering .see-dropdown-cart .cart-remove {
    float:left;
}
#SEEminicarthovering .see-dropdown-cart .cart-main-item .cart-remove a{
    color:#31baec;
    font-size:9pt
}

#SEEminicarthovering .see-dropdown-cart .cart-price-part {
    float:right;
    color:#31baec;
    font-size:9pt
}
#SEEminicarthovering .see-dropdown-cart .cartSubTotatl {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #c2c2c2;
    text-align: center;
    font-weight: 500;
    font-size: 10pt;
    padding-bottom: 5px;
    padding-top: 5px;
}

#SEEminicarthovering .see-dropdown-cart .cart-check-links {
    float:left;
    width:100%;
    padding:10px;
}
#SEEminicarthovering .see-dropdown-cart .cart-check-links .cart-links-1{
    float:left;
}
#SEEminicarthovering .see-dropdown-cart .cart-check-links .cart-links-1 a{
    color:#31baec;
    font-size:10pt;
}
#SEEminicarthovering .see-dropdown-cart .cart-check-links .chks-links-1{
    float:right;
}
#SEEminicarthovering .see-dropdown-cart .cart-check-links .chks-links-1 a {
  background: #95969a;
  padding:5px;
  color:#FFF;
  text-transform:uppercase;
  font-size:10pt;
}

#SEEminicarthovering .dropdown-menu::after {
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    bottom: -9px;
}

@media (max-width: 500px) {

    #SEEminicarthovering .dropdown-menu {
        left:-80px;
    }
    #SEEminicarthovering .dropdown-menu::after {
        left: 90px;
    }
    #SEEminicarthovering .dropdown-menu {
        width:300px;
    }

    #SEEminicarthovering .see-dropdown-cart .cart-main-item .cart-linkpart {
        width:200px;
    }
}
/*** mini cart popup end ***/
#div_google_badge {position:fixed;bottom:-5px;right:0px;z-index:1;}


@media (max-width: 991px) {
    body {
        padding-right: 0px !important;
    }

    .modal-open {
        overflow-y: auto;
    }
}
@media (max-width: 767px) {
    .SEE-ajax-loader {
        width:10%;
    }
}

.home-header-sticky {
	top: 0px;
	position: fixed;
	margin: 0px auto !important;
	width: 100%;
	z-index:1001;
}


#Tempblanket 
{
    background-color:#FFF;
    left:0;
    opacity:0.0;
    filter:alpha(opacity=0);
    position:absolute;
    top:0;    
    z-index:9001;
}

#adsense
{
	display:none;
}

#ctl00_PageContent_ctl00_divLoyaltyPoints .modal-header
{
	min-height:45px;
}
#ctl00_PageContent_ctl00_divLoyaltyPoints .modal-header .close
{
	margin-top: -7px;
	font-size:30px;
}
#ctl00_PageContent_ctl00_divLoyaltyPoints .modal-body
{
	padding: 5px;
}

#ctl00_PageContent_SEEMyAccount1_UpMyAccount .modal-header
{
	min-height:45px;
}
#ctl00_PageContent_SEEMyAccount1_UpMyAccount .modal-header .close
{
	margin-top: -7px;
	font-size:30px;
}
#ctl00_PageContent_SEEMyAccount1_UpMyAccount .modal-body
{
	padding: 5px;
}

@media (max-width: 400px)
{
    .div-loc
    {
        margin-left: 0px !important;
        margin-top: 10px !important;
        clear:both;
    }
}

.carousel-control {
  left: 5%;
  width: 0% !important;
  right: 5% !important;
}