.live {
  font-family: 'Roboto', sans-serif;
  background: ;
  position: relative;
  font-weight: 400;
  /*************************
*******Header CSS******
**************************/

  /*  Dropdown menu*/

  /*************************
*******Footer CSS******
**************************/

  /*************************
******* Home ******
**************************/

  /*************************
*******Shop CSS******
**************************/

  /*************************
*******Product Details CSS******
**************************/

  /*************************
*******404 CSS******
**************************/

  /*************************
*******login page CSS******
**************************/

  /*************************
*******Cart CSS******
**************************/

  /*************************
*******checkout CSS******
**************************/

  /*************************
*******Blog CSS******
**************************/

  /*************************
*******Blog Single CSS******
**************************/

  /*************************
******* Contact CSS ********
**************************/

  /*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

  /* lg */

  /* md */

  /* sm */

  /* xs */

  /* XS Portrait */

  /*** Important Responsive Theme Settings ***/

  /*
    BB 02/22/2018
    Important Note:
    1. If Web designer want to change the background color of the site body and also want to match the background color for Page Editor pages
       (default, search, category, and product pages), Please apply the background color for these following classes.
        Here is the example:
        
    body, .widget-mask, .design_area, .bootstrap-designer .container-widget, .bootstrap-designer .widget-mask, .widget-mask, .search-container-widget,
    .bootstrap-designer-widget, .live .product-container-widget, .live .category-container-widget, .category-container-widget
        {
          background-color:antiquewhite!important;          
        }

    2. css classes are stored in cache. So after making changes, please remember to press ctrl + F5 to refresh the page from the server.
*/

  /* Site Header */

  /*main menu*/

  /* homepage slider */

  /* Homepage Category List (Left Nav)  */

  /* Homepage Searchbox */

  /* content columns */

  /***************Single Category Display ***********************/

  /***************Single Product Display ***********************/

  /*********** Product Detail (productinfo.aspx) ***********/

  /**** Category List ****/

  /**** Category Page ****/

  /*** My Account Menu ***/

  /*#ucContentMiddleCenter_MyAccountMenu1_lstMyAccountMenu, #Custom {*/

  /*#ucContentMiddleCenter_MyAccountMenu1_lstMyAccountMenu a, #Custom a {*/

  /* sign in page */

  /*** My Account Address Book ***/

  /*** My Account Orders ***/

  /*** My Account Create/Edit User ***/

  /**** Search Results ****/

  /**** Checkout MISC ****/

  /**** Cart ****/

  /**** Add Product Review ****/

  /**** CheckoutShipping ****/

  /*** MISC Input ***/

  /* images */

  /* override forced image sizes with class .ignore-global-width to the image*/

  /* social media containers */

  /* Footer */

  /*** Misc Page Items ***/

  /*** MISC FORM ITEMS ***/

  /* Small Devices, Tablets */

  /* rotated 480x640 */

  /* Extra Small Devices, Phones */

  /* Custom, iPhone Retina */

  /*==========  Custom Between Breakpoints Pairs ==========*/

  /* DISCOUNT MESSAGE STYLING */

  /*
    Those override classes are used to handle eSSS display while viewing in mobile device
    */

  /** hide sku# on product page **/

  /* Removing unnecessary parts of reports.  Shorter and less cluttered now. */

}
.live ul li {
  list-style: none;
}
.live a:hover {
  outline: none;
  text-decoration: none;
}
.live a:focus {
  outline: none;
  outline-offset: 0;
}
.live a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.live h1,
.live h2,
.live h3,
.live h4,
.live h5,
.live h6 {
  font-family: 'Roboto', sans-serif;
}
.live .btn:hover,
.live .btn:focus {
  outline: none;
  box-shadow: none;
}
.live .navbar-toggle {
  background-color: black;
}
.live a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #fe980f;
  color: white;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.live a#scrollUp i {
  font-size: 30px;
}
.live .header_top {
  background: none repeat scroll 0 0 #f0f0e9;
}
.live .contactinfo ul li:first-child {
  margin-left: -15px;
}
.live .contactinfo ul li a {
  font-size: 12px;
  color: #696763;
  font-family: 'Roboto', sans-serif;
}
.live .contactinfo ul li a:hover {
  background: inherit;
}
.live .social-icons ul li a {
  border: 0 none;
  border-radius: 0;
  color: #696763;
  padding: 0px;
}
.live .social-icons ul li {
  display: inline-block;
}
.live .social-icons ul li a i {
  padding: 11px 15px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.live .social-icons ul li a i:hover {
  color: white;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
.live .fa-facebook:hover {
  background: #0083c9;
}
.live .fa-twitter:hover {
  background: #5bbcec;
}
.live .fa-linkedin:hover {
  background: #ff4518;
}
.live .fa-dribbble:hover {
  background: #90c9dc;
}
.live .fa-google-plus:hover {
  background: #ce3c2d;
}
.live .header-middle .container .row {
  border-bottom: 1px solid whitesmoke;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.live .header-middle .container .row .col-sm-4 {
  padding-left: 0;
}
.live .header-middle .container .row .col-sm-8 {
  padding-right: 0;
}
.live .usa {
  border-radius: 0;
  color: #b4b1ab;
  font-size: 12px;
  margin-right: 20px;
  padding: 2px 15px;
  margin-top: 10px;
}
.live .usa:hover {
  background: #fe980f;
  color: white;
  border-color: #fe980f;
}
.live .usa:active,
.live .usa.active {
  background: none repeat scroll 0 0 #fe980f;
  box-shadow: inherit;
  outline: 0 none;
}
.live .btn-group.open .dropdown-toggle {
  background: transparent;
  box-shadow: none;
}
.live .dropdown-menu li a:hover,
.live .dropdown-menu li a:focus {
  background-color: #fe980f;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.live .shop-menu ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.live .shop-menu ul li:last-child {
  padding-right: 0;
}
.live .shop-menu ul li a {
  background: white;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  padding-right: 0;
  margin-top: 10px;
}
.live .shop-menu ul li a i {
  margin-right: 3px;
}
.live .shop-menu ul li a:hover {
  color: #fe980f;
  background: white;
}
.live .header-bottom {
  padding-bottom: 30px;
  padding-top: 20px;
}
.live .navbar-collapse.collapse {
  padding-left: 0;
}
.live .mainmenu ul li {
  padding-right: 15px;
  padding-left: 15px;
}
.live .mainmenu ul li:first-child {
  padding-left: 0px;
}
.live .mainmenu ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
  padding: 0;
  padding-bottom: 10px;
}
.live .mainmenu ul li a:hover,
.live .mainmenu ul li a.active,
.live .shop-menu ul li a.active {
  background: none;
  color: #fdb45e;
}
.live .search_box input {
  background: #f0f0e9;
  border: medium none;
  color: #b2b2b2;
  font-family: 'roboto';
  font-size: 12px;
  font-weight: 300;
  height: 35px;
  outline: medium none;
  padding-left: 10px;
  width: 155px;
  background-image: url(/eSSS/App_Themes/ctResponsive/images/home/searchicon.png);
  background-repeat: no-repeat;
  background-position: 130px;
}
.live .navbar-header .navbar-toggle .icon-bar {
  background-color: white;
}
.live .nav.navbar-nav > li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
.live ul.sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  list-style: none;
  padding: 0;
  margin: 0;
  width: 220px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}
.live .dropdown ul.sub-menu li .active {
  color: #fdb45e;
  padding-left: 0;
}
.live .navbar-nav li ul.sub-menu li {
  padding: 10px 20px 0 ;
}
.live .navbar-nav li ul.sub-menu li:last-child {
  padding-bottom: 20px;
}
.live .navbar-nav li ul.sub-menu li a {
  color: white;
}
.live .navbar-nav li ul.sub-menu li a:hover {
  color: #fdb45e;
}
.live .fa-angle-down {
  padding-left: 5px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.live #footer {
  background: #f0f0e9;
}
.live .footer-top .container {
  border-bottom: 1px solid #e0e0da;
  padding-bottom: 20px;
}
.live .companyinfo {
  margin-top: 57px;
}
.live .companyinfo h2 {
  color: #b4b1ab;
  font-family: abel;
  font-size: 27px;
  text-transform: uppercase;
}
.live .companyinfo h2 span {
  color: #fe980f;
}
.live .companyinfo p {
  color: #b3b3ad;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.live .footer-top .col-sm-3 {
  overflow: hidden;
}
.live .video-gallery {
  margin-top: 57px;
  position: inherit;
}
.live .video-gallery a img {
  height: 100%;
  width: 100%;
}
.live .iframe-img {
  position: relative;
  display: block;
  height: 61px;
  margin-bottom: 10px;
  border: 2px solid #ccccc6;
  border-radius: 3px;
}
.live .overlay-icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 61px;
  background: #fe980f;
  border-radius: 3px;
  color: white;
  font-size: 20px;
  line-height: 0;
  display: block;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.live .overlay-icon i {
  position: relative;
  top: 50%;
  margin-top: -20px;
}
.live .video-gallery a:hover .overlay-icon {
  opacity: 1;
}
.live .video-gallery p {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}
.live .video-gallery h2 {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
}
.live .address {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.live .address  img {
  width: 100%;
}
.live .address p {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  left: 25px;
  position: absolute;
  top: 50px;
}
.live .footer-widget {
  margin-bottom: 68px;
}
.live .footer-widget .container {
  border-top: 1px solid white;
  padding-top: 15px;
}
.live .single-widget h2 {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.live .single-widget h2 i {
  margin-right: 15px;
}
.live .single-widget ul li a {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}
.live .single-widget ul li a i {
  margin-right: 18px;
}
.live .single-widget ul li a:hover {
  background: none;
  color: #fe980f;
}
.live .searchform input {
  border: 1px solid #dddddd;
  color: #ccccc6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}
.live .searchform button {
  background: #fe980f;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}
.live .searchform button i {
  color: white;
  font-size: 20px;
}
.live .searchform button:hover,
.live .searchform button:focus {
  background-color: #fe980f;
}
.live .searchform p {
  color: #8c8c88;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}
.live .footer-bottom {
  background: #d6d6d0;
  padding-top: 10px;
}
.live .footer-bottom p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}
.live .footer-bottom p span a {
  color: #fe980f;
  font-style: italic;
  text-decoration: underline;
}
.live #slider {
  padding-bottom: 45px;
}
.live .carousel-indicators li {
  background: #c4c4be;
}
.live .carousel-indicators li.active {
  background: #fe980f;
}
.live .item {
  padding-left: 100px;
}
.live .pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}
.live .HomeImage {
  margin-left: 0;
  max-height: 300px;
}
.live .item h1 {
  color: #b4b1ab;
  font-family: abel;
  font-size: 48px;
  margin-top: 115px;
}
.live .item h1 span {
  color: #fe980f;
}
.live .item h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}
.live .item  p {
  color: #363432;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}
.live .get {
  background: #fe980f;
  border: 0 none;
  border-radius: 0;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}
.live .item button:hover {
  background: #fe980f;
}
.live .control-carousel {
  position: absolute;
  top: 40%;
  font-size: 60px;
  color: #c2c2c1;
}
.live .control-carousel:hover {
  color: #fe980f;
}
.live .right {
  right: 0;
}
.live .category-products {
  border: 1px solid #f7f7f0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.live .left-sidebar h2,
.live .brands_products h2 {
  color: #fe980f;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
.live .left-sidebar h2:after,
.live h2.title:after {
  content: " ";
  position: absolute;
  border: 1px solid whitesmoke;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -2;
}
.live .left-sidebar h2:before {
  content: " ";
  position: absolute;
  background: white;
  bottom: -6px;
  width: 130px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -65px;
}
.live h2.title:before {
  content: " ";
  position: absolute;
  background: white;
  bottom: -6px;
  width: 220px;
  height: 30px;
  z-index: -1;
  left: 50%;
  margin-left: -110px;
}
.live .category-products .panel {
  background-color: white;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
.live .category-products .panel-default .panel-heading {
  background-color: white;
  border: 0 none;
  color: white;
  padding: 5px 20px;
}
.live .category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.live .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.live .category-products .badge {
  background: none!important;
  border-radius: 10px;
  color: #696763 !important;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.live .panel-body ul {
  padding-left: 20px;
}
.live .panel-body ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.live .brands-name {
  border: 1px solid #f7f7f0;
  padding-bottom: 20px;
  padding-top: 15px;
}
.live .brands-name .nav-stacked li a {
  background-color: white;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.live .brands-name .nav-stacked li a:hover {
  background-color: white;
  color: #696763;
}
.live .shipping {
  background-color: #f2f2f2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}
.live .price-range {
  margin-top: 30px;
}
.live .well {
  background-color: white;
  border: 1px solid #f7f7f0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}
.live .tooltip-inner {
  background-color: #fe980f;
  border-radius: 4px;
  color: white;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}
.live .tooltip.top .tooltip-arrow {
  border-top-color: #fe980f;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.live .padding-right {
  padding-right: 0;
}
.live .features_items {
  overflow: hidden;
}
.live h2.title {
  color: #fe980f;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.live .product-image-wrapper {
  border: 1px solid #f7f7f5;
  overflow: hidden;
  margin-bottom: 30px;
}
.live .single-products {
  position: relative;
}
.live .new,
.live .sale {
  position: absolute;
  top: 0;
  right: 0;
}
.live .productinfo h2 {
  color: #fe980f;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.live .product-overlay h2 {
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.live .productinfo p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #696763;
}
.live .productinfo {
  position: relative;
}
.live .product-overlay {
  background: #fe980f;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity: ;
}
.live .single-products:hover .product-overlay {
  display: block;
  height: 100%;
}
.live .product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.live .product-overlay .add-to-cart {
  background: white;
  border: 0 none;
  border-radius: 0;
  color: #fe980f;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}
.live .product-overlay .add-to-cart:hover {
  background: white;
  color: #fe980f;
}
.live .product-overlay p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.live .add-to-cart {
  background: #f5f5ed;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 25px;
}
.live .add-to-cart:hover {
  background: #fe980f;
  border: 0 none;
  border-radius: 0;
  color: white;
}
.live .add-to {
  margin-bottom: 10px;
}
.live .add-to-cart i {
  margin-right: 5px;
}
.live .add-to-cart:hover {
  background: #fe980f;
  color: white;
}
.live .choose {
  border-top: 1px solid #f7f7f0;
}
.live .choose ul li a {
  color: #b3afa8;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}
.live .choose ul li a i {
  margin-right: 5px;
}
.live .choose ul li a:hover {
  background: none;
  color: #fe980f;
}
.live .category-tab {
  overflow: hidden;
}
.live .category-tab ul {
  background: #40403e;
  border-bottom: 1px solid #fe980f;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.live .category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #b3afa8;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.live .category-tab ul  li  a:hover {
  background: #fe980f;
  color: white;
}
.live .nav-tabs li.active a,
.live .nav-tabs li.active a:hover,
.live .nav-tabs li.active a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #fe980f;
  border: 0px;
  color: white;
  cursor: default;
  margin-right: 0;
  margin-left: 0;
}
.live .nav-tabs  li  a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  line-height: 1.42857;
  margin-right: 0;
}
.live .recommended_items {
  overflow: hidden;
}
.live #recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}
.live .recommended-item-control {
  position: absolute;
  top: 41%;
}
.live .recommended-item-control i {
  background: none repeat scroll 0 0 #fe980f;
  color: white;
  font-size: 20px;
  padding: 4px 10px;
}
.live .recommended-item-control i:hover {
  background: #ccccc6;
}
.live .our_partners {
  overflow: hidden;
}
.live .our_partners ul {
  background: #f7f7f0;
  margin-bottom: 50px;
}
.live .our_partners ul li a:hover {
  background: none;
}
.live #advertisement {
  padding-bottom: 45px;
}
.live #advertisement img {
  width: 100%;
}
.live .pagination {
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
  padding-left: 15px;
}
.live .pagination li:first-child a,
.live .pagination li:first-child span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 0;
}
.live .pagination li:last-child a,
.live .pagination li:last-child span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.live .pagination .active a,
.live .pagination .active span,
.live .pagination .active a:hover,
.live .pagination .active span:hover,
.live .pagination .active a:focus,
.live .pagination .active span:focus {
  background-color: #fe980f;
  border-color: #fe980f;
  color: white;
  cursor: default;
  z-index: 2;
}
.live .pagination li a,
.live .pagination li span {
  background-color: #f0f0e9;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color: black;
}
.live .pagination  li  a:hover {
  background: #fe980f;
  color: white;
}
.live .product-details {
  overflow: hidden;
}
.live #similar-product {
  margin-top: 40px;
}
.live #reviews {
  padding-left: 25px;
  padding-right: 25px;
}
.live .product-details {
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 10px;
}
.live .view-product {
  position: relative;
}
.live .view-product img {
  border: 1px solid #f7f7f0;
  height: 380px;
  width: 100%;
}
.live .view-product h3 {
  background: #fe980f;
  bottom: 0;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
  right: 0;
}
.live #similar-product .carousel-inner .item {
  padding-left: 0px;
}
.live #similar-product .carousel-inner .item img {
  display: inline-block;
  margin-left: 15px;
}
.live .item-control {
  position: absolute;
  top: 35%;
}
.live .item-control i {
  background: #fe980f;
  color: white;
  font-size: 20px;
  padding: 5px 10px;
}
.live .item-control i:hover {
  background: #ccccc6;
}
.live .product-information {
  border: 1px solid #f7f7f0;
  overflow: hidden;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-top: 60px;
  position: relative;
}
.live .newarrival {
  position: absolute;
  top: 0;
  left: 0;
}
.live .product-information h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
}
.live .product-information p {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
.live .product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}
.live .product-information span span {
  color: #fe980f;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}
.live .product-information span input {
  border: 1px solid #dededc;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}
.live .product-information span label {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}
.live .share {
  margin-top: 15px;
}
.live .cart {
  background: #fe980f;
  border: 0 none;
  border-radius: 0;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.live .shop-details-tab {
  border: 1px solid #f7f7f0;
  margin-bottom: 75px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
}
.live .shop-details-tab .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.live #reviews ul {
  background: white;
  border: 0 none;
  list-style: none outside none;
  margin: 0 0 20px;
  padding: 0;
}
.live #reviews  ul  li {
  display: inline-block;
}
.live #reviews ul li a {
  color: #696763;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-right: 15px;
}
.live #reviews ul li a i {
  color: #fe980f;
  padding-right: 8px;
}
.live #reviews ul li a:hover {
  background: white;
  color: #fe980f;
}
.live #reviews p {
  color: #363432;
}
.live #reviews  form span {
  display: block;
}
.live #reviews form span input {
  background: #f0f0e9;
  border: 0 none;
  color: #a6a6a1;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 8px;
  width: 48%;
}
.live #reviews form span input:last-child {
  margin-left: 3%;
}
.live #reviews textarea {
  background: #f0f0e9;
  border: medium none;
  color: #a6a6a1;
  height: 195px;
  margin-bottom: 25px;
  margin-top: 15px;
  outline: medium none;
  padding-left: 10px;
  padding-top: 15px;
  resize: none;
  width: 99.5%;
}
.live #reviews button {
  background: #fe980f;
  border: 0 none;
  border-radius: 0;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.live .logo-404 {
  margin-top: 60px;
}
.live .content-404 h1 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 41px;
  font-weight: 300;
}
.live .content-404 img {
  margin: 0 auto;
}
.live .content-404 p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
.live .content-404 h2 {
  margin-top: 50px;
}
.live .content-404 h2 a {
  background: #fe980f;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 300;
  padding: 8px 40px;
}
.live #form {
  display: block;
  margin-bottom: 185px;
  margin-top: 185px;
  overflow: hidden;
}
.live .login-form h2,
.live .signup-form h2 {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.live .login-form form input,
.live .signup-form form input {
  background: #f0f0e9;
  border: medium none;
  color: #696763;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  height: 40px;
  margin-bottom: 10px;
  outline: medium none;
  padding-left: 10px;
  width: 100%;
}
.live .login-form form span {
  line-height: 25px;
}
.live .login-form form span input {
  width: 15px;
  float: left;
  height: 15px;
  margin-right: 5px;
}
.live .login-form form button {
  margin-top: 23px;
}
.live .login-form form button,
.live .signup-form form button {
  background: #fe980f;
  border: medium none;
  border-radius: 0;
  color: white;
  display: block;
  font-family: 'Roboto', sans-serif;
  padding: 6px 25px;
}
.live .login-form label input {
  border: medium none;
  display: inline-block;
  height: 0;
  margin-bottom: 0;
  outline: medium none;
  padding-left: 0;
}
.live .or {
  background: #fe980f;
  border-radius: 40px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  margin-top: 75px;
  text-align: center;
  width: 50px;
}
.live #do_action {
  margin-bottom: 50px;
}
.live .breadcrumbs {
  position: relative;
}
.live .breadcrumbs .breadcrumb {
  background: transparent;
  margin-bottom: 75px;
  padding-left: 0;
}
.live .breadcrumbs .breadcrumb li a {
  background: #fe980f;
  color: white;
  padding: 3px 7px;
}
.live .breadcrumbs .breadcrumb li a:after {
  content: "";
  height: auto;
  width: auto;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fe980f;
  position: absolute;
  top: 11px;
  left: 48px;
}
.live .breadcrumbs .breadcrumb > li + li:before {
  content: " ";
}
.live #cart_items .cart_info {
  border: 1px solid #e6e4df;
  margin-bottom: 50px;
}
.live #cart_items .cart_info .cart_menu {
  background: #fe980f;
  color: white;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.live #cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}
.live #cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid #f7f7f0;
}
.live #cart_items .cart_info .table.table-condensed tr:last-child {
  border-bottom: 0;
}
.live .cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}
.live #cart_items .cart_info .image {
  padding-left: 30px;
}
.live #cart_items .cart_info .cart_description h4 {
  margin-bottom: 0;
}
.live #cart_items .cart_info .cart_description h4 a {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
}
.live #cart_items .cart_info .cart_description p {
  color: #696763;
}
.live #cart_items .cart_info .cart_price p {
  color: #696763;
  font-size: 18px;
}
.live #cart_items .cart_info .cart_total_price {
  color: #fe980f;
  font-size: 24px;
}
.live .cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}
.live .cart_quantity_button a {
  background: #f0f0e9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}
.live .cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.live .cart_delete {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}
.live .cart_delete a {
  background: #f0f0e9;
  color: white;
  padding: 5px 7px;
  font-size: 16px;
}
.live .cart_delete a:hover {
  background: #fe980f;
}
.live .bg h2.title {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.live .heading h3 {
  color: #363432;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
.live .heading p {
  color: #434343;
  font-size: 16px;
  font-weight: 300;
}
.live #do_action .total_area {
  padding-bottom: 18px !important;
}
.live #do_action .total_area,
.live #do_action .chose_area {
  border: 1px solid #e6e4df;
  color: #696763;
  padding: 30px 25px 30px 0;
  margin-bottom: 80px;
}
.live .total_area span {
  float: right;
}
.live .total_area ul li {
  background: #e6e4df;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;
}
.live .user_option label {
  color: #696763;
  font-weight: normal;
  margin-left: 10px;
}
.live .user_info {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  overflow: hidden;
}
.live .user_info label {
  color: #696763;
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.live .user_info .single_field {
  width: 31%;
}
.live .user_info .single_field.zip-field input {
  background: transparent;
  border: 1px solid #f0f0e9;
}
.live .user_info > li {
  float: left;
  margin-right: 10px;
}
.live .user_info input,
.live select,
.live textarea {
  background: #f0f0e9;
  border: 0;
  color: #696763;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  resize: none;
}
.live .user_info select:focus {
  border: 0;
}
.live .chose_area .update {
  margin-left: 40px;
}
.live .update,
.live .check_out {
  background: #fe980f;
  border-radius: 0;
  color: white;
  margin-top: 18px;
  border: none;
  padding: 5px 15px;
}
.live .update {
  margin-left: 40px;
}
.live .check_out {
  margin-left: 20px;
}
.live .step-one {
  margin-bottom: -10px;
}
.live .register-req,
.live .step-one .heading {
  background: none repeat scroll 0 0 #f0f0e9;
  color: #363432;
  font-size: 20px;
  margin-bottom: 35px;
  padding: 10px 25px;
  font-family: 'Roboto', sans-serif;
}
.live .checkout-options {
  padding-left: 20px;
}
.live .checkout-options h3 {
  color: #363432;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.live .checkout-options p {
  color: #434343;
  font-weight: 300;
  margin-bottom: 25px;
}
.live .checkout-options .nav li {
  float: left;
  margin-right: 45px;
  color: #696763;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.live .checkout-options .nav label {
  font-weight: normal;
}
.live .checkout-options .nav li a {
  color: #fe980f;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
}
.live .checkout-options .nav li a:hover {
  background: inherit;
}
.live .checkout-options .nav i {
  margin-right: 10px;
  border-radius: 50%;
  padding: 5px;
  background: #fe980f;
  color: white;
  font-size: 14px;
  padding: 2px 3px;
}
.live .register-req {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 20px;
  margin-top: 35px;
}
.live .register-req p {
  margin-bottom: 0;
}
.live .shopper-info p,
.live .bill-to p,
.live .order-message p {
  color: #696763;
  font-size: 20px;
  font-weight: 300;
}
.live .shopper-info .btn-primary {
  background: #fe980f;
  border: 0 none;
  border-radius: 0;
  margin-right: 15px;
  margin-top: 20px;
}
.live .form-two,
.live .form-one {
  float: left;
  width: 47%;
}
.live .shopper-info > form > input,
.live .form-two > form > select,
.live .form-two > form > input,
.live .form-one > form > input {
  background: #f0f0e9;
  border: 0 none;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-weight: 300;
}
.live .form-two > form > select {
  padding: 10px 5px;
}
.live .form-two {
  margin-left: 5%;
}
.live .order-message textarea {
  font-size: 12px;
  height: 335px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.live .order-message label {
  font-weight: 300;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-left: 10px;
  font-size: 14px;
}
.live .review-payment h2 {
  color: #696763;
  font-size: 20px;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 20px;
}
.live .payment-options {
  margin-bottom: 125px;
  margin-top: -25px;
}
.live .payment-options span label {
  color: #696763;
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px;
}
.live #cart_items .cart_info .table.table-condensed.total-result {
  margin-bottom: 10px;
  margin-top: 35px;
  color: #696763;
}
.live #cart_items .cart_info .table.table-condensed.total-result tr {
  border-bottom: 0;
}
.live #cart_items .cart_info .table.table-condensed.total-result span {
  color: #fe980f;
  font-weight: 700;
  font-size: 16px;
}
.live #cart_items .cart_info .table.table-condensed.total-result .shipping-cost {
  border-bottom: 1px solid #f7f7f0;
}
.live .blog-post-area .single-blog-post h3 {
  color: #696763;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 17px;
}
.live .blog-post-area .single-blog-post a img {
  border: 1px solid #f7f7f0;
  width: 100%;
  margin-bottom: 30px;
}
.live .blog-post-area .single-blog-post p {
  color: #363432;
}
.live .blog-post-area .post-meta {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.live .blog-post-area .post-meta ul {
  padding: 0;
  display: inline;
}
.live .blog-post-area .post-meta ul li {
  background: #f0f0e9;
  float: left;
  margin-right: 10px;
  padding: 0 5px;
  font-size: 11px;
  color: #393b3b;
  position: relative;
}
.live .blog-post-area .post-meta ul li i {
  background: #fe980f;
  color: white;
  margin-left: -4px;
  margin-right: 7px;
  padding: 4px 7px;
}
.live .sinlge-post-meta li i:after,
.live .blog-post-area .post-meta ul li i:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-color: transparent transparent transparent #fe980f;
  border-width: 4px;
  border-style: solid;
  top: 6px;
  left: 24px;
}
.live .blog-post-area .post-meta ul span {
  float: right;
  color: #fe980f;
}
.live .post-meta span {
  float: right;
}
.live .post-meta span i {
  color: #fe980f;
}
.live .blog-post-area .single-blog-post .btn-primary {
  background: #fe980f;
  border: medium none;
  border-radius: 0;
  color: white;
  margin-top: 17px;
}
.live .pagination-area {
  margin-bottom: 45px;
  margin-top: 45px;
}
.live .pagination-area .pagination li a {
  background: #f0f0e9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  margin-right: 5px;
  padding: 4px 12px;
}
.live .pagination-area .pagination li a:hover,
.live .pagination-area .pagination li .active {
  background: #fe980f;
  color: white;
}
.live .pager-area {
  overflow: hidden;
}
.live .pager-area .pager li a {
  background: #f0f0e9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  font-size: 12px;
  font-weight: 700;
  padding: 4px;
  text-transform: uppercase;
  width: 57px;
}
.live .pager-area .pager li a:hover {
  background: #fe980f;
  color: white;
}
.live .rating-area {
  border: 1px solid #f7f7f0;
  direction: block;
  overflow: hidden;
}
.live .rating-area ul li {
  float: left;
  padding: 5px;
  font-size: 12px;
}
.live .rating-area .ratings {
  float: left;
  padding-left: 0;
  margin-bottom: 0;
}
.live .rating-area .ratings li i {
  color: #cccccc;
}
.live .rating-area .rate-this {
  color: #363432;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.live .rating-area .ratings .color,
.live .rating-area .color {
  color: #fe980f;
}
.live .rating-area .tag {
  float: right;
  margin-bottom: 0;
  margin-right: 10px;
}
.live .rating-area .tag li {
  padding: 5px 2px;
}
.live .rating-area .tag li span {
  color: #363432;
}
.live .socials-share {
  margin-bottom: 30px;
  margin-top: 18px;
}
.live .commnets .media-object {
  margin-right: 15px;
  width: 100%;
}
.live .commnets {
  border: 1px solid #f7f7f0;
  padding: 18px 18px 18px 0;
  margin-bottom: 50px;
}
.live .commnets .pull-left {
  margin-right: 22px;
}
.live .commnets p,
.live .response-area p,
.live .replay-box p {
  font-size: 12px;
}
.live .media-heading {
  color: #363432;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
.live .blog-socials {
  margin-bottom: -9px;
  margin-top: 14px;
}
.live .blog-socials ul {
  padding-left: 0;
  overflow: hidden;
  float: left;
}
.live .blog-socials .btn.btn-primary {
  margin-top: 0;
}
.live .blog-socials ul li {
  float: left;
  height: 17px;
  margin-right: 5px;
  text-align: center;
  width: 17px;
}
.live .blog-socials ul li a {
  color: #393b3b;
  display: block;
  font-size: 10px;
  padding: 1px;
  background: #f0f0e9;
}
.live .blog-socials ul li a:hover {
  color: white;
  background: #fe980f;
}
.live .media-list .btn-primary,
.live .commnets .btn-primary {
  background: #fc9a11;
  border: 0 none;
  border-radius: 0;
  color: white;
  float: left;
  font-size: 10px;
  padding: 1px 7px;
  text-transform: uppercase;
}
.live .response-area h2 {
  color: #363432;
  font-size: 20px;
  font-weight: 700;
}
.live .response-area .media {
  border: 1px solid #f7f7f0;
  padding: 18px 18px 18px 0;
  margin-bottom: 27px;
}
.live .response-area .media img {
  height: 102px;
  width: 100%;
}
.live .response-area .media .pull-left {
  margin-right: 25px;
}
.live .response-area .second-media {
  margin-left: 5%;
  width: 95%;
}
.live .sinlge-post-meta {
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 15px;
}
.live .sinlge-post-meta li {
  background: #f0f0e9;
  color: #363432;
  float: left;
  font-size: 10px;
  font-weight: 700;
  margin-right: 10px;
  padding: 0 10px 0 0;
  position: relative;
  text-transform: uppercase;
}
.live .sinlge-post-meta li i {
  background: #fe980f;
  color: white;
  margin-right: 10px;
  padding: 8px 10px;
}
.live .sinlge-post-meta li i:after {
  top: 7px;
  border-width: 6px;
  left: 27px;
}
.live .replay-box {
  margin-bottom: 107px;
  margin-top: 55px;
}
.live .replay-box h2 {
  font-weight: 700;
  font-size: 20px;
  color: #363432;
  margin-top: 0;
  margin-bottom: 45px;
}
.live .replay-box label {
  background: #fe980f;
  color: white;
  margin-bottom: 15px;
  padding: 3px 15px;
  float: left;
  font-weight: 400;
}
.live .replay-box span {
  color: #fe980f;
  float: right;
  font-weight: 700;
  margin-top: 21px;
}
.live .replay-box form input {
  border: 1px solid #f7f7f0;
  color: #adb2b2;
  font-size: 12px;
  margin-bottom: 22px;
  padding: 8px;
  width: 100%;
}
.live .replay-box form input:hover,
.live .text-area textarea:hover {
  border: 1px solid #fe980f;
}
.live .text-area {
  margin-top: 66px;
}
.live .text-area textarea {
  background: transparent;
  border: 1px solid #f7f7f0;
}
.live .btn.btn-primary {
  background: #fe980f;
  border: 0 none;
  border-radius: 0;
  margin-top: 16px;
}
.live .blank-arrow {
  position: relative;
}
.live .blank-arrow label:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #fe980f transparent transparent transparent;
  top: 25px;
  /*left: 5px*/

}
.live .contact-map {
  width: 100%;
  height: 385px;
  margin-bottom: 70px;
}
.live .contact-info .heading,
.live .contact-form .heading {
  text-transform: capitalize;
}
.live .contact-form .form-group {
  margin-bottom: 20px;
}
.live #contact-page .form-control::-moz-placeholder {
  color: #8d8d8d;
}
.live #contact-page .form-control {
  background-color: white;
  border: 1px solid #dddddd;
  color: #696763;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inherit;
}
.live #contact-page #message {
  height: 160px;
  resize: none;
}
.live #main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}
.live #contact-page .form-control:focus,
.live #contact-page .form-control:hover {
  box-shadow: inherit;
  border-color: #fdb45e;
}
.live #contact-page .contact-info {
  padding: 0 20px;
}
.live #contact-page .contact-info address {
  margin-bottom: 40px;
  margin-top: -5px;
}
.live #contact-page .contact-info p {
  margin-bottom: 0;
  color: #696763;
  font-size: 16px;
  line-height: 25px;
}
.live .social-networks {
  overflow: hidden;
  text-align: center;
}
.live .social-networks ul {
  margin-top: -5px;
  padding: 0;
  display: inline-block;
}
.live .social-networks ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;
}
.live .social-networks ul li:last-child {
  margin-right: 0;
}
.live .social-networks ul li a {
  color: #999999;
  font-size: 25px;
}
.live .contact-info .social-networks ul li a i {
  background: none;
}
.live .contact-info .social-networks ul li a:hover {
  color: #fe980f;
}
.live div.pp_default .pp_top,
.live div.pp_default .pp_top .pp_middle,
.live div.pp_default .pp_top .pp_left,
.live div.pp_default .pp_top .pp_right,
.live div.pp_default .pp_bottom,
.live div.pp_default .pp_bottom .pp_left,
.live div.pp_default .pp_bottom .pp_middle,
.live div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
.live div.pp_default .pp_top .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
.live div.pp_default .pp_top .pp_middle {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
.live div.pp_default .pp_top .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
.live div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
.live div.pp_default .pp_content_container .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
.live div.pp_default .pp_content_container .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
.live div.pp_default .pp_next:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_previous:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_expand {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.live div.pp_default .pp_expand:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_contract {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.live div.pp_default .pp_contract:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_gallery ul li a {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
.live div.pp_default .pp_social {
  margin-top: 7px;
}
.live div.pp_default .pp_gallery a.pp_arrow_previous,
.live div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
.live div.pp_default .pp_nav .pp_play,
.live div.pp_default .pp_nav .pp_pause {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
.live div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
.live div.pp_default a.pp_arrow_previous,
.live div.pp_default a.pp_arrow_next {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
.live div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
.live div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
.live div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
.live div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
.live div.pp_default .pp_close:hover,
.live div.pp_default .pp_nav .pp_play:hover,
.live div.pp_default .pp_nav .pp_pause:hover,
.live div.pp_default .pp_arrow_next:hover,
.live div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
.live div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
.live div.pp_default .pp_bottom .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
.live div.pp_default .pp_bottom .pp_middle {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
.live div.pp_default .pp_bottom .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
.live div.pp_default .pp_loaderIcon {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/default/loader.gif) center center no-repeat;
}
.live div.light_rounded .pp_top .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
.live div.light_rounded .pp_top .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
.live div.light_rounded .pp_next:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_previous:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_expand {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_expand:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_contract {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_contract:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_nav .pp_play {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_rounded .pp_nav .pp_pause {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_rounded .pp_arrow_previous {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
.live div.light_rounded .pp_arrow_next {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
.live div.light_rounded .pp_bottom .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
.live div.light_rounded .pp_bottom .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
.live div.dark_rounded .pp_top .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
.live div.dark_rounded .pp_top .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
.live div.dark_rounded .pp_content_container .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
.live div.dark_rounded .pp_content_container .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
.live div.dark_rounded .pp_next:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_previous:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_expand {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_expand:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_contract {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_contract:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_description {
  margin-right: 85px;
  color: white;
}
.live div.dark_rounded .pp_nav .pp_play {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_rounded .pp_nav .pp_pause {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_rounded .pp_arrow_previous {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
.live div.dark_rounded .pp_arrow_next {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
.live div.dark_rounded .pp_bottom .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
.live div.dark_rounded .pp_bottom .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
.live div.dark_rounded .pp_loaderIcon {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
.live div.dark_square .pp_left,
.live div.dark_square .pp_middle,
.live div.dark_square .pp_right,
.live div.dark_square .pp_content {
  background: black;
}
.live div.dark_square .pp_description {
  color: white;
  margin: 0 85px 0 0;
}
.live div.dark_square .pp_loaderIcon {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
.live div.dark_square .pp_expand {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_expand:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_contract {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_contract:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_nav {
  clear: none;
}
.live div.dark_square .pp_nav .pp_play {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_square .pp_nav .pp_pause {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_square .pp_arrow_previous {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
.live div.dark_square .pp_arrow_next {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
.live div.dark_square .pp_next:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_previous:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_expand {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_expand:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_contract {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_contract:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_nav .pp_play {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_square .pp_nav .pp_pause {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_square .pp_arrow_previous {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
.live div.light_square .pp_arrow_next {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
.live div.light_square .pp_next:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_previous:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_top .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
.live div.facebook .pp_top .pp_middle {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
.live div.facebook .pp_top .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
.live div.facebook .pp_content_container .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
.live div.facebook .pp_content_container .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
.live div.facebook .pp_expand {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_expand:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_contract {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_contract:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_description {
  margin: 0 37px 0 0;
}
.live div.facebook .pp_loaderIcon {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
.live div.facebook .pp_arrow_previous {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
.live div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
.live div.facebook .pp_arrow_next {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
.live div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
.live div.facebook .pp_nav {
  margin-top: 0;
}
.live div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
.live div.facebook .pp_nav .pp_play {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
.live div.facebook .pp_nav .pp_pause {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
.live div.facebook .pp_next:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_previous:hover {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_bottom .pp_left {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
.live div.facebook .pp_bottom .pp_middle {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
.live div.facebook .pp_bottom .pp_right {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
.live div.pp_pic_holder a:focus {
  outline: none;
}
.live div.pp_overlay {
  background: black;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
.live div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.live .pp_content {
  height: 40px;
  min-width: 40px;
}
.live * html .pp_content {
  width: 40px;
}
.live .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.live .pp_content_container .pp_left {
  padding-left: 20px;
}
.live .pp_content_container .pp_right {
  padding-right: 20px;
}
.live .pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.live .pp_description {
  display: none;
  margin: 0;
}
.live .pp_social {
  float: left;
  margin: 0;
}
.live .pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.live .pp_social .twitter {
  float: left;
}
.live .pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.live .pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.live .pp_nav .pp_play,
.live .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
.live a.pp_arrow_previous,
.live a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.live .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.live .pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.live .pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.live .pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.live .pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.live .pp_gallery ul a img {
  border: 0;
}
.live .pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.live .pp_gallery li.default a {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.live .pp_gallery .pp_arrow_previous,
.live .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
.live a.pp_next {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
.live a.pp_previous {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
.live a.pp_expand,
.live a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
.live a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.live .pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
.live #pp_full_res {
  line-height: 1 !important;
}
.live #pp_full_res .pp_inline {
  text-align: left;
}
.live #pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
.live div.ppt {
  color: white;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
.live div.pp_default .pp_content,
.live div.light_rounded .pp_content {
  background-color: white;
}
.live div.pp_default #pp_full_res .pp_inline,
.live div.light_rounded .pp_content .ppt,
.live div.light_rounded #pp_full_res .pp_inline,
.live div.light_square .pp_content .ppt,
.live div.light_square #pp_full_res .pp_inline,
.live div.facebook .pp_content .ppt,
.live div.facebook #pp_full_res .pp_inline {
  color: black;
}
.live div.pp_default .pp_gallery ul li a:hover,
.live div.pp_default .pp_gallery ul li.selected a,
.live .pp_gallery ul a:hover,
.live .pp_gallery li.selected a {
  border-color: white;
}
.live div.pp_default .pp_details,
.live div.light_rounded .pp_details,
.live div.dark_rounded .pp_details,
.live div.dark_square .pp_details,
.live div.light_square .pp_details,
.live div.facebook .pp_details {
  position: relative;
}
.live div.light_rounded .pp_top .pp_middle,
.live div.light_rounded .pp_content_container .pp_left,
.live div.light_rounded .pp_content_container .pp_right,
.live div.light_rounded .pp_bottom .pp_middle,
.live div.light_square .pp_left,
.live div.light_square .pp_middle,
.live div.light_square .pp_right,
.live div.light_square .pp_content,
.live div.facebook .pp_content {
  background: white;
}
.live div.light_rounded .pp_description,
.live div.light_square .pp_description {
  margin-right: 85px;
}
.live div.light_rounded .pp_gallery a.pp_arrow_previous,
.live div.light_rounded .pp_gallery a.pp_arrow_next,
.live div.dark_rounded .pp_gallery a.pp_arrow_previous,
.live div.dark_rounded .pp_gallery a.pp_arrow_next,
.live div.dark_square .pp_gallery a.pp_arrow_previous,
.live div.dark_square .pp_gallery a.pp_arrow_next,
.live div.light_square .pp_gallery a.pp_arrow_previous,
.live div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
.live div.light_rounded .pp_arrow_previous.disabled,
.live div.dark_rounded .pp_arrow_previous.disabled,
.live div.dark_square .pp_arrow_previous.disabled,
.live div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
.live div.light_rounded .pp_arrow_next.disabled,
.live div.dark_rounded .pp_arrow_next.disabled,
.live div.dark_square .pp_arrow_next.disabled,
.live div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
.live div.light_rounded .pp_loaderIcon,
.live div.light_square .pp_loaderIcon {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
.live div.dark_rounded .pp_top .pp_middle,
.live div.dark_rounded .pp_content,
.live div.dark_rounded .pp_bottom .pp_middle {
  background: url(/eSSS/App_Themes/ctResponsive/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
.live div.dark_rounded .currentTextHolder,
.live div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
.live div.dark_rounded #pp_full_res .pp_inline,
.live div.dark_square #pp_full_res .pp_inline {
  color: white;
}
.live .pp_top,
.live .pp_bottom {
  height: 20px;
  position: relative;
}
.live * html .pp_top,
.live * html .pp_bottom {
  padding: 0 20px;
}
.live .pp_top .pp_left,
.live .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.live .pp_top .pp_middle,
.live .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.live * html .pp_top .pp_middle,
.live * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.live .pp_top .pp_right,
.live .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.live .pp_fade,
.live .pp_gallery li.default a img {
  display: none;
}
.live .slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.live .slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.live .slider.slider-horizontal .slider-track {
  height: 15px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}
.live .slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.live .slider.slider-horizontal .slider-handle {
  margin-left: -12px;
  margin-top: 2px;
}
.live .left-round {
  margin-left: 2px !important;
}
.live .slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.live .slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.live .slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.live .slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.live .slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.live .slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.live .slider input {
  display: none;
}
.live .slider .tooltip-inner {
  white-space: nowrap;
}
.live .slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, whitesmoke, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.live .slider-selection {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #fe980f;
  border-radius: 15px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  position: absolute;
}
.live .slider-handle {
  background: white;
  box-shadow: none;
  height: 10px;
  opacity: 1;
  position: absolute;
  width: 10px;
}
.live .slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.live .slider-handle.triangle {
  background: transparent none;
}
@media (min-width: 1200px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .live .usa {
    margin-right: 0;
  }
  .live .shipping img {
    width: 100%;
  }
  .live .searchform input {
    width: 160px;
  }
  .live .product-information span span {
    width: 100%;
  }
  .live #similar-product .carousel-inner .item img {
    width: 65px;
  }
  .live #cart_items .cart_info .cart_description h4,
  .live #cart_items .cart_info .cart_description p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .live .shop-menu ul li a {
    padding-left: 0;
  }
  .live #slider-carousel .item {
    padding-left: 30px;
  }
  .live .item h2 {
    font-size: 24px;
  }
  .live .girl {
    margin-left: 0;
  }
  .live .pricing {
    width: 100px;
  }
  .live .shipping img {
    width: 100%;
  }
  .live .slider.slider-horizontal {
    width: 100% !important;
  }
  .live .tab-pane .col-sm-3,
  .live .features_items .col-sm-4 {
    width: 50%;
  }
  .live .footer-widget .col-sm-2 {
    width: 33%;
    display: inline-block;
    margin-bottom: 50px;
  }
  .live .footer-widget .col-sm-3 {
    display: inline-block;
    width: 40%;
  }
  .live #similar-product .carousel-inner .item img {
    width: 60px;
    margin-left: 0;
  }
  .live .product-information span span {
    display: block;
    width: 100%;
  }
  .live .product-information .cart {
    margin-left: 0;
    margin-top: 15px;
  }
  .live .item-control i {
    font-size: 12px;
    padding: 5px 6px;
  }
  .live #cart_items .cart_info .cart_description h4,
  .live #cart_items .cart_info .cart_description p {
    text-align: center;
  }
  .live .companyinfo h2 {
    font-size: 20px;
  }
  .live .address {
    margin-top: 48px;
    margin-left: 20px;
  }
  .live .address p {
    font-size: 12px;
    top: 5px;
  }
}
@media (max-width: 767px) {
  .live .header_top .col-sm-6:first-child {
    display: inline-block;
    float: left;
  }
  .live .header_top .col-sm-6:last-child {
    display: inline-block;
    float: right;
  }
  .live .header-middle .col-sm-4 {
    display: inline-block;
    overflow: inherit;
    width: 100%;
  }
  .live .social-icons ul li a i {
    padding: 8px 10px;
  }
  .live .shop-menu.pull-right {
    float: none !important;
  }
  .live .shop-menu .nav.navbar-nav {
    margin-left: -30px;
  }
  .live .header-bottom .col-sm-9 {
    display: inline-block;
    width: 100%;
  }
  .live .mainmenu {
    width: 100%;
  }
  .live .mainmenu ul li {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 0;
  }
  .live .mainmenu ul li:last-child {
    padding-bottom: 15px;
  }
  .live .mainmenu ul li  a {
    color: white;
  }
  .live .navbar-collapse.in {
    overflow: inherit;
  }
  .live .mainmenu ul li a.active {
    padding-left: 15px;
  }
  .live .dropdown .fa-angle-down {
    display: none;
  }
  .live ul.sub-menu {
    position: relative;
    width: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    top: 0;
  }
  .live .sub-menu li {
    background: transparent;
  }
  .live .mainmenu .navbar-nav li ul.sub-menu li {
    background: transparent;
    padding-bottom: 0;
  }
  .live .nav.navbar-nav > li:hover > ul.sub-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    box-shadow: none;
  }
  .live .header-bottom {
    position: relative;
  }
  .live .header-bottom .col-sm-3 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 38px;
  }
  .live #slider-carousel .item {
    padding-left: 0;
  }
  .live .shipping {
    margin-bottom: 25px;
  }
  .live .pricing {
    width: 100px;
  }
  .live .footer-top .col-sm-7 .col-sm-3 {
    width: 50%;
    float: left;
  }
  .live .footer-widget .col-sm-2 {
    width: 28%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 0;
    float: left;
    margin-left: 30px;
  }
  .live .companyinfo {
    text-align: center;
  }
  .live .footer-widget .col-sm-3 {
    display: inline-block;
  }
  .live .product-information span {
    display: block;
  }
  .live #similar-product {
    margin-bottom: 40px;
  }
  .live .well {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .live .contactinfo {
    text-align: center;
  }
  .live .contactinfo ul li a {
    padding-right: 15px;
    padding-left: 0;
  }
  .live .social-icons.pull-right {
    float: none !important;
    text-align: center;
  }
  .live .btn-group.pull-right,
  .live .footer-bottom .pull-left,
  .live .footer-bottom .pull-right,
  .live .mainmenu.pull-left,
  .live .media.commnets .pull-left,
  .live .media-list .pull-left {
    float: none !important;
  }
  .live .header_top .col-sm-6:first-child {
    display: block;
    float: none;
  }
  .live .header_top .col-sm-6:last-child {
    display: block;
    float: none;
  }
  .live .contactinfo .nav.nav-pills,
  .live .social-icons .nav.navbar-nav {
    display: inline-block;
  }
  .live .logo {
    text-align: center;
    width: 100%;
  }
  .live .shop-menu ul li {
    padding: 0;
  }
  .live .header-middle .col-sm-4 {
    text-align: center;
    overflow: inherit;
  }
  .live .shop-menu .nav.navbar-nav {
    margin-left: 0;
  }
  .live .btn-group > .btn-group:last-child > .btn:first-child {
    margin-right: 0;
  }
  .live .header-bottom .col-sm-9 {
    display: inline-block;
    width: 100%;
  }
  .live .mainmenu {
    width: 100%;
  }
  .live .mainmenu ul li {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 0;
  }
  .live .mainmenu ul li:last-child {
    padding-bottom: 15px;
  }
  .live .mainmenu ul li a {
    color: white;
    padding-bottom: 0;
  }
  .live .navbar-collapse.in {
    overflow: inherit;
  }
  .live .mainmenu ul li a.active {
    padding-left: 15px;
  }
  .live .dropdown .fa-angle-down {
    display: none;
  }
  .live ul.sub-menu {
    position: relative;
    width: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    top: 0;
  }
  .live .mainmenu .navbar-nav li ul.sub-menu li {
    background: transparent;
    padding-bottom: 0;
  }
  .live .nav.navbar-nav > li:hover > ul.sub-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    box-shadow: none;
  }
  .live .item {
    padding-left: 0;
  }
  .live .item h1 {
    font-size: 30px;
    margin-top: 0;
  }
  .live .item h2 {
    font-size: 20px;
  }
  .live .pricing {
    width: 70px;
  }
  .live .category-tab ul li a {
    font-size: 12px;
  }
  .live .companyinfo h2,
  .live .companyinfo p {
    text-align: center;
  }
  .live .video-gallery {
    margin-top: 30px;
  }
  .live .footer-bottom p {
    font-size: 13px;
    text-align: center;
  }
  .live .footer-widget .col-sm-2 {
    width: 50%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 0;
    float: left;
    padding-right: 0;
    padding-left: 30px;
    margin-left: 0;
  }
  .live .single-widget {
    padding-left: 0;
  }
  .live .features_items {
    margin-top: 30px;
  }
  .live .category-tab .nav-tabs li {
    float: none;
  }
  .live #similar-product .carousel-inner .item img {
    margin-left: 4px;
  }
  .live .product-information {
    margin-top: 40px;
  }
  .live #reviews p,
  .live .blog-post-area .single-blog-post p {
    text-align: justify;
  }
  .live #reviews form span input {
    width: 100%;
    margin-bottom: 20px;
  }
  .live #reviews form span input:last-child {
    margin-left: 0;
  }
  .live .blog-post-area .single-blog-post h3 {
    font-size: 14px;
  }
  .live .blog-post-area .post-meta ul li {
    margin-right: 7px;
  }
  .live .shipping {
    margin-bottom: 20px;
  }
  .live .commnets {
    padding: 0;
  }
  .live .content-404 h1 {
    font-size: 30px;
  }
  .live .content-404 h2 a {
    font-size: 20px;
  }
  .live .order-message {
    display: inline-block;
  }
  .live .response-area .media img {
    width: auto;
  }
  .live .sinlge-post-meta li {
    margin-bottom: 10px;
  }
  .live .product-information {
    padding-left: 0;
    text-align: center;
  }
  .live .product-information span span {
    float: none;
  }
}
.live .btnResponsive {
  display: inline-block !important;
  /*text-transform:lowercase;
	text-transform:capitalize;*/

}
.live .btn.btn-primary {
  margin-top: 0 !important;
  margin-bottom: 10px;
  vertical-align: top;
  min-width: 100px;
}
.live .btn.btn-primary.topspace {
  margin-top: 16px !important;
}
.live .btn.btn-primary.topspace-sm {
  margin-top: 2px !important;
}
.live .btn.btn-primary:hover,
.live .btn.btn-primary:active,
.live .btn.btn-primary:focus,
.live .btn-primary:active:focus {
  background: #f0f0e9;
  color: #696763;
}
.live .invisibleButton {
  display: none !important;
}
.live .vcenter {
  padding-top: 5px;
}
.live .valigncenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.live .form-control {
  background: #f0f0e9;
  border: 0 none;
}
.live .form-control.inline {
  display: inline-block;
  margin-bottom: 5px;
}
.live .form-label {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 500;
  padding-left: 0;
  background: transparent;
}
.live .form-div {
  float: left;
  margin-right: 1px;
}
.live .datalistNoBr br {
  display: none;
}
.live .main-site-header {
  margin-bottom: 15px;
}
.live .headCartLink {
  font-weight: bold !important;
}
.live #mainMenu.navbar-collapse {
  max-height: none;
  padding-left: 15px;
}
.live .mainmenu ul#mainMenu li:first-child {
  padding-left: 15px;
}
.live .welcome-nav {
  color: #696763;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 10px 0;
}
.live a.welcome-nav:hover {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: white;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #fe980f;
}
.live #miniCart {
  padding-left: 30px;
  padding-right: 10px;
}
.live .guest-box a i {
  margin-right: 3px;
}
.live #headerToggle {
  padding-top: 10px;
  padding-bottom: 30px;
}
.live #slider .item h1,
.live h1 {
  color: #b4b1ab;
  font-family: "Open Sans", sans-serif !important;
  margin-top: 0;
}
.live .category-products {
  border: none;
}
.live .search-box-text-title,
.live .mailing-list-text-title {
  color: #696763;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 3px;
}
.live .search-box-widget,
.live .mail-list-signup-widget {
  min-height: 79px;
}
.live .search-textbox {
  margin-bottom: 5px !important;
}
.live .mailing-list-textbox {
  min-width: 164px;
  margin-bottom: 5px !important;
}
.live .content-block {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-bottom: 30px;
}
.live .left-sidebar .content-block h2::before {
  margin-left: -90px;
  width: 180px;
}
.live .img-left {
  margin-right: auto;
}
.live .img-right {
  margin-left: auto;
}
.live .img-center {
  margin-left: auto;
  margin-right: auto;
}
.live .subCategoryPlaceHolder {
  margin-left: 15px !important;
}
.live .content-block.single-category-display {
  display: inline-block;
  position: relative;
  min-width: 250px;
  max-width: 350px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0 !important;
}
.live .content-block.single-category-display-image {
  min-width: 50px;
  max-width: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.live .single-category-display-image img {
  max-width: 130px;
  display: inline-block;
}
.live .single-category-display-image a img {
  max-width: 130px;
  display: inline-block;
}
.live .single-category-display-text {
  text-align: center;
  /*position:absolute;*/
  bottom: 5%;
  /*left:50%;*/

}
.live .single-category-display-text a {
  color: #fe980f;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.live .singleCategoryDisplayTextInner {
  position: relative;
  left: -50%;
}
.live .category-grid-widget .row > div,
.live .category-rotator-widget .row > div,
.live .category-grid .row > div {
  padding: 50px 20px 50px 20px;
  vertical-align: middle;
  border: 1px solid #f7f7f5;
  overflow: hidden;
  background-color: #f7f7f5;
  font-family: "Roboto", sans-serif;
  color: #696763;
  text-align: center;
  max-width: 235px;
  min-width: 235px;
  max-height: 445px;
  min-height: 445px;
  margin-left: 10px;
}
.live .category-grid-widget .row > div:hover,
.live .category-rotator-widget .row > div:hover {
  background-color: #666663;
  /*#40403E;*/
  color: white;
}
.live .category-grid-widget .row > .text-center,
.live .category-rotator-widget .row > .text-center {
  width: 80%;
}
.live .content-block.single-product-display {
  /*display:table;*/
  display: inline-block;
  position: relative;
}
.live .content-block.single-product-display p a {
  color: inherit;
}
.live .content-block.single-product-display p:nth-of-type(1) {
  font-weight: 700;
}
.live .product-grid-widget .row > .text-center,
.live .product-rotator-widget .row > .text-center {
  width: 80%;
}
.live .product-image {
  display: inline-block;
  position: relative;
}
.live .new-product-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.live .product-image-wrapper {
  display: table-cell;
  height: 100%;
  min-height: 100%;
}
.live .swatchImg {
  display: inline-block;
  padding: 1px;
}
.live .product-grid-widget .row > div,
.live .relatedProduct > .single-product-display,
.live .product-rotator-widget .row > div,
.live .relatedProduct > .single-product-display {
  font-family: "Roboto", sans-serif;
  color: #696763;
  margin-bottom: 20px;
}
.live .contentColumn > .row > .single-product-outer-container {
  background-color: #f7f7f5;
  text-align: center;
  padding: 30px 30px 30px 30px;
  min-width: 235px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 235px;
  max-height: 445px;
}
.live .single-product-outer-container {
  background-color: #f7f7f5;
  text-align: center;
  padding: 30px 30px 30px 30px;
  min-width: 235px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 235px;
  margin: 1px 1px 1px 0;
  max-height: 445px;
}
.live .singleProduct .row > .single-product-outer-container,
.live .product-grid-widget .row > .single-product-outer-container,
.live .product-rotator-widget .row > .single-product-outer-container,
.live .category-grid-widget .row > .single-category-display,
.live .category-rotator-widget .row > .single-category-display,
.live .category-grid .row > .single-category-display {
  margin: 1px 1px 1px 0;
}
.live .single-product-inner-container {
  min-height: 385px;
  min-width: 180px;
  text-align: center;
}
.live .single-product-inner-container .add-cart-button-fix-dimensions {
  position: absolute;
  text-align: center;
  bottom: 5%;
  left: 50%;
}
.live .add-cart-button-fix-dimensions .addCartButtonInner {
  position: relative;
  left: -50%;
}
.live .product-grid-widget .row > div:hover,
.live .product-rotator-widget .row > div:hover,
.live .single-product-outer-container:hover {
  background-color: #666663;
  /*#40403E;*/
  color: white;
}
.live .relatedProduct > div {
  padding: 50px 20px 30px 20px;
  background-color: #f7f7f5;
  font-family: "Roboto", sans-serif;
  color: #696763;
  text-align: center;
  min-width: 250px;
  margin-bottom: 20px;
}
.live .relatedProduct > div:hover {
  background-color: #666663;
  /*#40403E;*/
  color: white;
}
.live #main_left h2.title,
.live #main_right h2.title {
  margin-bottom: 0;
}
.live .productPropertyLabel,
.live .productColorSwatchPropertyLabel {
  font-weight: 500;
  padding-top: 5px;
  padding-left: 0 !Important;
  min-width: 150px;
}
.live .productInformation > span {
  display: block;
}
.live .productInformation > .productDetailName {
  color: #fe980f;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.live .productInformation > .productPropertyLabel {
  padding-top: 0;
  display: inline-block;
  font-weight: 500;
}
.live .product-container-widget td {
  padding: 5px;
}
.live .product-container-widget td input[type="radio"] {
  margin-left: 0;
}
.live .productInformation > .productSKU {
  display: inline-block;
}
.live .productInformation > .productDescription {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.live .prices {
  margin-top: 25px;
  margin-bottom: 25px;
}
.live .siteQuantity {
  margin-top: 15px;
  color: #696763;
}
.live .siteQuantity > span > .row > .col-sm-6 {
  color: #696763;
}
.live .product-image img {
  border: none;
  /* 1px solid #ccc;*/
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.live .productDetAdditionalIMGs {
  clear: both;
  display: block;
  border: none;
  overflow: hidden;
  padding-top: 25px;
}
.live .prodInfoWishlist {
  display: inline-block;
}
.live .category-list-widget .title {
  font-size: 18px;
  margin: 0!important;
}
.live .category-list-widget h2.title::before {
  content: none;
}
.live .category-list-widget h2.title::after {
  content: none;
}
.live .category-products .panel {
  background: transparent;
}
.live .category-products .panel-default .panel-heading {
  background-color: transparent !important;
}
.live .category-list-widget,
.live .fullCategoryList {
  /*background-color: #FFFFFF;*/
  background-color: transparent !important;
}
.live .currentCategory .badge {
  background: none!important;
  border-radius: 10px;
  color: #696763 !important;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  margin-right: 0;
}
.live .categoryPGDesc {
  margin-bottom: 25px;
}
.live .colorSwatchTableLayout {
  width: auto !important;
  /*margin-left: auto;*/
  margin-right: auto;
  padding: 1px;
}
.live .colorSwatchTableLayout tr {
  width: 100px;
}
.live .ColorSwatchTableColumn {
  min-width: 50px;
}
.live .detail-product-display {
  padding-top: 15px;
}
.live .category-pg-pager {
  margin-top: 0;
  margin-right: 15px;
  padding-left: 15px !important;
  margin-bottom: 15px;
}
.live .category-pg-pager span span,
.live .category-pg-pager span a {
  padding: 6px 12px;
  line-height: 1.4285;
  color: #fe980f;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.live .category-pg-pager span a:hover {
  background-color: #dddddd;
}
.live .category-pg-pager .currentPage {
  background-color: #fe980f;
  color: white;
}
.live .cat-site-selector {
  padding-top: 25px;
  padding-bottom: 25px;
}
.live .category-list-header {
  margin-bottom: 25px;
}
.live .quick-add-button-row {
  margin: 20px 5px 10px 0;
}
.live .cat-list-item {
  padding-bottom: 25px;
}
.live .lst-myaccount-menu,
.live #Custom {
  border: 1px solid #f7f7f0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.live .lst-myaccount-menu a,
.live #Custom a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8;
}
.live .lst-myaccount-menu .myAccountMenuLast a {
  color: #fe980f;
}
.live .gvSubscriptionItems a {
  color: #333333;
}
.live .myAcctWishlist .single-product-inner-container {
  min-height: 425px;
}
.live .login_content h1 {
  color: #b4b1ab;
  font-family: "Roboto", sans-serif;
}
.live .login_content a,
.live .login_content span:not(.pageTitle, h3) {
  color: #696763;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 300;
  padding: 0 0 10px 0;
}
.live .login_content h3 span {
  color: #fe980f;
}
.live .login_content a:hover,
.live .login_content a.active {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #fdb45e;
}
.live .address-horizontal-align {
  background: #f0f0e9;
  border: 0;
  color: #696763;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  margin: 5px;
  min-height: 300px;
  /*resize: none*/

}
.live .myAcctAddressListArea .col-sm-3 {
  width: 50%;
  margin-bottom: 15px;
}
.live .search-orders select {
  max-width: 150px;
}
.live .search-orders .ordersPastLabel,
.live .search-orders .searchByLabel {
  display: block;
}
.live .search-orders .searchBtn {
  display: block;
}
.live .orderHistorySearchBtn a span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.live .creditLimitPanel {
  margin: 0 15px 15px;
}
.live .creditLimitPanel a {
  color: #fe980f;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 15px;
  display: block;
}
.live .createUser h4 {
  color: #fe980f;
}
.live .userPickFindBtn a span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.live .search-pg-sorter {
  margin-bottom: 20px;
}
.live .search-pg-pager {
  margin-bottom: 20px;
}
.live .quickAddQty {
  width: 50px;
}
.live .searchResults {
  margin-bottom: 40px;
}
.live .searchResults .single-product-outer-container {
  width: 100%;
  margin-bottom: 15px;
}
.live .searchsorter {
  margin-bottom: 40px;
}
.live .checkoutSteps .row {
  text-align: center;
}
.live .paymentSection select {
  margin-bottom: 10px;
}
.live .poentryinput {
  margin-bottom: 25px;
  padding-right: 0;
}
.live .checkoutShippingCCExpLabel {
  font-weight: bold;
}
.live .pmtdateyear {
  padding: 1px;
}
.live .validatorErrorIcon {
  display: inline-block !important;
  /*float:right;
	z-index:9999;	
	position:absolute;
	right:0px;
	z-index:9999;*/

}
.live .cart-wish-list .single-product-display {
  padding: 50px 20px 0 20px;
  margin: 0 -40px 40px 40px;
  vertical-align: top;
  border: 1px solid #f7f7f5;
  overflow: hidden;
  background-color: #f7f7f5;
  font-family: "Roboto", sans-serif;
  color: #696763;
  /*display:inline-block;*/
  max-width: 170px;
}
.live .cartsavecart input,
.live .cartloadcart input {
  margin-left: 15px;
  max-width: 200px;
  display: inline-block;
}
.live .cartloadcart input {
  margin-left: 0;
}
.live .cartItem .listPrice {
  text-decoration: line-through;
}
.live .cartAlternateItem .listPrice {
  text-decoration: line-through;
}
.live .listPrice,
.live .originalSitePrice {
  text-decoration: line-through;
}
.live .cartQuickAdd a span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.live .cartApplyCodeButton a span {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 20px;
}
.live .review-product-link a {
  color: #fe980f;
}
.live .checkoutShippingAddr,
.live .checkoutShippingMeth {
  padding-top: 25px;
  padding-bottom: 25px;
}
.live .checkoutShippingAddr hr,
.live .checkoutShippingMeth hr {
  margin-top: 0;
}
.live .checkout-totals {
  display: block;
}
.live .cartQty input,
.live .address-name input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4285;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  background-image: none;
  border: 0 none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.live .address-name input {
  background-color: #f0f0e9;
  border: 0 none !important;
}
.live .cartQty input:focus,
.live .address-name input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.live .respondSelect,
.live .respondInput,
.live .new-address input,
.live .new-address select,
.live .edit-address input,
.live .edit-address select,
.live .search-orders input,
.live .search-orders select,
.live .change-email input,
.live .registered-name input,
.live .change-password input,
.live .user-picker input,
.live .user-picker select,
.live .createUser input,
.live .login_content input,
.live .GiftCertFrom input,
.live .search-box-widget input,
.live .gift-cert-recip input,
.live .gift-cert-from input,
.live .return-request input,
.live .return-request select,
.live .quick-order-entry input,
.live .quick-order-entry select,
.live .cart-quick-add input,
.live .cart-quick-add select,
.live .product-property select,
.live .site-selection select,
.live .category-pg-sorter select,
.live .sorter select,
.live .site-selector select {
  background: #f0f0e9;
  border: 0 none !important;
  margin-bottom: 10px;
  padding: 10px;
  font-weight: 300;
}
.live .quickAddQty input {
  margin-left: 10px;
}
.live .bread-crumb-spacer {
  margin-bottom: 20px;
  padding-right: 5px;
  display: inline-block;
}
.live .mailingdgLists .tablehead {
  font-weight: bold;
  text-transform: uppercase;
}
.live .mailingdgLists .tablehead td {
  padding-left: 15px;
  text-align: center;
}
.live .mailingdgLists .tableitem td {
  padding-left: 15px;
  text-align: left;
  vertical-align: middle;
}
.live .mailingdgLists .evenitems td {
  background: #e6e4df;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;
}
.live .mailingdgLists .odditems td {
  background: #e6e4df;
  color: #696763;
  margin-top: 10px;
  padding: 7px 20px;
}
.live .user-picker thead tr th:first-child {
  text-align: center;
  padding-right: inherit;
  vertical-align: bottom;
}
.live .user-picker tbody tr td:first-child {
  text-align: center;
  padding-right: inherit;
  vertical-align: bottom;
}
.live .user-picker tbody input[type='checkbox'] {
  vertical-align: bottom;
}
.live .tooltipIcon {
  line-height: 1em !important;
  vertical-align: middle !important;
  color: grey;
  /* #F0F0E9;*/
  background: white;
  padding-left: 5px;
}
.live .tooltipIcon:hover {
  color: #fe980f;
}
.live .customer-service-menu-items li {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.live .return-form-policy-ack ul {
  padding-left: 0;
}
.live .return-form-reasonList li {
  padding-bottom: 10px;
}
.live .return-form-reasonList input {
  float: left;
  display: block;
  margin-top: 0;
}
.live .return-form-reasonList label {
  display: inline;
  margin-left: 15px !important;
}
.live .gift-cert-message {
  margin-right: 0;
}
.live .FBLikeBox .fb_iframe_widget,
.live .FBLikeBox .fb_iframe_widget span,
.live .FBLikeBox .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.live .footer-top {
  margin-top: 60px;
}
.live #footer a {
  color: #696763;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.live #footer a:hover,
.live #footer a.active {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  color: #fdb45e;
}
.live .footer-top .container {
  padding-bottom: 0 !important;
  padding-top: 20px;
}
.live .footer-top h2 a {
  color: #666663 !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  margin-bottom: 22px !important;
  text-transform: uppercase !important;
}
.live .footer-top h2 a:hover {
  background: none !important;
  color: #fe980f !important;
}
.live .footer-bottom .container {
  margin-top: 0;
}
.live .quickAddQtylabel {
  padding-top: 10px;
}
.live .quickAddAutocomplete {
  display: inline-block;
}
.live .text-success {
  color: #00acac !important;
}
.live a.text-success:hover,
.live a.text-success:focus {
  color: #33bdbd !important;
}
.live .text-info {
  color: #49b6d6 !important;
}
.live a.text-info:hover,
.live a.text-info:focus {
  color: #6dc5de !important;
}
.live .text-primary {
  color: #348fe2 !important;
}
.live a.text-primary:hover,
.live a.text-primary:focus {
  color: #5da5e8 !important;
}
.live .text-warning {
  color: #f59c1a !important;
}
.live a.text-warning:hover,
.live a.text-warning:focus {
  color: #f7b048 !important;
}
.live .text-danger {
  color: #ff5b57 !important;
}
.live a.text-danger:hover,
.live a.text-danger:focus {
  color: #ff7c79 !important;
}
@media only screen and (max-width: 767px) {
  .live .colorSwatchTableLayout {
    margin-left: auto !important;
  }
  .live .address-button-fix-dimensions {
    position: absolute;
    text-align: left !important;
    bottom: 5%;
    padding: 1px;
  }
  .live #headerToggle {
    padding-bottom: 15px;
  }
  .live #miniCart {
    top: 10px;
  }
  .live .mainMenu {
    margin-top: 20px;
  }
  .live .single-product-display {
    display: table-cell;
    width: 100%;
    text-align: center;
  }
  .live .detail-product-display {
    display: block;
    width: 100%;
    text-align: center;
  }
  .live .detail-product-display-image a img {
    position: relative;
    margin: auto;
    padding-bottom: 25px;
  }
  .live .table-responsive {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 765px) {
  .live .or {
    margin-top: 15px!important;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media only screen and (max-width: 479px) {
  .live .category-pg-pager span span,
  .live .category-pg-pager span a {
    font-size: 8px;
  }
  .live .myAcctAddressListArea .col-sm-3 {
    width: 100%;
  }
  .live .navbar-collapse#mainMenu {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 325px) {
  .live #miniCart {
    max-width: 320px;
  }
  .live .mainMenu {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1199px) {
  .live #slider .item h1 {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .live #slider .item h1 {
    font-size: 36px;
  }
}
.live .address-horizontal-align {
  overflow: hidden;
}
.live .g-recaptcha {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.live .g-recaptcha iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.live .right-align {
  text-align: right;
}
.live .left-align {
  text-align: left;
}
.live .button-fix-dimensions {
  position: absolute;
  text-align: center;
  bottom: 5%;
}
.live .address-button-fix-dimensions {
  position: absolute;
  text-align: center;
  bottom: 5%;
  padding: 1px;
}
.live .address-button-fix-dimensions-left {
  position: absolute;
  text-align: left;
  bottom: 5%;
  padding: 1px;
}
.live .tdQuickSubAddDetail {
  width: 345px;
}
.live .quick-order-display-image {
  width: 110px;
}
.live .watermarkedMailingListTextBox.colorSwatchTableLayout {
  color: Gray;
  min-width: 150px;
}
.live .WebPageMessageError,
.live .ErrorMessage {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.live .WebPageMessageWarning,
.live .WebPageMessageQuestion {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.live .WebPageMessageOK {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.live .WebPageMessageInformation {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.live .img-responsive {
  margin-top: 10px;
}
.live .poweredby {
  margin-bottom: 5px;
}
.live .formlabelBold {
  font-weight: bold;
}
.live .affiliate-signup-margin {
  margin-bottom: 10px;
}
.live .address-header {
  font-weight: bold;
  font-size: 18px;
}
.live .pmtList {
  max-width: 210px;
}
.live .selectdateyear {
  max-width: 100px;
}
.live .selectdateyearSmall {
  max-width: 70px;
}
.live .divMarginTop10 {
  margin-top: 10px;
}
.live .divMarginTop20 {
  margin-top: 20px;
}
.live .divMarginTop30 {
  margin-top: 30px;
}
.live .divMarginLeft10 {
  margin-Left: 10px;
}
.live .divMarginLeft15 {
  margin-Left: 15px;
}
.live .divMarginLeft20 {
  margin-Left: 20px;
}
.live .divMarginLeft30 {
  margin-Left: 30px;
}
.live .quick-add-success {
  color: #00acac;
  max-width: 100%;
}
.live .quick-add-failure {
  color: red;
}
.live .social-plugin {
  margin-top: 5px;
}
.live .single-product-display-from {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  display: none;
}
.live .single-product-display-uom {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  display: none;
}
.live .cat-17 {
  font-size: 40px;
}
.live .Block-MaginLeft {
  margin-left: 15px !important;
}
.live .table.borderless td,
.live table.borderless th {
  border: none !important;
  vertical-align: bottom;
}
.live .thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 5px;
  line-height: 1.428571429;
  background-color: white;
  border: none;
  /*1px solid #ddd;*/
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.live .radio-inline input[type="radio"] {
  margin-left: 20px;
  margin-right: 5px;
}
.live .CartDesc {
  width: 400px !important;
}
.live .SelectedColorSwatchIconImage {
  border-style: dashed !important;
  border: 1px #428bca;
  height: auto;
}
.live .NonSelectedColorSwatchIconImage {
  border-style: none;
  border: 0;
  height: auto;
}
.live .panel-body {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  padding-right: 0 !important;
}
.live .panel-group .panel-heading a:before {
  font-family: fontAwesome;
  position: absolute;
  color: white;
  font-size: 20px;
  top: 8px;
  right: 10px;
}
.live div.discountPromptMsgDiv {
  padding: 10px 0px;
}
.live div.discountPromptMsgDiv > p > span {
  display: block;
  padding: 5px 12px 5px 40px;
  text-indent: -15px;
  color: white;
  background-color: #563d7c;
}
.live div.discountPromptMsgDiv > p > span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\e042\00a0";
}
@media all and (max-width: 600px) {
  .live .word-wrap {
    word-wrap: break-word;
    max-width: 100px !important;
  }
  .live .popup-word-wrap {
    word-wrap: break-word;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .live .productPropertyLabel,
  .live .productColorSwatchPropertyLabel {
    min-width: 125px!important;
  }
}
@media all and (max-width: 480px) {
  .live .ShipEstWidth {
    width: 260px!important;
  }
  .live .colorSwatchTableLayout {
    margin-left: 0 !important;
  }
  .live .QuickSubDescCell {
    max-width: 100px;
  }
  .live .productPropertyLabel,
  .live .productColorSwatchPropertyLabel {
    font-weight: 500;
    padding-top: 5px;
    padding-left: 0 !Important;
    min-width: 100px;
  }
  .live .popup-word-wrap {
    word-wrap: break-word;
    max-width: 100px;
  }
  .live .btn.btn-primary {
    margin-bottom: 1px !important;
    /*min-width: 358px!important;*/
  
  }
  .live .google-recaptcha-css {
    max-width: 200px;
  }
  .live .btn-primary {
    width: 100%;
    display: block;
  }
  .live .prodInfoWishlist {
    display: inline;
  }
  .live .address-button-fix-dimensions {
    position: absolute !important;
    text-align: center !important;
    bottom: 5%;
    padding: 1px;
  }
  .live .address-button-fix-dimensions-left {
    position: absolute !important;
    text-align: Left !important;
    bottom: 5%;
    padding: 1px;
    max-width: 80%;
  }
  .live .respondInput {
    width: 100%;
  }
  .live .search-orders select {
    max-width: 100%;
  }
  .live .single-product-inner-container .add-cart-button-fix-dimensions {
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 50%;
    width: 100%;
  }
  .live .single-product-inner-container {
    /*min-height: 210px;*/
    min-width: 180px;
    text-align: center;
  }
  .live .cartsavecart input,
  .live .cartloadcart input {
    margin-left: 0;
    max-width: 100% !important;
    display: inline-block;
  }
  .live .cartCheckout > .pull-right {
    float: none !important;
  }
  .live .pmtList {
    max-width: 100%;
  }
  .live .category-grid-widget .row > div,
  .live .category-rotator-widget .row > div {
    max-height: 300px;
    min-height: 300px;
  }
  .live .search-textbox,
  .live .mailing-list-textbox,
  .live .watermarkedMailingListTextBox {
    margin-bottom: 0 !important;
  }
}
.live .cc-table {
  width: 100%;
  border-width: 0;
  border-collapse: collapse;
}
.live .paymentSection .radio-inline input[type="radio"] {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.live .currentCategory .panel-title:before {
  content: "\f192";
  font-family: FontAwesome;
  font-size: 14px;
  color: #febd65;
  margin: 0 0 0 -16px;
}
.live .control-area {
  padding-left: 40px;
}
.live .check-out-step-current {
  text-decoration: underline;
}
@media all and (max-width: 460px) {
  .live .tableOverflow {
    overflow-x: auto !important;
  }
}
@media all and (min-width: 460px) {
  .live .check-out-step-current {
    text-decoration: none !important;
    display: block;
    background: #696763;
    color: white;
    border-radius: 30px;
    min-width: 100px;
  }
  .live .active-checkout-step-current {
    text-decoration: none;
    color: white;
    background: #563d7c;
  }
  .live .active-checkout-step-current > span:before {
    float: left;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    content: "\f054";
    margin-left: 3px;
  }
  .live .active-checkout-step-current > span:after {
    float: right;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    content: "\f054";
    margin-right: 3px;
  }
  .live .aspNetDisabled.check-out-step-current {
    text-decoration: none;
    color: #adb3b8;
    background: #e0e0e0;
  }
}
.live .ship-methods-list {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.live .ship-methods-list input[type="radio"] {
  margin-right: 5px;
}
.live .radio-inline {
  padding-left: 0 !Important;
}
.live .dropdown {
  /* fix safari*/
  line-height: 35px;
}
.live .word-wrap {
  word-wrap: break-word;
  max-width: 250px;
}
.live .popup-word-wrap {
  word-wrap: break-word;
  max-width: 550px;
}
.live .category-list-widget > h2.title {
  margin: 0 !important;
}
.live #RecordsFound {
  margin-left: 15px;
}
.live a {
  color: #337ab7;
}
.live .quick-order-entry-site-selection-margin {
  margin-left: 15px;
  margin-right: 15px;
}
.live .margin-right15 {
  margin-right: 15px;
}
.live .qty-textbox {
  text-align: right;
}
.live .cc-expired-date {
  width: 100px!important;
}
.live .btn-xs {
  display: inline-block;
  line-height: 1.8!important;
}
.live .btn-xs.btn-primary {
  background: #fe980f !important;
  width: auto!important;
}
.live .mpayAddNewCard .modal-body {
  padding: 0;
}
.live #theModalCC .modal-body {
  padding: 0;
}
.live #theModalEC .modal-body {
  padding: 0;
}
@media screen and (max-width: 500px) {
  .live .modal-open {
    position: fixed;
  }
}
.live .or {
  width: 75px!important;
}
.live .shop-menu ul li a {
  background: transparent!important;
}
.live .shop-menu ul li a:hover {
  background: transparent!important;
}
.live .productPropertyLabel {
  display: none;
}
.live #productSKU {
  display: none;
}
@media print {
  .live a[href]:after {
    display: none !important;
  }
  .live #headerToggle {
    display: none;
  }
  .live #frontend-page-header-root {
    display: none;
  }
  .live #BreadCrumbs {
    display: none;
  }
  .live h2.title {
    display: none;
  }
  .live .header-middle {
    background-color: #57555b !important;
    display: block !important;
    -webkit-print-color-adjust: exact !important;
  }
  .live .header-middle .container .row {
    padding-bottom: 10px;
    padding-top: 7px;
  }
  .live .col-sm-1,
  .live .col-sm-2,
  .live .col-sm-3,
  .live .col-sm-4,
  .live .col-sm-5,
  .live .col-sm-6,
  .live .col-sm-7,
  .live .col-sm-8,
  .live .col-sm-9,
  .live .col-sm-10,
  .live .col-sm-11,
  .live .col-sm-12 {
    float: left;
  }
  .live .col-sm-12 {
    width: 100%;
  }
  .live .col-sm-11 {
    width: 91.66666667%;
  }
  .live .col-sm-10 {
    width: 83.33333333%;
  }
  .live .col-sm-9 {
    width: 75%;
  }
  .live .col-sm-8 {
    width: 66.66666667%;
  }
  .live .col-sm-7 {
    width: 58.33333333%;
  }
  .live .col-sm-6 {
    width: 50%;
  }
  .live .col-sm-5 {
    width: 41.66666667%;
  }
  .live .col-sm-4 {
    width: 33.33333333%;
  }
  .live .col-sm-3 {
    width: 25%;
  }
  .live .col-sm-2 {
    width: 16.66666667%;
  }
  .live .col-sm-1 {
    width: 8.33333333%;
  }
  .live #pp_myaccountmenu {
    display: none;
  }
  .live #pp_orderdetails {
    width: 100%;
  }
  .live h3 {
    margin-top: 0px;
  }
  .live ul.nav.navbar-nav {
    display: none;
  }
  .live .social-icons.pull-right {
    display: none;
  }
  .live ul#ucContentMiddleCenter_MyAccountMenu1_lstMyAccountMenu {
    display: none;
  }
  .live #miniCart {
    display: none;
  }
  .live div#footer-top,
  .live div#footer-widget {
    display: none;
  }
  .live #ucContentMiddleCenter_TrailHomeLink,
  .live #ucContentMiddleCenter_MyAccountLink,
  .live #ucContentMiddleCenter_lblOrderDetailTrail,
  .live .BreadCrumbTrailSpacer {
    display: none;
  }
  .live #ucContentMiddleCenter_OrderViewer1_PrintButton,
  .live #ucContentMiddleCenter_btnRepeatOrder,
  .live #ucContentMiddleCenter_BackButton {
    display: none;
  }
  .live .header-middle > .shop-menu.pull-right {
    display: none;
  }
  .live th.hidden-xs,
  .live tr.hidden-xs,
  .live td.hidden-xs {
    display: table-cell !important;
    /* Don't hide these (eg, Item Desc) when printing */
  
  }
}
