html {
  overflow-x: hidden; }

@-ms-viewport {
  width: device-width; }
/** Mobile Btn **/
.c-hamburger.active {
    display: block;
    margin-top: 30px;
}
.c-hamburger {
  display: none;
  position: absolute;
  right: 20px;
  top: 33px;
  overflow: hidden;
  z-index: 10;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .c-hamburger.active {
    display: block; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  right: 7px;
  height: 2px;
  background: white; }

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -5px; }

.c-hamburger span::after {
  bottom: -5px; }

.c-hamburger--htx {
  background-color: #333333; }

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #252525; }

.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

.mobileBlocker {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in; }
  .mobileBlocker.active {
    opacity: 1;
    pointer-events: auto; }

.mobileMenu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 275px;
  background: #e6e6e6;
  z-index: 1000000000;
  will-change: transform;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  box-shadow: -4px 0 5px rgba(0, 0, 0, 0.1); }
  .mobileMenu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }

/** Mobile btn End **/
#outerPageContainer {
  width: 100%;
  max-width: 960px; }

#innerPageContainer {
  width: 100%;
  border: 1px solid #999999;
  border-radius: 10px; }

.checkout-subtotal {
  background: #333;
  padding: 10px;
  margin-top: 0px;
  color: white;
  text-align: right;
  font-weight: bold;
  overflow: hidden;
  font-size: 1.2em;
}
.totalAmount{
    padding-left: 10px;
}


#header {
  width: 100%; }
  #header .internationalContact {
    margin-left: 0;
    text-align: right;
    float: left; }
  #header .shortcuts {
    float: right;
    margin-top: 16px; }

#footer {
  width: 100%; }

#headerTop .column_1 {
  margin: 0;
  width: 300px; }

#headerTop .column_2 {
  margin: 0 10px;
  padding-right: 10px;
  width: 360px;
  float: right; }
  #headerTop .column_2 .search {
    width: 100%; }

#tabs ul {
  padding: 0;
  margin: 0; }
  #tabs ul li {
    list-style: none;
    
  }
    #tabs ul li .header {
      background: #333;
      padding: 10px 30px 10px 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      position: relative; 
      color: #ffffff;
    }
      #tabs ul li .header a {
        color: white; }
      #tabs ul li .header.active:before {
        display: none; }
      #tabs ul li .header:after {
        content: "";
        width: 16px;
        height: 2px;
        top: 18px;
        position: absolute;
        right: 11px;
        background: white;
        display: block; }
      #tabs ul li .header:before {
        content: "";
        width: 2px;
        height: 16px;
        top: 11px;
        position: absolute;
        right: 18px;
        background: white;
        display: block; }
    #tabs ul li .content {
      display: none; 
      color: #000000;
    }
    #tabs .content ul {
        padding-left: 40px;
    }
    #tabs .content ul li {
        margin-left: 0;
        list-style: disc;
        padding: 0 0 10px 0;
    }

#mainColumn #slider,
#mainColumn #sliderFrame {
  width: 100%;
  background-size: contain !important; }
  #mainColumn #slider .sliderInner,
  #mainColumn #sliderFrame .sliderInner {
    width: 100%; }
    #mainColumn #slider .sliderInner .mcSlc,
    #mainColumn #sliderFrame .sliderInner .mcSlc {
      background-size: contain !important;
      width: 100% !important; }
  #mainColumn #slider .slider a,
  #mainColumn #sliderFrame .slider a {
    display: none; }
    #mainColumn #slider .slider a img,
    #mainColumn #sliderFrame .slider a img {
      width: 100%; }

#mainColumn.oneColumnLayout {
  width: 100%;
  padding: 0 !important; }
  #mainColumn.oneColumnLayout .zone {
    padding: 0 10px; }

#leftColumn.expandable .zone {
  padding: 0; }
  #leftColumn.expandable .zone .widget {
    border: none;
    height: 38px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative; }
    #leftColumn.expandable .zone .widget.open {
      height: auto; }
      #leftColumn.expandable .zone .widget.open .header:before {
        display: none; }
  #leftColumn.expandable .zone .header {
    padding: 10px;
    background: #333;
    color: white; }
    #leftColumn.expandable .zone .header:after {
      content: "";
      width: 16px;
      height: 2px;
      top: 18px;
      position: absolute;
      right: 11px;
      background: white;
      display: block; }
    #leftColumn.expandable .zone .header:before {
      content: "";
      width: 2px;
      height: 16px;
      top: 11px;
      position: absolute;
      right: 18px;
      background: white;
      display: block; }

.itemListingContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

  .itemListingContainer .itemContainer {
    -webkit-box-flex: 27.33%;
    -webkit-flex: 27.33%;
    -ms-flex: 27.33%;
    flex: 27.33%;
    /*max-width: 190px;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px;
    padding: 10px; }

 .recentlyViewedListing .itemContainer , 
 .popularProductsListing .itemContainer {
    -webkit-box-flex: 27.33%;
    -webkit-flex: 27.33%;
    -ms-flex: 27.33%;
    flex: 40%;
    /*max-width: 190px;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px;
    padding: 10px; }
 /*.itemListingContainer .itemContainer {
    -webkit-box-flex: -webkit-calc(33% - 50px);
    -webkit-flex: -webkit-calc( 33% - 50px );
    -ms-flex: calc( 33% - 50px );
    -ms-flex: 27.33%;
    flex: calc( 33% - 50px );
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 5px;
    padding: 10px; }*/
    @media screen and (max-width: 500px) {
      .itemListingContainer .itemContainer {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        /*max-width: 41%;*/ } }
    .itemListingContainer .itemContainer .actionsArea {
      text-align: center; }

html:not(.flexbox) .itemListingContainer {
  display: block; }
  html:not(.flexbox) .itemListingContainer:after {
    content: "";
    display: table;
    clear: both; }
  html:not(.flexbox) .itemListingContainer .itemContainer {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    float: left; }
    @media screen and (min-width: 1024px) {
      html:not(.flexbox) .itemListingContainer .itemContainer {
        width: 100%; } }
    @media screen and (max-width: 700px) {
      html:not(.flexbox) .itemListingContainer .itemContainer {
        width: 33%; } }
    @media screen and (max-width: 500px) {
      html:not(.flexbox) .itemListingContainer .itemContainer {
        width: 50%; } }
    @media screen and (max-width: 500px) {
      html:not(.flexbox) .itemListingContainer .itemContainer {
        width: 100%;
        max-width: 100%; } }

@media screen and (max-width: 996px) {
#checkoutPage table.shipmentWidget tbody {
	display: contents;
}
 .basketContainer table {
    width: 100%; }

 .basketContainer thead {
    display: none; 

  }

  .basketContainer table, tbody, .mobileTable {
      display: block;
      width: auto !important;
  }
  .basketContainer .parentItem {
      font-weight: bold;
      font-size: 1.3em;
      text-align: left !important;
      background-color: #999999;
  }
  .basketContainer .kitItem {
      font-weight: bold;
      text-align: left !important;
      padding-left: 15px;
      font-size: 1.1em;
      border-top: none;
      border-bottom: none;
      background-color: #ddd;
  }
  .basketContainer .itemAdditional {
      text-align: left !important;
      padding-left: 15px;
      border-top: none;
      border-bottom: none;
  }
  .basketContainer .lineTotal {
      text-align: right !important;
      font-weight: bold;
      font-size: 1.2em;
      border-top: none;
      border-bottom: none;
  }
  .basketContainer .itemLinks {
      text-align: left !important;
      padding-left: 15px;
      background-color: #ddd;
      border-top: none;
  }
  .basketContainer .itemLinks a {
      margin-right: 8px;
      text-transform: lowercase;
  }
  .basketContainer .regList {
      border-top: none;
      border-bottom: none;
      padding-left: 20px;
      text-align: left;
  }
  .basketContainer .regList .regListItems {
      display: block;
      padding-bottom: 2px;
      border-bottom: none;
      border-bottom: none;
  }
  .basketContainer caption {
	  width: auto !important;
	  display: block;
  }
	#headerTop .column_1 {
    margin: 0;
    width: 550px; 
}

.mobileMenu .navigation a {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: white;
}
  .thirdsColumn {
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 5px; }

  .mainContentWrapper .section .pageHeader {
    padding: 10px; }
    .mainContentWrapper .section .pageHeader img[id*="HeaderImage"] {
      width: 100%; }
  .mainContentWrapper .searchSortHeader .content {
    padding: 10px; }

  #mainColumn.rightSidebarLayout {
    width: 100%;
    padding-left: 0; }
    #mainColumn.rightSidebarLayout .zone {
      padding: 0 10px; }

  #mainColumn.leftSidebarLayout {
    width: 100%;
    padding: 0; }

  #leftColumn,
  #rightColumn {
    display: block;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    #leftColumn .widget.recentlyViewedWidget tr,
    #leftColumn .widget.relatedProductsWidget tr,
    #rightColumn .widget.recentlyViewedWidget tr,
    #rightColumn .widget.relatedProductsWidget tr {
      width: -webkit-calc(20% - 5px);
      width: calc(20% - 5px);
      margin-right: 5px;
      float: left; }
      #leftColumn .widget.recentlyViewedWidget tr td,
      #leftColumn .widget.relatedProductsWidget tr td,
      #rightColumn .widget.recentlyViewedWidget tr td,
      #rightColumn .widget.relatedProductsWidget tr td {
        width: 100%; }
        #leftColumn .widget.recentlyViewedWidget tr td .itemContainer,
        #leftColumn .widget.relatedProductsWidget tr td .itemContainer,
        #rightColumn .widget.recentlyViewedWidget tr td .itemContainer,
        #rightColumn .widget.relatedProductsWidget tr td .itemContainer {
          width: 100%; }

  	/*.navigation {
  		display: none;
  	}
  
  	.widget.simpleCategoryListWidget {
  		display: none;
  	}*/ }

@media screen and (max-width: 750px) {
  #header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }

  #leftColumn .widget.recentlyViewedWidget tr,
  #leftColumn .widget.relatedProductsWidget tr {
    width: -webkit-calc(33.33% - 5px);
    width: calc(33.33% - 5px);
    margin-right: 5px;
    float: left; }
    #leftColumn .widget.recentlyViewedWidget tr td,
    #leftColumn .widget.relatedProductsWidget tr td {
      width: 100%; }
      #leftColumn .widget.recentlyViewedWidget tr td .itemContainer,
      #leftColumn .widget.relatedProductsWidget tr td .itemContainer {
        width: 100%; } }
@media screen and (max-width: 760px) {
    .basketContainer {
    width: 100%;
    overflow-x: auto; }

  .halfColumn,
  .thirdsColumn {
    width: 100%;
    margin: 0; }

  .paymentFormContainer .paymentForm {
    width: auto;
    display: block; }

  .trainingRegContainer {
    width: 90% !important; }

  #checkout_billPage .mainColumn,
  #checkout_payPage .mainColumn,
  #checkout_receiptPage .mainColumn,
  #checkout_shipPage .mainColumn {
    width: 100%;
    margin: 0; }
  #checkout_billPage .sidebarColumn,
  #checkout_payPage .sidebarColumn,
  #checkout_receiptPage .sidebarColumn,
  #checkout_shipPage .sidebarColumn {
    width: 100%;
    margin: 0; }
  #checkout_billPage .addressBook,
  #checkout_payPage .addressBook,
  #checkout_receiptPage .addressBook,
  #checkout_shipPage .addressBook {
    width: 94%; }
  #checkout_billPage .addressBook .entries,
  #checkout_payPage .addressBook .entries,
  #checkout_receiptPage .addressBook .entries,
  #checkout_shipPage .addressBook .entries {
    margin: 0; }
  #checkout_billPage .addressBook .entry,
  #checkout_payPage .addressBook .entry,
  #checkout_receiptPage .addressBook .entry,
  #checkout_shipPage .addressBook .entry {
    width: 100%;
    margin: 0 0 10px; }

  #checkoutPage td.address {
	  display: block;
	  width: 100%;
  }
  #checkoutPage table.itemList td {
	  width: 100%;
  }
  #checkoutPage td.item {
	  display: block;
	  width: 100%;
  }
  #checkoutPage td.items {
	  width: 100%;
  }
  /*.mainContentWrapper table {
    width: 100%; }

  .mainContentWrapper thead {
    display: none; 

  }

  .mainContentWrapper tr:nth-of-type(2n) {
    background-color: inherit;
    width: auto !important; }

  .mainContentWrapper tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em; }

  .mainContentWrapper tbody td {
    display: block;
    text-align: left !important;
    width: auto !important; }

  .mainContentWrapper tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: left !important;
    background: #f9f9f9;
    padding: 10px;
    margin: -4px -8px 5px; }*/

  /*.basketContainer table, thead, tbody, th, td, tr {
      display: block;
  }

  .basketContainer thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
  }

  .basketContainer tr { border: 1px solid #ccc; }

  .basketContainer td {
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%;
  }

  .basketContainer td:before {
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
  }

  .basketContainer td:nth-of-type(1):before { content: "Item"; }
  .basketContainer td:nth-of-type(2):before { content: "PIN"; }
  .basketContainer td:nth-of-type(3):before { content: "Unit Price"; }
  .basketContainer td:nth-of-type(4):before { content: "Qty"; }
  .basketContainer td:nth-of-type(5):before { content: "Total"; }*/



  /*.basketContainer tr:nth-of-type(2n) {
    background-color: inherit;
    width: auto !important; }

  .basketContainer tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em; }

  .basketContainer tbody td {
    display: block;
    text-align: left !important;
    width: auto !important; }

  .basketContainer tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: left !important;
    background: #f9f9f9;
    padding: 10px;
    margin: -4px -8px 5px; }*/

  .mobileMenu {
    border-left: 1px solid rgba(51, 51, 51, 0.36); }
    .mobileMenu .navigation a {
      display: block;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #ddd;
      background: white; }
    .mobileMenu .navigation .st_sharethis_large {
      display: none; }
    .mobileMenu .simpleCategoryListWidget {
      border: none; }
      .mobileMenu .simpleCategoryListWidget.open .content {
        padding: 0; }
      .mobileMenu .simpleCategoryListWidget .header {
        background: #444444;
        padding: 10px;
        color: white;
        font-weight: 100; }
      .mobileMenu .simpleCategoryListWidget .content {
        padding: 0; }
      .mobileMenu .simpleCategoryListWidget .category li {
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
        background: white; }
      .mobileMenu .simpleCategoryListWidget .category li a {
        background: none; }

  #mainColumn #slider,
  #mainColumn #sliderFrame {
    box-shadow: none; }
    #mainColumn #slider div.navBulletsWrapper,
    #mainColumn #sliderFrame div.navBulletsWrapper {
      position: absolute;
      top: auto;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }

  .widget.simpleCategoryListWidget .content {
    padding: 0; } }
@media screen and (max-width: 670px) {
#ctl00_ctl00_NestedMaster_PageContent_PaymentAjax div.section
 {
    display: inline !important;

 }	
  .addAddressPopup {
    width: 100%;
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    overflow-y: auto; }
    .addAddressPopup select {
      width: 100% !important; }


	  
	  
	  
#checkoutPage table.shipmentWidget td.method select {
    width: 95%; }
  #checkoutPage table.shipmentWidget td.address {
    width: 100%; }
  #checkoutPage table.shipmentWidget td.method {
    width: 100%;
    border-left: 0px;
    display: block; }
  #checkoutPage table.shipmentWidget tr {
    width: 100%;
    display: block; }
  .hpf-iframe {
    width: 100%;
    height: auto; }

  .shipmentSection {
    /*overflow-x: auto;*/ }
    .shipmentSection select {
      background: white; }

  .ui-tabs.mobile-friendly {
    background: red;
    display: block; }
    .ui-tabs.mobile-friendly .ui-tabs-nav li {
      float: none !important; }
      .ui-tabs.mobile-friendly .ui-tabs-nav li[aria-selected='true'] span.outer:before {
        display: none; }
    .ui-tabs.mobile-friendly .ui-tabs-nav > li {
      width: 100%;
      border: none;
      border-radius: 0;
      background: #333;
      margin: 0 !important; }
      .ui-tabs.mobile-friendly .ui-tabs-nav > li span.outer {
        background: #333;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #eee;
        position: relative; }
        .ui-tabs.mobile-friendly .ui-tabs-nav > li span.outer a {
          float: none;
          color: white; }
        .ui-tabs.mobile-friendly .ui-tabs-nav > li span.outer:after {
          content: "";
          width: 16px;
          height: 2px;
          top: 18px;
          position: absolute;
          right: 11px;
          background: white;
          display: block; }
        .ui-tabs.mobile-friendly .ui-tabs-nav > li span.outer:before {
          content: "";
          width: 2px;
          height: 16px;
          top: 11px;
          position: absolute;
          right: 18px;
          background: white;
          display: block; }
      .ui-tabs.mobile-friendly .ui-tabs-nav > li .customPane {
        margin: 0; }
      .ui-tabs.mobile-friendly .ui-tabs-nav > li .ui-tabs-panel {
        background: white;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        border-radius: 0; }
      .ui-tabs.mobile-friendly .ui-tabs-nav > li * {
        white-space: normal !important; }

  .productDisplay .productDetails {
    width: 92% !important; }
    .productDisplay .productDetails table {
      width: 100%; }
    .productDisplay .productDetails .button {
      margin: 10px 0;
      width: 100%;
      padding: 10px 0;
      height: 40px; } }
@media screen and (max-width: 500px) {
  .ui-tabs {
    display: none; }
  #headerTop .search input.searchPhrase {
    width: 200px; }
  #headerTop .column_1 {
    margin: 0;
  width: 300px; }

.LPMcontainer 
{
  -webkit-transform: scale(0.50) !important;
    -moz-transform: scale(0.50) !important;
    -ms-transform: scale(0.50) !important;
    transform: scale(0.50) !important;
    -webkit-transform-origin: 50% 0 0 !important;
    -moz-transform-origin: 50% 0 0 !important;
    -ms-transform-origin: 50% 0 0 !important;
    transform-origin: 50% 0 0 !important;   
} 

  .footer .contacts {
    width: 100%; }
  .footer .footercontact {
    width: 95%;
    margin: 10px 0;
    padding: 0 10px; }

  #mainColumn div.zone {
    padding: 0; }

  #mainColumn #slider,
  #mainColumn #sliderFrame {
    height: 105px; }

  #headerTop .column_2 {
    width: 90vw;
    display: block;
    float: none;
    clear: both; }
    #headerTop .column_2 .internationalContact {
      text-align: right;
      margin: 10px 0; }

  #leftColumn .widget.recentlyViewedWidget tr,
  #leftColumn .widget.relatedProductsWidget tr {
    width: -webkit-calc(100%);
    width: calc(100%);
    margin-right: 5px;
    float: none;
    clear: both; }
    #leftColumn .widget.recentlyViewedWidget tr td,
    #leftColumn .widget.relatedProductsWidget tr td {
      width: 100%; }
      #leftColumn .widget.recentlyViewedWidget tr td .itemContainer,
      #leftColumn .widget.relatedProductsWidget tr td .itemContainer {
        width: 100%; } }
@media screen and (max-width: 400px) {		
#pageHeader div.links {
	text-align: center;
	position: inherit; 
}
	
}
/** Responsive Table Code **/
/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
/* Smartphones (portrait and landscape) ----------- */
/* iPads (portrait and landscape) ----------- */
/** iphone 6 and 6+ **/

/*# sourceMappingURL=responsive-styles.css.map */