/* page structure */
body {
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}
body.home {
    background:url(images/home-spa-bg.jpg) #FFFFFF;
    background-repeat:no-repeat;

}
body.entity {
    background:url(images/entiy-bg.jpg) #FFFFFF;
    background-repeat:no-repeat;

}
body.templet {
    background:url(images/entiy-bg.jpg) #FFFFFF;
    background-repeat:no-repeat;

}
body.topic {
    background:url(images/topic-bg.jpg) #FFFFFF;
    background-repeat:no-repeat;
	/*max-width:100%;*/

}
@media (min-width: 1921px)
{
    body.home 
    {
        background-size:contain !important;
    }
    body.entity 
    {
        background-size:contain !important;
    }
    body.templet
    {
        background-size:contain !important;
    }
    body.topic
    {
        background-size:contain !important;
    }
}

body.chekcout {
    background:#FFFFFF;
    background-repeat:no-repeat;

}
@font-face {
    font-family: 'pfs_bold';
    src: url('fonts/pfsquaresanspro-bold.eot');
    src: url('fonts/pfsquaresanspro-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfsquaresanspro-bold.woff') format('woff'),
         url('fonts/pfsquaresanspro-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pfs_medium';
    src: url('fonts/pfsquaresanspro-medium.eot');
    src: url('fonts/pfsquaresanspro-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfsquaresanspro-medium.woff') format('woff'),
         url('fonts/pfsquaresanspro-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pfs_regular';
    src: url('fonts/pfsquaresanspro-regular.eot');
    src: url('fonts/pfsquaresanspro-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfsquaresanspro-regular.woff') format('woff'),
         url('fonts/pfsquaresanspro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/* min-height for larger screens */
@media (min-width: 767px) {
	.body-wrapper {
		min-height: 500px;
	}
}

/* adnsf grid system */
@media (max-width: 767px) {
	.one-half, .one-third, .two-thirds, .one-fourth, .three-fourths, .one-fifth, .two-fifths, .three-fifths, .four-fifths, .one-sixth {
		width: 100%;
		float: none;
		display: block; 
	}
}

/* buttons */

.button {
	display: inline-block;
	margin: 2px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: #f0f0f0;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

	.button:focus {
		outline: thin dotted;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}

	.button:hover,
	.button:focus {
		color: #333333;
		text-decoration: none;
	}

	.button:active,
	.button.active {
		outline: 0;
		background-image: none;
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.button.disabled,
	.button[disabled],
	fieldset[disabled] .button {
		cursor: not-allowed;
		pointer-events: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		box-shadow: none;
	}


.call-to-action {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}

	.call-to-action:hover,
	.call-to-action:focus,
	.call-to-action:active,
	.call-to-action.active,
	.open .dropdown-toggle.call-to-action {
		color: #ffffff;
		background-color: #3276b1;
		border-color: #285e8e;
	}

	.call-to-action:active,
	.call-to-action.active,
	.open .dropdown-toggle.call-to-action {
		background-image: none;
	}

	.call-to-action.disabled,
	.call-to-action[disabled],
	fieldset[disabled] .call-to-action,
	.call-to-action.disabled:hover,
	.call-to-action[disabled]:hover,
	fieldset[disabled] .call-to-action:hover,
	.call-to-action.disabled:focus,
	.call-to-action[disabled]:focus,
	fieldset[disabled] .call-to-action:focus,
	.call-to-action.disabled:active,
	.call-to-action[disabled]:active,
	fieldset[disabled] .call-to-action:active,
	.call-to-action.disabled.active,
	.call-to-action[disabled].active,
	fieldset[disabled] .call-to-action.active {
		background-color: #428bca;
		border-color: #357ebd;
	}

	.call-to-action .badge {
		color: #428bca;
		background-color: #fff;
	}

/* header elements */
.header-cart {
	margin: 10px 0 0 0;
}
.logo-wrap img {
	max-width: 100%;
}
/* horizontal navigation */

.topnav, .footernav {
	margin: 8px 0px;
}

	.footernav .navbar-nav {
		margin: 0px;
	}

.nav-input-pad {
	padding: 9px 15px 0px 15px;
}

.nav-button-pad {
	padding: 5px 15px 0px 15px;
}

@media (min-width: 768px) {
	.navbar-form.navbar-right:last-child {
		margin-right: 0px;
	}

	.navbar-form.search-wrap {
		padding-top: 8px;
		margin-top: 0px;
	}
}

/* responsive checkout styles */
@media (max-width: 991px) {
	.checkout-tabs {
		border: none 0px;
	}

	.checkout-steps-wrap ul li {
		display: block;
	}

	.checkout-tabs > li > a {
		border-radius: 4px;
		padding: 2px 4px;
		display: block;
	}

	.checkout-tabs > li.active > a,
	.checkout-tabs > li.active > a:hover,
	.checkout-tabs > li.active > a:focus {
		color: #555555;
		background-color: #eee;
		border: 1px solid #dddddd;
		cursor: default;
		text-decoration: none;
	}
}

.opc-wrap  .opc-page-left-column{
	width: 60%;
}

.opc-wrap  .opc-page-right-column{
	width: 38%;
}

@media (max-width: 767px) {
	.cart-title {
		clear: both;
	}

	.opc-wrap  .opc-page-left-column {
		width: 100%;
		float: none;
	}

	.opc-wrap  .opc-page-right-column {
		width: 100%;
		float: none;
	}
}


/* product page */
.variant-options-label {
	font-weight: bold;
}

.product-image-wrap .product-image {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* kit product */
.kit_group img[id$='_imgFile'] {
	display: block;
	max-width: 100%;
	height: auto;
}
.kit-sidebar{
	position: static;
	z-index: 0;
	width: 190px;
	background-color: #fff;
	text-align: left;
}
.kit-sidebar{
	width: 100%;
}
@media (max-width: 767px) {
	.kit-group-content select {
		width: 90%;
	}

	.kit-group-content input[type='text'] {
		width: 90%;
	}

	.kit-groups .kit-column-content {
		width: auto;
		display: block;
	}

	.kit-groups .kit-column-sidebar {
		display: block;
		width: auto;
		padding-left: 0px;
	}

	.kit-group-item-image {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}

	

	.kit-groups{
		width: 100%;
	}
}

/*grid item styles for entity pages, related, upsell etc. */

.grid-item {
	padding-bottom: 16px;
	text-align: center;
}

.grid-item-image {
	margin: 0px auto;
}

.grid-item-image-wrap {
	padding-bottom: 8px;
}

/* entity page */

.entity-image {
	margin: 0px 8px 8px 0px;
}

.entity-page-description {
	margin-bottom: 8px;
}

.sub-entity-list {
	margin-bottom: 16px;
}

/* narrow forms */

@media (max-width: 767px) {
	.payment-page .credit-card-form, .signin-page .login-form, .signin-page .forgot-password-email, .advanced-search-form-wrap {
		width: 100%;
	}
}

/* account page and create account page */

.okay-to-email input{
	margin: 2px;
}
.okay-to-email label{
	margin-right: 4px;
}
.over-thirteen input{
	margin-right: 4px;;
}

/* product ratings */
.rating-form .one-fifth {
	width: 20%;
	display:inline;
}

/* Add To Cart Form Styles */
.table-order {
	text-align: right;
}



/*see header start*/
.topmenu {
    background: transaprent !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    margin:0px !important;
    height:32px;
    opacity:0.9;
    font-family:'pfs_regular' !important;
    font-size:14px !important;
    color:#FFFFFF !important;
}

.topmenu .container   
{
    background:#3E3D40 !important;
    
}
.top-phone {
    font-family:'pfs_medium';
    font-size:14px;
    color:#FFFFFF;
    float:left;    
}
.sky-gb {
    background:#00B1AC;
}
.sign-cart {
    margin-top: 1px;    
    /*padding-left: 10px;*/
    padding-right: 5px;
}
.top-SEE-SigninOut
{
    /*padding-left:5px;*/
}
.menuDD {
    /*background:#ffffff !important;*/
    /*background:rgba(255, 255, 255, 0.9) !important;*/
    padding-top:0px !important;
    padding-bottom:0px !important;
    margin:0px !important;
    height:92px;
    /*opacity:0.9;*/
    font-family:'pfs_regular' !important;
    font-size:14px !important;
    color:#FFFFFF !important;   
    padding-left:0px !important;
    padding-right:0px !important; 
}
.menuDD .container
{
    background:rgba(255, 255, 255, 0.9) !important;
}
.menuDD::after {
    opacity:0.9;
}
.toplinks {
    color:#3E3D40;
    font-size:15px;
}

.toplinks a {
    color:#3E3D40;
    cursor:pointer;
}
.toplinks a:hover {
    color:#3E3D40;
    cursor:pointer;
}

.btn10 {
  background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*text-shadow: 1px 2px 0px #3E3D40;  */
  color: #3c3e40;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
}
.btn10 span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
.btn10 p{
    margin:0px;
}
/*see header end*/
.mid-tittle {
    background:url(images/mid-bg1.png);
    background-repeat:no-repeat;
    color: #003050;
    height: 394px;
    margin-top: 65px;
    padding: 45px;
    width: 400px;
}
.mid-tittle h1 {
    font-family:'pfs_bold';
    text-transform:uppercase;
    font-size:28px;
}

.mid-tittle h2 {
    font-family:'pfs_regular';
    text-transform:uppercase;
    font-size:25px;
}
.mid-tittle h3 {
    font-family:'pfs_regular';    
    font-size:14px;
    font-weight:bold;
}

.sticky-tab {
}

.sticky-tab {
    position:absolute;
    right:0px;
    margin-top:108px;
}
.sticky-tab .timg {
    margin:12px;
}
.sticky-tab .tab-text {
    font-family: 'pfs_medium';
    margin-right: 10px;
    margin-top: 8px;
}
.sticky-tab .tab-arrow {
    margin:30px 10px 0;
}
.sticky-tab .tab-text p{
    margin-bottom:0px;
}
.sticky-tab .tab-text .lrg-text {
    color:#FFFFFF;
    font-size:22px;  
    text-transform:uppercase;      
}
.sticky-tab .tb1 .sml-text {
    color:#18453B;
}
.sticky-tab .tb2 .sml-text {
    color:#004460;
}
.sticky-tab .tb3 .sml-text {
    color:#294B00;
}
@media (max-width: 767px) {
	.sticky-tab .lrg-text {    
    font-size:12px;  
}
.sticky-tab .sml-text {
    font-size:11px;
}
}
@media (max-width: 500px) 
{
    .sticky-tab .tab-text .lrg-text
    {
        font-size:16px !important;
    }
}
.sticky-tab .tb1 {
    background:url(images/fin-tab-bg1.png);
    background-repeat:repeat-x;
    height:90px;
}
.sticky-tab .tb2 {
    background:url(images/fin-tab-bg2.png);
    background-repeat:repeat-x;
    height:90px;
}
.sticky-tab .tb3 {
    background:url(images/fin-tab-bg3.png);
    background-repeat:repeat-x;
    height:90px;
}

.advs {
    background:url(images/dashed-bg.png);
    padding:10px;
    width:100%;
}
#myCarousel .carousel-inner.advs > .next,
#myCarousel .carousel-inner.advs > .prev {
  position: absolute;
  top: 10px;
  width: 96%;
  margin-left:10px;
}
.ad1 {
    background:url(images/col-1.jpg);
    background-repeat:no-repeat;
    width:100%;    
}
.ad2 {
    background:url(images/col-2.jpg);
    background-repeat:no-repeat;
    width:100%;        
}
.ad3 {
    background:url(images/col-3.jpg);
    background-repeat:no-repeat;
    width:100%;        
}
.add-text {
    background:#00B1AC;    
    color:#FFFFFF;
    font-family:'pfs_regular';

    margin-bottom: 10px;
    margin-left: 15px;
    margin-top: 123px;
    opacity: 0.9;
    padding: 10px;
}
.add-text h1 {
    text-transform:uppercase;
    margin:4px 0px 5px 0px;    
    font-size:18px;
    font-family: "pfs_bold";
}
.add-text h2 {
    text-transform:uppercase;
    font-size:14px;
    margin-top:0px;
}
.add-text a {
    color:#003050;
    text-decoration:none;
}
.pd-lr5 {
    padding:0px 7px !important;
}

.add2-title {
    color:#003050;
    text-transform:uppercase;
    margin:20px 0px 10px 7px;
    font-size:22px;
    font-family:'pfs_bold';
}
.advs2 {
    background:url(images/dashed-bg.png);
    padding:7px;
    width:100%;
}
.adv2-thumb {
    margin:0px !important;
    padding:0px !important;

}
.add2-cor-title {
    position:absolute;
    top:17px;
    left:22px;
    font-size:22px;
    font-family:'pfs_regular';
    color:#FFFFFF;
    text-transform:uppercase;
    margin:0px;
}
.add2-Add-plus {
    position:absolute;
    bottom:8px;
    right:15px;
}

.jumbotron-prods {
    padding-top:20px;
    padding-bottom:30px;
    background:#F7F7F7;
    border-bottom:1px solid #E6E6E6;
    margin-top:20px;
}

.pad-lr-zero {
    padding-left:0px !important;
    padding-right:0px !important;
}


.pro-tabs-title {
    color:#003050;
    text-transform:uppercase;
    margin:20px 0px 10px 7px;
    font-size:22px;
    font-family:'pfs_bold';
}

.pro-ul {
    padding-left:0px;
}

.pro-ul li {
    list-style-type: none;
    padding: 8px 5px;
    border-bottom:1px dashed #00A9B5;
}
.pro-ul li:last-child {
    border-bottom:none;
}

.pro-ul li.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #e6e6e6;
}

.pro-ul li.active {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e6e6e6;
    position: relative;
}
.pro-ul li.active a {
    color:#00B1AC;
    font-weight:bold;
}

.pro-ul li a {
    color:#003050;
    font-family:'pfs_regular';
    font-size:15px;
    text-transform:uppercase;
}

.left-arrow-cyan {
    margin-top:125px;
    float:left;
}

.right-arrow-cyan {
    margin-top:125px;
    float:right;
}


.scrl-container  {
}
.scrl-container .scrl-box {
    background: #ffffff;
    margin-right: 10px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    /*max-width:235px;*/
}
.scrl-container .scrl-box:last-child {
    margin-right:0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    
    .scrl-container .scrl-box {
       /* max-width:188px;*/
    }
}
.scrl-container .thmb-srcimg{
    padding:0px !important; 
}
.scrl-container .scrl-name-desc{
    font-family: 'pfs_regular';
    font-size:14px;
    padding: 0 10px
}
.scrl-container .scrl-name-desc h1{
    color:#00B1AC;
    margin:0px 0px 5px 0px;
    font-size:15px;

}
.scrl-container .scrl-desc{
    color:#3E3D40;
    min-height: 75px;
}
.homebynowBtn {
    display: inline-block;
    text-decoration:none;
    cursor:pointer;
}
.homebynowBtn:hover {
    color:#FFFFFF;
    text-decoration:none;
}
#SEEHomeBuyOnline {
}
#SEEHomeBuyOnline .icon-bar {
    background: none repeat scroll 0 0 #003050;
    border-radius: 0 !important;
    display: block;
    height: 4px !important;
    margin: 3px 0 !important;
    width: 30px !important;
}
#SEEHomeBuyOnline .dropdown-menu > .active > a, 
#SEEHomeBuyOnline .dropdown-menu > .active > a:hover, 
#SEEHomeBuyOnline .dropdown-menu > .active > a:focus {
    background-color: #00B1AC;
    color: #ffffff;
    outline: 0 none;
    text-decoration: none;
}
.scrl-container .scrl-price{
    color:#003050;
    font-family: 'pfs_bold';
    font-size:23px;
}

.scrl-container .scrl-addtocart{
}


.newslatters {
    padding-top:30px;
    padding-bottom:30px;
}

.newslatters .news-titles {
    color: #003050;
    font-family: "pfs_bold";
    font-size: 20px;
    margin: 10px 0 10px 0px;
    text-transform: uppercase;
}
.newslatters .news-email {
    width:70%;
    border-radius:4px 0px 0px 4px;
}

.newslatters .news-subscrib {
  background: #00C1BD;  
  background-color: #00C1BD !important;  
  background: -webkit-linear-gradient(top, #00C1BD, #00A39D);
  background: -moz-linear-gradient(top, #00C1BD, #00A39D);
  background: -ms-linear-gradient(top, #00C1BD, #00A39D);
  background: -o-linear-gradient(top, #00C1BD, #00A39D);
  background: linear-gradient(to bottom, #00C1BD, #00A39D);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1BD', endColorstr='#00A39D',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px ;
  text-shadow: 1px 2px 0px #3E3D40;  
  color: #ffffff;
  font-size: 16px;
  padding: 5px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  border:1px solid #00C1BD ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #027986;
  width:30%;
}

.pad-left-zero {
    padding-left:0px !important;
}
.pad-right-zero {
    padding-right:0px !important;
}

.jumbotron-footer1 {
    background:#00B1AC;
    padding-top:30px;
    padding-bottom:30px;
    color:#FFFFFF;
}

.divfooter1 {
    font-family:'pfs_regular' !important;
    font-size:15px;
}
.blueHR {
    background:#003050;    
    border: medium none;
    clear: both;
    float: left;
    height: 1px;
    margin: 9px 0;
    width: 100%;
}
.footerLinks a {
    color:#FFFFFF;
    text-decoration:none;
}
.footerLinks a:hover {
    color:#FFFFFF;
}
.f-hor-links a{
    display:block;
    color:#FFFFFF;
    text-decoration:none;
}
.f-hor-links strong {
    margin-bottom:10px;
    font-size:16px;
    text-transform:uppercase;
    display:block;
}
.jumbotron-conpyright {
    background:#003050;
    border-top:1px solid #296B7E;
    padding-bottom: 15px;
    padding-top: 15px;
}

.see-copyright {

    color:#FFFFFF;
    font-family:'pfs_regular' !important;
    font-size:14px;
}

.see-copyright a {
    color:#FFFFFF;
    text-decoration:none;
}
.see-copyright a:hover {
    color:#FFFFFF;    
}

@media (max-width: 991px) {
     .container-new {
         padding-left:0px !important;
         padding-right:0px !important; 
    }
    .topmenu {
        height:90px;
    }

    .see-menu-button {
        display:block !important;
    }
    
    .seeTopHeader-fullwidth {
        width:100% !important;
    }
    .hei991 {
        height:95px !important;
    }

    .ad1 {
        background-size:cover;
    }
    .ad2 {
        background-size:cover;
    }
    .ad3 {
        background-size:cover;
    }

    .pro-ul {
        margin-bottom:28px;
    }

    .pro-ul li {
        list-style-type: none;
        padding: 8px 5px;
        border-bottom:none;
        display:inline-block;
        border-right:1px dashed #00A9B5;
    }
    .pro-ul li:last-child {
        border-bottom:none;
        border-right:none;
    }


    .pro-ul li.active:after {    
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 13px solid #e6e6e6;
        content: "";
        left: 50%;
        margin-left: -13px;
        position: absolute;
        top: 100%;
        margin-top:0px;
    }
    .scrl-container {
        margin-left:30px;
    }
    .scrl-container .scrl-box {
        max-width:267px;
    }
}

@media (max-width: 767px) {
    body.home {
        background-size:auto 405px;
    }

    .mid-tittle {
        height:220px;
        width:305px;
        background-size:cover;
    }
    .mid-tittle img
    {
        max-height:190px !important;
    }
    .stight-side-sticky {
        width:100%;
    }

    .sticky-tab {
        margin-top: 54px;
        position: relative;
        right: 0;
    }
    .hei991 {
        height: 38px !important;
    }

    .sticky-tab .tb1 {
        margin-bottom:15px;
    }
    .sticky-tab .tb2 {
        margin-bottom:15px;
    }

    .scrl-container {
        margin-left:0px;
    }
    .scrl-container .scrl-box {
        max-width:524px;
    }

    .add2-cor-title {
        left:0px;
        width:100%;
        text-align:center;
    }
}
.see-menu-button {
    margin-top:10px !important;
}

.see-menu-button .icon-bar {    
    background:#fff;
    border-radius: 0 !important;
    height: 4px !important;
    margin: 8px 0 !important;    
    width: 45px !important;
}

.mob-phone {
    background: none repeat scroll 0 0 #6b6e74;
    color: #fff;
    font-weight: bold;
    line-height: 90px;
    padding: 0 8px;
}
.mob-phone a {float:none !important; color:#FFFFFF; text-decoration:underline;}
.mob-phone a:hover {color:#FFFFFF;}
@media (max-width: 325px) 
{
    .mob-phone 
    {
        font-size:12px;
    }
}
.mob-cart {
    background:#00B1AC;
    height:90px;
    line-height:90px;
    padding:0px 8px;
    font-family:'pfs_regular';
    font-size:20px;    
}
.mob-cart span {
    line-height:90px;
    font-size:20px;
    text-shadow:1px 1px 0 #3e3d40;
    margin-right:5px;
}


/** small menu  start**/
.SEESmallMenuOpen {
    left:0px !important;
    width:262px !important;
}
.SEESmallMenuClose {
    left:-262px !important;
    width:0px !important;
}

.cbp-spmenu-left {
	left: -262px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.all-elements{
	overflow-x:hidden;	
}

.decoration{
	background-color:#cacaca;
	height:1px;
	margin-bottom:20px;
	width:100%;
}

.dropdown-bg{
	background-color:#000;
	z-index:100;
	display:none;
	position:absolute;
	width:100%;		
	opacity:0.5;
	
}


/*MJC 26-11*/
.page-sidebar {
    bottom: 0;
    display: block;
    /*left: -262px;*/
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 20000;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.30);
	background-color:#ECECED;
}
/*MJC 26-11*/
.seeNav-item {
    background:#FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3)
}
.page-sidebar a{
display:block;}

.page-sidebar-scroll{
	z-index:2;
	width:260px;
    overflow: scroll;
    overflow-x: hidden;
   /* -webkit-overflow-scrolling: touch;*/
	height:100%;
}

.sidebar-decoration{
	display:block;
	height:1px;
	width:220px;
	margin-left:20px;
	background-color:rgba(255,255,255,0.1);
}

.sidebar-section{
	height:50px;
	 font-family: 'pfs_bold';
	  /*background-image:url(images/menu-bg.jpg);*/
   background:#003050;
    background-repeat: repeat-x;
	color:#000 !important;
	position: relative;
	display: block;
}

.sidebar-section em{
	font-family: 'pfs_bold';
	font-size:14px;
	color:#ffffff;
	text-align:left;	
	font-style:normal;
	display:block;
	text-transform:uppercase;
	padding-right:20px;
	font-weight:200;
	line-height:50px;
	padding-left: 39px;
}

.sidebar-close{
	background-image:url(images/misc/sidebar-close.png);
	background-repeat:no-repeat;
	background-position:20px 20px;
	width:50px;
	height:50px;
	background-size:10px 10px;
	position:absolute;
	top:0px;
	left:0px;
}

.sidebar-social{
	background-image:url(images/misc/sidebar-share.png);
	background-repeat:no-repeat;
	background-position:20px 20px;
	width:50px;
	height:50px;
	background-size:13px 13px;
	position:absolute;
	top:0px;
	left:0px;	
}

.sidebar-logo{
	background-image:url(images/logo1.png);
	background-repeat:no-repeat;
	background-size:104px 40px;
	width:104px;
	height:40px;
	display:block;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}

.sidebar-navigation
{
    
}

.nav-item{
	width:100%;
}
/*MJC 26-11*/
.all-elements .nav-item a{
	font-size:14px;
	line-height:50px;
	color:#3D3E40 !important ;

	font-weight:400;
	letter-spacing:1px;
	-webkit-font-smoothing:antialiased;
	margin-left:20px;
	
}

.all-elements .nav-item a:hover {
    color:#003050 !important ;
}


.nav-item-submenu{
	display:none;
	background-color:#E6E6E6;
	
}
    .nav-item-submenu a
    {
        color:#000;
        line-height:30px;
    }

.active-submenu{
	display:block;
}

.nav-item-submenu a{
	background-image:url(images/misc/sidebar-arrow.png);
	background-size:13px 13px;
	background-position:right;
	background-repeat:no-repeat;	
	font-size:13px;
	margin-right:20px;
}

.active-subnav{
	background-image:url(images/misc/sidebar-active.png)!important;
	background-size:13px 13px;
	background-position:right;
	background-repeat:no-repeat;
	margin-right:20px;
}


.nav-regular{
	background-image:url(images/misc/sidebar-arrow.png);
	background-size:13px 13px;
	background-position:right;
	background-repeat:no-repeat;
	margin-right:20px;
}

.active-nav{
	background-image:url(images/misc/sidebar-active.png);
	background-size:13px 13px;
	background-position:right;
	background-repeat:no-repeat;
	margin-right:20px;
}

.dropdown-nav{
	background-image:url(images/misc/sidebar-dropdown.png);
	background-size:13px 13px;
	background-position:right;
	background-repeat:no-repeat;
	margin-right:20px;
}
/*MJC 26-11*/
.seedropdown-nav {
    background-image:url(images/menu-d-arrow.png);
    background-size:60px;
	background-position:right;
	background-repeat:no-repeat;
    margin-right:0px !important;
}
/*MJC 26-11*/
.seedropdown-nav.dropdown-nav-inactive {
    background-image:url(images/menu-u-arrow.png) !important;
    background-size:60px;
	background-position:right;
	background-repeat:no-repeat;
    margin-right:0px !important;
}
/*MJC 26-11*/
.see-SubmenuA a {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left:20px;
    padding-right:20px;    
    background-image:none !important;
}
/*MJC 26-11*/
.see-SubmenuA a:hover {
    background:#00b1ac !important;
}
.call-nav{
	background-image:url(images/misc/sidebar-phone.png);
	background-position:205px 17px;
	background-size:18px 18px;
	background-repeat:no-repeat;
	margin-right:20px;
}

.text-nav{
	background-image:url(images/misc/sidebar-text.png);
	background-position:205px 17px;
	background-size:18px 18px;
	background-repeat:no-repeat;
	margin-right:20px;
}

.link-nav{
	background-image:url(images/misc/sidebar-link.png);
	background-position:205px 17px;
	background-size:18px 18px;
	background-repeat:no-repeat;
	margin-right:20px;
}

.dropdown-nav-inactive{
	background-image:url(images/misc/sidebar-dropdown-inactive.png)!important;
	margin-right:20px;
}

.sidebar-copyright{
	text-align:center;
	font-size:10px;
	margin-top:20px;
	margin-bottom:20px;
	opacity:0.8;
}
.cbp-spmenu-push {
    left: 0;
    overflow-x: hidden;
    position: relative;
}

.cbp-spmenu-push {
    transition: all 0.3s ease 0s;
}
.cbp-spmenu-push-toright {
    left: 240px;
    overflow-x: hidden;
    position: relative;
}
/** small menu  end**/

.SEEMLSettings {
    margin-left:10px;
}

.SEEwhite-anchor a {
    color:#FFFFFF;
    cursor:pointer;
}
.SEEwhite-anchor a:hover {
    color:#FFFFFF;
}


.entitymid-height {
    height:276px;
}

.entity-cont-bg {
    background:#FFFFFF;
    background: -webkit-linear-gradient(left, #f7f7f7, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,#f7f7f7, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right,#f7f7f7, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f7f7f7, #FFFFFF); /* Standard syntax (must be last) */
}


/** categoryp age start **/
#SEECat .Nametitles {
    color: #003050;
    font-family: "pfs_bold";
    font-size: 30px;
    margin: 15px 0 20px 0px;
    text-transform: uppercase;
}
#SEECat .catrep-box {
    padding-left:7px;
    padding-right:7px;
}
#SEECat .catimg-thumbnail {
    padding:4px 0px;
    border:none;
    margin-bottom:10px;
    min-height:182px;                                 /*  le 10 sept 2015 min-height:202px;  aussi dans entity.SEESectionPageBrochure.ascx  min-height:200px; */      
	/*  min-height:267px;  aussi dans entity.SEESectionPageBrochure.ascx  min-height:265px; */
}
#SEECat .catpromain-box {
    border:1px solid #DDDDDD;
    margin-bottom:20px;
}
#SEECat .catpromain-box .cartpro-botBG {
    width:100%;
    background: url(images/catpro-bottom-bg.jpg);
    height:14px;
    margin-top:10px;
}
#SEECat .catpromain-box .cat-product-summary {
    font-family:'pfs_regular';
    min-height:40px;
}
#SEECat .catpromain-box .cat-product-detail {
    padding:0px 9px;
}
#SEECat .catpromain-box .cat-product-addtocart
{
    padding:0px 9px;
}
#SEECat .catpromain-box .cat-product-name {
    color:#00B1AC;
    font-family: 'pfs_bold';
    font-size:14px;
}
#SEECat .catpromain-box .cat-product-price {

}    
#SEECat .catpromain-box .cat-product-price .price-wrap {
    float:left;
    width:100%;
    min-height:36px;
    margin-top:5px;
}   
#SEECat .catpromain-box .cat-product-price .price-wrap span {
    display:none !important;
}
#SEECat .catpromain-box .cat-product-price .price-wrap .variant-price {
    color:#003050;
    font-family: "pfs_bold";
    font-size: 22px;
}
#SEECat .catpromain-box .cat-product-price .price-wrap .regular-price {
    text-decoration:line-through;
    float:left;
    color:#003050;
    font-family: "pfs_regular";
    font-size: 15px;
    line-height:36px;    
}
#SEECat .catpromain-box .cat-product-price .price-wrap .sale-price {
    float:left;
    margin-left:15px;
    color:#E20031;
    font-family: "pfs_bold";
    font-size: 22px;
}

#SEECat .catpromain-box .cat-moreDetail  a{
    color:#003050;
    font-family: "pfs_bold";
}

#SEECat .catpromain-box .cat-add2cart {
    float:left;
    width:100%;
    margin-top:5px;
    min-height:52px;
}
#SEECat .catpromain-box .cat-add2cart .c-btn10 {
  background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*text-shadow: 1px 2px 0px #3E3D40;  */
  color: #3c3e40;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
  /*float:left;*/
  display:inline-block;
}
#SEECat .catpromain-box .cat-add2cart .c-btn10 span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#SEECat .catpromain-box .cat-add2cart .c-btn10 p{
    margin:0px;
}

.see-entity-menu {

}
.entity-menu-head {
    /*background:#F7F7F7;*/
    padding:20px 10px 10px 0;
    font-size:26px;
    font-family: 'pfs_bold';
    color:#646567;
    text-transform:uppercase;
}
.see-entity-menu ul {
    padding:0px;
    border-top: 1px dotted #00a9b5;
    /*background:#F7F7F7;*/
}
.see-entity-menu ul li {
    border-bottom: 1px dotted #00a9b5;
    list-style-type: none;
    padding: 8px 5px;
}
.see-entity-menu ul li a {
    font-family:'pfs_regular';
    text-transform:uppercase;
    font-size:18px;
    color:#003050;
}
.see-entity-menu ul li.li-selected {
    position:relative;
     background: none repeat scroll 0 0 #fff;
    border: 1px solid #e6e6e6;
    margin: 0 0px 5px 0;
    z-index:10;
}
.see-entity-menu ul li a.selected {
    color: #00b1ac;
    font-weight: bold;
}
.see-entity-menu ul li a.selected:after {
    border-bottom: 13px solid transparent;
    border-left: 10px solid #e6e6e6;
    border-top: 13px solid transparent;
    content: "";
    left: 100%;
    margin-top: -13px;
    position: absolute;
/*    top: 50%;*/
    top: 20px;
}
see-entity-menu ul li ul.sub-menu-ul li:last-child {
    border-bottom:none;
}
.see-entity-menu ul li ul.sub-menu-ul {
     background: none repeat scroll 0 0 #f7f7f7;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    padding: 0 10px;
    position: relative;
}
.see-entity-menu ul li ul.sub-menu-ul .see-rmenu-view-all a{
    text-transform: none;
    color:#00b1ac;
}
/*** kit Product Page start  ***/
#seeKitProduct {
    font-family:'pfs_regular';
}

#seeKitProduct .pad-l-zero {
    padding-left:0px;
}

#seeKitProduct .pad-r-zero {
    padding-right:0px;
}
#seeKitProduct .pro-Name {
    font-family:'pfs_bold';
    margin-bottom:10px;
    font-size:30px;
    text-transform : uppercase;
    color:#003050;
}
#seeKitProduct .pro-varname {
    color:#00B1AC;
    font-family: 'pfs_medium';
    font-size:20px;
    font-weight:bold;
    margin-top:22px;
}


#seeKitProduct .p-btn10 {
  background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*text-shadow: 1px 2px 0px #3E3D40;  */
  color: #393C3F;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
  float:left;
}
#seeKitProduct .p-btn10 span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#seeKitProduct .p-btn10 p{
    margin:0px;
}

#seeKitProduct .pro-socilA2C {
    margin-bottom:10px;
}


#seeKitProduct .cross-line-sep{
    width:100%;
    background: url(images/pro-bottom-bg.jpg);
    height:14px;
    margin-top:5px;
    margin-bottom:10px;
}

#seeKitProduct .pro-titleFont-spec {
    color:#3E3D40;
    font-size:20px;
    font-family:'pfs_bold';
    text-transform:uppercase;
}

.empty-heit30 {
    height:30px;
}

#seeKitProduct .seeKitItems .seekit-box {
    padding:10px;
    background:#F7F7F7;
    margin-bottom:15px;
    float:left;
    width:100%;
}

#seeKitProduct .seeKitItems .seekit-box .kit-border-bot {
    width:100%;
    clear:both;
    height:15px;
    background:#FFFFFF;
}
#seeKitProduct .seeKitItems .seekit-box .KitGroupHeader{
    font-family: 'pfs_bold';
    color:#3E3D40;
    font-size:15px;    
}
#seeKitProduct .seeKitItems .seekit-box .kitGroupDescSummary {
    margin-bottom:10px;
}

#seeKitProduct .kit-summary {
    background:#00B1AC;
    padding:10px;
    color:#FFFFFF;
}
.summary-title {
    font-family: 'pfs_bold';
    font-size:16px;
    margin-bottom:10px;
}
#seeKitProduct .priceAndA2C-box {
    border-left:1px solid #E6E6E6;
    border-right:1px solid #E6E6E6;
    padding-top:15px;
    padding-bottom:15px;
}
#seeKitProduct .price-promt {
    color:#3E3D40;
    font-size:16px;
}
#seeKitProduct .pro-basePrice {
    color:#003050;
    font-family:'pfs_bold';
    font-size:19px;
}
#seeKitProduct .pro-withkitPrice {
    color:#00B1AC;
    font-family:'pfs_bold';
    font-size:19px;
}
#seeKitProduct .mspro .fl {
    float:left;
}
#seeKitProduct .mspro .fr {
    float:right;
}

#seeKitProduct .mspro .Divnext-main {
    margin-top:17px;
    margin-right:6px;
}
#seeKitProduct .mspro .Divprev-main {
    margin-top:17px;
}

#hypJQZoomLargePic img {
border-radius:0px;}
.thumbnail-product-neww {
margin:0px 3px; width:auto !important; height:auto !important;}
    .thumbnail-product-neww img {
        /*width:104px;
        height:60px;*/
        border-radius:0px;
    }
#paginate-slider2 {width:auto !important;}
#paginate-slider2 ul {width:auto !important;}
#seeKitProduct .warranty-div {
    background:#F7F7F7;
    padding:10px;
    margin-top:15px;
}
#seeKitProduct .warranty-div .title-1{
    color:#E20031;
    font-family:'pfs_bold';
    font-size:16px;
}
#seeKitProduct .warranty-div .title-2{
    font-family:'pfs_bold';
    color:#00B1AC;
    font-size:16px;
}
#seeKitProduct .warranty-div .title-3{
    font-family:'pfs_bold';
    color:#003050;
    font-size:13px;
}
#seeKitProduct  .pro-mainImg .thumbnail-border
{
    border:none !important;
    /*border-radius:0px; pour remettre la bordure dans l'image */
    }
#seeKitProduct .seeRadioTable td img { max-width:140px; }
/*** kit Product Page end  ***/

.jumbotron-Bread
{
 border-bottom:1px solid #E6E6E6;
 height:36px;
 background:#FFFFFF;
}
.jumbotron-Bread .seebreadcrum {
    font-family:'pfs_regular' ;
    line-height:36px;
    color:#646567;
    padding-left:32px;
}
.jumbotron-Bread .seebreadcrum a {
    color:#00B1AC;
}






@media (max-width: 1199px) {
    .cat-bread {
        background:#F7F7F7;
        height:40px;
    }
    .entity-cont-bg {
         background:#FFFFFF;
         background: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF); /* For Safari 5.1 to 6.0 */
         background: -o-linear-gradient(right,#FFFFFF, #FFFFFF); /* For Opera 11.1 to 12.0 */
         background: -moz-linear-gradient(right,#FFFFFF, #FFFFFF); /* For Firefox 3.6 to 15 */
         background: linear-gradient(to right, #FFFFFF, #FFFFFF); /* Standard syntax (must be last) */
    }

}

@media (max-width: 991px) {
    .seecol-LR-pad-zero .pad-l-zero {
        padding-left:0px;
        padding-right:0px;
    }
    .seecol-LR-pad-zero .pad-r-zero {
        padding-left:0px;
        padding-right:0px;
    }

    .seecol-LR-pad-zero .pro-feature {
        padding-left:0px;
        padding-right:0px;
    }
    .sub-sec-name-font, .sub-sec-summary-font {font-size:12px;}
}
@media (max-width: 767px) 
{
    .seecol-LR-pad-zero {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .prod-bread767 {
        padding-left:15px !important;
    }
}

.cat-bread {
}
.catmenusmallView-container {
    float:right;
    position:relative;
}

.catmenusmallView {

}
.catmenusmallView .dropdown-toggle:hover {
    background:none !important;
}
.catmenusmallView .dropdown-toggle .icon-bar {
    background: none repeat scroll 0 0 #003050;
    border-radius: 0 !important;
    height: 4px !important;
    margin: 4px 0 !important;
    width: 30px !important;
    display:block;
}
.catmenusmallView .dropdown-toggle .cat-mobtitle {
    color:#003050;
    line-height:28px;
    font-size:16px;
}
.catmenusmallView .dropdown-toggle {
    border:none;
    text-transform:uppercase;
    background:none;
}
.catmenusmallView .dropdown-toggle p {
    margin-bottom:0px;
}

/**** top large menu start ****/

.topLargeddlMenu {
}

.topLargeddlMenu .btn {
    font-weight:bold;
    padding:6px 6px;
    border:none;
    border-radius:0px;
    height:92px;
    background-color:transparent;
    text-transform:uppercase;
}

.topLargeddlMenu .btn-group.open .btn {
    background:#00B1AC;
}
.topLargeddlMenu .btn-group.open .dropdown-menu {
    margin:-1px 0px 0px;
    border-radius:0px;
    border-top:5px solid #00B1AC;    
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176) inset;
    border-left:none;
    border-bottom:none;
    border-right:none;
}
.topLargeddlMenu .btn-group.open .dropdown-menu li a {
    font-weight:bold;
    text-transform:uppercase;
}
.topLargeddlMenu .btn-group.open .dropdown-menu li a:hover {    
    background:#00B1AC;
    color:#FFFFFF;
}
/**** top large menu end ****/

/*** Category and product right sticky start***/
.cat-right-sticky {
}

.cat-right-sticky .sticky-tab {
    margin-top:3px;
}
.cat-right-sticky .sticky-tab .tab-text {
    display:none !important;
}
.cat-right-sticky .sticky-tab .tab-arrow {
    display:none !important;
}

.cat-sm-xs-stickytabs {
}

.cat-sm-xs-stickytabs .sticky-tab {
    position:relative;
    margin-top:20px;
}
.cat-sm-xs-stickytabs .sticky-tab .tb1 {
    cursor:pointer;
}
.cat-sm-xs-stickytabs .sticky-tab .tb2 {
    cursor:pointer;
}
.cat-sm-xs-stickytabs .sticky-tab .tb3 {
    cursor:pointer;
}
.cat-sm-xs-stickytabs .fincol-pad-zero {
    padding-left:5px;
    padding-right:5px;
}
.cat-sm-xs-stickytabs .sticky-tab .lrg-text {
    font-size:15px;
}
.cat-sm-xs-stickytabs .sticky-tab .sml-text {
    font-size:12px;
}
@media (max-width: 767px) {
    .cat-sm-xs-stickytabs .sticky-tab .timg {
        width:100%;
        text-align:center;
        margin-left:0px;
        margin-right:0px;
    }
}

/*** Category and product right sticky end***/

/** Topic start  **/
.see-topic-menu {

}
.topic-menu-head {
    /*background:#F7F7F7;*/
    padding:20px 10px 10px 0;
    font-size:26px;
    font-family: 'pfs_bold';
    color:#646567;
    text-transform:uppercase;
}
.see-topic-menu ul {
    padding:0px;
    border-top: 1px dotted #00a9b5;
    /*background:#F7F7F7;*/
}
.see-topic-menu ul li {
    border-bottom: 1px dotted #00a9b5;
    list-style-type: none;
    padding: 8px 5px;
}
.see-topic-menu ul li a {
    font-family:'pfs_regular';
    text-transform:uppercase;
    font-size:18px;
    color:#003050;
}
.see-topic-menu ul li.li-selected {
    position:relative;
     background: none repeat scroll 0 0 #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 1px dotted #00a9b5;
    margin: 0 0px 5px 0;
    z-index:100;
}
.see-topic-menu ul li a.selected {
    color: #00b1ac;
    font-weight: bold;
}
.see-topic-menu ul li a.selected:after {
    border-bottom: 13px solid transparent;
    border-left: 10px solid #e6e6e6;
    border-top: 13px solid transparent;
    content: "";
    left: 100%;
    margin-top: -13px;
    position: absolute;
    top: 50%;
}
.topicHead {
    font-size:26px;
    font-family: 'pfs_bold';
    color:#003050;
    text-transform:uppercase;
    margin-top:20px;
}
.topicSep{
    background: url(images/topic-sep.jpg);
    height:7px;
    width:100%;
    margin:10px 0px;
}
.topic-thumb {
    border:none !important;
}
.topic-Cont {
}
.topic-Cont .topic-h1 {
    font-size:20px;
    font-family: 'pfs_bold';
    color:#00B1AC;
    text-transform:uppercase;
    margin-bottom:10px;
}
.topic-Cont p {
    font-family:'pfs_regular';    
    font-size:15px;
    color:#3E3D40;
    text-align:justify;
    margin:15px 0px;
}
.topic-Cont p strong, .topic-Cont p b
{
    font-family:'pfs_bold';
    font-size:15px !important;
}
.topicmenusmallView a {
    color: #00b1ac !important;
    font-family:'pfs_regular';    
    font-size:14px;
}

.topicmenusmallView {
    left: 6px;
    position: relative;
    top: 10px;
}
.topicmenusmallView .dropdown-toggle:hover {
    background:none !important;
}
.topicmenusmallView .dropdown-toggle .icon-bar {
    background: none repeat scroll 0 0 #003050;
    border-radius: 0 !important;
    height: 4px !important;
    margin: 4px 0 !important;
    width: 30px !important;
    display:block;
}
.topicmenusmallView .dropdown-toggle .cat-mobtitle {
    color:#003050;
    line-height:28px;
    font-size:16px;
}
.topicmenusmallView .dropdown-toggle {
    border:none;
    text-transform:uppercase;
    background:none;
}
.topicmenusmallView .dropdown-toggle p {
    margin-bottom:0px;
}

.topic-Cont .SEETopicColor-DBlue{
    color:#003050;
}

.topic-Cont .topic-h4 {
    font-size:16px;
    font-family: 'pfs_regular';
    color:#00B1AC;
    text-transform:uppercase;
    margin-bottom:10px;
}
.SEEtopic-DarkBox {    
    background:#F8F8F8;
}
.SEEtopic-DarkBox.Branch-P p{
    text-align:left;
}
.topic-Cont  .sky-doted-borTop {
    border-top: 1px dotted #00A9B5;
}
.SEEskycolor-box {
    background:#00B1AC;
    color:#FFFFFF;
}
.topic-Cont .mar-bot-25 {
    margin-bottom:25px;
}
.topic-Cont .topic-button-green {
    background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  color: #003050;
  font-size: 15px;
  padding: 7px 10px;  
  text-decoration: none;  
  font-family:'pfs_regular' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
  text-transform:uppercase;
  cursor:pointer;
}
.topic-Cont .topic-button-darkgreen {
    background: #00b1ac;  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  color: #fff;
  font-size: 15px;
  padding: 7px 10px;  
  text-decoration: none;  
  font-family:'pfs_regular' !important;
  line-height:20px;
  cursor:pointer;
  border:none;
}
.topic-Cont .topic-button-pain {
   color: #003050;
  font-size: 15px;
  padding: 7px 0px;  
  text-decoration: none;  
  font-family:'pfs_regular' !important;
  line-height:20px;  
  cursor:pointer;text-transform:uppercase;
}

.SEE-TopicForm-Shadowbox {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
    border:1px solid #E3E3E3;

    -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
}
.form-pad-15 {
    padding:15px;
}
.topic-Cont .thumb-border
{
    border-style: solid;
    border-width: 10px;
    -moz-border-image: url(images/border-img2.png) 10 repeat;
    -webkit-border-image: url(images/border-img2.png) 10 repeat;
    -o-border-image: url(images/border-img2.png) 10 repeat;
    border-image: url(images/border-img2.png) 10 repeat;

}

.topic-Cont .rense-rightbg { 
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(168,168,168,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(168,168,168,1) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    padding:0 0 0 1px;
}
.topic-Cont .rense-rightbg .rense-rightbg-2nd { 
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f7f7f7 50%, #f7f7f7 51%, #f2f2f2 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fbfbfb), color-stop(50%, #f7f7f7), color-stop(51%, #f7f7f7), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f7f7f7 50%, #f7f7f7 51%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f7f7f7 50%, #f7f7f7 51%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #f7f7f7 50%, #f7f7f7 51%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f7f7f7 50%, #f7f7f7 51%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f2f2f2', GradientType=0 );
    padding:30px 10px 10px;
}

.topic-Cont .greenlink a
{
    color: #bfd700;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.topic-Cont .greenlink a:hover
{
    text-decoration: underline; 
}

.topic-Cont .servicebox
{
    border:1px solid #f3f3f3;
    background:#fff;
    margin-bottom:20px;
}
.topic-Cont .servicebox .servicesthumb
{
    padding:0px;
    border:none;
    background:#fff;
    margin-bottom:15px;

}
.topic-Cont .textbox
{
    border-style: solid;
    border-width: 0px 0px 15px 0px;
    -moz-border-image: url(images/border-img2.png) 0 0 10 repeat;
    -webkit-border-image: url(images/border-img2.png) 0 0 10 repeat;
    -o-border-image: url(images/border-img2.png) 0 0 10 repeat;
    border-image: url(images/border-img2.png) 0 0 10 repeat;
    padding-bottom:20px;
}
.topic-Cont .textbox span
{
    color:#19b6b4;
    font-size:15px;
    font-weight:bold;
    line-height:16px;
}
.topic-Cont .textbox p
{
    margin:5px 0 15px;
    line-height:20px;
    text-align:left;
    min-height:60px;
}

.topic-Cont .textbox a
{
    color:#003050;
    font-size:14px;
    font-weight:bold;
}
.topic-Cont .servicesthumb .textarea a:hover
{
    text-decoration:underline;
}

.topic-Cont .allpoints
{
    width:100%;
}
.topic-Cont .allpoints ul
{
    list-style:none;
    padding:0px;
}
.topic-Cont .allpoints ul li
{
    font-size:14px;
    text-transform:uppercase;
    background:url(images/arrow-cyan-right-subcat.png) no-repeat left 16px;
    padding:10px 0 10px 20px;
}

.topic-Cont .commonlink a
{
    color:#003050;
    font-size:14px;
    font-weight:bold;
}
.topic-Cont .commonlink a:hover
{
    text-decoration:underline;
}

.topic-Cont .listsofcourses
{
    background:#f7f7f7;
    margin-bottom:2px;
    font-weight:bold;
    font-size:15px;
    color:#003050;
    padding:10px 0;
}
.topic-Cont .listsofcourses a
{
    font-weight:normal;
    font-size:14px;
    color:#003050;
}
.topic-Cont .listsofcourses a:hover
{
    text-decoration:underline;
}
.topic-Cont .thumb-maxheight109
{
    max-height:109px;
    
}
.topic-Cont .thumb-maxheight109 img
{
    max-height:109px;
    min-width:165px;
}

.topic-Cont .mar-bot-15 {
    margin-bottom:15px;
}

.topic-Cont .embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    margin-bottom: 25px;
} 
.topic-Cont .embed-container iframe, 
.topic-Cont .embed-container object, 
.topic-Cont .embed-container embed 
{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.topic-Cont .SEEVideoLinks {
    min-height: 65px;
}
.topic-Cont .SEEVideoLinks a {
    color: #003050;
    font-family: "pfs_regular";
    font-size: 15px;
}
.topic-Cont .SEEVideoLinks a:hover {
    color: #003050;
}
.topic-Cont .bax
{
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #f3f3f3));
background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #f3f3f3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 );
border:1px solid #E3E3E3;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
padding-left: 15px;
margin-bottom: 15px;
float: left;
margin-right: 5px;
width: 24%;
min-height: 300px;
padding-bottom: 10px;
}
.topic-Cont .bax-container{clear:both;}
@media (max-width:992px) and (min-width:600px){.topic-Cont .bax{width:49%;}}
@media (max-width:599px){.topic-Cont .bax{width:100%;}}
.topic-Cont .montreal,.topic-Cont .laval,.topic-Cont .boucherville,.topic-Cont .blainville,.topic-Cont .gatineau,.topic-Cont .delivery,.topic-Cont .install,.topic-Cont .service{font-weight:500;margin-bottom: 5px;cursor: pointer;}
.topic-Cont .montreal-links,.topic-Cont .laval-links,.topic-Cont .blainville-links,.topic-Cont .boucherville-links,.topic-Cont .delivery-links,.topic-Cont .install-links,.topic-Cont .service-links,.topic-Cont .gatineau-links {display:none;}
.topic-Cont .marr-15
{
    margin-right:15px;
}
.topic-Cont .question-text
{
    background: #00B1AC;
    color: #FFFFFF;
    font-family: 'pfs_regular';
    margin-bottom: 19px;
    opacity: 0.9;
    padding: 10px;
    min-height:210px;
    font-size:24px;
}
.line-height-link a {line-height:25px;color:#00B1AC;}
/** Topic End **/

/*********  seecontactform starts*********/
#seecontactform label span
{
color:red;}
#seecontactform .chkgroup div{display: inline-block;margin-right:10px;clear:both;}
#seecontactform .chkgroup div input[type='checkbox']{margin-right:5px;float:right;}
#seecontactform .chkgroup div label{margin-bottom: 0px;line-height: 18px;margin-right: 5px;float:left;}
#seecontactform .SeeContactBtn
{
background: #DEEA00;  
background-color: #DEEA00 !important;  
background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
background: -moz-linear-gradient(top, #DEEA00, #A3C500);
background: -ms-linear-gradient(top, #DEEA00, #A3C500);
background: -o-linear-gradient(top, #DEEA00, #A3C500);
background: linear-gradient(to bottom, #DEEA00, #A3C500);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #003050;font-size: 15px;padding: 7px 10px;  text-decoration: none;  font-family:'pfs_regular' !important;line-height:20px;border:1px solid #DEEA00 ;/*border-left:1px solid #DEEA00 ;border-right:1px solid #DEEA00 ;*/border-bottom:3px solid #89B000;text-transform:uppercase;cursor:pointer;margin-bottom:15px;
}
/*********  seecontactform ends*********/

/*** Shopping cart  start***/
.jumbotron-shopingcart {
    background: #F7F7F7;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family:'pfs_regular';
    border-top:1px solid #E6E6E6;
    border-bottom:1px solid #E6E6E6;
    color:#3F3F41;
    margin-bottom:15px;
}
.checkout-bread {
    border-top: 1px solid #e6e6e6;
}

#SEEShopCart .c-pad-r-zero {
    padding-right:0px !important;
}
#SEEShopCart .c-pad-l-zero {
    padding-left:0px !important;
}
#SEEShopCart .yellow-col121
{
	
	display:inline-block;
	width:100%;	
}
#SEEShopCart .check-top-nav {
    margin-top:15px;
    margin-bottom:15px;
    padding-left:0px;
    padding-right:0px;
}
#SEEShopCart .yellow-col121 p
{
	 font-family: 'pfs_medium';
	  font-size:20px !important;
	  padding:10px 5px 10px 5px;
	  color:#EB1C24;
	  float:left;
	  width:140px;
	  margin:0px;
}

#SEEShopCart .yellow-col121 span
{
	 color: #5A5A5A;
	 line-height:33px;
    font-family: 'pfs_medium';
    font-size: 13px;
	  padding:10px 15px;
	  float:left;
}
#SEEShopCart .p-h2{
    color: #00b1ac;
    font-family: "pfs_bold";
    font-size: 14px;
}
#SEEShopCart .p-h2:hover{
    color: #00b1ac;
    font-family: "pfs_bold";
    font-size: 14px;
}

#SEEShopCart .bg-coler-yellow
{
	background-color:#ffffff !important;
	border:none !important;	
	color:#02B0AE !important;
	padding:0px !important;
	font-family: 'pfs_medium' !important;
	text-align:left !important;
	font-size:18px;	
	text-transform:uppercase !important;
    height:70px;
    border-bottom:5px solid #3C4648 !important;
    border-radius:0px;
}
#SEEShopCart .margin-right
{
	margin-right:10px !important;
	float:left !important;
}

#SEEShopCart .flot-lefttt
{
	
	float:left !important;
	padding:5px 10px !important;
	margin:0px !important;
}

#SEEShopCart .float-right123
{
	padding:8px 10px !important;
	padding-right:5px !important; 
	float:right !important;
}

#SEEShopCart .c-topnav-text {
    padding:22px 10px 0px!important;
}
#SEEShopCart .symbol-img {
    padding:24px 10px !important;
}

#SEEShopCart .arrow-styl
{
	text-align:center;
	margin:0px !important;
	margin-bottom:20px !important;
}
#SEEShopCart .arrow-styl img {
    position:relative;
    bottom:8px;
}
#SEEShopCart .bg-coler-f2
{
	background-color:#fff !important;
	border:none !important;
	color:#9F9F9F !important;
	padding:0px !important;
	font-family: 'pfs_medium' !important;
	text-align:left !important;
	font-size:18px;	
	text-transform:uppercase !important;
    height:70px;    
    border-bottom:5px solid #00C2BC !important;
    border-radius:0px;
    
}
#SEEShopCart .coler1
{
	background-color:#ffffff  !important;
    float:left;
}

#SEEShopCart .as
{
}
#SEEShopCart .as p
{
	margin-bottom:5px !important;
}
#SEEShopCart .awe
{
	background-color:#515153;
	/*border-radius:40px !important;*/
    
}
#SEEShopCart .awe .td
{
	color:#fff !important;
	padding:10px 10px !important;
	font-family: 'pfs_medium' !important;
	text-align:left !important;
	font-size:16px;
	padding-top:5px  !important;
	text-transform:uppercase !important;
    padding-bottom:10px !important;
    margin-bottom:0px  !important;
}
#SEEShopCart .border .tr .td
  {
	  border-left:1px solid #E6E6E6;
	  border-bottom:1px solid #E6E6E6;
      margin-bottom: -599px !important;
     padding-bottom: 599px !important;
  }
#SEEShopCart .border .tr {
    width:100%;
    float:left;
    border-bottom:1px solid #E6E6E6;
    overflow:hidden;
}
#SEEShopCart .border .awe-tr {
    width:100%;
    float:left;
}
#SEEShopCart .tr .td { padding:8px; }
#SEEShopCart .tr .td1 { float:left; width:60%; }
#SEEShopCart .tr .td2 { float:left; width:15%; }
#SEEShopCart .tr .td3 {  float:left; width:15%; }
#SEEShopCart .tr .td4 {  float:left; width:10%;  }

/*#SEEShopCart .awe-tr .td1 { float:left; width:60%; }
#SEEShopCart .awe-tr .td2 { float:left; width:15%; }
#SEEShopCart .awe-tr .td3 {  float:left; width:15%; }
#SEEShopCart .awe-tr .td4 {  float:left; width:10%;  }*/

#SEEShopCart .mar-r-10 {
    margin-right:10px;
}
#SEEShopCart .mar-l-10 {
    margin-right:10px;
}
/*#SEEShopCart .btn1112,*/
#SEEShopCart .btn10-green {
  background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*text-shadow: 1px 2px 0px #3E3D40;*/  
  color: #212A33;
  font-size: 13px;
  padding:7px 10px;  
  text-decoration: none;  
  font-family:'pfs_medium' !important;
  line-height:14px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
  text-transform:uppercase;
  cursor:pointer;
}
#SEEShopCart .btn10-green span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#SEEShopCart .btn10-green p{
    margin:0px;
}

#SEEShopCart .btn10-sky {
  background: #00D8D7;  
  background-color: #00D8D7 !important;  
  background: -webkit-linear-gradient(top, #00D8D7, #00918A);
  background: -moz-linear-gradient(top, #00D8D7, #00918A);
  background: -ms-linear-gradient(top, #00D8D7, #00918A);
  background: -o-linear-gradient(top, #00D8D7, #00918A);
  background: linear-gradient(to bottom, #00D8D7, #00918A);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D8D7', endColorstr='#00918A',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*text-shadow: 1px 2px 0px #3E3D40;*/  
  color: #ffffff;
  font-size: 13px;
  padding:7px 10px;  
  text-decoration: none;  
  font-family:'pfs_medium' !important;
  line-height:14px;
  border:1px solid #00D8D7 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #017069;
  text-transform:uppercase;
  cursor:pointer;
}
#SEEShopCart .btn10-sky span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#SEEShopCart .btn10-sky p{
    margin:0px;
}

#SEEShopCart .btn10-blue {
  background: #003A60;  
  background-color: #003A60 !important;  
  background: -webkit-linear-gradient(top, #003A60, #002842);
  background: -moz-linear-gradient(top, #003A60, #002842);
  background: -ms-linear-gradient(top, #003A60, #002842);
  background: -o-linear-gradient(top, #003A60, #002842);
  background: linear-gradient(to bottom, #003A60, #002842);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003A60', endColorstr='#002842',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*text-shadow: 1px 2px 0px #3E3D40;*/  
  color: #ffffff;
  font-size: 13px;
  padding:12px 12px;  
  text-decoration: none;  
  font-family:'pfs_medium' !important;
  line-height:14px;
  border:1px solid #003A60 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #011D32;
  text-transform:uppercase;
  cursor:pointer;
}
#SEEShopCart .btn10-blue span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#SEEShopCart .btn10-blue p{
    margin:0px;
}

#SEEShopCart .p-taf1
  {
  }
 #SEEShopCart .p-taf1 p
  {
	  padding:0px 15px;
	  margin:0px;
	  padding-left:0px;
	  font-size:13px;	  
	  color:#646464;
	  font-family: 'pfs_medium';
  }
 #SEEShopCart .p-taf1 p tag
  {
	  text-decoration:line-through;
  }
  
#SEEShopCart .p-taf1 b
  {
	  padding:0px 5px;
	  margin:0px;
	  font-size:13px;
	  font-weight:bold;
	  color:#eb1c24;
	  font-family: 'pfs_medium';
  }
  
#SEEShopCart .p-taf1 b tag
  {
	   padding:0px 0px;
	   font-size:14px;	  
	  color:#02b0ae ;
	  display:inline-block;
	  font-family: 'pfs_medium';
  }
#SEEShopCart .line-he
  {
	  padding-top:8px;
  }
  
#SEEShopCart .p-taf1 f
  {
	  padding:5px 15px;
	  margin:0px;
	  font-size:13px;
	  padding-left:0px;
	  font-weight:bold;
	  color:#eb1c24;
	  font-family: 'pfs_regular';
  }
  
#SEEShopCart .p-taf1 f tag
  {
	   padding:5px 0px;
	   font-size:16px;
	  font-weight:normal;
	  color:#eb1c24;
	  display:inline-block;
	  font-family: 'pfs_medium';
  }
#SEEShopCart .width100
{
	width:100px !important;
	float:left;
}
#SEEShopCart .margin-bot1
  {
	  margin-bottom:0px !important;
  }

#SEEShopCart .qqw
{
	width:auto; float:right;
}
#SEEShopCart .height38
{
	height:38px !important;
}
#SEEShopCart .class1 {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    min-height: 322px;
}
#SEEShopCart .radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 5px;
}
#SEEShopCart .padding-left2 {
    padding-left: 0 !important;
}
#SEEShopCart .eir {
    float: right;
    padding: 0 !important;
    width: 190px;
}
#SEEShopCart .icon-right12
{
	border-radius:0px 4px 4px 0px;
    padding: 10px 15px;
	float:right;
	top:0px !important;
	background-color:#f3d027 !important;
}
#SEEShopCart .dl-horizontal21
{	
	margin:0px;
	height:100%;
	padding:15px 0px 0px;
	background-color:#F7F7F7;
	/*border-radius:4px;*/
	display:inline-block;
    border:1px solid #D8D8D8;
}
#SEEShopCart .summary-lastrow {
    background:#EBEBEB;
}
#SEEShopCart  .widt{
	width:100%;
}
#SEEShopCart .dl-horizontal21 dt {
	  padding: 5px 12px 0px;
	  color: #5a5a5a;
	  line-height:25px;
		   text-align: left;
	font-family: 'pfs_medium';
    font-size: 14px;
    float: left;   
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:normal;
  }
#SEEShopCart  .dl-horizontal21 dd {
	  color:#3E3E40;
	  padding: 5px 8px 0px;
	   font-family: 'pfs_medium';
	   line-height:25px;
	 
    margin-right: 6px;
	float:right;
  }
#SEEShopCart  .dl-horizontal21 dz {
	  padding: 5px 8px 2px;
	  font-family: 'pfs_medium';
	   line-height:25px;
	   color:#3E3E40;
	   font-weight:bold;
	  text-decoration:none;
    margin-right: 6px;
	float:right;
  }
#SEEShopCart  .dl-horizontal21 dzz {
	  padding: 10px 8px;
	  font-size:20px !important;
	  font-family: 'pfs_medium';
	   line-height:25px;
	   color:#009EE0;
	   font-weight:bold;
	  text-decoration:none;
    margin-right: 6px;
	float:right;
  }
#SEEShopCart .border-bot {
    background-color: #D8D8D8;
    display: inline-block;
    height: 1px;
    width: 100%;
}
#SEEShopCart .bot-Headers {
    color: #003050;
    font-family: "pfs_bold";
    font-size: 20px;
    margin: 0px;
    text-transform: uppercase;
}
#SEEShopCart .bot-seprators{
    background: url(images/topic-sep.jpg);
    height:10px;
    width:100%;
    margin:5px 0 15px;
}
#SEEShopCart .black-gry
  {
	  border-radius:4px;
	  position:relative;
	  background-color:#01B2AC;
	  padding:10px;
  }
  
  
#SEEShopCart .black-gry p
  {
	   padding: 5px 8px;
	   color:#ffffff;
	   font-family: 'pfs_medium';
	  margin:0px;
	  font-size:13px;
  }
#SEEShopCart .see-order-note {
}
#SEEShopCart .see-order-note .comment-body{
       font-family: 'pfs_medium';	  
	  font-size:13px;

}

#SEEShopCart .eir1 {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 190px;
}
#SEEShopCart .SEEOrderOption span {
  font-family: 'pfs_regular';
}
#SEEShopCart .seeCartMethod {
}
#SEEShopCart .seeCartMethod ul {
    padding-left:20px;
}
#SEEShopCart .seeCartMethod ul li {
    color: #ffffff;
    font-family: 'pfs_medium';
    font-size: 13px;
    margin: 0;
    padding: 3px 0px;
}
#SEEShopCart .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  /*border: 1px solid #f2f2f2;*/
  border-radius: 4px;

}
#SEEShopCart .promotionlist span {
    padding:3px;
}
#SEEShopCart .promotionlist a{
    color:#EB1C24;
}
@media (max-width: 991px) {
    #SEEShopCart .tr .td1 { float:left; width:80%; }
    /*#SEEShopCart .awe .td2 { float:left; width:15%; }
    #SEEShopCart .awe .td3 {  float:left; width:15%; }*/
    #SEEShopCart .tr .td4 {  float:left; width:20%;  }
}
#SEEShopCart  .table > thead > tr > .warning, 
#SEEShopCart  .table > tbody > tr > .warning, 
#SEEShopCart  .table > tfoot > tr > .warning, 
#SEEShopCart  .table > thead > .warning > td, 
#SEEShopCart  .table > tbody > .warning > td, 
#SEEShopCart  .table > tfoot > .warning > td, 
#SEEShopCart  .table > thead > .warning > th, 
#SEEShopCart  .table > tbody > .warning > th, 
#SEEShopCart  .table > tfoot > .warning > th
{
	background-color: #fefefe;
}
@media (max-width: 610px) {

    .clerfix122 {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
}
@media (max-width: 1050px) {
    #SEEShopCart .qqw
    {
	    width:100%; float:right;
	    padding-left:0px !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    #SEEShopCart .float-right123 {
        float: none !important;
        margin: auto !important;
    }
    #SEEShopCart .tr .td1 { float:left; width:70%; }
    /*#SEEShopCart .awe .td2 { float:left; width:15%; }
    #SEEShopCart .awe .td3 {  float:left; width:15%; }*/
    #SEEShopCart .tr .td4 {  float:left; width:30%;  }
    #SEEShopCart .qqw
    {
	    width:auto; float:left;
	    padding-left:0px !important;
        clear:both;
    }

    #SEEShopCart .symbol-img {
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }

}
@media (max-width: 472px) {
    #SEEShopCart .sss {
        display: block;
        /*padding-right: 155px !important;*/
        position: relative;
        width: 100%;
        margin-bottom: -20px;
    }
    #SEEShopCart .qqw span {
        width:100%;
    }
}
/** Shopping cart End **/

@media (max-width: 428px) {
    .container {
        /*width:427px !important;
        min-width:427px !important;*/
    }
    .mob-logo-420 img 
    {
        width:125px;
        margin-top:10px;
        margin-left: 5px;
    }
    .mob-phone
    {
        padding:0px 1px;
    }
    .home .sticky-tab .timg img
    {
        display:none;
    }
    .page-sidebar-scroll
    {
        width:260px;
    }
}
/*@media screen and (max-width:428px) {
    @-ms-viewport{
        width:428px !important;
    }*/
}



/** checkout start **/
#SEECheckout .check-top-nav {
    margin-top:15px;
    margin-bottom:15px;
    padding-left:0px;
    padding-right:0px;
}
#SEECheckout .bg-coler-yellow
{
	background-color:#ffffff !important;
	border:none !important;	
	color:#02B0AE !important;
	padding:0px !important;
	font-family: 'pfs_medium' !important;
	text-align:left !important;
	font-size:18px;	
	text-transform:uppercase !important;
    height:70px;
    border-bottom:5px solid #3C4648 !important;
    border-radius:0px;
}
#SEECheckout .bg-coler-f2
{
	background-color:#fff !important;
	border:none !important;
	color:#9F9F9F !important;
	padding:0px !important;
	font-family: 'pfs_medium' !important;
	text-align:left !important;
	font-size:18px;	
	text-transform:uppercase !important;
    height:70px;    
    border-bottom:5px solid #00C2BC !important;
    border-radius:0px;
    
}
#SEECheckout .c-pad-r-zero {
    padding-right: 0 !important;
}
#SEECheckout .c-pad-l-zero {
    padding-left: 0 !important;
}
#SEECheckout .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#SEECheckout .flot-lefttt {
    float: left !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}
#SEECheckout .c-topnav-text {
    padding: 22px 10px 0 !important;
}
#SEECheckout .symbol-img {
    padding: 24px 10px !important;
}
#SEECheckout .panel-default.class1 {
    border-radius:0px;
}
#SEECheckout .margin-right {
    float: left !important;
    margin-right: 10px !important;
}
#SEECheckout .middel-con-new {
    background-color: #ffffff;
    opacity: 0.9;
    padding: 0 !important;
    width: 100%;
}
#SEECheckout .mrg-inner
{
	margin-top:50px;
	margin-bottom:20px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
#SEECheckout .d-grey-bg {
    background-color: #515153;
    color:#ffffff;
    border-radius:0px;
}

#SEECheckout .d-green-bg
{
    background-color: #01B2AC;
    color:#ffffff;
    border-radius:0px;    
}
#SEECheckout .checkout-wrap {
    color: #444;
    display: inline-block;
    font-family: 'PT Sans Caption',sans-serif;
    margin: 40px auto;
    position: relative;
    width: 100%;
}
#SEECheckout ul.checkout-bar {
    background-color: #1e3567;
    background-size: 35px 35px;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    height: 10px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
}
#SEECheckout .panel-body1 {
    background:#F7F7F7;
}
#SEECheckout ul.checkout-bar a {text-decoration: none;}
#SEECheckout ul.checkout-bar {background-size: 35px 35px; background-color: #1e3567;	border:1px solid #c4c4c4; border-radius: 15px; height: 10px; margin: 0 auto; padding: 0; position: absolute; width: 100%;}
#SEECheckout ul.checkout-bar li {display: inline-block; margin-top: 25px; padding: 0; text-align: center; width: 30%;}
#SEECheckout .checkout-bar li .completed{ font-size:13px; color:#FFF; position:absolute; border-radius:50px; top:-30px;}
#SEECheckout .checkout-bar li .completed p{ color:#1e3567; font-size:18px;  font-family: 'pfs_bold'; padding:10px 0px;}
#SEECheckout .checkout-bar li .active{ font-size:13px; color:#FFF;   position:absolute; border-radius:50px; top:-30px;}
#SEECheckout .checkout-bar li .remaining{ font-size:13px; color:#FFF;  position:absolute; border-radius:50px; top:-30px;}
#SEECheckout .checkout-bar li .remaining p{color:#636363; padding:10px 0px; font-size:18px; font-family: 'pfs_bold';}

#SEECheckout .head-title{ font-size:10px !important; color:#3f3f3f; font-family: 'pfs_bold' !important; text-align:left; line-height:20px;}
#SEECheckout .head-title a{ font-size:10px !important; color:#3f3f3f; font-family: 'pfs_bold' !important; text-align:left; line-height:20px; text-decoration:none;}

#SEECheckout .orng-btn{ background-color: #01b2ac;
    border-radius: 4px;
    color: #fff !important;
    font-family: "pfs_regular" !important;
    font-size: 18px !important;    
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px 10px;}
#SEECheckout .orng-btn:hover,
#SEECheckout  .orng-btn:focus{ background-color:#01B2AC; color:#1e3567;}

#SEECheckout .btn-checkout-signin
{
  background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #ffffff;  
  color: #202932;
  font-size: 14px;
  padding: 6px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
}

#SEECheckout .btn-new-User
{
  background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #ffffff;  
  color: #202932;
  font-size: 14px;
  padding: 6px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
}

#SEECheckout .blue-btn{ border-radius:4px; padding:5px 10px; background-color:#1e3567; color:#FFF; font-size:13px; margin-right:10px; margin-top:5px; margin-bottom:5px; font-family: 'pfs_regular'; font-style:italic;}
#SEECheckout .blue-btn:hover,#SEECheckout  .blue-btn:focus{ background-color:#0e275c; color:#FFF;}
#SEECheckout .btn11 {display: inline-block;background-image: none;border: none;border-radius: 4px;}
#SEECheckout .margin-bottom{ margin-bottom:50px;}
#SEECheckout .width-100{ width:100px !important; margin-bottom:10px;}
#SEECheckout .margin-top-bottom-5{ margin:5px 0px;}
#SEECheckout .awe{ background-color:#ededed;}
#SEECheckout .awe.tr .td { color: #515055;}
#SEECheckout .coler1{ /*border-right:1px solid #f0f0f0;*/  font-family: 'pfs_bold' !important; font-size:14px !important; text-transform:uppercase; color:#1e3567;/* border-bottom: 1px solid #f0f0f0;*/}
#SEECheckout .p-taf1 p{ font-size:10px !important; color:#3f3f3f; font-family: 'pfs_bold' !important; text-transform:capitalize; text-align:left;}
#SEECheckout .border-right{ border-right:1px solid #f0f0f0;}
#SEECheckout .p-taf1 b tag{ color:#d6354f; font-family: 'pfs_bold' !important; font-size:14px !important;}
#SEECheckout .continue-shipping{ background-color:#ededed; border-radius:0px 0px 4px 4px; border-bottom:1px solid #cfcfcf; display:inline-block; width:100%;}
#SEECheckout .pad-15{ padding:15px;}
#SEECheckout .pading-right-15{ padding-right:15px;}
#SEECheckout .cont-italic{font-family: 'pfs_regular'; font-style:italic; font-size:12px; color:#5a5a5a;}
#SEECheckout .width-170{ width:170px !important; margin-right:5px; padding:6.3px 10px !important;}
#SEECheckout .pads{ padding-bottom:10px; display:inline-block; font-family: 'pfs_regular' !important; font-size:12px !important; color:#3f3f3f;}
#SEECheckout .margin-top-0{ margin-top:0px !important;}
#SEECheckout .sim-title{font-family: 'pfs_bold' !important; font-size:16px !important; color:#ffffff !important; margin-bottom:0px;}
#SEECheckout .contisp{font-family: 'pfs_regular'; font-style:italic; font-size:14px; color:#5a5a5a;}
#SEECheckout .bg-mid{ background-image:url(images/bg-mid.png); background-repeat:repeat-x;}
#SEECheckout .lebal{ color:#5a5a5a; font-size:12px; font-family: 'pfs_regular'; font-weight:normal;}
#SEECheckout .padding-left-0{ padding-left:0px;}
#SEECheckout .odd{ background-color:#f9f9f9;}
#SEECheckout .left-text1{color:#3f3f3f; font-size:12px; font-family: 'pfs_regular';}

#SEECheckout .text-right1{color:#d6354f; font-size:14px; font-family: 'pfs_bold';}
#SEECheckout .text-right2{color:#1e3567; font-size:12px; font-family: 'pfs_regular';}
#SEECheckout .font-size-16{ font-size:16px;}
#SEECheckout .height-173{height:173px !important; display:inline-block;}
#SEECheckout .big-btn{ border-radius:4px; padding:0px; background-color:#fab533; color:#1e3567; font-size:20px;  font-family: 'pfs_regular'; font-style:italic;}
#SEECheckout .big-btn:hover,#SEECheckout  .big-btn:focus{ background-color:#f9a810; color:#1e3567;}
#SEECheckout .chtkout{display:inline-block; width:150px; text-align:left; padding:8px; padding-left:15px;}
#SEECheckout .chtkout1{background-color:#1e3567; border-radius:0px 4px 4px 0px; display:inline-block; padding:8px;}
#SEECheckout .uppercase-1{ text-transform:uppercase;}
#SEECheckout .form-label label{color:#3f3f3f; font-size:14px; font-family: 'pfs_regular'; font-weight:normal;}
#SEECheckout .right-text32 p {color:#3f3f3f; font-size:14px; font-family: 'pfs_regular'; text-align:right;}
#SEECheckout .right-text32 tag {color:#d6354f; font-size:14px; font-family: 'pfs_bold'; text-align:right; float:right;}
#SEECheckout .fonter{color:#3f3f3f; font-size:14px; font-family: 'pfs_regular';}
#SEECheckout .form-label input{  font-size:20px; font-family: 'pfs_regular' !important; color:#3f3f3f;}
#SEECheckout .form-label i{ color:#fff; font-size:14px; font-family: 'pfs_regular'; font-style:italic; position:absolute; padding-left:10px; line-height:20px; margin-bottom:20px;}
#SEECheckout .pas{ margin-right:10px; padding:8px 10px; height:32px; border-radius:4px; border:1px solid #d9d9d9; font-size:12px !important; font-family: 'pfs_regular';}
#SEECheckout .pas1{ margin-right:0px; padding:8px 10px; height:32px; border-radius:4px; border:1px solid #d9d9d9; font-size:12px !important; font-family: 'pfs_regular';}
#SEECheckout #myTabContent{ border:1px solid #e2e2e2; padding:15px; border-top:none;}
#SEECheckout .padding-top-15px{ padding-top:15px;}
#SEECheckout .green-btn{ color:#7ec321; font-size:14px; font-family: 'pfs_regular'; font-style:italic; text-decoration:underline; padding-top:30px;}
#SEECheckout .pad-bot-zero{ padding-bottom:0px !important;}
#SEECheckout .form-label i a{color:#01b2ac; font-size:14px; font-family: 'pfs_regular'; font-style:italic;  line-height:20px; margin-top:0px; text-decoration:underline;}
#SEECheckout .form-label i a:hover{  color:#01b2ac;}
#SEECheckout .padding-top-5px{ padding-top:5px;}
#SEECheckout .margin-bottom-0{ margin:0px !important;}
#SEECheckout .pading-left-0px{ padding-left:0px !important;}
#SEECheckout .margin-bottom-10px{ margin-bottom:20px;}

#SEECheckout .btn-placeOrder{padding:0px; color:#202932; font-size:16px;  font-family: 'pfs_bold'; background:url(images/btn-placeorder.png); height:45px; width:294px; border:none;}
#SEECheckout .btn-placeOrder .chtkout {
    text-transform:uppercase;
    float:left;
    width:200px;
}

#SEECheckout .table > thead > tr > th, 
#SEECheckout .table > tbody > tr > th, 
#SEECheckout .table > tfoot > tr > th, 
#SEECheckout .table > thead > tr > td, 
#SEECheckout .table > tbody > tr > td, 
#SEECheckout .table > tfoot > tr > td {
    border: 1px solid #e9e9e9;
    line-height: 1.42857;
    padding: 15px;
    vertical-align: top;
    color:#3f3f3f;
    font-size:11px;
    text-transform:none;
}

#SEECheckout .table .tr .th, 
#SEECheckout .table .tr .td {    
    line-height: 1.42857;
    padding: 15px;
    vertical-align: top;
}

#SEECheckout .table {
    margin-bottom: 2px;
    width: 100%;
    float:left;
    overflow:hidden;
}
#SEECheckout .list-group-item:last-child {
    border-bottom: 1px solid #d8d8d8;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 0;
}
#SEECheckout .tr .td1 {
    float: left;
    width: 60%;
}
#SEECheckout .tr .td2 {
    float: left;
    width: 15%;
}
#SEECheckout .tr .td3 {
    float: left;
    width: 25%;
}
#SEECheckout .tr .td4 {
    float: left;
    width: 10%;
}
#SEECheckout .border .tr .td {    
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    margin-bottom: -599px !important;
    padding-bottom: 599px !important;
}
#SEECheckout .border .tr {
     border-bottom: 1px solid #e9e9e9;
    float: left;
    width: 100%;
}
@media (max-width: 1199px) {
    #SEECheckout .tr .td1 {
        float: left;
        width: 60%;
    }
    #SEECheckout .tr .td4 {
        float: right;
        width: 20%;
    }

    #SEECheckout .p-taf1.visible-md {
        display:block !important;
    }
    #SEECheckout .tt124.visible-md {
        display:block !important;
    }
}

@media (max-width: 767px) {
    #SEECheckout .tr .td1 {
        float: left;
        width: 60%;
    }
    #SEECheckout .tr .td4 {
        float: left;
        width: 30%;
    }    
    #SEECheckout .checkout-bar li .completed p , 
    #SEECheckout .checkout-bar li .remaining p{ display:none;}
}
#SEECheckout .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-family: 'pfs_regular' !important;
    font-size: 15px !important;
    padding: 8px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#SEECheckout .seedim {
    padding-left:17px;
}
#SEECheckout .seedim li {    
text-transform: none;
font-size: 13px;
font-weight: normal;
font-family: 'pfs_regular';
}
#SEECheckout .seecartcont {
}

#SEECheckout .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid #f1f1f1;
  border-radius: 0px; border-bottom:none; font-family: 'pfs_bold' !important;
    font-size: 16px !important; text-transform:uppercase; color: #fff;
    background:#515153;
}
#SEECheckout .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
#SEECheckout .nav-tabs > li.active > a,
#SEECheckout .nav-tabs > li.active > a:hover,
#SEECheckout .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #01b2ac;
  border: 1px solid #d8d8d8;
  border-bottom-color: transparent;
  font-family: 'pfs_bold' !important;
    font-size: 16px !important; text-transform:uppercase;
}

#SEECheckout .calass12 h3 {
    color: #ffffff;
    float: left;
    font-family: 'pfs_bold';
    font-size: 15px;
    line-height: 34px;
    margin: 0;
    padding-right: 10px;
    text-transform: uppercase;
}
#SEECheckout .calass12 {
    background-color: #515153;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    width: 100%;
}
#SEECheckout .azsx12 {
    color: #fff;
    float: left;
    line-height: 34px;
    margin: 0;
    padding-top: 0;
}
#SEECheckout .pad-0 {
    padding: 0 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
    #SEECheckout .seenewuser1 {
        display: block !important;
    }
}
#SEECheckout .azsx1 {    
    float: left;
    line-height: 34px;
    margin: 0 0 0 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
@media (max-width: 767px){
    #SEECheckout .azsx1 {
        display:block !important;
    }

     #SEECheckout .symbol-img {
        float:none !important;
        margin-left:auto !important;
        margin-right:auto !important;
    }
}

.jumbotron-checkoutBtnpart {
    background: none repeat scroll 0 0 #000;    
    color: #fff;
    font-family: "pfs_regular";    
    padding-bottom: 15px;
    padding-top: 15px;
}
#SEECheckout .SEEDDLVarInput {
    padding: 10px;
}
#SEECheckout .SEEDDLVarInput table {
    border: 1px solid #e2e2e2 !important;
    border-collapse: inherit !important;
    border-radius: 5px;
}
#SEECheckout .SEEDDLVarInput .rcbInputCell {
    background: #ffffff !important;
    border-radius: 5px 0 0 5px;
    cursor: pointer !important;
    padding: 1px !important;
}
#SEECheckout .SEEDDLVarInput input {
    color: #5a5a5a !important;
    cursor: pointer !important;
    font-family: "pfs_regular" !important;
    font-size: 13px !important;
    font-weight: bold !important;
    height: 30px;
    line-height: 25px !important;
    padding: 5px 5px 5px 10px !important;
}
#SEECheckout .SEEDDLVarInput .rcbArrowCell {
    background: #f6f6f6 !important;
    border-left: 1px solid #ededed;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    height: 35px;
    padding-left: 7px;
    width: 29px !important;
}
#SEECheckout .SEEDDLVarInput a {
    background: url(images/yelo-drop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer !important;
    height: 20px !important;
    width: 29px !important;
}
/** checkout end **/

/*** Sub Category page start ***/
#SEECat.subCategory {
}
#SEECat.subCategory  .SEERightDescription {
    margin-top:25px;
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
}

#SEECat.subCategory .SEECatrightVideo .embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    margin-bottom: 25px;
} 
#SEECat.subCategory  .SEECatrightVideo  .embed-container iframe, 
#SEECat.subCategory  .SEECatrightVideo  .embed-container object, 
#SEECat.subCategory  .SEECatrightVideo  .embed-container embed 
{ 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
#SEECat.subCategory   .subCatSummary {
    font-family: "pfs_bold";    
    color:#3E3D40;
    font-size:15px;
    margin-bottom:10px;
}

#SEECat.subCategory .subCategoryULLIList {

}
#SEECat.subCategory .subCategoryULLIList .subcat-ULLI-box .subcatelistArrow {
    margin-right:10px;
    margin-bottom:4px;
}
#SEECat.subCategory .subCategoryULLIList .subcat-ULLI-box {
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
    text-decoration:none;
    line-height:30px;
}
#SEECat.subCategory .subCategoryULLIList .subcat-ULLI-box a{
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
    text-decoration:none;
    line-height:30px;
}
#SEECat.subCategory .subCategorySep{
    background: url('images/catpro-bottom-bg.jpg');
    height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
#SEECat.subCategory .subcategoryName {
    font-family: "pfs_bold";  
    font-size:24px;
    color:#19B6B4;

}

#SEECat.subCategory   .subCategorySummary {
    font-family: "pfs_bold";    
    color:#3E3D40;
    font-size:15px;
    margin-bottom:15px;
}
#SEECat.subCategory .subCategoryDescription {
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
    margin-bottom:15px;
    overflow:hidden;    
}
#SEECat.subCategory .catpromain-box .cat-add2cart .c-btn10 {
    color: #3c3e40;
    text-shadow:none;
    float:none;
    display:inline-block;
}
#SEECat.subCategory .catpromain-box .cat-product-price .price-wrap .variant-price {
    color:#003050;
}
#SEECat.subCategory .subCategoryViewAll a {
    color: #003050;
    font-family: "pfs_bold";
    text-transform:uppercase;
    text-decoration:none;
    font-size:15px;
}
#SEECat.subCategory .catpromain-box .subcatpro-starts img{
    margin-left:5px;
}
/*** Sub Category page end ***/

.top-cart-wish-links {
    color:#003050;
    text-decoration:none;
}
.top-cart-wish-links a{
    color:#003050;
    text-decoration:none;
    font-family: "pfs_regular" !important;
    font-size: 14px !important;
}
.top-cart-wish-links a:hover{
    color:#003050;
    text-decoration:none;
    font-family: "pfs_regular" !important;
    font-size: 14px !important;
}


/** Simple product Page start**/
#seeKitProduct.simpleProduct {
}

#seeKitProduct.simpleProduct .smpl-add2cart-variant-part {
    font-size:16px;
    line-height:25px;
}
#seeKitProduct.simpleProduct .seeProductRatingPart {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    margin-bottom:15px;
    float:left;
    width:100%;
}
#seeKitProduct.simpleProduct .seeProductRatingPart .SEEAvgRatingText img {
    margin-right:5px;
}
#seeKitProduct.simpleProduct .seeProductRatingPart a {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    text-decoration:none;
}
#seeKitProduct.simpleProduct .seeProductRatingPart a:hover {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    text-decoration:none;
}

#seeKitProduct.simpleProduct .red-bold-price {
    color:#003050;
    font-family: "pfs_bold";
    font-size:19px;
}
.red-sale {color: #cc151c !important;}
#seeKitProduct.simpleProduct  .btn-grey-fonts {
    color:#3C3E40;
    text-shadow:none;
}

#seeKitProduct.simpleProduct .spect-colapsable-tabs {
}

#seeKitProduct.simpleProduct .spect-colapsable-tabs .colap-tab-head{
    cursor:pointer;
    color:#3E3D40;
    font-family: "pfs_bold";
    font-size:20px;
    text-transform:uppercase;
}
#seeKitProduct.simpleProduct .spect-colapsable-tabs .colap-tab-cont {
    padding:15px;
    width:100%;
    font-family: "pfs_regular";
    font-size:15px;
    border: 1px solid #F3F3F3;    
}
#seeKitProduct.simpleProduct .spect-colapsable-tabs .colap-tab-head .spec-tab-plus{
    display:inline-block;
}

#seeKitProduct.simpleProduct .spect-colapsable-tabs .colap-tab-head .spec-tab-minus{
    display:none;
}
#seeKitProduct.simpleProduct .spect-colapsable-tabs .colap-tab-head.active .spec-tab-plus {
    display:none;
}
#seeKitProduct.simpleProduct .spect-colapsable-tabs .colap-tab-head.active .spec-tab-minus {
    display:inline-block;
}
#seeKitProduct.simpleProduct .spect-colapsable-tabs .produlistArrow {
      margin-right:7px;
    margin-bottom:3px;
}

#seeKitProduct.simpleProduct .homeseller-btn {
  background: #00d8d6;
  background: -moz-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00d8d6), color-stop(90%, #008e87), color-stop(90%, #006f66), color-stop(100%, #006f66));
  background: -webkit-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -o-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -ms-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: linear-gradient(to bottom, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d6', endColorstr='#006f66', GradientType=0 ); /* IE6-8 */

  

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 2px 0px #3E3D40;  
  color: #ffffff;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  /*border:1px solid #DEEA00 ;
  border-left:1px solid #009993 ;
  border-right:1px solid #009993 ;
  border-bottom:3px solid #006f66;*/
  border:none;
  float:right;
}
#seeKitProduct.simpleProduct .homeseller-btn span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#seeKitProduct.simpleProduct .homeseller-btn p{
    margin:0px;
}
#seeKitProduct.simpleProduct  .pro-socil
{
    font-weight:bold;
}

#seeKitProduct.simpleProduct  .pro-socil img
{
    margin-right:5px;
}
#seeKitProduct.simpleProduct  .pro-socil a
{
    color:#003050;
}
#seeKitProduct.simpleProduct .SeeSimpleHeadeSpecs{    
    color:#3E3D40;
    font-family: "pfs_bold";
    font-size:20px;
    text-transform:uppercase;
}
#seeKitProduct.simpleProduct .produlistArrow {
    margin-bottom: 3px;
    margin-right: 7px;
}
/** Simple product Page end**/

/*** Kit Product Page New start***/
#seeKitProduct.seeNewKitPage {

}

#seeKitProduct.seeNewKitPage .Kit-tab-Heads .KitGroupHeader {
    color: #3e3d40;
    cursor: pointer;
    font-family: "pfs_bold";
    font-size: 20px;
    text-transform: uppercase;
}

#seeKitProduct.seeNewKitPage .Kit-tab-Cont {
    border: 1px solid #f3f3f3;    
    padding: 15px;
    width: 100%;
}

#seeKitProduct.seeNewKitPage .seekit-box .Kit-tab-Heads .spec-tab-plus{
    display:inline-block;
}

#seeKitProduct.seeNewKitPage .seekit-box .Kit-tab-Heads .spec-tab-minus{
    display:none;
}
#seeKitProduct.seeNewKitPage .seekit-box .Kit-tab-Heads.active .spec-tab-plus {
    display:none;
}
#seeKitProduct.seeNewKitPage .seekit-box .Kit-tab-Heads.active .spec-tab-minus {
    display:inline-block;
}

#seeKitProduct.seeNewKitPage .seeKitItems .seekit-box {
    background:#FFFFFF;
    padding:10px 0px;
}

#seeKitProduct.seeNewKitPage .cross-line-sep-kit-head{
    width:100%;
    background: url(images/pro-bottom-bg.jpg);
    height:14px;
    margin-top:5px;
    margin-bottom:0px;
}

#seeKitProduct.seeNewKitPage .kit-summary {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    padding: 10px;
    border-top: 1px solid #3E3D40;
    border-bottom: 1px solid #3E3D40;
    margin-bottom:20px;
}
#seeKitProduct.seeNewKitPage .p-txtaln-right {
    text-align:right;    
}
#seeKitProduct.seeNewKitPage .p-txtaln-left {
    text-align:left;    
}
#seeKitProduct.seeNewKitPage  .priceAndA2C-box .p-btn10{
    color:#202932;
    text-shadow:none;
}
#seeKitProduct.seeNewKitPage .seeKitItems .seekit-box .kitGroupDescSummary h4 {    
    font-family:'pfs_bold'
}
#seeKitProduct.seeNewKitPage .pro-basePrice {
    color:#CC151C;
}
#seeKitProduct.seeNewKitPage .pro-withkitPrice {
    color:#CC151C;
}

#seeKitProduct.seeNewKitPage .seeProductRatingPart {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    margin-bottom:15px;
    float:left;
    width:100%;
}
#seeKitProduct.seeNewKitPage .seeProductRatingPart .SEEAvgRatingText img {
    margin-right:5px;
}
#seeKitProduct.seeNewKitPage .seeProductRatingPart a {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    text-decoration:none;
}
#seeKitProduct.seeNewKitPage .seeProductRatingPart a:hover {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    text-decoration:none;
}

#seeKitProduct.seeNewKitPage .homeseller-btn {
  background: #00d8d6;
  background: -moz-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00d8d6), color-stop(90%, #008e87), color-stop(90%, #006f66), color-stop(100%, #006f66));
  background: -webkit-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -o-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -ms-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: linear-gradient(to bottom, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d6', endColorstr='#006f66', GradientType=0 ); /* IE6-8 */

  

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 2px 0px #3E3D40;  
  color: #ffffff;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  /*border:1px solid #DEEA00 ;
  border-left:1px solid #009993 ;
  border-right:1px solid #009993 ;
  border-bottom:3px solid #006f66;*/
  border:none;
  float:right;
}
#seeKitProduct.seeNewKitPage .homeseller-btn span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#seeKitProduct.seeNewKitPage .homeseller-btn p{
    margin:0px;
}
#seeKitProduct.seeNewKitPage .pro-socilA2d {
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: right;
}
#seeKitProduct.seeNewKitPage  .pro-socil
{
    font-weight:bold;
}

#seeKitProduct.seeNewKitPage  .pro-socil img
{
    margin-right:5px;
}
#seeKitProduct.seeNewKitPage  .pro-socil a
{
    color:#003050;
}
#seeKitProduct.seeNewKitPage .pro-varname {
    margin-top:14px;
}
#seeKitProduct.seeNewKitPage .div-pro-spec-list .produlistArrow {
    margin-bottom: 3px;
    margin-right: 7px;
}
#seeKitProduct.seeNewKitPage .SeeSimpleHeadeSpecs{    
    color:#3E3D40;
    font-family: "pfs_bold";
    font-size:20px;
    text-transform:uppercase;
}
@media (max-width: 767px) {
    #seeKitProduct.seeNewKitPage .radiowithimage-width-100-SM {
        width:50% !important;
    }
}
/*** Kit Product Page New End***/

/* Signin-Registration Start */
#signincreate
{
    font-family:'pfs_regular' !important;
}
#signincreate .padding-over1
{
    padding-left: 0px !important;
}

#signincreate .panel-heading2
{
    background: #515153;
    border-radius: 0;
    color: #ffffff;
}

#signincreate .uppercase-1
{
    text-transform: uppercase;
}

#signincreate .sim-title
{
    color: #ffffff !important;
    font-family: "pfs_bold" !important;
    font-size: 16px !important;
    margin-bottom: 0;
}

#signincreate .panel-body1
{
    background: #f7f7f7;
}

#ctl00_PageContent_ctl00_ctrlLogin a, #ctl00_PageContent_ctl00_pnlBillingAddress a
{
    color: #333333;
    line-height: 23px;
}

#signincreate .pad-none
{
    padding: 15px 0px !important;
}

#signincreate .SEESignIn_btnLogin_white
{
    background: url(images/signin-button.png);
    width: 113px;
    height: 45px;
    border: none;
    cursor: pointer;
}

#signincreate .SEESignIn_btnLogin_white_fr
{
    background: url(images/signin-button-fr.png);
    width: 158px;
    height: 45px;
    border: none;
    cursor: pointer;
}

#signincreate .panel-heading3
{
    background: #01B2AC;
    border-radius: 0;
    color: #ffffff;
}

#signincreate .see-checkbox label
{
    margin-left: 5px;
}

#signincreate .eir12
{
    padding: 0 !important;
}

#signincreate .btn-default-price-last1212-new
{
    background: #003a60;
    background: -moz-linear-gradient(top, #003a60 0%, #002842 90%, #001d31 90%, #001d31 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #003a60), color-stop(90%, #002842), color-stop(90%, #001d31), color-stop(100%, #001d31));
    background: -webkit-linear-gradient(top, #003a60 0%, #002842 90%, #001d31 90%, #001d31 100%);
    background: -o-linear-gradient(top, #003a60 0%, #002842 90%, #001d31 90%, #001d31 100%);
    background: -ms-linear-gradient(top, #003a60 0%, #002842 90%, #001d31 90%, #001d31 100%);
    background: linear-gradient(to bottom, #003a60 0%, #002842 90%, #001d31 90%, #001d31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a60', endColorstr='#001d31', GradientType=0 );
    border: medium none !important;
    color: #ffffff !important;
    font-family: "pfs_bold";
    font-size: 17px !important;
    line-height: 22px;
    padding: 0 !important;
    text-align: left;    
}

    #signincreate .btn-default-price-last1212-new pa
    {
        color: #fff;
        float: left;
        font-family: "pfs_bold";
        font-size: 16px;
        line-height: 15px;
        margin: 0;
        padding: 15px 10px;
        text-transform: uppercase;
    }

#signincreate .icon-right1212
{
    border-radius: 0 4px 4px 0;
    float: right;
    right: 11px;
    top: 13px !important;
}

#signincreate .btn-default-price-last1212-new1 {
    background: #00d7d3;
background: -moz-linear-gradient(top, #00d7d3 0%, #008f88 87%, #006f66 97%, #006f66 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #00d7d3), color-stop(87%, #008f88), color-stop(97%, #006f66), color-stop(100%, #006f66));
background: -webkit-linear-gradient(top, #00d7d3 0%, #008f88 87%, #006f66 97%, #006f66 100%);
background: -o-linear-gradient(top, #00d7d3 0%, #008f88 87%, #006f66 97%, #006f66 100%);
background: -ms-linear-gradient(top, #00d7d3 0%, #008f88 87%, #006f66 97%, #006f66 100%);
background: linear-gradient(to bottom, #00d7d3 0%, #008f88 87%, #006f66 97%, #006f66 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d7d3', endColorstr='#006f66', GradientType=0 );
border-radius:6px;
    border: medium none !important;
    color: #fff !important;
    font-family: "pfs_bold";
    font-size: 17px !important;
    line-height: 22px;
    padding: 0 !important;
    text-align: left;
}
#signincreate .btn-default-price-last1212-new1 pa {
    color: #fff;
    float: left;
    font-family: "pfs_bold";
    font-size: 16px;
    line-height: 15px;
    margin: 0;
    padding: 17px;
    text-transform: uppercase;
}

#signincreate .margin-zero
{
    margin: 0 !important;
}
#signincreate .pad-hr
{
    padding:0px !important;
    margin:0px !important;
    border-color:#CDCDCD;
}
#signincreate .manifac
{
    color:#01b2ac;
    text-transform:uppercase;
    font-family: "pfs_bold";
}
#signincreate .signin-leftbox
{
    padding:10px;
    background:#F7F7F7;
    border:1px solid #E6E6E6;
    margin-bottom:15px;
    font-family: "pfs_regular";
    color:#3E3D40;
}
#signincreate .signin-leftbox h3
{
    font-family: "pfs_bold";
    font-size:18px;
    margin-top:0px;
}
/* Signin-Registration End */


/*** See Search Page start ***/
#SEESeach .Nametitles {
    color: #003050;
    font-family: "pfs_bold";
    font-size: 30px;
    margin: 15px 0 20px 0px;
    text-transform: uppercase;
}
#SEESeach .catrep-box {
    padding-left:7px;
    padding-right:7px;
}
#SEESeach .catimg-thumbnail {
    padding:4px 0px;
    border:none;
    margin-bottom:10px; 
}
#SEESeach .catpromain-box {
    border:1px solid #DDDDDD;
    margin-bottom:20px; 
}
#SEESeach .catpromain-box .cartpro-botBG {
    width:100%;
    background: url(images/catpro-bottom-bg.jpg);
    height:14px;
    margin-top:10px;
}
#SEESeach .catpromain-box .cat-product-summary {
    font-family:'pfs_regular';
    min-height:40px;
}
#SEESeach .catpromain-box .cat-product-detail {
    padding:0px 9px;
}
#SEESeach .catpromain-box .cat-product-addtocart
{
    padding:0px 9px;
}
#SEESeach .catpromain-box .cat-product-name {
    color:#00B1AC;
    font-family: 'pfs_bold';
    font-size:14px;
}
#SEESeach .catpromain-box .cat-product-price {

}    
#SEESeach .catpromain-box .cat-product-price .price-wrap {
    float:left;
    width:100%;
    min-height:36px;
    margin-top:25px;
}   
#SEESeach .catpromain-box .cat-product-price .price-wrap span {
    display:none !important;
}
#SEESeach .catpromain-box .cat-product-price .price-wrap .variant-price {
    color:#003050;
    font-family: "pfs_bold";
    font-size: 22px;
}
#SEESeach .catpromain-box .cat-product-price .price-wrap .regular-price {
    text-decoration:line-through;
    float:left;
    color:#003050;
    font-family: "pfs_regular";
    font-size: 15px;
    line-height:30px;    
}
#SEESeach .catpromain-box .cat-product-price .price-wrap .sale-price {
    float:left;
    margin-left:15px;
    color:#E20031;
    font-family: "pfs_bold";
    font-size: 22px;
}

#SEESeach .catpromain-box .cat-moreDetail  a{
    color:#003050;
    font-family: "pfs_bold";
}

#SEESeach .catpromain-box .cat-add2cart {
    float:left;
    width:100%;
    margin-top:5px;
}
#SEESeach .catpromain-box .cat-add2cart .c-btn10 {
  background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*text-shadow: 1px 2px 0px #3E3D40;  */
  color: #3c3e40;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
  float:left;
}
#SEESeach .catpromain-box .cat-add2cart .c-btn10 span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#SEESeach .catpromain-box .cat-add2cart .c-btn10 p{
    margin:0px;
}

.SEESearchResultMessage {
    color: #003050;
    font-family: "pfs_bold";
    font-size: 22px;
    margin: 15px 0 20px 0px;
    text-transform: uppercase;
}
.SEE-Top-search-bt {
    border:none;
    cursor:pointer;
    background: url(images/btn-search.jpg);
    width: 29px; 
    height: 30px; 
    background-repeat:no-repeat;
    margin-top:1px;
    float:left;
}

.SEE-Top-search-part input {
    border: medium none !important;
    color: #333 !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: bold !important;
    outline: medium none !important;
    height: 30px !important;
    margin-left: 3px;
    margin-top: 1px;   
    background:#FFFFFF !important;
}

#ctl00_seesearch23_radcbSearch_DropDown .SEESearchcomboBoxListItem {
    border-bottom:1px solid #e6e6e6;
    font-family:"pfs_regular";
}

#ctl00_seesearch23_radcbSearch_DropDown .SEESearchcomboBoxalternatingListItem {
    border-bottom:1px solid #e6e6e6;
    font-family:"pfs_regular";
}

#ctl00_seesearch23_radcbSearch_DropDown .SEESearchcomboBoxListItem a, 
#ctl00_seesearch23_radcbSearch_DropDown .SEESearchcomboBoxalternatingListItem a{
    color:#333;
    font-family:"pfs_regular";
    text-decoration:none;
}
#ctl00_seesearch23_radcbSearch_DropDown .SEESearchcomboBoxListItem a:hover, 
#ctl00_seesearch23_radcbSearch_DropDown .SEESearchcomboBoxalternatingListItem a:hover{
    color:#333;
    font-family:"pfs_regular";
    text-decoration:none;
}
/*** See Search Page End ***/


/*** my account start  ***/
#seeAccount {
    font-family: 'pfs_regular';
    font-size:14px;
}
#seeAccount .panel-default > .panel-heading3 {
  color: #fff !important;
  font-family: 'pfs_bold';
  font-size:18px;
  padding:15px 15px;
  /*background-color: #308240 !important;
  border-color: #308240;*/
  background-color: #003A60 !important;
  background: #003A60;  
  background-color: #003A60 !important;  
  background: -webkit-linear-gradient(top, #003A60, #002842);
  background: -moz-linear-gradient(top, #003A60, #002842);
  background: -ms-linear-gradient(top, #003A60, #002842);
  background: -o-linear-gradient(top, #003A60, #002842);
  background: linear-gradient(to bottom, #003A60, #002842);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003A60', endColorstr='#002842',GradientType=0 ); /* IE6-8 */
}
#seeAccount .cldfty1
{
	background-color:#f2f2f2; border-radius:4px; display:inline-block;
	margin-bottom:20px; width:100%;
}
#seeAccount .padding-over1
{
	padding-top:16px !important;
	padding-bottom:0px !important;
}
#seeAccount .margin-zero {
    margin: 0 !important;
}
#seeAccount .panel-default > .panel-heading4 {
  color: #fff !important;
  font-family: 'pfs_bold';
  font-size:18px;
  padding:15px 15px;
  
  /*border-color: #f9d83b;*/

  background-color: #00D8D7 !important;
  background: #00D8D7;  
  background-color: #00D8D7 !important;  
  background: -webkit-linear-gradient(top, #00D8D7, #00918A);
  background: -moz-linear-gradient(top, #00D8D7, #00918A);
  background: -ms-linear-gradient(top, #00D8D7, #00918A);
  background: -o-linear-gradient(top, #00D8D7, #00918A);
  background: linear-gradient(to bottom, #00D8D7, #00918A);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D8D7', endColorstr='#00918A',GradientType=0 ); /* IE6-8 */

  margin:0px 15px;
  margin-bottom:0px;
}
#seeAccount .pas
{
	margin-top:15px;
	margin-left:0px !important;
	margin-right:0px !important;
	border-radius:4px 4px 0px 0px  !important;
	
}
#seeAccount .text-transform
{
	text-transform:uppercase;
}
#seeAccount .colert-white a
{
	width:100%;
	display:block;
	color:#2a2a2a;
	font-size:15px;
	padding:10px 10px;
	    font-family: 'pfs_regular';
	text-decoration:none;
}
#seeAccount .colert-white a:hover,#seeAccount .active-class
{
	width:100%;
	display:block;
	color:#2a2a2a !important;
	font-size:15px;
	border-radius:4px;
	background-color:#f2f2f2;
	padding:10px 10px;
	    font-family: 'pfs_regular';
	text-decoration:none;
}
#seeAccount .padding-zero123
{
	padding:10px 10px !important;
}
#seeAccount .margin-bot233
{
	margin-bottom:16px !important;
}
#seeAccount .coler1
{
	background-color:#f2f2f2  !important;
}

#seeAccount .white-col
{
	background-color:#FFF;
	border-radius:4px 0px 0px 4px;
	width:20%;
}

#seeAccount .white-col h3
{
	margin:0px;
	 color: #333333;
	  font-family: 'pfs_bold';
    font-size: 18px;
	text-transform:uppercase;
	 padding:10px 10px;
	
}
#seeAccount .white-col1
{
	background-color:#f8f8f8;
	
}
#seeAccount .white-col1 h3
{
	margin:0px;
	 color: #333333;
	  font-family: 'pfs_bold';
    font-size: 18px;
	text-transform:uppercase;
	 padding:10px 10px;
	
}

#seeAccount .white-col2
{
	background-color:#f8f8f8;
	border-radius:  0px 4px 4px 0px ;
}

#seeAccount .white-col2 h3
{
	margin:0px;
	 color: #333333;
	  font-family: 'pfs_bold';
    font-size: 18px;
	text-transform:uppercase;
	 padding:10px 10px;
	 
}

#seeAccount .white-col1 p
{
	margin-left:10px;
}
#seeAccount .white-col1 a
{
	margin-left:10px;
}

#seeAccount .white-col2 p
{
	margin-left:10px;
}
#seeAccount .white-col2 a
{
	margin-left:10px;
}
#seeAccount .red-color1
{
	color:#00b1ac !important;
	width:100%;
	display:block;
}
#seeAccount .coty
{
	background-color:#f8f8f8;
}
#seeAccount .coty td p
{
	 padding:10px 10px;
	 margin:0px;
}
#seeAccount .cssp
{
	 padding:10px 10px;
	 margin:0px;
	 display:inline-block;
}
#seeAccount .coty td a
{
	 padding:0px 10px;
}
#seeAccount .margin-left1 {
    margin-left: 10px !important;
}
#seeAccount .btn-default-style21 {
    /*background-color: #308240;
    border: medium none !important;*/
    color: #212a33;
    font-family: 'pfs_regular';
    font-size: 13px;
    padding: 5px 20px !important;
    text-transform: uppercase;

    background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  
  border:1px solid #DEEA00 ;  
  border-bottom:3px solid #89B000;
}
/*#seeAccount .btn-default-style21:hover {
    background-color:#177220;
	border:none !important;
    color: #f9d83b;
	 font-size: 13px;
	 padding:5px 20px !important;
	font-family: 'pfs_regular';
}*/

#seeAccount .margin-right11 {
    margin-right: 10px !important;
}
#seeAccount .mar-11 {
    margin: 20px 0 !important;
}
#seeAccount .border111
{
	border:1px solid #d9d9d9 !important;
}
#seeAccount .panel-default > .panel-heading2 {
    background-color: #515153  !important;
    border-color: #515153 ;
    color: #ffffff;
    font-family: 'pfs_bold';
    font-size: 18px;
    padding: 10px 15px;
}
#seeAccount .myAcRightPart .padding-bottom-zero {
    padding-bottom: 0 !important;
}
#seeAccount .myAcRightPart .wf {
    padding-right: 0 !important;
}
#seeAccount .myAcRightPart .asdfg {
    padding-left: 0 !important;
}
#seeAccount .myAcRightPart .SeeValMsg ul
{
}
#seeAccount .myAcRightPart .margin-ovrt {
    margin: 0 20px;
}

#seeAccount .myAcRightPart .btn-default-style123 {
    /*background-color: #f9d83b;
    border: medium none !important;
    color: #308240;*/
    font-family: 'pfs_regular';
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 20px !important;
    border-radius:5px;

    background: #00D8D7;  
  background-color: #00D8D7 !important;  
  background: -webkit-linear-gradient(top, #00D8D7, #00918A);
  background: -moz-linear-gradient(top, #00D8D7, #00918A);
  background: -ms-linear-gradient(top, #00D8D7, #00918A);
  background: -o-linear-gradient(top, #00D8D7, #00918A);
  background: linear-gradient(to bottom, #00D8D7, #00918A);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D8D7', endColorstr='#00918A',GradientType=0 ); /* IE6-8 */  
  color: #ffffff;  
  border:1px solid #00D8D7 ;  
  border-bottom:3px solid #017069;
}
/*#seeAccount .myAcRightPart .btn-default-style123:hover {
    background-color: #308240;
	border:none !important;
    color: #f9d83b !important;
	 font-size: 15px;
	 padding:5px 10px !important;
	font-family: 'pfs_regular';
}*/
#seeAccount .myAcRightPart .btn11121 {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: 'pfs_regular';
    font-size: 13px !important;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px !important;
    text-align: left;
    vertical-align: middle;
}
#seeAccount .myAcRightPart .btn1113 {
  color: #212a33;
    font-family: 'pfs_regular';
    font-size: 13px;
    padding: 5px 20px !important;
    text-transform: uppercase;

    background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  
  border:1px solid #DEEA00 ;  
  border-bottom:3px solid #89B000;
  margin-top:10px;
}
/*#seeAccount .myAcRightPart .btn1113:hover,
#seeAccount .myAcRightPart .btn1113:active:focus,
#seeAccount .myAcRightPart .btn1113.active:focus {
   padding:5px 10px !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
   background-color:#f9d83b !important;
  color:#308240 !important;
}

#seeAccount .myAcRightPart .btn1113:active,
#seeAccount .myAcRightPart .btn1113.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}*/
#seeAccount .myAcRightPart .col-redd {
    background-color: #308240 !important;
}
#seeAccount .myAcRightPart .see-bln-shpn-open
{
    margin-bottom:10px;
    color: #f9d83b;
    float: left;
    font-family: 'pfs_bold';
    font-size: 18px;
    line-height: 28px;    
}
#seeAccount .myAcRightPart .acViewOrder
{    
    margin-top: 0;
    max-width: 100px;
    text-align: center;
}
#seeAccount .myAcRightPart .OrderGrid .SEEmy-account-GridHeader
{
    background:#d8d8d8;
    border: 1px solid #fff;
    color: #2a2a2a !important;
    font-family: 'pfs_bold' !important;
    font-size: 15px;
    padding: 12px 10px 10px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
#seeAccount .myAcRightPart .OrderGrid td
{
    padding:5px;
    vertical-align:middle;
}
#seeAccount .myAcRightPart .SEEorderLink
{
    color:#ec1f26;
    text-align:center;
}
#seeAccount .myAcRightPart .SEEorderLink:hover
{
    text-decoration:underline;
}
@media (max-width: 767px)
{
    #seeAccount .seeLeftPartClearSelection .colert-white a
    {
        padding:5px !important;
    }
   #seeAccount .seeLeftPartClearSelection .colert-white a:hover, #seeAccount .seeLeftPartClearSelection .active-class
   {
       padding:5px !important;
   }
}
#seeAccount .seeLeftPartClearSelection .panel-default{
    border:none;
}
#seeAccount .see-addnewAddress {

    color: #fff !important;
  font-family: 'pfs_bold';
  font-size:17px;
  padding:5px 15px;
  /*background-color: #308240 !important;
  border-color: #308240;*/
  background-color: #003A60 !important;
  background: #003A60;  
  background-color: #003A60 !important;  
  background: -webkit-linear-gradient(top, #003A60, #002842);
  background: -moz-linear-gradient(top, #003A60, #002842);
  background: -ms-linear-gradient(top, #003A60, #002842);
  background: -o-linear-gradient(top, #003A60, #002842);
  background: linear-gradient(to bottom, #003A60, #002842);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003A60', endColorstr='#002842',GradientType=0 ); /* IE6-8 */
  margin-bottom:15px;
  border-radius:5px;
}
/*** my account end  ***/


.ProductPrivacy {
    background: #F7F7F7; padding: 15px;
}
.ProductPrivacy h3{
    font-family: 'pfs_bold';
    margin-top:0px;
    font-size:20px;
}
.ProductPrivacy p{
    font-family: 'pfs_regular';
    margin-top:0px;
}

.topBasePrice{
    color: #003050;
    font-family: "pfs_bold";
    font-size: 20px;
    margin-bottom:10px;
}

.seereg-linethroug
{
    text-decoration:line-through;
    font-size:18px;
    color:#003050;
    font-family: "pfs_regular";
}


.top-SEE-SigninOut a {
    color:#FFFFFF;
    text-decoration:none;
}
.top-SEE-SigninOut a:hover {
    color:#FFFFFF;    
}
.top-SEE-SigninOut a.username:after {
    content:"|";
    padding-left: 5px;

}


/** product part page start **/
#seeKitProduct.productPart .padd-none {
    padding: 0 !important;
}
#seeKitProduct.productPart
{
}

    #seeKitProduct.productPart .bor-bottom
    {
        border-bottom: 2px solid #f3f3f3;
    }

    #seeKitProduct.productPart .partsimg-area
    {
        padding: 30px 0;
        text-align: center;
    }

        #seeKitProduct.productPart .partsimg-area .partsimg
        {
            width: 100%;
            text-align: center;
            height: auto;
            background:none;
            border:none;
            padding:0px;
        }
#seeKitProduct.productPart .warranty-div2
{
    background: #F7F7F7;
    padding: 10px 10px 7px 10px;
    margin-top: 15px;
}

    #seeKitProduct.productPart .warranty-div2 .title-3
    {
        font-family: 'pfs_bold';
        color: #003050;
        font-size: 15px;
    }
    #seeKitProduct.productPart .cross-line-sep2
    {
        width: 100%;
        background: url(images/pro-bottom-bg.jpg);
        height: 5px;
        margin-bottom: 10px;
    }

    /****** Table Part Start Here ******/

#seeKitProduct.productPart .responstable {
  margin: 1em 0 2em 0;
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
  color: #515053;
  border-radius: 10px;
  border: 1px solid #cacaca;
}
#seeKitProduct.productPart .responstable tr {
  border: 1px solid #cacaca;
}
#seeKitProduct.productPart .responstable tr:nth-child(odd) {
  background-color: #f7f7f7;
}
#seeKitProduct.productPart .responstable th {
  display: none;
  border: 1px solid #cacaca;
  background-color: #515053;
  color: #FFF;
  padding: 1em;
  text-transform:uppercase;
}
#seeKitProduct.productPart .responstable th:first-child {
  display: table-cell;
  text-align: center;
}
#seeKitProduct.productPart .responstable th:nth-child(2) {
  display: table-cell;
}
#seeKitProduct.productPart .responstable th:nth-child(2) span {
  display: none;
}
#seeKitProduct.productPart .responstable th:nth-child(2):after {
  content: attr(data-th);
}
@media (min-width: 992px) {
  #seeKitProduct.productPart .responstable th:nth-child(2) span {
    display: block;
  }
  #seeKitProduct.productPart .responstable th:nth-child(2):after {
    display: none;
  }

}
#seeKitProduct.productPart .responstable td {
  display: block;
  word-wrap: break-word;
  /*max-width: 7em;*/
}
#seeKitProduct.productPart .responstable td .imgborder
{
border:1px solid #e6e6e6;
margin:0 0.5em;
}
#seeKitProduct.productPart .responstable td input[type="text"]
{  
max-width: 70px;
min-width:40px; 
height: 37px; 
}
#seeKitProduct.productPart .responstable td:first-child {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #cacaca;
}
@media (min-width: 992px) {
  #seeKitProduct.productPart .responstable td {
    border: 1px solid #cacaca;
  }
}
#seeKitProduct.productPart .responstable th,#seeKitProduct.productPart .responstable td {
  text-align: left;
  margin: .5em 1em;
}
@media (min-width: 992px) {
  #seeKitProduct.productPart .responstable th, #seeKitProduct.productPart .responstable td {
    display: table-cell;
    padding: 1em 0.5em;
  }
}
@media (max-width: 992px)
{
#seeKitProduct.productPart .width21per
{
    width:50%;
}
}
#seeKitProduct.productPart .width21per
{
    width:21%;
}

#seeKitProduct.productPart .p-btn10-2
    {
        background: #DEEA00;
        background-color: #DEEA00 !important;
        background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
        background: -moz-linear-gradient(top, #DEEA00, #A3C500);
        background: -ms-linear-gradient(top, #DEEA00, #A3C500);
        background: -o-linear-gradient(top, #DEEA00, #A3C500);
        background: linear-gradient(to bottom, #DEEA00, #A3C500);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-shadow: 1px 2px 0px #3E3D40;
        color: #ffffff;
        font-size: 16px;
        padding:7px 10px;
        text-decoration: none;
        font-family: 'pfs_bold' !important;
        line-height: 20px;
        border: 1px solid #DEEA00;
        border-bottom: 3px solid #89B000;
        float: left;
    }
#seeKitProduct.productPart .p-btn10-2 span
        {
            font-family: 'Glyphicons Halflings';
            margin-right: 10px;
            color: #092b44;
        }

#seeKitProduct.productPart .p-btn10-2 p
        {
            margin: 0px;
            font-size:16px;
        }

#seeKitProduct.productPart .btn-grey-fonts2
    {
        color: #3C3E40;
        text-shadow: none;
    }

    /******  Table Part End Here  ******/



#seeKitProduct.productPart .triangle-isosceles {
  position: relative;
  padding: 10px;
  margin: 1em 0 3em;
  color: #000;
  background: #009ee0;
  border-radius: 2px;
  margin:15px;
 
}

/* creates triangle */
#seeKitProduct.productPart .triangle-isosceles:after {
  content: "";
  display: block; /* reduce the damage in FF3.0 */
  position: absolute;
  top: -10px;
  left: 50px;
  width: 0;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: #009ee0 transparent;
}

    #seeKitProduct.productPart .triangle-isosceles .toolbox
    {
        width:100%;
        background:#fff;
        padding:5px;
        
    }
        #seeKitProduct.productPart .toolbox .detailpart
    {
        margin:0;
        padding:0;
        text-align:left;
    }
        #seeKitProduct.productPart .toolbox .imgborder2
    {
        border: 1px solid #e6e6e6;
        margin:0 1em 0 0;
    }
    #seeKitProduct.productPart .toolbox .detailpart p
    {
        margin:0;
        padding:0;
        line-height:18px;
        font-size:13px;
        color:#092b44;
        font-weight:500;
        float:left;

    }
    #seeKitProduct.productPart .toolbox .detailpart span
    {
        margin:0;
        padding:0 0 0 5px;
        line-height:18px;
        font-size:13px;
        color:#586e7e;
        font-weight:400;
        float:left;
    }
#seeKitProduct.productPart .triangle-isosceles .closeicon
{
    position:absolute;
    right:0;
    top:0;
    z-index:9999;
    height:25px;
    width:25px;
    padding:0 5px 0 0;
}
#seeKitProduct.productPart .toolbox .detailpart input[type="text"]
{  
    max-width: 50px;
    min-width:20px;
    height: 29px; 
    margin:0 10px;
}

#seeKitProduct.productPart .toolbox .detailpart .pro-addtocart2
{
    background: url(images/addtocart-button-small.png);
    height: 30px;
    width: 136px;
    border: none;
}



#seeKitProduct.productPart .toolbox .detailpart .qty-prompt2
{
    color: #082A45;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    color:#092b44;
}

#seeKitProduct.productPart .toolbox .detailpart .p-btn10-2 span
        {
            font-family: 'Glyphicons Halflings';
            margin-right: 10px;
            color: #092b44;
        }
#seeKitProduct.productPart .seeProductRatingPart {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    margin-bottom:15px;
    float:left;
    width:100%;
}
#seeKitProduct.productPart .seeProductRatingPart .SEEAvgRatingText img {
    margin-right:5px;
}
#seeKitProduct.productPart .seeProductRatingPart a {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    text-decoration:none;
}
#seeKitProduct.productPart .seeProductRatingPart a:hover {
    color:#003050;
    font-family: "pfs_bold";
    font-size:15px;
    text-decoration:none;
}
#seeKitProduct.productPart  .pro-socil
{
    font-weight:bold;
}

#seeKitProduct.productPart  .pro-socil img
{
    margin-right:5px;
}
#seeKitProduct.productPart  .pro-socil a
{
    color:#003050;
}

#seeKitProduct.productPart .homeseller-btn {
  background: #00d8d6;
  background: -moz-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00d8d6), color-stop(90%, #008e87), color-stop(90%, #006f66), color-stop(100%, #006f66));
  background: -webkit-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -o-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -ms-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: linear-gradient(to bottom, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d6', endColorstr='#006f66', GradientType=0 ); /* IE6-8 */

  

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 2px 0px #3E3D40;  
  color: #ffffff;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  /*border:1px solid #DEEA00 ;
  border-left:1px solid #009993 ;
  border-right:1px solid #009993 ;
  border-bottom:3px solid #006f66;*/
  border:none;
  float:right;
}
#seeKitProduct.productPart .homeseller-btn span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#seeKitProduct.productPart .homeseller-btn p{
    margin:0px;
}
#seeKitProduct.productPart .btnModelClick {
     /*border: 1px solid #222;*/
    /*border-radius: 50%;*/
    /*left: 56%;
    top: 15%;*/
    padding: 7px 15px;
    position: absolute;    
    color: transparent;
    text-decoration:none;
    cursor:pointer;
    /*background: #CE0000;*/
}
#seeKitProduct.productPart .btnModelClick:hover {
 /*background:#515053;*/
 color: transparent;
 text-decoration:none;
}

#seeKitProduct.productPart .popupVariantTitle {
    font-family: 'pfs_bold' !important;
        line-height: 16px;
        text-align: left;
        margin-bottom:10px;
}

#seeKitProduct.productPart .pop-btn10-2
    {
        background: #DEEA00;
        background-color: #DEEA00 !important;
        background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
        background: -moz-linear-gradient(top, #DEEA00, #A3C500);
        background: -ms-linear-gradient(top, #DEEA00, #A3C500);
        background: -o-linear-gradient(top, #DEEA00, #A3C500);
        background: linear-gradient(to bottom, #DEEA00, #A3C500);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        /*text-shadow: 1px 2px 0px #3E3D40;*/
        color: #3c3e40;
        font-size: 16px;
        padding:7px 10px;
        text-decoration: none;
        font-family: 'pfs_bold' !important;
        line-height: 16px;
        border: 1px solid #DEEA00;
        border-bottom: 3px solid #89B000;        
    }
#seeKitProduct.productPart .SEEPopUpModel {
    top:30%;
    overflow: hidden;
}
/** product part page End **/

.c-btn10-FS {    
    font-family: 'pfs_bold';
    font-size: 15px;
    margin: 0px;
    padding: 9px 20px !important;
    border-radius:5px;

    background: #00D8D7;  
  background-color: #00D8D7 !important;  
  background: -webkit-linear-gradient(top, #00D8D7, #00918A);
  background: -moz-linear-gradient(top, #00D8D7, #00918A);
  background: -ms-linear-gradient(top, #00D8D7, #00918A);
  background: -o-linear-gradient(top, #00D8D7, #00918A);
  background: linear-gradient(to bottom, #00D8D7, #00918A);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D8D7', endColorstr='#00918A',GradientType=0 ); /* IE6-8 */  
  color: #ffffff;  
  border:1px solid #00D8D7 ;  
  border-bottom:3px solid #017069;
  display:inline-block;
  text-decoration:none;
  cursor:pointer;
}
.c-btn10-FS:hover {
    text-decoration:none;
    color: #ffffff;  
}

.see-e-kitprompt {
    font-family: 'pfs_regular';
}

.cat-product-price .price-wrap {
    min-height:65px !important;
}

#seeKitProduct  .pro-socil
{
    font-weight:bold;
}

#seeKitProduct  .pro-socil img
{
    margin-right:5px;
}
#seeKitProduct  .pro-socil a
{
    color:#003050;
}

/*** Sub Category page without product start ***/
#SEECat.subCategoryWithoutPro {
}
#SEECat.subCategoryWithoutPro  .SEERightDescription {
    margin-top:25px;
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
}
#SEECat.subCategoryWithoutPro  .subCatSummary {
    font-family: "pfs_bold";    
    color:#3E3D40;
    font-size:15px;
    margin-bottom:10px;
}

#SEECat.subCategoryWithoutPro .subCategoryULLIList {

}
#SEECat.subCategoryWithoutPro .subCategoryULLIList .subcat-ULLI-box .subcatelistArrow {
    margin-right:10px;
    margin-bottom:4px;
}
#SEECat.subCategoryWithoutPro .subCategoryULLIList .subcat-ULLI-box {
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
    text-decoration:none;
    line-height:30px;
}
#SEECat.subCategoryWithoutPro .subCategoryULLIList .subcat-ULLI-box a{
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
    text-decoration:none;
    line-height:30px;
}
#SEECat.subCategoryWithoutPro .subCategorySep{
    background: url('images/catpro-bottom-bg.jpg');
    height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
#SEECat.subCategoryWithoutPro .subcategoryName {
    font-family: "pfs_bold";  
    font-size:24px;
    color:#19B6B4;

}

#SEECat.subCategoryWithoutPro   .subCategorySummary {
    font-family: "pfs_bold";    
    color:#3E3D40;
    font-size:15px;
    margin-bottom:15px;
}
#SEECat.subCategoryWithoutPro .subCategoryDescription {
    font-family: "pfs_regular";    
    color:#3E3D40;
    font-size:15px;
    margin-bottom:15px;
    overflow:hidden;    
}
#SEECat.subCategoryWithoutPro .catpromain-box .cat-add2cart .c-btn10 {
    color: #3c3e40;
    text-shadow:none;
    float:none;
    display:inline-block;
}
#SEECat.subCategoryWithoutPro .catpromain-box .cat-product-price .price-wrap .variant-price {
    color:#CC151C;
}
#SEECat.subCategoryWithoutPro .subCategoryViewAll a {
    color: #003050;
    font-family: "pfs_bold";
    text-transform:uppercase;
    text-decoration:none;
    font-size:15px;
}
#SEECat.subCategoryWithoutPro .catpromain-box .subcatpro-starts img{
    margin-left:5px;
}

#SEECat.subCategoryWithoutPro .catpromain-box .cat-product-summary {
    font-family: "pfs_regular";
    min-height: 60px;
}
/*** Sub Category page without product end ***/

#myCarousel .item
{
    float:none !important;
}
#myCarousel .item .thumbnail
{
    margin-bottom:0px !important;
}

.SeeContactBtn
{
     background: #DEEA00;  
  background-color: #DEEA00 !important;  
  background: -webkit-linear-gradient(top, #DEEA00, #A3C500);
  background: -moz-linear-gradient(top, #DEEA00, #A3C500);
  background: -ms-linear-gradient(top, #DEEA00, #A3C500);
  background: -o-linear-gradient(top, #DEEA00, #A3C500);
  background: linear-gradient(to bottom, #DEEA00, #A3C500);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DEEA00', endColorstr='#A3C500',GradientType=0 ); /* IE6-8 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;  
  color: #003050;
  font-size: 15px;
  padding: 7px 10px;  
  text-decoration: none;  
  font-family:'pfs_regular' !important;
  line-height:20px;
  border:1px solid #DEEA00 ;
  /*border-left:1px solid #DEEA00 ;
  border-right:1px solid #DEEA00 ;*/
  border-bottom:3px solid #89B000;
  text-transform:uppercase;
  cursor:pointer;
  margin-bottom:15px;
}

/** Home buy online start **/
#SEEHomeBuyOnlineScroll
{
}
#SEEHomeBuyOnlineScroll .scrl-container .scrl-name-desc
{
    /*display:none;*/
}
#SEEHomeBuyOnlineScroll .scrl-container .scrl-name-desc h1
{
    /*display:none;*/
}
#SEEHomeBuyOnlineScroll .scrl-container .scrl-name-desc .scrl-desc
{
    /*display:none;*/
}
#SEEHomeBuyOnlineScroll .scrl-container .scrl-name-desc .scrl-addtocart
{
    /*display:none;*/
}
#SEEHomeBuyOnlineScroll .scrl-container .scrl-box
{
    /*padding-bottom:0px;*/
}
/** Home buy online end **/

#seeKitProduct .homeseller-btn {
  background: #00d8d6;
  background: -moz-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #00d8d6), color-stop(90%, #008e87), color-stop(90%, #006f66), color-stop(100%, #006f66));
  background: -webkit-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -o-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: -ms-linear-gradient(top, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  background: linear-gradient(to bottom, #00d8d6 0%, #008e87 90%, #006f66 90%, #006f66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8d6', endColorstr='#006f66', GradientType=0 ); /* IE6-8 */

  

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 2px 0px #3E3D40;  
  color: #ffffff;
  font-size: 16px;
  padding: 10px 10px;  
  text-decoration: none;  
  font-family:'pfs_bold' !important;
  line-height:20px;
  /*border:1px solid #DEEA00 ;
  border-left:1px solid #009993 ;
  border-right:1px solid #009993 ;
  border-bottom:3px solid #006f66;*/
  border:none;
  float:right;
}
#seeKitProduct .homeseller-btn span {
    font-family:'Glyphicons Halflings';
    margin-right:10px;
}
#seeKitProduct .homeseller-btn p{
    margin:0px;
}


.see-top-menu-DD-toggle
{
    
}
.see-top-menu-DD
{
    
}

.pro-nex-prelink a,.pro-nex-prelink a:hover{
    color:#8E8E8E;
    text-decoration:none;
    cursor:pointer;
}

.videoThumbWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin-bottom:10px;
}
.videoThumbWrapper iframe ,.videoThumbWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 94%;
}
.videoThumbWrapper {
    display:none;
}
.videoThumbWrapper.open {
    display:block;
}
#imageDiv .thumbnail.thumbnail-border {
    display:none;
}
#imageDiv .thumbnail.thumbnail-border.open {
    display:block;
}

#seeKitProduct.SEEProductPageKitBrochure #paginate-slider2 {
    float:right;
    top:10px;
}
#seeKitProduct.SEEProductPageKitHTML.seeNewKitPage .radiowithimage-width-100-SM td{
    text-align:center;
}

@media (max-width: 767px) {
#seeKitProduct.SEEProductPageKitBrochure.seeNewKitPage .radiowithimage-width-100-SM {
    width:100% !important;
}
#seeKitProduct.SEEProductPageKitHTML.seeNewKitPage .radiowithimage-width-100-SM {
    width:100% !important;
}

#seeKitProduct.SEEProductPageKitBrochure.seeNewKitPage #paginate-slider2 {
    float:left !important;
    top:10px;
}
#ctl00_PageContent_ctl00_divBrochure .pdf-box {
    bottom: -12px;
    min-width: 200px;
    position: relative !important;
}
#seeKitProduct.SEEProductPageKitHTML #paginate-slider2 {
    float:left !important;
    top:10px;
}
}
@media (min-width: 768px) and (max-width:992px) {
#seeKitProduct.SEEProductPageKitBrochure.seeNewKitPage .radiowithimage-width-100-SM {
    width:33.333% !important;
}
#seeKitProduct.SEEProductPageKitHTML.seeNewKitPage .radiowithimage-width-100-SM {
    width:32.333% !important;
}
}
#ctl00_PageContent_ctl00_divBrochure {
    position:relative;
    float:left;
}
#ctl00_PageContent_ctl00_divBrochure .pdf-box {
    bottom: -12px;
    min-width: 200px;
    position: absolute;
}


#seeKitProduct.SEEProductPageKitHTML #paginate-slider2 {
    float:right;
    top:10px;
}

.live-chatting
{
    position:fixed !important;
    bottom:0px !important;
    right:0px !important;
    z-index:50000;
}



/*** related Product and upsell product start ***/
.replated-pro-titles {

    color: #003050;
    font-family: "pfs_bold";
    font-size: 20px;
    margin: 20px 0 10px 0px;
    text-transform: uppercase;
}
.rp-carous-box {
    float:left;
    width:100%;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.rp-carous-box .thumbnail {
    padding:0px;
    border:none;
}
.rp-carous-box .rp-carous-allcnt {
    float:left;
    padding:0px 10px;
}
.rp-carous-box .rp-carous-name {
    float:left;
    width:100%;
    color: #00b1ac;
    font-size: 15px;
    margin: 0 0 5px;
    min-height:45px;
    
}

.rp-carous-box .rp-carous-summ{
    float:left;
    width:100%;
    color: #3e3d40;
    min-height: 75px;
}
.rp-carous-box .rp-carous-price{
    float:left;
    width:100%;

    color: #003050;
    font-family: "pfs_bold";
    font-size: 23px;
}
.rp-carous-box .rp-carous-derail{
    text-align:center;
    float:left;
    width:100%;
}
.rp-carous-box .rp-carous-derail .btn10, .rp-carous-box .rp-carous-derail .c-btn10-FS{
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.rp-carous-box .cartpro-botBG {
    background: rgba(0, 0, 0, 0) url("images/catpro-bottom-bg.jpg") repeat scroll 0 0;
    height: 14px;
    margin-top: 10px;
    width: 100%;
    float:left;
}

.SEERelatedProduct-Main .owl-carousel .left-arrow-cyan {
    left: -16px;
    top:40%;
}

.SEERelatedProduct-Main .owl-carousel .right-arrow-cyan {
    right: -16px;
    top:40%;
}

.SEEUpSellProducts-Main {
}
.SEEUpSellProducts-Main .owl-carousel .left-arrow-cyan {
    left: -16px;
    top:40%;
}

.SEEUpSellProducts-Main .owl-carousel .right-arrow-cyan {
    right: -16px;
    top:40%;
}
/*** related Product and upsell product End ***/

.buyonline-freedeli {
    clear:both;
    float:left;
    width:100%;
    margin-top:15px;
    margin-bottom:15px;
    text-align:center;
    position:relative;
    z-index:1;
}
.buyonline-freedeli-1 {
    background: #f7f7f7 none repeat scroll 0 0;
    color: red;
    display: inline-block;
    padding:0px 15px;
    font-family: "pfs_regular";
}
.buyonline-freedeli-1 span {
    font-weight:bold;
}
.buyonline-freedeli:before {
    border-top: 1px solid red;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    z-index: -1;
}