﻿/** Home Page **/
body {
	padding-top: 0;
	padding-bottom: 40px;
	background-color: #ffffff;
}


@media (min-width: 979px){
    body {
            padding-top: 60px;
    }
}
/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}
#login .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0px 31px rgba(0,0,0,.25);
       -moz-box-shadow: 0 0px 31px rgba(0,0,0,.25);
            box-shadow: 0 0px 31px rgba(0,0,0,.25);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 12px;
    padding: 7px 9px;
}

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
  visibility: visible;
  display: block;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

/** Global **/
#content {
  margin-left:0px;
}
.hide-sidebar, .show-sidebar {
  cursor: pointer;
}
.padd-bottom {
  margin-bottom: 5px;
}
.breadcrumb {
	margin: 0 0 0px;
	padding: 10px 0px;
	background-color: transparent;
}

.block {
 -webkit-box-shadow: 0 1px 1px rgba(0, 12, 0, 0.087);
 -moz-box-shadow: 0 1px 1px rgba(0, 12, 0, 0.087);
  box-shadow: 0 1px 1px rgba(0, 12, 0, 0.087);
  border:1px solid #bebebe;
	background: white;
	margin: 1em 0em;
	border-top: none;
}

.block-content {
	min-height: .25em;
	margin:1em;
}

.block-header {
	margin-bottom: 0px;
	border-right: none;
	border-left: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.block-header div {
	padding-top: 10px;
}

.easyPieChart {
	margin: 0px auto;
}

.chart-bottom-heading {
	margin-top: 5px;
	text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
  max-width: 228px;
  margin: 14px 0 0;
  padding: 0;
  background-color: #f1f7ff;  
  -webkit-box-shadow: 0 1px 1px rgba(0, 12, 0, 0.087);
     -moz-box-shadow: 0 1px 1px rgba(0, 12, 0, 0.087);
          box-shadow: 0 1px 1px rgba(0, 12, 0, 0.087);
		  border:1px solid #005ccc;
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;

}
.bs-docs-sidenav > li:first-child > a {
	font-size:0.8em;
	text-shadow:none!important;

}
.bs-docs-sidenav > li:last-child > a {

}
.bs-docs-sidenav > .active > a {

 
 
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {

}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255,0,0,.25);
}


.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.row-fluid .span8 {
    margin-left: 2% !important;
    width: 61.812%;
}



























nav #menuToggle {
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: relative;
  height: 40px;
  left: -50px;
  top: 75px;
  width: 50px;
}
nav #menuToggle span {
  background: white;
  display: block;
  height: 10%;
  left: 10%;
  position: absolute;
  top: 45%;
  width: 80%;
}
nav #menuToggle span:before, nav #menuToggle span:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: -250%;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 100%;
}
nav #menuToggle span:after {
  top: 250%;
}
nav a:nth-child(n+2) {
  color: white;
  display: block;
  font-size: 2.5em;
  margin: 30px 0 30px 30px;
}
nav a:nth-child(n+2):after {
  background: #ffa53e;
  content: '';
  display: block;
  height: 2px;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
}
nav a:nth-child(n+2):hover:after {
  width: 100%;
}

.open {
  right: 0;
}
.open #menuToggle span {
  background: transparent;
  left: 10%;
  top: 45%;
}
.open #menuToggle span:before, .open #menuToggle span:after {
  background: white;
  top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #menuToggle span:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuToggle .navClosed {
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#menuToggle .navClosed:before, #menuToggle .navClosed:after {
  -moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
  -o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}
#menuToggle .navOpen {
  -moz-transition: background 0.1s linear 0.2s;
  -o-transition: background 0.1s linear 0.2s;
  -webkit-transition: background 0.1s linear;
  -webkit-transition-delay: 0.2s;
  transition: background 0.1s linear 0.2s;
}
#menuToggle .navOpen:before, #menuToggle .navOpen:after {
  -moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
  -o-transition: top 0.2s linear, -o-transform 0.2s linear;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, transform 0.2s linear;
}
.form-heading {   
    border-bottom: 1px solid #e5e5e5;
	margin-bottom:20px;   
}
.droparrow{
	float:none;
}



/********
pager
    Edit by Sanjay
********/
.PagerDiv
{
width: 685px;
height: 31px;
position: relative;
float: left;
background-color:#43A1DA;  
left:7px !important;
margin-top:41px !important;
top:0px;
width:1119px !important;
margin-bottom:7px !important;
}
.PagerDiv .pagerCurrent
{
float: left;
position: relative;
width: 180px;
padding-left:16px;
top:0px; /*border:1px solid red;*/
}
.PagerDiv .pager
{
float: left;
position: relative;
width: 300px;
padding-left: 5px;
top: -2px; /*border:1px solid blue;*/
}
.PagerDiv .pager a
{
color: #00629E;
display: inline;
padding: 1px 7px 1px 7px;
text-decoration: none;
border: none;
background-color: #fff;
border:none;
font-weight:bold;
}
.PagerDiv .pager a:hover
{
background-color:#ffffff;
display: inline-block;
padding: 1px 7px 1px 7px;
text-decoration: none;
cursor:pointer;
}
.selected
{
margin-top:2px;
color:#fff!important;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.PagerDiv .options
{
float: right;
position: relative;
padding-right: 5px;
top: 5px;
}
.validation-summary-errors ul{
list-style:none;
margin:0;
text-align:center;
}
.validation-summary-errors ul li{
line-height:1;
background-color: #f2dede;
border:1px solid #eed3d7;
color: #b94a48;
padding: 8px 35px 8px 14px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border-radius:4px;
margin-bottom:2px;
}
.field-validation-error{
background-color: #cd2e26;
border-radius: 5px;
color: white;
display: block;
float: left;
font: 12px/14px Arial,Helvetica,sans-serif;
margin-left: 471px;
margin-top: -27px;
max-width: 325px;
padding: 5px 12px;
position: absolute;
}
.form-signin-heading{
 font-size:1.8em;
 text-align:center
}
.field-validation-error::before{
border-bottom: 5px solid transparent;
border-right: 5px solid #cd2e26;
border-top: 5px solid transparent;
content: "";
display: block;
height: 0;
left: -5px;
position: absolute;
top: 7px;
width: 0;
}
.chkdefault{
position:relative; 
display:inline-block; 
text-decoration:underline;
}
.WaitMsgBg {
    background-color: #fff;
    opacity:1;
    z-index: 998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
}
    .Absolute-Center {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.active{
    background:grey;
}
.companyinfo,
.bankinfo{
    margin-top:15px;
}
.btncontinue,
.btnprevious{
    float:left;
}
.btnregister,
.btnupdate
{
    float:right;
}
.middlealign{
   position:relative;
   left:16.7%;   
}
.btn1,
.btn2{
    padding:2px 9px;
}
.filterdiv{
    float:left;
    padding-left:10px;
    line-height:3;
    font-size:0.85em;
}
.closebtn{
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin-top:5px!important;
    padding-top:4px!important;    
}
.btndownload{
    line-height:10px
}
.print{
    float: right;
    margin-right: 11px;
    margin-top: -33px;
    padding-top: 0;
}
.pager ul li a{
    margin-right:3px;
    padding:2px 10px;
    cursor:pointer;
    font-weight:normal;
    color:#08c
}
.pagerCurrent {
    color:#08c;
}
.topnav{
    background-color:#006dcc!important;*background-color:#04c!important;background-image:-moz-linear-gradient(top,#08c,#04c)!important;background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c))!important;background-image:-webkit-linear-gradient(top,#08c,#04c)!important;background-image:-o-linear-gradient(top,#08c,#04c)!important;background-image:linear-gradient(to bottom,#08c,#04c)!important;background-repeat:repeat-x!important;border-color:#04c #04c #002a80!important;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0)!important;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)!important
}
.leftnavbg,
.rightnavbg{
    color:#fff!important;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25)!important;
    background-color:#006dcc;*background-color:#04c!important;
    background-image:-moz-linear-gradient(top,#08c,#04c)!important;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c))!important;
    background-image:-webkit-linear-gradient(top,#08c,#04c)!important;
    background-image:-o-linear-gradient(top,#08c,#04c)!important;
    background-image:linear-gradient(to bottom,#08c,#04c)!important;
    background-repeat:repeat-x!important;
    border-color:#04c #04c #002a80!important;
    border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0)!important;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)!important;
}
.muted{
    color:#fff
}
footer p{
    margin:0 19px 10px
}
footer hr{
    border:1px solid #e1e1e1!important
}
.logoff{
    padding: 0;
    position: absolute;
    top: 41px;
    width: 100%;
    background:#ffffff;
    height:33px;
}
.logoff ul li a{
    color:blue!important
}
.btnlogoff{
    padding:3px 9px!important;
    text-shadow:none!important
}
.logoffdiv{
    float:right
}
.logoffdiv{
    list-style:none;
    margin-top:-3px;
}
.logoffdiv li{
    float:left;
}
.logoffdiv li a{
    font-size:12px;
}
/********************** SEARCH PANEL ON TOP **************************************/
.searchPanel { background-color: #e4f0ff; padding:0px 2px 0px 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #aad0ff; /*#bbcbd9*/  height: 30px; float: right; margin-top:3px; }
.searchPanel .optionArrow { background-image:url('../images/OptionArrow.png'); background-position:center center; background-repeat:no-repeat; height:10px; width:10px; float:left; padding:1px 0px 0px 0px; margin:10px 4px 0px 4px; cursor:pointer;  }
.searchPanel .seperator { float:left; width:100%; height:0px; border:solid 0px transparent; }
.searchPanel .searchText { float:left; margin:15px 2px 2px 8px; font-size:12px; color:black }
.searchPanel .searchElements { float:left; width:100%; border:solid 0px red; }
.searchPanel .dropArrow { width: 120px; height: 24px; float: left; position: relative; padding-top: 2px; padding-left: 5px; }
.searchPanel .dropArrow SELECT { font-size: 8pt; border: 1px solid #ccc; background-color: transparent; height: 20px; width: 95%; }
.searchPanel .dropArrow SELECT OPTION { padding-top: 3px; padding-left: 3px; }
.searchPanel .innerDiv { background-color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid #bbcbd9; height: 24px; width: 162px; float: left; position: relative; top: 2px; }
.searchPanel .innerDiv input[type="text"] { border: 0px; background-color: transparent; height: 22px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 114px; padding-left: 10px; padding-right: 5px; float: left; position: relative; }
.searchPanel .innerDiv .searchButton { width: 33px; height: 24px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; float: left; position: relative;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) }
.arrowHover { background-color: #e4f0ff; padding:0px 2px 0px 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-bottom-left-radius: 0px; -moz-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;  border:1px solid #aad0ff; /*#bbcbd9*/ width: auto; height: 30px; float: right; }
.searchPanel .searchOptions { background-color: #e4f0ff; padding:6px 2px 18px 2px; margin:3px 0px 0px -3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-top-left-radius: 0px; -moz-border-top-left-radius: 0px; border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-top-right-radius: 0px; border-top-right-radius: 0px; border: 1px solid #aad0ff; border-top:solid 0px transparent; /*#bbcbd9*/ width: 150px; float: left; z-index:10000; position:relative; display:none; }
.searchPanel .searchOptions hr { border:solid 0px transparent; float:left; width:100%; border-bottom:solid 1px #aad0ff; margin:10px 0; }
.searchPanel .searchOptions .searchOptionText { position:relative; float:left; width:90%; padding:4px 0px 3px 10px; border:solid 0px transparent; font-size:12px; }
.searchPanel .searchOptions .searchOptionText:hover { position:relative; float:left; width:90%; padding:4px 0px 3px 10px; border:solid 0px transparent; color:blue; cursor:pointer;}















.le-button {
        margin: 10px 64px;
}
#cart-page .widget .buttons-holder .simple-link:hover {
    color: #59b210;
}
#cart-page .items-holder .close-btn:hover::after {
    color: #59b210;
}
#cart-page .items-holder .cart-item .title a:hover {
    color: #59b210;
}
.btn-loadmore:hover i {
    background-color: #59b210;
}
.le-quantity .minus:hover::after, .le-quantity .plus:hover::after {
    color: #59b210;
}
.meta-row span a {
    color: #59b210;
}
.comment-item .comment-body .author {
    color: #59b210;
}
.product-item-holder .body .title a:hover {
    color: #59b210;
}
.single-product-gallery .gallery-thumbs .next-btn:hover, .single-product-gallery .gallery-thumbs .prev-btn:hover {
    background-color: #59b210;
}
.single-product-gallery .gallery-thumbs li a.active {
    border-bottom-color: #59b210;
}
.grid-list-products .grid-list-buttons ul li.active a i {
    color: #59b210;
}
.grid-list-products .grid-list-buttons ul li a:hover i {
    color: #42830c;
}






































.light-bg {
    background-color: #f8f8f8;
}
.inner {
    padding-bottom: 75px;
    padding-top: 75px;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-t-35 {
    margin-top: 35px !important;
}
.semi-bold {
    font-weight: 600 !important;
}
.title-color {
    color: #434343 !important;
}
.content-color {
    color: #747474 !important;
}
.bold {
    font-weight: 700 !important;
}
.auto-width {
    width: auto !important;
}
.center-block {
    float: none;
}
.inner {
    padding-bottom: 120px;
    padding-top: 120px;
}
.inner-md {
    padding-bottom: 100px;
    padding-top: 100px;
}
.inner-sm {
    padding-bottom: 80px;
    padding-top: 80px;
}
.inner-xs {
    padding-bottom: 40px;
    padding-top: 40px;
}
.inner-top {
    padding-top: 120px;
}
.inner-top-md {
    padding-top: 100px;
}
.inner-top-sm {
    padding-top: 80px;
}
.inner-top-xs {
    padding-top: 40px;
}
.inner-bottom {
    padding-bottom: 120px;
}
.inner-bottom-md {
    padding-bottom: 100px;
}
.inner-bottom-sm {
    padding-bottom: 80px;
}
.inner-bottom-xs {
    padding-bottom: 40px;
}
.inner-left {
    padding-left: 75px;
}
.inner-left-md {
    padding-left: 60px;
}
.inner-left-sm {
    padding-left: 45px;
}
.inner-left-xs {
    padding-left: 30px;
}
.inner-right {
    padding-right: 75px;
}
.inner-right-md {
    padding-right: 60px;
}
.inner-right-sm {
    padding-right: 45px;
}
.inner-right-xs {
    padding-right: 30px;
}
.outer {
    margin-bottom: 120px;
    margin-top: 120px;
}
.outer-md {
    margin-bottom: 100px;
    margin-top: 100px;
}
.outer-sm {
    margin-bottom: 80px;
    margin-top: 80px;
}
.outer-xs {
    margin-bottom: 40px;
    margin-top: 40px;
}
.outer-top {
    margin-top: 120px;
}
.outer-top-md {
    margin-top: 100px;
}
.outer-top-sm {
    margin-top: 80px;
}
.outer-top-xs {
    margin-top: 40px;
}
.outer-bottom {
    margin-bottom: 120px;
}
.outer-bottom-md {
    margin-bottom: 100px;
}
.outer-bottom-sm {
    margin-bottom: 80px;
}
.outer-bottom-xs {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
.inner {
    padding-bottom: 80px;
    padding-top: 80px;
}
.inner-md {
    padding-bottom: 65px;
    padding-top: 65px;
}
.inner-sm {
    padding-bottom: 50px;
    padding-top: 50px;
}
.inner-xs {
    padding-bottom: 40px;
    padding-top: 40px;
}
.inner-top {
    padding-top: 80px;
}
.inner-top-md {
    padding-top: 65px;
}
.inner-top-sm {
    padding-top: 50px;
}
.inner-top-xs {
    padding-top: 40px;
}
.inner-bottom {
    padding-bottom: 80px;
}
.inner-bottom-md {
    padding-bottom: 65px;
}
.inner-bottom-sm {
    padding-bottom: 50px;
}
.inner-bottom-xs {
    padding-bottom: 40px;
}
}
.fontawesome {
    font-family: fontawesome;
}
.inline {
    display: inline-block;
    vertical-align: top;
}
.thumb-holder {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: inline-block;
    float: left;
}
.iconic-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    vertical-align: top;
}
.iconic-link::before {
    color: #c6c6c6;
    font-family: fontawesome;
    font-size: 18px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease 0s;
}
.availability {
    color: #707070;
    font-size: 11px;
    font-weight: 600;
    line-height: 9px;
    margin: 10px 0 15px;
    text-transform: capitalize;
}
.availability span {
    margin: 0 0 0 3px;
}
.availability .available {
    color: #59b210;
    font-weight: 700 !important;
    text-transform: capitalize;
}
.availability .not-available {
    color: red;
    font-weight: 700 !important;
    text-transform: capitalize;
}
.font-opensans {
    font-family: "Open Sans",sans-serif;
}
.color-bg {
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
}
.gallery-holder,
.body-holder{
    float:left;
    margin-right:18px!important;
}
.no-margin {
    margin: 0;
    padding: 0;
}
.no-padding {
    padding: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-margin-left {
    margin-left: 0;
    padding-left: 0;
}
.no-margin-right {
    margin-right: 0;
    padding-right: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.caroufredsel_wrapper {
    margin: 0 !important;
    width: 100% !important;
}
.caroufredsel_wrapper ul {
    padding-left: 0 !important;
}
* {
    font-family: "Open Sans",sans-serif;
}
.uppercase {
    text-transform: uppercase;
}
.capital {
    text-transform: capitalize;
}
.social-icons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
}
.social-icons li a {
    background-color: #3d3d3d;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    padding: 6px;
}
.social-icons li a::before {
    display: inline-block;
    height: 16px;
    text-align: center;
    width: 16px;
}
.center-absolute {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.map-holder, .map-holder #map {
    height: 100%;
    min-height: 460px;
    width: 100%;
}
.map-holder img {
    max-width: none;
}
.map-holder label {
    display: inline;
    width: auto;
}
.bold {
    font-weight: 800;
}
label.error {
    color: red;
    font-size: 10px;
}
.green {
    background-color: #59b210;
    color: #fff;
}
.green.ribbon {
    background-color: transparent;
}
.green.ribbon::after {
    border-top-color: #59b210;
}
.red {
    background-color: #f8484a;
    color: #fff;
}
.red.ribbon {
    background-color: transparent;
}
.red.ribbon::after {
    border-top-color: #f8484a;
}
.blue {
    background-color: #407ac5;
    color: #fff;
}
.blue.ribbon {
    background-color: transparent;
}
.blue.ribbon::after {
    border-top-color: #407ac5;
}
.label-discount {
    background-color: #59b210;
    color: #fff;
    display: table-cell;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    padding: 0 8px;
    text-transform: uppercase;
}
.label-discount.ribbon {
    background-color: transparent;
}
.label-discount.ribbon::after {
    border-top-color: #59b210;
}
.label-discount.clear {
    background-color: transparent;
    height: 16px;
}
.ribbon {
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding: 4px 14px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
}
.ribbon:nth-child(2) {
    margin-top: 30px;
}
.ribbon:nth-child(3) {
    margin-top: 60px;
}
.ribbon:nth-child(4) {
    margin-top: 90px;
}
.ribbon span {
    margin-right: 11px;
    position: relative;
    z-index: 100;
}
.ribbon::after {
    border-left: 0 none;
    border-right: 14px solid transparent;
    border-top-style: solid;
    border-top-width: 28px;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    min-width: 68px;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-title {
    font-size: 34px;
    font-weight: normal !important;
    letter-spacing: -1px;
    line-height: 40px;
    margin: 29px 0;
    text-transform: capitalize;
}
.pagination {
    margin: 17px 0;
}
.pagination li:last-child a {
    padding: 5px 12px !important;
}
.pagination li:hover a, .pagination li.current a {
    background-color: #fff;
}
.pagination a {
    border: 1px solid #e0e0e0;
    border-radius: 0 !important;
    font-size: 18px;
    margin: 0 4px 0 0;
    padding: 9px 17px !important;
    text-transform: capitalize;
}
.inline-input .placeholder {
    font-weight: 700 !important;
    text-transform: capitalize;
}
.inline-input input {
    background-color: #ececec;
    border: medium none;
    border-radius: 5px 0 0 5px;
    color: #3d3d3d;
    display: inline-block;
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 15px 14px;
    transition: all 0.3s ease 0s;
    vertical-align: top;
    width: 73% !important;
}
.inline-input input:focus, .inline-input input:hover {
    background-color: #e0e0e0;
}
.inline-input .le-button {
    border-radius: 0 5px 5px 0;
    float: right;
    padding: 15px 14px;
    width: 27%;
}
.block {
    display: block;
}
.simple-link {
    color: #3d3d3d;
    text-transform: capitalize;
}
.green-text {
    color: #59b210 !important;
}
.green-text:hover {
    background-color: #59b210 !important;
    color: #fff !important;
}
.blue-text {
    color: #3498db !important;
}
.blue-text:hover {
    background-color: #3498db !important;
    color: #fff !important;
}
.red-text {
    color: #e74c3c !important;
}
.red-text:hover {
    background-color: #e74c3c !important;
    color: #fff !important;
}
.orange-text {
    color: #f27a24 !important;
}
.orange-text:hover {
    background-color: #f27a24 !important;
    color: #fff !important;
}
.navy-text {
    color: #34495e !important;
}
.navy-text:hover {
    background-color: #34495e !important;
    color: #fff !important;
}
.dark-green-text {
    color: #21b68e !important;
}
.dark-green-text:hover {
    background-color: #21b68e !important;
    color: #fff !important;
}
.height-xs {
    height: 230px;
}
.height-sm {
    height: 338px;
}
.height-md {
    height: 468px;
}
.height-lg {
    height: 690px;
}
.normal-weight {
    font-weight: 400;
}
.semi-bold {
    font-weight: 600;
}
.regular-bold {
    font-weight: 700;
}
.extra-bold {
    font-weight: 800;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}
#bestsellers {
    padding: 24px 0 63px;
}
#bestsellers .size-medium {
    max-width: 238px;
}
#bestsellers .product-grid-holder > .col-sm-7 {
    width: 60%;
}
#bestsellers .product-grid-holder > .col-sm-5 {
    width: 40%;
}
#bestsellers .single-product-gallery {
    border-left-width: 0;
}
#recently-reviewd {
    padding: 69px 0 10px;
}
#top-brands {
    padding: 0 0 84px;
}
#recommended-products {
    margin: 7px 0 -72px;
}
#recommended-products .title-nav {
    margin: 0 0 5px !important;
}
#recommended-products .size-medium {
    min-height: 299px;
}
#recommended-products .size-medium .image {
    border-bottom:1px solid #ececec;
}
#recommended-products .size-medium .ribbon {
    top: 0;
}
#recommended-products .size-medium .body {
    min-height: 50px;
}
#grid-page-banner {
    margin: 18px 0 24px;
}
.radio-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
.radio-label.bold {
    font-weight: 700;
}
.radio-label p {
    font-size: 13px;
    font-weight: 500;
}
.le-radio {
    height: 15px;
    margin: 0 !important;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    z-index: 100;
}
.le-radio + .fake-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    display: inline-block;
    height: 15px;
    margin: 0 6px 0 0;
    position: relative;
    vertical-align: top;
    width: 15px;
}
.le-radio:hover, .le-radio:focus {
    cursor: pointer;
}
.le-radio:hover + .fake-box::after, .le-radio:focus + .fake-box::after {
    background-color: #3d3d3d;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}
.le-radio:checked + .fake-box::after {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 7px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}
.le-checkbox {
    height: 10px;
    margin: 7px 0 0 !important;
    opacity: 0;
    position: absolute;
    vertical-align: middle;
    width: 100%;
}
.le-checkbox.big + .fake-box {
    border-radius: 0;
    height: 15px;
    width: 15px;
}
.le-checkbox + .fake-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    display: inline-block;
    height: 10px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 10px;
}
.le-checkbox:hover, .le-checkbox:focus {
    cursor: pointer;
}
.le-checkbox:hover + .fake-box, .le-checkbox:focus + .fake-box {
    background-color: #f9f9f9;
}
.le-select {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #3d3d3d;
    display: inline-block;
    font-size: 13px;
    padding: 5px 16px 7px 5px;
    position: relative;
    vertical-align: top;
    width: auto;
}
.le-select .le-select-in {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.le-select select {
    bottom: 0;
    height: 32px !important;
    left: 0;
    position: absolute;
    width: 100% !important;
}
.le-select::after {
    color: #3d3d3d;
    content: "";
    font-family: fontawesome;
    font-size: 15px;
    height: 13px;
    position: absolute;
    right: 6px;
    top: 21%;
}
.le-links {
    list-style: outside none none;
}
.le-links li {
    line-height: 27px;
}
.le-links li a {
    font-size: 14px;
    text-transform: capitalize;
}
.le-links li a:hover::before {
    margin: 0 8px 0 0;
}
.le-links li a, .le-links li a::before {
    color: #3d3d3d;
}
.le-links li a::before {
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    line-height: 15px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease 0s;
}
.accordion-widget {
    margin: 0 0 38px;
}
.accordion-widget .accordion {
    margin: 20px 0 0;
    text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner {
    list-style: outside none none;
    margin: 14px 0 20px;
}
.accordion-widget .accordion .accordion-inner li {
    line-height: 27px;
}
.accordion-widget .accordion .accordion-inner li a {
    font-size: 14px;
    text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner li a:hover::before {
    margin: 0 8px 0 0;
}
.accordion-widget .accordion .accordion-inner li a, .accordion-widget .accordion .accordion-inner li a::before {
    color: #3d3d3d;
}
.accordion-widget .accordion .accordion-inner li a::before {
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    line-height: 15px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease 0s;
}
.accordion-widget .accordion .accordion-inner .accordion-body ul {
    padding: 0 0 0 20px;
}
.accordion-widget .accordion .accordion-toggle {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}
.accordion-widget .accordion .accordion-toggle::after {
    content: "";
    float: right;
    font-family: fontawesome;
}
.accordion-widget .accordion .accordion-toggle.collapsed {
    color: #636363;
}
.accordion-widget .accordion .accordion-toggle.collapsed::after {
    color: #636363;
    content: "";
}
.accordion-widget .accordion a {
    color: #636363;
}
.star-holder .star {
    display: inline;
}
.le-button {
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.le-button.huge {
    padding: 18px 52px;
}
.le-button:hover {
    color: #fff;
}
.le-button.disabled {
    background-color: #c6c6c6;
    color: #fff;
    cursor: not-allowed;
}
.le-button.inverse {
    background-color: #e0e0e0;
    color: #3d3d3d;
    font-weight: 100;
}
.le-button.inverse:hover {
    background-color: #ececec;
    color: #3d3d3d;
}
.le-button.big {
    padding: 15px 34px;
}
.btn-add-to-compare {
    color: #3d3d3d;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    vertical-align: top;
}
.btn-add-to-compare::before {
    color: #c6c6c6;
    font-family: fontawesome;
    font-size: 18px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease 0s;
}
.btn-add-to-compare::before {
    content: "";
}
.btn-add-to-wishlist {
    color: #3d3d3d;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    vertical-align: top;
}
.btn-add-to-wishlist::before {
    color: #c6c6c6;
    font-family: fontawesome;
    font-size: 18px;
    margin: 0 5px 0 0;
    transition: all 0.3s ease 0s;
}
.btn-add-to-wishlist::before {
    content: "";
}
.le-dropdown {
    border-radius: 5px;
    display: inline-block;
    font-weight: 700 !important;
    position: relative;
    vertical-align: top;
}
.le-dropdown i {
    margin: 0 6px 0 0;
}
.le-dropdown .dropdown-toggle {
    display: inline-block;
    padding: 19px 17px;
}
.le-dropdown .dropdown-toggle::after {
    color: #fff;
    font-size: 24px;
    margin: 0 0 0 5px;
}
.le-dropdown.open {
    border-radius: 5px 5px 0 0 !important;
}
.le-dropdown .dropdown-menu {
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 0 5px 5px !important;
    left: 0 !important;
    padding: 0;
    right: 0 !important;
    top: 96% !important;
}
.le-dropdown .dropdown-menu li:first-child a, .le-dropdown .dropdown-menu li:last-child a {
    padding: 12px 15px;
}
.le-dropdown .dropdown-menu li:last-child, .le-dropdown .dropdown-menu li:last-child a {
    border-radius: 0 0 5px 5px;
}
.le-dropdown .dropdown-menu li a {
    display: block;
    font-weight: 600;
    margin: 0 !important;
    padding: 11px 15px;
}
.le-dropdown .dropdown-menu li:nth-child(2n+1) {
    background-color: #f9f9f9;
}
.le-dropdown .dropdown-menu li:nth-child(2n) {
    background-color: #fff;
}
.le-dropdown .dropdown-menu::before {
    display: none;
}
.le-dropdown .dropdown-toggle {
    text-transform: capitalize;
}
.le-dropdown .dropdown-toggle, .le-dropdown .dropdown-toggle i {
    color: #fff;
}
.carousel-holder.hover {
    position: relative;
}
.carousel-holder.hover.small .size-small {
    max-width: 134.7pt !important;
}
.carousel-holder.hover.small .size-small:hover .hover-area {
    bottom: 6px;
}
.carousel-holder .title-nav {
    margin: 0 0 32px;
    position: relative;
}
.carousel-holder .title-nav h1, .carousel-holder .title-nav h2 {
    background-color: #fff;
    color: #3d3d3d;
    display: inline-block;
    font-weight: normal !important;
    letter-spacing: -1px;
    padding: 0 23px 0 0;
    text-transform: capitalize;
    vertical-align: top;
    margin:10px 13px;
}
.carousel-holder .title-nav h1 {
    font-size: 33px;
    line-height: 40px;
}
.carousel-holder .title-nav h2 {
    font-size: 28px;
    line-height: 35px;
}
.carousel-holder .title-nav .nav-holder {
    display: inline-block;
    float: right;
}
.carousel-holder .title-nav .nav-holder a {
    color: #d3d3d3 !important;
    font-size: 29px;
    line-height: 40px;
    margin: 0 3px;
}
.carousel-holder .title-nav .nav-holder::after {
    background-color: #e0e0e0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 90%;
    z-index: -1;
}
.carousel-holder .title-nav .nav-holder a {
    color: #e0e0e0;
}
.brands-carousel .carousel-item {
    margin: 0 27px 0 0;
    text-align: center;
    width: 168px;
}
.brands-carousel .carousel-item a {
    border: 1px solid #e0e0e0;
    display: block;
    margin: 2px 0 0;
    padding: 30px 11px;
}
.brands-carousel .carousel-item a img {
    display: inline-block;
    vertical-align: middle;
}
.owl-carousel {
    cursor: default;
    text-align: center;
}
.owl-controls {
    display: inline-block;
    margin-top: 40px;
    position: relative;
}
.panel-group .panel .owl-controls {
    margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
    margin-top: 40px;
}
.owl-pagination {
    line-height: 30px;
    position: relative;
}
.owl-buttons {
    display: none;
}
.owl-prev, .owl-next {
    background-color: #d3d3d3;
    border: medium none;
    border-radius: 3px;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 21px;
    height: 30px;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out 0s;
    width: 30px;
}
.owl-prev {
    left: -35px;
}
.owl-next {
    right: -35px;
}
.owl-carousel:hover .owl-prev {
    left: -40px;
    opacity: 0.25;
}
.owl-carousel:hover .owl-next {
    opacity: 0.25;
    right: -40px;
}
.owl-carousel:hover .owl-prev:hover, .owl-carousel:hover .owl-next:hover {
    opacity: 1;
}
.owl-outer-nav::after {
    content: "";
    height: 100%;
    left: -15%;
    position: absolute;
    top: 0;
    width: 130%;
    z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer, .owl-outer-nav .owl-pagination, .owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
    z-index: 1;
}
.owl-outer-nav .owl-controls {
    position: static;
}
.owl-outer-nav .owl-prev {
    left: -65px;
}
.owl-outer-nav .owl-next {
    right: -65px;
}
.owl-outer-nav:hover .owl-prev {
    left: -80px;
}
.owl-outer-nav:hover .owl-next {
    right: -80px;
}
.owl-ui-md .owl-pagination {
    line-height: 45px;
}
.owl-ui-md .owl-prev, .owl-ui-md .owl-next {
    font-size: 45px;
    height: 45px;
    width: 45px;
}
.owl-ui-md .owl-prev {
    left: -55px;
}
.owl-ui-md .owl-next {
    right: -55px;
}
.owl-ui-md:hover .owl-prev {
    left: -60px;
}
.owl-ui-md:hover .owl-next {
    right: -60px;
}
.owl-outer-nav.owl-ui-md::after {
    left: -18%;
    width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
    left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
    right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -100px;
}
.owl-ui-lg .owl-pagination {
    line-height: 60px;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
    font-size: 42px;
    height: 60px;
    width: 60px;
}
.owl-ui-lg .owl-prev {
    left: -75px;
}
.owl-ui-lg .owl-next {
    right: -75px;
}
.owl-ui-lg:hover .owl-prev {
    left: -80px;
}
.owl-ui-lg:hover .owl-next {
    right: -80px;
}
.owl-outer-nav.owl-ui-lg::after {
    left: -22%;
    width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px;
}
.owl-inner-nav .owl-controls {
    position: static;
}
.owl-inner-nav .owl-prev {
    left: 45px;
}
.owl-inner-nav .owl-next {
    right: 45px;
}
.owl-inner-nav:hover .owl-prev {
    left: 30px;
}
.owl-inner-nav:hover .owl-next {
    right: 30px;
}
.owl-outer-nav .owl-prev, .owl-outer-nav .owl-next, .owl-inner-nav .owl-prev, .owl-inner-nav .owl-next {
    bottom: 70px;
}
.owl-outer-nav.owl-ui-md .owl-prev, .owl-outer-nav.owl-ui-md .owl-next, .owl-inner-nav.owl-ui-md .owl-prev, .owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px;
}
.owl-outer-nav.owl-ui-lg .owl-prev, .owl-outer-nav.owl-ui-lg .owl-next, .owl-inner-nav.owl-ui-lg .owl-prev, .owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}
.owl-inner-pagination .owl-pagination, .owl-inner-pagination .owl-prev, .owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-ui-md .owl-prev, .owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-ui-lg .owl-prev, .owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev, .owl-inner-pagination.owl-outer-nav .owl-next, .owl-inner-pagination.owl-inner-nav .owl-prev, .owl-inner-pagination.owl-inner-nav .owl-next {
    bottom: 43px;
    margin: auto;
    top: 0;
}
.owl-inner-pagination .owl-pagination {
    opacity: 0;
    transition: all 200ms ease-out 0s;
}
.owl-inner-pagination:hover .owl-pagination {
    opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination, .owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination, .owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px;
}
#owl-main .item {
    background-color: #fff;
    background-position: center 55%;
    background-size: cover;
    height: 525px;
}
#owl-main.height-md .item {
    height: 457px;
}
#owl-main.height-lg .item {
    height: 675px;
}
#owl-main .container {
    display: table;
    height: inherit;
}
#owl-main .caption {
    display: table-cell;
}
#owl-main .caption.vertical-center {
    padding-bottom: 3vh;
    vertical-align: middle;
}
#owl-main .caption.vertical-top {
    padding-top: 8vh;
    vertical-align: top;
}
#owl-main .caption.vertical-bottom {
    padding-bottom: 14vh;
    vertical-align: bottom;
}
#owl-main .caption.text-center {
    padding-left: 10%;
    padding-right: 10%;
}
#owl-main .caption.text-left {
    padding-right: 20%;
}
#owl-main .caption.text-right {
    padding-left: 20%;
}
#owl-main .owl-controls {
    display: block;
    margin-top: -47px;
    position: static;
}
#owl-main .owl-pagination {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    bottom: -40px;
    display: inline-block;
    line-height: inherit;
    margin: auto;
    opacity: 0;
    padding: 10px;
    position: relative;
    transition: all 200ms ease-out 0s;
}
#owl-main:hover .owl-pagination {
    bottom: -25px;
    opacity: 1;
}
#owl-main .owl-prev, #owl-main .owl-next {
    bottom: 0;
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-pagination .owl-page span {
    background: #d3d3d3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 15px;
    margin: 0 5px;
    transition: all 200ms ease-out 0s;
    width: 15px;
}
.owl-item {
    float: left;
    height: 190px;
    margin:0 11px 147px 10px;
    width: 192px;
}
.owl-item-gap .item {
    margin: 0 15px;
}
.owl-item-gap-sm .item {
    margin: 0 10px;
}
.owl-item.loading {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    min-height: inherit;
}
#owl-recently-viewed .owl-wrapper-outer, #owl-recently-viewed-2 .owl-wrapper-outer {
    padding-bottom: 70px;
    width: 100.1%;
}

#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
    border-right-width: 0;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
    margin: 0 7px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item:last-child .product-item-holder, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item:last-child .product-item-holder {
    border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer {
    padding-bottom: 70px;
    width: 100%;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:hover .product-item-holder {
    border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder {
    border-right-width: 0;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
    margin: 0 7px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:last-child .product-item-holder {
    border-right-width: 1px;
}

.product-item-holder.hover.size-small .product-item .add-cart-button {
    margin-bottom: 10px;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a {
    font-size: 12px !important;
    padding: 5px 10px !important;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a::before {
    font-size: 12px !important;
}
.product-item-holder.hover.size-small .product-item .hover-area {
    bottom: 9px;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {
    font-size: 11px !important;
    margin: 0 8px;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a::before {
    font-size: 12px !important;
    margin-right: 3px;
}
.product-item-holder.hover.size-medium .product-item .wish-compare a {
    margin: 0 5px !important;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button {
    margin-bottom: 10px;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button a {
    font-size: 12px;
    padding: 5px 10px !important;
}
.product-item-holder.hover.size-medium .product-item .hover-area {
    bottom: 7px;
}

.product-item-holder.hover .product-item .hover-area .wish-compare a {
    margin: 0 10px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button {
    position: relative;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button a {
    padding: 13px 36px;
    position: relative;
    z-index: 10;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button::before {   
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
}
.product-item-holder.hover:hover .product-item, .product-item-holder.hover.test .product-item {
    background-color: #fff;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset 
}
.product-item-holder.hover:hover .hover-area, .product-item-holder.hover.test .hover-area {
    display: block;
}
.product-grid-holder .row:nth-child(n+2) .product-item-holder {
    border-top: 0 none;
}

.product-grid-holder .product-item-holder .image {
    padding: 29px 0 0;
}
.product-grid-holder .product-item-holder .prices {
    padding: 3px 2px;
}
.product-grid-holder .product-item-holder .body {
    border-bottom: 1px solid #ececec;
    min-height: 107px;
}
.product-grid-holder .product-item-holder.size-big .body {
    min-height: 133px;
}
.product-grid-holder .product-item-holder.size-big .body .title {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0 0;
    min-height: 36px;
}
.product-grid-holder .product-item-holder.size-big .prices {
    padding: 11px 0 18px;
}
.product-grid-holder .product-item-holder.size-big .prices .le-button {
    margin-left: 10px;
}
.product-grid-holder .product-item-holder.size-big .price-current {
    font-size: 26px !important;
    line-height: 55px;
}
.product-grid-holder .product-item-holder.size-medium {
    max-width: 224.8px;
    min-height: 323px;
}
.product-grid-holder .product-item-holder.size-medium .image {
    padding: 0px 0 0;
}
.product-grid-holder .product-item-holder.size-medium .body {

}
.product-grid-holder .product-item-holder.size-medium .body .title {
    line-height: 14px;
    min-height: 21px;
    font-size:22px;
    font-weight:bold;
    color:#006dcc;
    border-bottom:1px solid #ececec;
}
.product-grid-holder .product-item-holder.size-small {
    max-width: 146.2pt !important;
    min-height: 270px;
}
.product-grid-holder .product-item-holder.size-small .ribbon {
    top: 0;
}
.product-grid-holder .product-item-holder.size-small .image {
    padding: 0;
}
.product-grid-holder .product-item-holder.size-small .body {
    margin: 0 15px;
    min-height: 71px;
}
.product-grid-holder .product-item-holder.size-small .body .title {
    line-height: 16px;
    margin: 9px 0 0;
}
.product-grid-holder .product-item-holder.size-small .body .brand {
    line-height: 22px;
}
.product-grid-holder .product-item-holder.size-small 4132 {
    margin: 0 15px;
    padding: 8px 0;
}
.product-item-holder {
    background-color: #fff;
    position: relative;
}
.product-item-holder .ribbon {
    position: absolute;
}
.product-item-holder .image {
    text-align: center;
}
.product-item-holder .prices {
    padding: 11px 0;
}
.product-item-holder .price-prev {
    color: #d3d3d3;
    display: inline-block;
    font-size: 14px;
    font-weight: 700 !important;
}
.product-item-holder .price-current {
    color: #2a1051;
    font-size: 12px;
    text-align:center;
    font-weight:bold;
    height:61px;
}
.product-item-holder .body .title {
    line-height: 19px;
    margin: 7px 0 0;
    text-transform: capitalize;
}
.product-item-holder .body .title a {
    color: #0e53a5;
    font-weight: bold;
}
.product-item-holder .body .brand {
    color: #3d3d3d;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight:bold;
    line-height:3;
}
.product-grid-holder.medium .product-item-holder .prices {
    margin: 0 20px;
}
.single-product-gallery .single-product-gallery-item {
    display: inline-block;
    border:1px solid rgba(0,0,0,.25)
}
.single-product-gallery .single-product-gallery-item a {
    display: block;
    padding: 20px;
}
.single-product-gallery .gallery-thumbs {
    margin: 0 20px 0 9%;
    position: relative;
    text-align: left;
}
.single-product-gallery .gallery-thumbs .nav-holder {
    background-color: #fff;
    height: 100%;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 23px;
    z-index: 50;
}
.single-product-gallery .gallery-thumbs .nav-holder.right {
    right: 0;
}
.single-product-gallery .gallery-thumbs .nav-holder.left {
    left: 0;
}
.single-product-gallery .gallery-thumbs .next-btn, .single-product-gallery .gallery-thumbs .prev-btn {
    background-color: #e0e0e0;
    border-radius: 2px;
    display: inline-block;
    height: 90%;
    position: absolute;
    vertical-align: top;
    width: 90%;
    z-index: 100;
}
.single-product-gallery .gallery-thumbs .next-btn::after, .single-product-gallery .gallery-thumbs .prev-btn::after {
    bottom: 0;
    color: #fff;
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.single-product-gallery .gallery-thumbs .next-btn {
    right: 0;
}
.single-product-gallery .gallery-thumbs .next-btn::after {
    content: "";
}
.single-product-gallery .gallery-thumbs .prev-btn {
    left: 0;
}
.single-product-gallery .gallery-thumbs .prev-btn::after {
    content: "";
}
.single-product-gallery .gallery-thumbs .item, .single-product-gallery .gallery-thumbs li {
    display: inline-block;
    float: left;
}
.single-product-gallery .gallery-thumbs .item a, .single-product-gallery .gallery-thumbs li a {
    border: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 60px;
}
.grid-list-products {
    margin: 0;
}
.grid-list-products .result-counter {
    font-size: 13px;
    line-height: 20px;
    padding: 30px 0;
    text-align: right;
}
.grid-list-products .product-grid-holder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec -moz-use-text-color -moz-use-text-color #ececec;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    margin: 36px 0 0;
}
.grid-list-products .product-grid-holder .product-item-holder {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ececec #ececec -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    min-height: 410px;
}
.grid-list-products .product-grid-holder .product-item-holder .image {
    padding: 30px 0 6px;
}
.grid-list-products .product-grid-holder .pagination-holder .pagination {
    display: inline-block;
}
.grid-list-products .section-title {
    font-size: 27px;
    margin: 32px 0 11px;
}
.control-bar {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 13px;
}
.control-bar #popularity-sort {
    margin: 0 18px 0 0;
    width: 190px;
}
.grid-list-products .grid-list-buttons {
    display: inline-block;
    float: right;
    padding: 7px;
    vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li {
    display: inline-block;
    margin: 0 23px 0 0;
    min-width: 49px;
    vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li:last-child {
    margin: 0;
}
.grid-list-products .grid-list-buttons ul li.active a {
    font-weight: 700 !important;
}
.grid-list-products .grid-list-buttons ul li a {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 600;
}
.grid-list-products .grid-list-buttons ul li a i {
    color: #ccc;
    font-size: 19px;
    vertical-align: bottom;
}
.products-list {
    margin: 36px 0 27px;
}
.products-list .product-item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0 #e0e0e0 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    min-height: 241px;
    position: relative;
}
.products-list .product-item:last-child {
    border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row {
    margin: 0;
    padding: 0;
}
.products-list .product-item .row .image-holder {
    padding: 19px;
    width: 31% !important;
}
.products-list .product-item .row .body-holder {
    padding: 13px 0;
    width: 47%;
}
.products-list .product-item .row .body-holder .body .brand {
    border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row .body-holder .body .excerpt {
    font-size: 12px;
    margin: 10px 0 16px;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder {
    margin: -4px 0 6px;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder img {
    height: 16px;
    width: 16px;
}
.products-list .product-item .row .price-area {
    padding: 27px;
    width: 22%;
}
.products-list .product-item .row .price-area .price-current {
    display: inline-block;
    font-size: 18px;
    line-height: 33px;
    vertical-align: middle;
}
.products-list .product-item .row .price-area .price-prev {
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: middle;
}
.products-list .product-item .row .price-area .le-button {
    margin: 0 0 18px;
    padding: 13px 28px;
}
#single-product .gallery-holder {
    width: 37%;
}
#single-product .body-holder {
    width: 63%;
}
#single-product .body-holder .body {
    padding: 0 37px;
}
#single-product .body-holder .body .availability {
    display: inline-block;
    line-height: 20px;
    margin: 0 0 0 21px;
    vertical-align: top;
}
#single-product .body-holder .body .title a {
    color: #3d3d3d;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 36px;
}
#single-product .body-holder .body .brand {
    border-bottom: 1px solid #e0e0e0;
    font-size: 10px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    text-transform: uppercase;
}
#single-product .body-holder .stButton .stFb, #single-product .body-holder .stButton .stTwbutton, #single-product .body-holder .stButton .stMainServices {
    height: 23px;
}
#single-product .body-holder .social-row, #single-product .body-holder .buttons-holder {
    display: inline-block;
    vertical-align: top;
}
#single-product .body-holder .buttons-holder {
    margin: 0 0 0 10px;
}
#single-product .body-holder .buttons-holder .btn-add-to-wishlist {
    margin: 0 20px 0 0;
}
#single-product .body-holder .excerpt {
    margin: 22px 0;
}
#single-product .body-holder .price-current {
    color: #28124a;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    vertical-align: top;
}
#single-product .body-holder .price-prev {
    color: #e0e0e0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 0 16px;
    text-decoration: line-through;
    vertical-align: top;
}
#single-product .body-holder .qnt-holder {
    display: inline-block;
    margin: 24px 0;
    vertical-align: top;
}
#single-product .body-holder #addto-cart {
    margin: 0 0 0 18px;
}
#single-product .single-product-gallery-item {
    padding-bottom: 40px;
}
#single-product .single-product-gallery-item img {
    width: 433px;
}
#single-product .product-item-holder {
    border: medium none;
}
#single-product .product-item-holder .owl-wrapper-outer {
    border: 1px solid #e0e0e0;
}
#single-product .gallery-thumbs {
    margin: 10px 0 0;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
    border: medium none;
}
#single-product .gallery-thumbs img {
    width: 67px;
}
#owl-single-product .single-product-gallery-item > a {
    display: inline;
}
#owl-single-product-thumbnails .owl-wrapper-outer {
    width: 100.1%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e0e0e0;
    border-image: none;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    display: block;
}
#owl-single-product-thumbnails .owl-item:last-child .horizontal-thumb {
    border-right-width: 1px;
}
.single-product-gallery-thumbs .nav-holder {
    display: none;
}
.single-product-gallery-thumbs .nav-holder:hover {
    opacity: 1;
}
.single-product-gallery-thumbs:hover .nav-holder {
    display: block;
    opacity: 0.8;
}
.le-quantity {
    border: 1px solid #e0e0e0;
    display: inline-block;
    padding: 12px;
    position: relative;
    vertical-align: top;
}
.le-quantity .minus, .le-quantity .plus {
    background-color: #f9f9f9;
    font-family: fontawesome;
    height: 100%;
    padding: 3px 14px;
    position: absolute;
    top: 0;
    width: 5px;
}
.le-quantity .minus:hover, .le-quantity .plus:hover {
    background-color: #f6f6f6;
}
.le-quantity .minus, .le-quantity .plus, .le-quantity .minus::after, .le-quantity .plus::after {
    color: #3d3d3d;
    transition: all 0.3s ease 0s;
}
.le-quantity .minus::after, .le-quantity .plus::after {
    bottom: 0;
    font-size: 10px;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
.le-quantity .minus {
    border-right: 1px solid #e0e0e0;
    left: 0;
}
.le-quantity .minus::after {
    content: "";
}
.le-quantity .plus {
    border-left: 1px solid #e0e0e0;
    right: 0;
}
.le-quantity .plus::after {
    content: "";
}
.le-quantity input {
    background-color: #fff;
    border: medium none;
    color: #3d3d3d;
    font-size: 20px;
    text-align: center;
    width: 80px;
}
.meta-row label {
    font-weight: 700 !important;
    text-transform: capitalize;
}
.meta-row span {
    color: #3d3d3d;
    font-weight: 500;
    text-transform: capitalize;
}
.meta-row span a {
    font-weight: 600;
    text-transform: capitalize;
}
.meta-row span a:hover {
    color: #3d3d3d;
}
#single-product-tab {
    margin: 42px 0 20px;
}
#single-product-tab .tab-content {
    border: 1px solid #e0e0e0;
}
#single-product-tab .tab-pane {
    padding: 35px;
}
#single-product-tab .tab-pane p {
    margin-bottom: 24px;
}
#single-product-tab .tab-pane .meta-row {
    font-size: 14px;
    margin: 47px 0 0;
}
#single-product-tab .tab-pane .meta-row .seperator {
    margin: 0 20px;
}
#single-product-tab .new-review-form {
    margin: 53px 0 0;
}
#single-product-tab .new-review-form .field-row {
    margin-bottom: 36px;
}
#single-product-tab .new-review-form h2 {
    font-size: 22px;
    line-height: 36px;
    text-transform: capitalize;
}
#single-product-tab .new-review-form form {
    margin: 27px 0 0;
}
#single-product-tab .new-review-form .star-row {
    margin-bottom: 27px !important;
}
#single-product-tab .new-review-form .star-row .star-holder {
    padding: 9px 0 0;
}
#single-product-tab .new-review-form .buttons-holder {
    margin: -16px 0 0;
    text-align: right;
}
#single-product-tab .new-review-form .buttons-holder button {
    padding: 14px 31px;
}
.comment-item {
    margin-bottom: 20px;
}
.comment-item .comment-body {
    border: 1px solid #e0e0e0;
    padding: 21px;
    position: relative;
}
.comment-item .comment-body::before, .comment-item .comment-body::after {
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0;
    content: "";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
}
.comment-item .comment-body::before {
    border-color: transparent #e0e0e0 transparent transparent;
    left: -10px;
}
.comment-item .comment-body::after {
    border-color: transparent #fff transparent transparent;
    left: -8px;
}
.comment-item .comment-body .author {
    font-weight: 500;
    text-transform: capitalize;
}
.comment-item .comment-body .comment-text {
    margin: 16px 0 7px !important;
}
.comment-item .comment-body .date {
    font-size: 14px;
    line-height: 26px;
}
.sidebar-page #recently-reviewd {
    padding-top: 19px !important;
}
.sidebar-page .gallery-holder {
    padding: 15px;
    width: 50% !important;
}
.sidebar-page .body-holder {
    padding: 15px 0;
    width: 50% !important;
}
.sidebar-page .body-holder .body {
    padding: 0 19px !important;
}
.sidebar-page .body-holder .body .social-row {
    margin-bottom: 13px;
}
.sidebar-page .body-holder .body .buttons-holder {
    margin: 0 !important;
}
.sidebar-page #single-product-tab {
    margin-top: 12px;
}
#cart-page {
    margin-bottom: 76px;
}
#cart-page .widget {
    margin: 0 0 17px !important;
    padding-left: 40px;
}
#cart-page .widget .body {
    padding: 7px 0;
}
#cart-page .widget .buttons-holder {
    text-align: right;
}
#cart-page .widget .buttons-holder .simple-link {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    text-transform: capitalize;
}
#cart-page .widget .tabled-data li label {
    min-width: 125px;
}
#cart-page .widget #total-price {
    border-bottom: 0 none;
    margin: 18px 0 0;
    padding-bottom: 24px;
}
#cart-page .widget #total-price .value {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
}
#cart-page .items-holder {
    margin: 14px 0 0;
}
#cart-page .items-holder .close-btn {
    display: inline-block;
    position: absolute;
    right: 1%;
    top: 39%;
}
#cart-page .items-holder .close-btn::after {
    color: #3d3d3d;
    content: "";
    font-family: fontawesome;
}
#cart-page .items-holder .cart-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 27px 0 24px;
}
#cart-page .items-holder .cart-item:first-child {
    padding-top: 0;
}
#cart-page .items-holder .cart-item:last-child {
    border-bottom: 0 none;
}
#cart-page .items-holder .cart-item .title {
    padding: 17px 0 0;
}
#cart-page .items-holder .cart-item .title a {
    color: #0e53a5;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    text-transform: capitalize;
}
#cart-page .items-holder .cart-item .brand {
    font-size: 10px;
    line-height: 27px;
    text-transform: uppercase;
}
#cart-page .items-holder .cart-item .quantity {
    margin: 11px 0 0 30px;
}
#cart-page .items-holder .cart-item .price {
    font-size: 18px;
    font-weight: 700;
    padding: 28px 0;
    text-align: center;
}
#checkout-page .billing-address .le-checkbox {
    display: inline-block;
    vertical-align: top;
}
#checkout-page .billing-address .placeholder {
    text-transform: capitalize;
}
#checkout-page .billing-address form {
    margin: 23px 0 0;
}
#checkout-page .billing-address .le-input {
    padding: 9px;
}
#checkout-page .billing-address .field-row {
    margin-bottom: 25px;
}
#checkout-page #create-account {
    font-size: 13px;
    line-height: 24px;
}
#checkout-page #shipping-address {
    margin: 66px 0 0;
}
#checkout-page #shipping-address form {
    font-size: 14px;
    margin: 24px 0 0;
}
#checkout-page #your-order {
    margin: 58px 0 0;
}
#checkout-page #your-order .order-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0 25px;
}
#checkout-page #your-order .order-item:first-child {
    margin-top: 16px;
}
#checkout-page #your-order .order-item .qty {
    color: #3d3d3d;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 14px 0 0;
}
#checkout-page #your-order .order-item .title {
    font-weight: 600;
    text-transform: capitalize;
}
#checkout-page #your-order .order-item .title a {
    margin: 0 0 0 -42px;
}
#checkout-page #your-order .order-item .title, #checkout-page #your-order .order-item .title a {
    color: #3d3d3d;
    line-height: 27px;
}
#checkout-page #your-order .order-item .brand {
    font-size: 10px;
    line-height: 18px;
    margin: 0 0 0 -42px;
    text-transform: uppercase;
}
#checkout-page #your-order .order-item .price {
    font-size: 17px;
    font-weight: 800;
    line-height: 46px;
    text-align: right;
}
#checkout-page #subtotal-holder {
    margin: 44px 0 0;
}
#checkout-page #subtotal-holder .radio-group .radio-label {
    margin-bottom: 12px;
}
#checkout-page #subtotal-holder .tabled-data li label {
    min-width: 230px;
}
#checkout-page #subtotal-holder .tabled-data li .value {
    width: 140px;
}
#checkout-page #total-field {
    margin-top: 11px;
}
#checkout-page #total-field label {
    line-height: 24px;
}
#checkout-page #total-field .value {
    font-size: 21px;
    line-height: 30px;
}
#checkout-page .place-order-button {
    margin: 23px 0 52px;
    text-align: right;
}
#payment-method-options {
    margin: 90px 0 0;
}
#payment-method-options .payment-method-option {
    border-bottom: 1px solid #e0e0e0;
    padding: 26px 0 25px;
}
#payment-method-options .payment-method-option:first-child {
    padding-top: 0;
}
#payment-method-options .payment-method-option .radio-label {
    font-size: 16px;
    margin-top: -3px;
    text-transform: capitalize;
    vertical-align: top;
}
#payment-method-options .payment-method-option .fake-box {
    margin-right: 20px;
}
#payment-method-options .payment-method-option .value {
    text-transform: capitalize;
}
#payment-method-options .payment-method-option .value p {
    text-transform: none;
}
.services .service {
    background-color: #fff;
    padding: 55px 30px 30px;
    position: relative;
    text-align: center;
}
.services .service .service-icon {
    border-radius: 4px;
    font-size: 40px;
    height: 70px;
    left: 35%;
    margin-bottom: 20px;
    position: absolute;
    top: -35px;
    width: 70px;
}
.services .service .service-icon i {
    padding: 15px;
}
.services .service h3 {
    color: #434343;
    font-size: 21px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
}
.services .service p {
    color: #747474;
    font-size: 15px;
    line-height: 24px;
}
.team-members .team-member {
    margin-bottom: 20px;
}
.team-members .team-member .profile-pic {
    width: 100%;
}
.team-members .team-member .profile {
    background-color: #f8f8f8;
    padding: 26px 0;
    text-align: center;
}
.team-members .team-member .profile h3 {
    color: #434343;
    font-size: 24px;
    font-weight: 400 !important;
}
.team-members .team-member .profile h3 .designation {
    color: #afafaf;
    font-size: 18px;
}
.team-members .team-member .profile .social {
    display: none;
}
#contact-us .bordered, #authentication .bordered {
    border-bottom: 1px solid #ececec;
}
.cf-style-1 .field-row {
    margin-bottom: 25px;
}
.cf-style-1 label {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 22px;
}
.cf-style-1 .le-input {
    background-color: #f6f6f6;
    border-radius: 0;
    padding: 9px;
}
.our-store {
    color: #747474;
    line-height: 28px;
}
.our-store address {
    line-height: 28px;
}
.our-store h3 {
    color: #434343;
    font-size: 16px;
    margin: 40px 0;
}
.get-direction {
    background-color: #f6f6f6;
    padding: 15px 0;
}
.get-direction .btn-lg {
    padding: 13px 20px;
}
.get-direction .le-input {
    background-color: #fff;
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 15px 30px;
}
.btn-facebook, .btn-twitter {
    background-color: #3d5c98;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.btn-facebook:hover, .btn-twitter:hover, .btn-facebook:focus, .btn-twitter:focus, .btn-facebook:active, .btn-twitter:active {
    background-color: #2e4674;
    color: #fff;
}
.btn-facebook i, .btn-twitter i {
    display: inline-block;
    font-size: 25px;
    padding-right: 15px;
}
.btn-twitter {
    background-color: #22aadf;
}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active {
    background-color: #1a89b4;
    color: #fff;
}
.social-auth-buttons {
    padding: 15px 0 25px;
}
.register-form {
    padding: 40px 0;
}
.list-benefits > li {
    color: #747474;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.panel-group-faq .panel-faq .panel-heading {
    padding: 0 15px;
}
.panel-group-faq .panel-faq .panel-heading .panel-title {
    color: #434343;
    font-size: 28px;
    font-weight: 400 !important;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a {
    display: block;
    padding: 24px 0;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a::after {
    content: "";
    float: right;
    font-family: fontawesome;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a.collapsed::after {
    color: #e1e1e1;
    content: "";
}
.panel-group-faq .panel-faq .panel-body {
    border-top: 0 none !important;
    color: #747474;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 15px 60px;
}
.posts.sidemeta {
    margin-left: 20px;
    padding-left: 50px;
}
.posts.sidemeta .format-wrapper {
    font-size: 25px;
    left: -75px;
    position: absolute;
    top: 75px;
}
.posts.sidemeta .format-wrapper a {
    color: #a7a7a7;
}
.posts.sidemeta .date-wrapper {
    left: -90px;
    position: absolute;
    top: 0;
}
.posts .meta {
    border-bottom: 1px solid #ececec;
    padding: 18px 0;
}
.posts .meta > li {
    display: inline-block;
    margin: 0 6px;
}
.posts .meta > li, .posts .meta > li a {
    color: #9f9f9f;
    transition: all 0.3s ease 0s;
}
.posts .meta > li::before {
    color: #9f9f9f;
    content: "";
    display: inline-block;
    float: left;
    font-family: fontawesome;
    font-size: 5px;
    margin-top: 7px;
    padding-right: 15px;
}
.posts .meta > li:first-child {
    margin-left: 0;
}
.posts .meta > li:first-child::before {
    content: none;
}
.posts .post {
    margin-bottom: 100px;
    position: relative;
}
.posts .post .date-wrapper {
    display: table;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.posts .post .date-wrapper .date {
    background-color: #59b210;
    border-radius: 4px;
    color: #fff;
    display: table-cell;
    height: 71px;
    line-height: 24px;
    vertical-align: middle;
    width: 52px;
}
.posts .post .date-wrapper .date .month {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}
.posts .post .date-wrapper .date .day {
    display: block;
    font-size: 18px;
}
.posts .post .post-media {
    margin-bottom: 50px;
}
.posts .post .post-media iframe {
    border: 0 none;
    width: 100%;
}
.posts .post p {
    color: #747474;
    font-size: 14px;
    line-height: 24px;
    padding: 24px 0;
}
.posts .post .post-title {
    color: #434343;
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 120%;
}
.posts .format-quote {
    background-color: #59b210;
    padding: 60px 80px;
}
.posts .format-quote::before {
    background: rgba(0, 0, 0, 0) url("../images/background-images/testimonials.jpg") repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: 0;
}
.posts .format-quote blockquote {
    border-left: 0 none;
    padding: 0;
    position: relative;
}
.posts .format-quote blockquote::after {
    bottom: 0;
    color: #fff;
    content: "";
    display: block;
    font-family: fontawesome;
    font-size: 40px;
    line-height: 100%;
    position: absolute;
    right: 0;
}
.posts .format-quote blockquote p {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    font-weight: 600 !important;
    line-height: 160%;
}
.posts .format-quote blockquote footer {
    color: #fff;
}
.posts .format-quote blockquote footer::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin-bottom: 0.28em;
    margin-left: 5px;
    width: 20px;
}
.posts .format-link {
    background-color: #ececec;
    padding: 80px;
}
.posts .format-link .post-title {
    font-size: 38px;
    font-weight: 600 !important;
    line-height: 46px;
    margin-bottom: 20px;
}
.posts .format-link .post-title > a {
    color: #434343;
}
.posts .post-entry .meta {
    margin-bottom: 25px;
}
.posts .post-entry .post-title {
    color: #434343;
    font-size: 28px;
    font-weight: 400 !important;
    line-height: 120%;
}
.posts .post-entry p {
    color: #747474;
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 40px;
    padding: 0 !important;
}
.posts .post-entry p.highlight {
    font-size: 19px !important;
    font-weight: 600 !important;
}
.posts .post-entry p.highlight-light {
    font-size: 19px !important;
}
.posts .post-entry .inner-left {
    padding-left: 50px;
}
.posts .post-entry blockquote {
    border-left: 0 none;
    font-size: inherit;
    margin: 0;
    padding: 0;
}
.posts .post-entry blockquote p {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}
.posts .post-entry blockquote::before {
    color: #a7a7a7;
    content: "";
    float: left;
    font-family: FontAwesome;
    font-size: 25px;
    margin-left: -38px;
}
.blog-pagination {
    text-align: center;
    width: 100%;
}
.blog-pagination > li {
    display: inline-block !important;
}
.blog-sidebar .widget {
    margin-bottom: 55px !important;
}
.blog-sidebar .widget:first-child .body {
    margin-top: 0;
    padding-top: 0;
}
.blog-sidebar .widget h4 {
    border-bottom: 1px solid #ececec;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 45px;
}
.blog-sidebar .widget .body {
    color: #868686;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blog-sidebar .widget .body .le-links > li {
    border-bottom: 1px solid #ececec;
    line-height: 36px;
}
.blog-sidebar .widget .body .le-links > li > a {
    color: #686868;
    display: block;
    font-weight: 600 !important;
}
.blog-sidebar .widget .body .le-links > li > a::before {
    content: none;
}
.blog-sidebar .widget .body .le-links > li > a::after {
    content: "";
    float: right;
    font-family: fontawesome;
}
.blog-sidebar .widget .body .le-links > li:last-child {
    border-bottom: medium none;
}
.blog-sidebar .widget .body .tagcloud a {
    color: #686868;
    line-height: 34px;
}
.blog-sidebar .widget .body .search-form .form-group {
    float: left;
    margin-bottom: 0;
    margin-right: -28px;
    width: 100%;
}
.blog-sidebar .widget .body .search-form .form-control {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #1a1a1a;
    font-size: 14px;
    height: 42px;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-sidebar .widget .body .search-form .form-control:focus {
    box-shadow: none;
}
.blog-sidebar .widget .body .search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-size: 13px;
    margin: 1px 0 0;
    padding: 10px 10px 5px 0;
}
.blog-sidebar .widget .recent-post-list h5 {
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 15.58px;
    margin: 7px 0;
    text-transform: capitalize;
}
.blog-sidebar .widget .recent-post-list h5 a {
    color: #434343;
}
.blog-sidebar .widget .recent-post-list .posted-date {
    color: #8f8f8f;
    font-size: 12px;
}
.blog-sidebar .widget .recent-post-list .sidebar-recent-post-item {
    margin-bottom: 20px;
}
.blog-sidebar .widget .recent-post-list img {
    height: 75px;
    overflow: hidden;
    width: 75px;
}
.owl-carousel-blog {
    margin-bottom: 30px;
}
.owl-carousel-blog .item {
    height: 430px !important;
}
.owl-carousel-blog .owl-prev, .owl-carousel-blog .owl-next {
    opacity: 0.8;
}
.blog-post-author {
    background: #f8f8f8 none repeat scroll 0 0;
    margin-bottom: 60px;
    margin-top: 30px;
    padding: 16px;
}
.blog-post-author .media > .pull-left {
    margin-right: 28px;
}
.blog-post-author .media .media-heading {
    font-size: 19px;
    margin: 15px 0;
}
.blog-post-author .media .media-heading > a {
    color: #747474;
}
.blog-post-author .media .media-body p {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 25px;
}
#comments > h3 {
    border-bottom: 1px solid #ececec;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 40px;
    margin-bottom: 35px;
}
.comment-item .comment-body header {
    border-bottom: medium none;
}
.comment-item .comment-body .author {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}
.comment-item .comment-body .date {
    color: #8c8c8c;
    margin-right: 15px;
}
.comment-item .comment-body .likes, .comment-item .comment-body .likes-count {
    margin-right: 15px;
}
.comment-item .comment-body .likes a, .comment-item .comment-body .likes .icon {
    color: #a7a7a7;
}
.comment-item .comment-body .dislikes .icon {
    color: #a7a7a7;
}
.comment-item .comment-body .comment-reply {
    color: #434343;
}
.comment-item .comment-body .comment-content {
    color: #747474;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}
.leave-reply h3 {
    border-bottom: 1px solid #ececec;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 40px;
}
.leave-reply p {
    color: #747474;
    margin-top: 15px;
}
.leave-reply .field-row {
    margin-bottom: 25px;
}
.leave-reply .reply-form {
    margin-top: 40px;
}
#reply-block .le-input {
    padding: 9px;
}
.post-comment-button {
    font-size: 16px;
    margin-bottom: 70px;
}
.sidebar h1, .sidebar h2, .sidebar h3 {
    font-weight: 500 !important;
}
.sidebar.narrow {
    padding: 0 20px 0 0;
    width: 23%;
}
.sidebar.wide {
    width: 100%;
}
.sidebar .price-filter {
    border-top: 1px solid #e0e0e0;
    margin: 19px 0 0;
    padding: 10px 0 0;
}
.sidebar .price-range-holder {
    padding: 18px 0 47px;
    position: relative;
}
.sidebar .price-range-holder .filter-button a {
    text-transform: uppercase !important;
}
.sidebar .price-range-holder .filter-button a:hover {
    color: #3d3d3d;
}
.sidebar .price-range-holder .min-max, .sidebar .price-range-holder .filter-button {
    font-size: 13px;
    margin: 14px 0 0;
}
.sidebar .price-range-holder .price-slider {
    visibility: hidden;
}
.sidebar .price-range-holder .price-range.in {
    overflow: visible;
}
.sidebar .price-range-holder .slider .tooltip {
    margin-top: 55px;
}
.sidebar .price-range-holder .min-max {
    float: left;
}
.sidebar .price-range-holder .filter-button {
    float: right;
}
.sidebar .price-range-holder .filter-button a {
    font-weight: 700 !important;
    text-transform: capitalize;
}
.sidebar .simple-banner {
    margin: 43px 0 34px;
}
.sidebar .simple-banner a {
    display: block;
}
.sidebar .widget {
    margin: 0 0 25px;
}
.sidebar .widget .row {
    margin: 0;
    padding: 0;
}
.sidebar .widget .body {
    margin: 10px 0;
    padding: 10px;
}
.sidebar .widget .product-list {
    margin: 30px 0 0;
    padding: 0;
}
.sidebar .widget .product-list li {
    margin: 0 0 20px;
}
.sidebar .widget .product-list li a {
    color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}
.sidebar .widget .product-list .price {
    line-height: 28px;
}
.sidebar .widget .product-list .price .price-prev {
    color: #c6c6c6;
    font-size: 11px;
    text-decoration: line-through;
}
.sidebar .widget .product-list .price .price-current {
    font-size: 15px;
    font-weight: 700 !important;
}
.sidebar .widget .product-list .price .price-prev, .sidebar .widget .product-list .price .price-current {
    display: inline-block;
    vertical-align: middle;
}
.sidebar .widget .bordered {
    border: 2px solid #ececec;
    border-radius: 10px;
}
.sidebar .widget hr {
    margin: 5px 0;
}
.sidebar .widget .category-filter ul {
    margin: 10px 0 0;
    padding: 0 3px;
}
.sidebar .widget .category-filter ul li {
    position: relative;
}
.sidebar .widget .category-filter ul span {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    margin: 0 8px 0 0;
    vertical-align: bottom;
}
.sidebar .widget .category-filter ul label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 3px;
    text-transform: capitalize;
}
#bestsellers .size-medium {
    max-width: 100% !important;
}
#bestsellers .single-product-gallery {
    border-left-width: 1px;
}
#bestsellers .single-product-gallery .single-product-gallery-item {
    max-width: 100% !important;
}
#owl-recently-viewed .size-small, #owl-recently-viewed-2 .size-small {
    max-width: 100% !important;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder, #owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
    border-right-width: 1px;
}
.brands-carousel .carousel-item {
    margin: 0 auto !important;
}
#single-product .gallery-holder {
    width: 100%;
}
#single-product .body-holder {
    width: 100%;
}
#single-product .body-holder .body {
    padding: 0 15px;
}
#single-product .body-holder .qnt-holder {
    display: block;
    text-align: center;
}
#single-product .body-holder .qnt-holder #addto-cart {
    display: block;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}
#single-product .single-product-gallery-item img {
    width: 100%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
    border-right-width: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
#single-product .gallery-holder {
    width: 50% !important;
}
#single-product .gallery-holder .single-product-gallery-item {
    width: 100%;
}
#single-product .body-holder {
    width: 50% !important;
}
#single-product .body-holder #addto-cart {
    margin: 15px 0 0 !important;
    text-align: center;
    width: 100%;
}
.products-list .product-item .row .body-holder {
    width: 41%;
}
.products-list .product-item .row .price-area {
    width: 28%;
}
#hero .caption {
    background-color: rgba(255, 255, 255, 0.5);
}
}
.image {
    height:200px;
}
.image img {
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.product-item {
    float:left;
    border:1px solid #c6c6c6;
    height:317px;
    width:189px;
}
.col-sm-12 {
    width:51%;
    float:right;
}
.filterbtn {
    margin-top:28px;
}
.hoverlink {
    background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
    height: 317px;
    position: absolute;
    top: 0;
    width: 190px;
}
.hoverlink a {
    position:relative;
    top:143px;
}
#single-product .gallery-holder {
  width: 37%;
}
#single-product .body-holder {
  width: 63%;
}
#single-product .body-holder .body {
  padding: 0 37px;
}
#single-product .body-holder .body .availability {
  margin: 0 0 0 21px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .body .title a {
  letter-spacing: -1px;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}
#single-product .body-holder .body .brand {
  line-height: 22px;
  padding-bottom: 7px;
  font-size: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
}
#single-product .body-holder .stButton .stFb,
#single-product .body-holder .stButton .stTwbutton,
#single-product .body-holder .stButton .stMainServices {
  height: 23px;
}
#single-product .body-holder .social-row,
#single-product .body-holder .buttons-holder {
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .buttons-holder {
  margin: 0 0 0 10px;
}
#single-product .body-holder .buttons-holder .btn-add-to-wishlist {
  margin: 0 20px 0 0;
}
#single-product .body-holder .excerpt {
  margin: 22px 0 ;
}
#single-product .body-holder .price-current {
  font-size: 40px;
  font-weight: 700;
  color: #28124A;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .price-prev {
  font-size: 20px;
  font-weight: 600;
  color: #e0e0e0;
  text-decoration: line-through;
  vertical-align: bottom;
  line-height: 40px;
  margin: 0 0 0 16px;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder .qnt-holder {
  margin: 24px 0;
  display: inline-block;
  vertical-align: top;
}
#single-product .body-holder #addto-cart {
  margin: 0px 0 0 18px;
}
#single-product .single-product-gallery-item {
  padding-bottom: 40px;
}
#single-product .single-product-gallery-item img {
  width: 433px;
}
#single-product .product-item-holder {
  border: none;
}
#single-product .product-item-holder .owl-wrapper-outer {
  border: 1px solid #e0e0e0;
}
#single-product .gallery-thumbs {
  margin: 10px 0 0 0;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
  border: none;
}
#single-product .gallery-thumbs img {
  width: 67px;
}
#owl-single-product .single-product-gallery-item > a {
  display: inline;
}
#owl-single-product-thumbnails .owl-wrapper-outer {
  width: 100.1%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
  border: 1px solid #e0e0e0;
  display: block;
  border-right-width: 0;
}
#owl-single-product-thumbnails .owl-item:last-child .horizontal-thumb {
  border-right-width: 1px;
}
.single-product-gallery-thumbs .nav-holder {
  display: none;
}
.single-product-gallery-thumbs .nav-holder:hover {
  opacity: 1;
}
.single-product-gallery-thumbs:hover .nav-holder {
  display: block;
  opacity: 0.8;
}
.le-quantity {
  padding: 12px;
  position: relative;
  border: 1px solid #e0e0e0;
  display: inline-block;
  vertical-align: top;
}
.le-quantity .minus,
.le-quantity .plus {
  position: absolute;
  width: 5px;
  height: 100%;
  padding: 3px 14px;
  background-color: #f9f9f9;
  top: 0;
  font-family: fontawesome;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
  background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
  color: #3d3d3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  font-size: 10px;
}
.le-quantity .minus {
  left: 0;
  border-right: 1px solid #e0e0e0;
}
.le-quantity .minus:after {
  content: "\f068";
}
.le-quantity .plus {
  border-left: 1px solid #e0e0e0;
  right: 0;
}
.le-quantity .plus:after {
  content: "\f067";
}
.le-quantity input {
  border: none;
  text-align: center;
  width: 80px;
  color: #3d3d3d;
  font-size: 20px;
  background-color: #fff;
}
.meta-row label {
  font-weight: 700 !important;
  font-weight: 800;
  text-transform: capitalize;
}
.meta-row span {
  color: #3d3d3d;
  font-weight: 500;
  text-transform: capitalize;
}
.meta-row span a {
  font-weight: 600;
  text-transform: capitalize;
}
.meta-row span a:hover {
  color: #3d3d3d;
}
#single-product-tab {
  margin: 42px 0 20px 0;
}
#single-product-tab .tab-content {
  border: 1px solid #e0e0e0;
}
#single-product-tab .tab-pane {
  padding: 35px;
}
#single-product-tab .tab-pane p {
  margin-bottom: 24px;
}
#single-product-tab .tab-pane .meta-row {
  margin: 47px 0 0 0;
  font-size: 14px;
}
#single-product-tab .tab-pane .meta-row .seperator {
  margin: 0 20px;
}
#single-product-tab .new-review-form {
  margin: 53px 0 0 0;
}
#single-product-tab .new-review-form .field-row {
  margin-bottom: 36px;
}
#single-product-tab .new-review-form h2 {
  font-size: 22px;
  line-height: 36px;
  text-transform: capitalize;
}
#single-product-tab .new-review-form form {
  margin: 27px 0 0 0;
}
#single-product-tab .new-review-form .star-row {
  margin-bottom: 27px!important;
}
#single-product-tab .new-review-form .star-row .star-holder {
  padding: 9px 0 0 0;
}
#single-product-tab .new-review-form .buttons-holder {
  margin: -16px 0px 0 0px;
  text-align: right;
}
#single-product-tab .new-review-form .buttons-holder button {
  padding: 14px 31px;
}
.tabled-data.no-border {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.tabled-data.no-border li {
  border: none;
  line-height: 16px;
}
.tabled-data.inverse-bold label {
  font-weight: normal;
}
.tabled-data.inverse-bold .value {
  font-weight: 700;
}
.tabled-data li {
  border-bottom: 1px solid #e0e0e0;
  color: #3d3d3d;
  font-size: 14px;
  padding: 7px 0;
}
.tabled-data li:first-child {
  padding-top: 0;
}
.tabled-data li:last-child {
  border-bottom: 0;
}
.tabled-data li label {
  margin: 0;
  min-width: 150px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: top;
}
.tabled-data li .value {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
.le-input {
  border-radius: 3px;
  background-color: #ececec;
  border: none;
  color: #3d3d3d;
  width: 100%;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.le-input:focus,
.le-input:hover {
  background-color: #e0e0e0;
}
.field-row label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #3d3d3d;
  text-transform: capitalize;
}
.field-row input {
  width: 100%;
}
.comment-item {
  margin-bottom: 20px;
}
.comment-item .comment-body {
  position: relative;
  padding: 21px;
  border: 1px solid #e0e0e0;
}
.comment-item .comment-body:before,
.comment-item .comment-body:after {
  content: "";
  border-width: 7.5px 10px 7.5px 0;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
.comment-item .comment-body:before {
  left: -10px;
  border-color: transparent #e0e0e0 transparent transparent;
}
.comment-item .comment-body:after {
  left: -8px;
  border-color: transparent #fff transparent transparent;
}
.comment-item .comment-body .author {
  font-weight: 500;
  text-transform: capitalize;
}
.comment-item .comment-body .comment-text {
  margin: 16px 0 7px 0!important;
}
.comment-item .comment-body .date {
  font-size: 14px;
  line-height: 26px;
}
.sidebar-page #recently-reviewd {
  padding-top: 19px!important;
}
.sidebar-page .gallery-holder {
  padding: 15px;
  width: 50%!important;
}
.sidebar-page .body-holder {
  width: 50%!important;
  padding: 15px 0;
}
.sidebar-page .body-holder .body {
  padding: 0 19px!important;
}
.sidebar-page .body-holder .body .social-row {
  margin-bottom: 13px;
}
.sidebar-page .body-holder .body .buttons-holder {
  margin: 0 0 0 0px!important;
}
.sidebar-page #single-product-tab {
  margin-top: 12px;
}
.title a{
    color:#006dcc;
    font-family:"Open Sans",sans-serif;
    font-size:1.5em;
    text-decoration:underline;
}
.prices{

}
.price{
    border:1px solid green;
    float:left;
    padding:12px;
    color:green;
    font-weight:bold;
    margin-top:12px;
}
/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
}
		
/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

#ex2 img:hover { cursor: url(grab.cur), default; }
#ex2 img:active { cursor: url(grabbed.cur), default; }


.body-holder{
    width:64%;
}
.details {
    line-height:2;
}
.SaveProducts{
    height:228px;
    overflow-x:hidden;
    overflow-y:auto;
}
.Bluelink a{
    color:#04c!important;
    text-decoration:underline
}
  .form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.form-group {
    margin-bottom: 0px;
    float: left;
}
.uniform1{
    float:left;
    width:auto!important;
    padding-top:4px!important;
}
.uniform{
    float:left;
}
.platformdiv{
    width:160px;
}






ul.iStu12 {list-style:none; margin:0 auto; position:relative; padding:0 42px 31px 42px; width:93%!important; height:auto!important}
ul.iStu12 li.bottomBar {border-top:3px solid #678; margin:0 42px; position:absolute; bottom:0;}
ul.iStu12 li.prev {position:absolute; width:42px; height:123px; background:url(../images/left.png); left:0; top:50%; margin-top:117px; z-index:100; cursor:pointer;}
* html ul.iStu12 li.prev {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stu12/left.png', sizingMethod='scale');} /* for IE6 */
ul.iStu12 li.next {position:absolute; width:42px; height:123px; background:url(../images/right.png); right:0; top:50%; margin-top:117px; z-index:100; cursor:pointer;}
* html ul.iStu12 li.next {background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='stu12/right.png', sizingMethod='scale');} /* for IE6 */
ul.iStu12 li.images {position:absolute; left:42px; top:0; overflow:hidden; z-index:50; border:3px solid #09c; border-width:3px 0; width:93.2%!important;
-o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
ul.iStu12 li.images div.slide {position:absolute; left:0; top:0; width:100%!important;}
.caption {position:relative; bottom:0; width:100%; text-align:center; left:0;list-style:none;}
.caption {margin:0 -283px;} /* for IE6 */
.caption b {display:inline-block; padding:0 15px; margin-right:2px; font:normal 13px/25px arial, sans-serif; color:#fff; cursor:pointer;
-o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
-o-border-radius: 0 0 5px 5px;
-ms-border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 5px 5px 0 0;
}
ul.iStu12 li.images div.slide div.slidePanel {display:block; float:left;}
ul.iStu12 li.images div.slide div.innerPanel {padding:10px;}
ul.iStu12 li.images div.slide div.innerPanel image {display:block;}
ul.iStu12 li.images div.slide div.panel1 {width:100%;}
ul.iStu12 li.images div.slide div.panel2 {width:100%;}
ul.iStu12 li.images div.slide div.panel3 {width:100%;}
ul.iStu12 li.images div.slide div.panel4 {width:100%;}
ul.iStu12 li.images div.slide div.panel5 {width:100%;}
ul.iStu12 li.images div.slide div.panel6 {width:100%;}
ul.iStu12 li.images div.slide div.panel7 {width:100%;}

/*! jQuery UI - v1.11.4 - 2015-03-11----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 2em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: white;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
  border:1px solid #bebebe;
	background: white;
	margin: 1em 0em;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
    font-size:0.8em
}
.ui-widget-header a {
	color: #ffffff;
    font-weight:bold;
    font-size:1.2em;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #e4f0ff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #000000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

.navigation {
height: 35px;
margin-left: 1px;
float:left;
width:100%;
}

.previous {
float:left;
position:absolute;
left: 0;
margin: 50px 0 0 10px;
}

.next {
position: absolute;
right: 0;
margin: 50px 10px 0 0;
float: right;
}


.navigation a:hover {
background: #eeeeee;
text-decoration:none
}

.main {
width: 600px;
height: 417px;
float:left;
border: 1px solid #718aaa;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
overflow: hidden;
}

.content {
width: 570px;
height: 391px;
font-family: arial;
font-size: 14px;
line-height: 21px;
overflow:auto;
float: left;
margin: 20px 20px;
}
.RadioBtn {
margin-bottom:8px!important;
}
.navigation a {
float: left;
height: 35px;
padding-left: 7px;
padding-right: 7px;
text-align: center;
line-height: 35px;
border: 1px solid #718aaa;
border-bottom: none;
margin-left: -1px;
background:#b0c4de;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
text-decoration:none;
}
.active {
    background:#eeeeee!important
}
.SaveMailErrorMsg {
    margin-left:522px;
}
.SearsFormContainer{
    float:left;
    width:50%;
}
.CategoryLink{
    text-decoration:underline!important;
    color:#006dcc!important;
    font-size:1em!important;
}
.close{
    font-size:1.8em!important;
    color:#006dcc!important;
    opacity:1!important;
}
.BackgroundPopup {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.Btnwider
{
    width:98%;
}
.PublishProductBtn{
    float:right;
    margin-right:32px;
}