/* ==========================================================================
   General Site Styling
   ========================================================================== */


/* Cheat sheet color codes
   ========================================================================== 
Blue: #23537c;
Dark gray: #474747;
Light gray: #878787;
*/

/* Fonts
   ========================================================================== */
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/

/*Imported fonts*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap');*/

/*Open Sans*/
@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/customfonts/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


/*Oswald*/
@font-face {
    font-family: 'Oswald';
    src: url('/customfonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/customfonts/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/customfonts/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/customfonts/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/customfonts/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('/customfonts/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*Body*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size:16px;
  font-weight:400;
  color:#3b3d40;
}

/*Headers*/
h1, h1.page-header, h2, h2.page-header, .page-header, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Oswald', sans-serif;
  color:#878787;
  font-weight:400;
  text-transform:none;
}

h1, h1.page-header {
  font-size:2.2em;
}

h2, h2.page-header {
 font-size:1.8em;
}

h3 {
font-size:1.4em;
}

h4 {
font-size:1.25em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1em;
}


/*Links*/
li>a, .navbar-nav a{
font-family: 'Oswald', sans-serif;
  font-weight:400!important;
}

.cd-main-content p>a {
color:#23537c;
}

/*Breadcrumb*/
ol.breadcrumb {
font-size:15px;
padding:0
}

.section_BreadCrumb .col-xs-12 {
padding:0;
}

/*Buttons*/
.btn-primary, .btn{
    color: #fff;
    border-radius: 0.3em;
    border: none;
background:#23537c;
text-transform:none;
transition:all 0.3s ease-in-out;
  font-size:16px;
}

.btn:hover {
    background: #23537c;
opacity:0.9;
}

.cd-main-content a.btn {
color:White;
}

.cd-main-content .btn-primary, .cd-main-content .btn {
    padding: 12px 27px;
}

/* Paddings & Margins & Alignment
   ========================================================================== */

.no-side-padding {
  padding-left:0!important;
  padding-right:0!important;
}

.no-side-margin {
  margin-left:0!important;
  margin-right:0!important;
}

.centered-content {
  text-align:center!important;
}

.section+.section {
  padding-bottom:15px;
}




/* Custom Page Width
   ========================================================================== */
@media screen and (max-width:767px) {
.container {
    width: ;
}
}

@media screen and (min-width:768px) {
.container {
    width:730px;
}
}

@media screen and (min-width:992px) {
.container {
    width:960px;
}
}

@media screen and (min-width:1200px) {
.container {
    width:1170px;
}
}

@media screen and (min-width:1300px) {
.container {
    width:1260px;
}
}

@media screen and (min-width:1400px) {
.container {
    width:1360px;
}
}

@media screen and (min-width:1500px) {
.container {
    width:1460px;
}
}

/* Header
   ========================================================================== */

/*General*/  

.header {
background:white;
border:none;
}

.header-nav-col {
display:flex;
padding:0;
}

.header {
padding:0!important;
}

.header .section+.section {
padding:0;
}

.header-main-row {
display:flex;
}

.header, .top-bar .section_TopbarMenu a {
text-transform:uppercase;
}

.header, .header .cart-field-label {
font-size:14px;
}

/*Top-bar*/

.top-bar {
background:#23537c;
}
.top-bar [class*="col-sm-"] {
padding:0;
}

.top-bar .nav a {
background:transparent;
border:none;
}

.top-bar-link>a {
font-size:14px;
}

.topbar-user-name .nav.nav-pills{
float:left;
}

.topbar-user-name .nav.nav-pills a {
padding-left:0;
}

.topbar-user-name .user-log-out-link {
display:none;
}

.top-bar .nav a:hover, .top-bar .nav a:focus {
background:transparent;
}

/*Logo*/

.header-logo-col  {
display:flex;
align-items:center;
  padding:0;
  height:110px;
}


.header-logo-col img{
height:100px;
padding:5%;
}
  

/*Search and cart*/

.header-search-icon, .header-cart .cart.header-input {
display:flex;
height:100%;
justify-content:center;
align-items:center;
}

.header-cart #minibasket, .header-cart .cart.header-input  {
height:100%;
}

.header .pt-btn-basket .fa-shopping-cart {
color:#23537c;
}

.header .cart-field-label, .header-search-icon {
font-family:'Oswald', sans-serif;
font-size:18px;
color:#878787;
}



/*Cart*/

.header-cart {
flex:1;
  margin-right:20px;
}

.header .pt-btn-basket .badge {
    display: block;
    margin-top: -6px;
    margin-left: 18px;
    width: 20px;
    height: 20px;
    padding: 3px 5px;
}
.header .pt-btn-basket {
    background: none;
    border: none;
}

.header .pt-btn-basket .fa-shopping-cart {
    color: #00529b;
    font-size: 30px;
}
.header .feature-basket .cart-field-amount {
    display: none;
}
.header .feature-basket {
    background: none;
    border: none;
}

.header .cart:hover {
    box-shadow: none;
}
.header .cart-btn:hover {
    background: transparent;
}
.header .cart-field-label {
font-weight:300;
}
.header .cart-field.input-lg.hidden-xs.form-control.feature-basket {
    padding: 0;
  padding-top:7px;
}
.header .cart-btn.btn.btn-primary.btn-lg.pt-btn-basket {
padding:0 15px 0px 0px;
margin:0;
}

.header .cart-content.container {
    position: absolute;
    right: -106px;
  top:110px;
  border-top:10px solid #878787;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}
.header .cart.header-input {
    width: 100%;
margin-top:0;
}
.header .cart .form-control {
box-shadow:none;
color:black;
}


  
/*Search*/

.header-search-icon {
flex:1;
}

.header-search-icon .fa {
color:#00529b;
font-size:25px;
}


.header-search-row {
background:transparent;
border:none;
padding:0!important;
box-shadow:none;
  position: absolute;
    left: 0px;
    top: 110px;
    z-index: 999;
width:100%;
}

.header-search-row .col-sm-12 {
background:white;
padding:20px;
border-top:10px solid #878787;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

.header-search-row .header-input {
margin:0;
}

.header-search-row {
display:none;
}

.header-search-icon {
cursor:pointer;
}

/*Navigation*/
.header.nav-row {
background:#474747;
}

.header-menu {
flex:20;
}
  
/*Login*/


/*---Big Header 1200px ->---*/
@media screen and (min-width:1200px) {

/*General*/  
  
  .header-logo-col {
width:20%;
}

.header-nav-col {
width:80%;
}

/*Top-bar*/

/*Logo*/
  
/*Cart*/
  
	.header .cart-content.container {
		width: 250% !important;
		left:-1px;
	}
  
/*Search*/
.header-search-icon {
padding-left:20px!important;
}
  
/*Navigation*/
  
  .header .navbar-nav {
    float: none;
    text-align: center;
}
  
  .header .section_Menu .navbar-collapse {
width:100%;
}
  
  .header .navbar-nav>li {
    display: inline-block;
    float: none;
}
  
  
  .header .navbar-nav a {
font-size:20px;
color:White;
text-transform:none;
}

.header .navbar-nav a:hover {
color:#878787;
background:transparent;
}
  
.header .dropdown-menu {
background:#474747;
text-align:left;
}

.header .nav .open>a, .header .nav .open>a:hover, .header .nav .open>a:focus {
background:transparent;
}

.header .dropdown-menu>.active>a, .header .dropdown-menu>.active>a:hover, .header .dropdown-menu>.active>a:focus{
background-color:#23537c;
}  
  
  .parts-node a:after {
    display: none;
}
  .parts-node .dropdown-menu {
    display: none !important;
}

/*Quote*/
  .header-quote {
flex:5;
text-align:center;
align-self:center;
}

.header-quote p {
font-family:'Oswald', sans-serif;
text-transform:none;
font-size:25px;
margin:0;
}
  
/*Login*/
  
  
/*Sticky header*/  
.sticky-header .header-logo-col {
transition: all ease-in-out 0.3s;
height:60px; 
}

.sticky-header .header-logo-col img {
transition: all ease-in-out 0.3s;
height:50px;

}
  
@media screen and (min-width: 1200px){
    .header.nav-row.sticky-header {
        top: 60px;
    }
}

.function-row.sticky-header {
    z-index: 556 !important;
}
  
.header.sticky-header {
position:fixed;
width:100%;
left:0;
z-index:555;
  top:0;
}

.header.sticky-header .header-search-row {
top:60px;
}
  
.sticky-header .cd-primary-nav .cd-secondary-nav {
top:55px;
}

.header.sticky-header  .cart-content.container {
top:60px;
}
  
}


/*---Small header <-1199px---*/
@media screen and (max-width:1199px) {

/*General*/  
  
  .header {
  border-bottom:1px solid;
  }

/*Top-bar*/

/*Logo*/
  
 .header-logo-col img {
height:unset;
max-height:100px;
}
 
  
/*Cart*/
  
  .header .cart-content.container {
left:-150px;
width:400%!important;
}
  
/*Search*/

/*Navigation*/
  
  
  .header-menu-icon {
flex:1;
align-self: center;
}
  
    .header .cd-main-header {
margin-top:0;
}
  
 .cd-primary-nav ul {
left:unset!important;
width:260px!important;
right:0!important;
       overflow-x: hidden;
} 
 
  .cd-main-header {
    background: transparent;
    border:none;
  }

  .cd-search-trigger, .cd-nav-trigger {
    width:40px;
    height:40px;
  }

.cd-nav-trigger span {
right:5px;
}



  .cd-nav-trigger span,.cd-nav-trigger span::before, .cd-nav-trigger span::after {
    height: 4px;
    width: 30px;
    background: #00529b;
    border-radius:30px;
  }

.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
    background: white;
    left:-4px;
width:50px;
  }

 .cd-nav-trigger.nav-is-visible {
    background: #c12727;
    border: 5px solid #c12727;
    border-radius: 0px;
    left: -35px;
  height:50px;
width:45px;
top:8px;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
  }

.cd-nav-trigger.nav-is-visible span {
    right: 5px;
    margin-top: -6px;
  }

  .cd-nav-trigger.nav-is-visible span::after {
    top:20px;
  }

  .cd-nav-trigger span::after {
    top: 10px;
  }

  .cd-nav-trigger span::before {
    top:-10px;
  }

  .cd-main-header.nav-is-visible {
    top: -11px;
    color: transparent;
    position: fixed;
    right:0px;
    z-index:9999;
  }

  

.cd-header-buttons li {
border:2px solid #00529b;
border-radius:3px;
}

 
.cd-primary-nav, .cd-primary-nav ul {
background:white;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

 
.cd-primary-nav a {
color:black!important;
border-color:#00529b!important;
}


.cd-secondary-nav li.go-back>a {
background:#00529b;
color:White!important;
}

.go-back a::before, .go-back a::after {
background:white;
}


.cd-main-header.nav-is-visible .cd-header-buttons>li {
border:none;
}

.cd-nav > ul {
margin-top:0;
}
  
/*Login*/  

}

/*Other breakpoints*/

/*Max 1400*/

@media screen and (max-width:1400px){
  
/*Navigation*/ 

.cd-primary-nav > .has-children > a {
padding-right:20px!important;
padding-left:0px;
}

}

/*Min 1200 Max 1400*/
@media screen and (max-width: 1400px) and (min-width: 1200px) {
.cd-primary-nav > .has-children > a::after {
right:5px;
}

.cd-primary-nav > .has-children > a::before {
right:10px;
}
  
}

/*Max 767px*/

@media screen and (max-width:767px) {
/*Cart*/  
  
.header .cart-content.container {
display:none;
}
  
  
}


/*Footer
   ========================================================================== */

.footer {
background:#23537c;
font-size:17px;
font-family:'Oswald', Sans-serif;
border-top:10px solid #474747;
}

.footer, .footer h4, .footer a {
color:white;
text-transform:none;
}

.footer h4 {
font-size:27px;
}


/* Notifier Container
   ========================================================================== */
.alertify-log {
	background: ;
	border-color: ;
	border-radius: ;
}

/* ==========================================================================
   Section Styling
   ========================================================================== */

/* Sidebar navigation */
.toggle-lvl-two li:first-of-type {
    box-shadow: none;
}
.sidebar-nav .sidebar-item {
    text-transform: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-nav .sidebar-item.sidebar-nav-heading {
    border: none;
    padding-left: 0;
    margin-bottom: 15px !important;
}
.sidebar-nav li.toggle-item {
    padding-bottom: 0px;
    padding-top: 7px;
}
.toggle-lvl-one .sidebar-item {
    padding-bottom: 12px;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two .sidebar-item {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three .sidebar-item {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four .sidebar-item {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five .sidebar-item {
    padding-left: 60px;
}

.toggle-lvl-six .sidebar-item {
    padding-left: 70px;
}


.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav .sidebar-item a.active {
    font-weight: 700;
}
.sidebar-nav li.active .toggle-btn {
    font-weight: 500;
}



/*Hero image with banner*/

.hero-tilted-banner {
position:absolute;
right:0;
top:10%;
width:60%;
}


.hero-tilted-banner-col {
clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, 100% 100%, 0% 100%);
background:#23537c;

-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.hero-tilted-banner-col>.section_ProductNodeTitle{
padding:0;
}


.hero-tilted-banner h1 {
text-transform:uppercase;
font-style:italic;
font-size:50px;
font-weight:500;
color:white;
padding-left:10%;
  margin-top:15px;
margin-bottom:15px;
padding-right:20px;
}

@media screen and (max-width:767px) {
.hero-tilted-banner {
width:90%;
  top:unset;
bottom:-10px;
}

.hero-tilted-banner-col {
padding-top:30px;
padding-bottom:30px;
}

.hero-tilted-banner h1 {
margin:0;
font-size:35px;
  padding-right:50px;
}
}

/*Sub node image grid*/


.section_ProductParentNode_SubNodeMenu .hover-product-title {
clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, 100% 100%, 0% 100%);
background:#23537c;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
position:absolute;
right:0;
top:10%;
width:90%;
text-align:left!important;
margin-bottom:0;
height:auto;
padding:10px;
}

.section_ProductParentNode_SubNodeMenu .hover-product-title a {
    text-transform: uppercase;
    font-style: italic;
    font-size: 25px;
    font-weight: 500;
    color: white;
    padding-left: 10%;
}

.section_ProductParentNode_SubNodeMenu .hover-product-additonal-details p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
font-size:18px;
text-align:center;
margin-top:20%;
}

.section_ProductParentNode_SubNodeMenu>div.hidden-xs {
display:block;
}

.section_ProductParentNode_SubNodeMenu>ul.visible-xs {
display:none;
}

@media screen and (max-width:1199px) {
.section_ProductParentNode_SubNodeMenu li.product {
width:50%;
}
}

@media screen and (max-width:767px) {
.section_ProductParentNode_SubNodeMenu li.product {
width:100%;
}
}

/*Content banner*/

.content .section_ContentBanner {
padding-bottom:15px;
}

.section_ContentBanner .banner-wrapper-main {
padding-bottom:0;
}

.section_ContentBanner .slick-slider {
margin-bottom:0;
}

.section_ContentBanner .carousel {
box-shadow:none;
}

.section_ContentBanner .slick-dots {
bottom:20px;
}

.section_ContentBanner .slick-dots li button:before {
font-size:15px;
color:white;
opacity:0.8;
}

.section_ContentBanner .slick-dots li.slick-active button:before {
color:#23537c;
opacity:1;
}

/* Section Styling custom class
   ========================================================================== */
/*Hero images*/
.hero-row {
margin-top:-30px;
}

/*Catalog hero image background fallback*/
.catalog-hero-col{
min-height:150px;
/*background-image:url('/en/image/getthumbnail/1056');
background-size:cover;
background-repeat:no-repeat;*/
  margin-bottom:30px;
}

.hero-row .section_ProductNodeImage {
padding-bottom:0;
}

/* ==========================================================================
   Page Styling
   ========================================================================== */

/* Index page
   ========================================================================== */

/* Landing pages
   ========================================================================== */
/*General*/
/*News*/
/*Contact us*/
/*Landing page name*/
/*Landing page name*/
/*Landing page name*/


/* Product pages
   ========================================================================== */
/*General*/
/*Catalog Landing page*/


/*-----Product list-----*/
/*benefits*/
.section.benefit-heading {
padding:0;
}

.section.benefit-content {
padding-bottom:5px;
  display:none;
}

.benefit-heading p {
font-family:'Oswald', sans-serif;
font-size:23px;
border:2px solid #878787;;
padding:10px;
margin-bottom:0;
background:rgba(135,135,135,0.2);
  cursor:pointer;
}

.benefit-content p, .benefit-content ul {
border:2px solid #878787;;
border-top:none;
padding:10px;
margin-bottom:0;

}


.benefit-heading p::after {
content:"\f107";
float:right;
font-family:"FontAwesome";
font-weight:bold;
}


.expanded .benefit-heading p::after {
content:"\f106";
float:right;
font-family:"FontAwesome";
font-weight:bold;
}

.benefit-row {
margin-bottom:5px;
}

.expanded .section.benefit-content {
display:block;
}

/*Filter panel*/
.section_ProductFilter .multiselect-container label.checkbox {
font-size:15px;
}
.col-sm-3 #productfilter > .row > div {
    width: 100%;
}
#productfilter .filterMore, #productfilter .filterLess {
    cursor: pointer;
}
#productfilter .filterMore .icon, #productfilter .filterLess .icon {
    position: relative;
    left: -5px;
    color: #23537c;
}
#productfilter .filterMore, #productfilter .filterLess {
    margin-top: 5px;
    font-style: italic;   
}
#productfilter .form-group > div > .row {
    font-size: 0.95em;
}
#productfilter .control-label {
    color: #878787;
    padding: 5px 0px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
}
.btn-show-filters {
    display: none;
}
.section_ProductFilter .Disabled {
    display: none !important;
}
.hideExpandBtn {
    display: none;
}
@media screen and (max-width: 767px){
	.filter-products-row .section_ProductFilter {
      	display: none;
	}
    .btn-show-filters {
      	display: inline-block;
  	}
    .filter-products-row .section_Content {
      	padding-bottom: 0;
      	text-align: right;
  	}
}

/*PDP*/


/*IPDP*/
/*VP*/
/*Searchlist*/
/*Checkout*/
#referencesField > .row:last-of-type > .col-sm-6:last-of-type > .form-group:last-of-type > .control-label-static {
    font-size: 16px;
}
@media screen and (min-width: 992px){
    [data-loggedin="False"] .OrderSummaryDetails .OrderSummaryDetailsHeader .form-group div {
        margin-left: -10px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    [data-loggedin="False"] .OrderSummaryDetailsHeader .form-group {
        margin-left: 0;
    }
  	[data-loggedin="True"] .section_Checkout .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="True"] .OrderSummaryDetailsHeader .form-group {
        padding-left: 15px;
    }
}
@media screen and (min-width: 768px){
    [data-loggedin="False"] .section_Checkout .OrderSummaryShipToAddress {
        padding-left: 15px;
    }
    [data-loggedin="False"] .section_Checkout .OrderSummaryShipToAddress fieldset > .col-md-6 {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    #basketList-standard > .col-md-12 > .row {
        margin:  0;
    }
}
.section_CheckoutConfirmation #summaryWrapper .row:last-of-type {
    margin-top: 20px !important;
    margin-bottom: 20px;
}
.section_CheckoutConfirmation #summaryWrapper .row:last-of-type legend {
    margin-bottom: 0;
}
[data-loggedin="False"] .section_CheckoutConfirmation #summaryWrapper > .row:first-of-type .col-md-6 {
    padding-left: 0;
}
@media screen and (max-width: 991px){
    .section_CheckoutConfirmation #summaryWrapper > .row:last-of-type .row {
        margin-left: 0;
    }
}
.section_CheckoutConfirmation td .hiddenBox {
    display: none !important;
}
.section_CheckoutConfirmation .last-cell {
    display: none;
}
.section_CheckoutConfirmation .summary-header {
    margin-bottom: 10px;
}
@media screen and (min-width: 1200px){
    .section_CheckoutConfirmation .basket-total-lines {
        padding-right: 25px;
    }
}
.section_Checkout #summaryWrapper .last-cell {
    display: none;
}
.section_Checkout td .hiddenBox {
    display: none;
}
.section_Checkout #summaryWrapper #basketList-standard > div > .row {
    padding-right: 10px !important;
}
.basket-total-lines h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
#referencesField .CheckoutFieldHelpText {
    width: 100%;
    margin-top: 10px;
  	text-align: right;
}

/* Authors
   ==========================================================================
Sofia Moretti
*/


#DiagramBookScaleToFitContainer {
    width: 78%;
    float: right;
}


/* Diagram books */
.pt-page-explodeddiagrambooks .cd-main-content {
    background: #eaeaea;
}
/* Sidebar toc */
.wowbook-toc {
      background: #fff !important;
      border: none !important;
      z-index: 563 !important;
      position: absolute !important;
      float: left;
      margin-top: 123px !important;
  }
@media screen and (min-width: 992px) {
  .wowbook-toc {
    margin-left: -28.1%;
    width: 27% !important;
    display: block !important;
}
.wowbook-thumbnails {
    margin-left: -27%;
    width: 127% !important;
}
}
.wowbook-toc h1 {
    color: #00529b;
    font-weight: 700;
  	border-bottom: 1px solid #eaeaea !important;
}
.wowbook-toc-item a {
    background: none !important;
  	border-bottom: none !important;
}
.wowbook-toc-item {
    border-bottom: 1px solid #eaeaea !important; 
}

.wowbook-toc-item a:hover {
    background: #fff !important;
  	text-decoration: underline !important;
}
.wowbook-toc .wowbook-close {
    display: none !important;
}

/* Topbar thumbnails */
.wowbook-thumbnails {
    display: block !important;
    box-shadow: none !important;  
    background: #fff !important;
    border-bottom: none !important;
  	transform: scale(1) !important;
  	height: 120px !important;
  	margin-top: -5px;
}
.wowbook-thumbnails .wowbook-button i:before {
    color: #00529b;
}

  #DiagramBookScaleToFitContainer {
        min-height: 1350px !important;
    }
    .wowbook-page-content {
        min-height: 1350px !important;
    }

/* Content */
#DiagramBookPreviewPageContainer, .wowbook-page-content {
    /*width: 78% !important; 
    float: right; */
}
#DiagramBookPreviewPageContainer {
    margin-top: 123px !important;
}


/* Popup */


/* Slider */
.section_ExplodedDiagramBooks .ui-slider-handle {
    background: #292929;
    border-radius: 50%; 
    width: 22px;
    border: none;
    height: 22px;
    margin-top: -5px;
}
.section_ExplodedDiagramBooks .ui-slider-handle .fa-search:before {
    color: #fff;
    font-size: 14px;
    margin-left: 2px;
}
.section_ExplodedDiagramBooks .ui-widget-content {
    border: none;
    background: #292929;
    height: 2px;
    margin-bottom: 30px;
}
.diagram-book-zoom-slider-container .col-xs-3 {
    width: 15% !important;
}
.diagram-book-zoom-slider-container {
    padding-top: 10px;
}
.diagram-book-zoom-slider-container .col-xs-9 {
    padding-top: 6px;
}
.diagram-book-zoom-slider-container .btn {
    padding: 3px 7px !important;
}

/* Remove unused diagram books buttons */
#DiagramBookPreviewToolbarTOC {
    display: none;
}
#DiagramBookPreviewToolbarThumbnails {
    display: none;
}

/* Top Toolbar */
#DiagramBookPreviewToolbar .text-center {
    background: #fff;
    padding: 10px;
}

.ndd-popup-arrow-down {
    border-color: rgb(231, 231, 231) transparent transparent !important;
}
.ndd-popup-content {
    background: #e7e7e7;
}




.wowbook-toc, .wowbook, .wowbook-thumbnails {
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4) !important;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4) !important;
}
.wowbook-thumbnails {
    z-index: 890;
}
#DiagramBookPreviewToolbar {
    z-index: 889;   
}

@media screen and (max-width: 991px){
    #DiagramBookPreviewToolbarTOC {
        display: inline;
    }
    #DiagramBookScaleToFitContainer {
    	width: 100%;
	}

}
.pt-page-explodeddiagrambooks .cd-main-content .container {
    background: transparent;
  	padding-top: 0px;
}

/* Hotspot popup */
.section_ExplodedDiagramBookProductList .product-hotspots-table th {
    border-bottom: none !important;
}
.section_ExplodedDiagramBookProductList .product-hotspots-table .hotspot-qty {
    display: none;
}
.section_ExplodedDiagramBookProductList .product-hotspots-table td:nth-child(8) {
    display: none;
}
/* Hotspot qty */
.section_ExplodedDiagramBookProductList .product-hotspots-table td:nth-child(9) {
    display: none;
}
.section_ExplodedDiagramBookProductList .hotspot-remark2,
.section_ExplodedDiagramBookProductList .hotspot-fromdate,
.section_ExplodedDiagramBookProductList .hotspot-todate,
.section_ExplodedDiagramBookProductList .hotspot-remark1
{
    display: none;
}
.section_ExplodedDiagramBookProductList .hot-spot td:nth-child(6){
    display: none;
}
.section_ExplodedDiagramBookProductList .hot-spot td:nth-child(3){
    text-align: center;
}
.section_ExplodedDiagramBookProductList .hot-spot td:nth-child(4) {
	text-align: left;
}
.section_ExplodedDiagramBookProductList .hot-spot td:nth-child(2) a {
	display: block;
}
.section_ExplodedDiagramBookProductList .filter-list-orderby {
	display: none;
}
.section_ExplodedDiagramBookProductList .product-nav {
	border: none;
}
@media screen and (min-width: 1200px) {
  .modal {
    top: 45px; 
  }
}/* ==========================================================================
   General Site Styling
   ========================================================================== */
/*Search and list style*/
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) {
    width: 100%;
}
#searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2) .input-group,
#searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .input-group {
    width: 100%;
}
@media screen and (max-width: 991px) {
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3){
        margin-top: 20px;
    }
}
@media screen and (min-width: 992px){
    #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(2),
    #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(2),
    .pt-page-quotesearch #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) {
        width: 30%;
    }
    #searchandlist > .row:first-of-type > .col-md-6 {
        width: 70%;
    }
    .pt-page-invoicesearch #searchandlist .form-control.js-searchlistbox {
        margin-top: 25px;
    }
    .pt-page-invoicesearch #searchandlist .js-pageQuerySearch.pt-btn-search {
        margin-top: 25px;
    }
}
 #searchandlist > .row:first-of-type > .col-sm-3:nth-of-type(3) .checkbox,
 #searchandlist > .row:first-of-type > .col-md-3:nth-of-type(3) .checkbox {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 20px;
}
#searchandlist > .row:first-of-type .selected-user-wrapper {
    margin-left: 20px;
}
#searchandlist > .row:first-of-type .form-group .checkbox {
    float: left;
}

/* Quickshop */
.row.quickshopcontent {
    margin-left:  0px;
    margin-right: 0px;
    margin-top: 15px;
}
.quickshopcontent h4 {
    margin-top: 8px;
    text-transform: initial;
}
.quickshopcontent #quickHeader {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 992px){
    .quickshopcontent .col-sm-6.col-xs-6 {
        width: 58.33333%;
    }
    .quickshopcontent .col-sm-2.col-xs-2 {
        width: 8.33333%;
    }
}
@media screen and (max-width: 991px) {
    .quickshopcontent > div.col-sm-6.col-xs-6 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-4 {
        width: 50%;
        padding-right: 5px;
        padding-left: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 {
        width: 50%;
        padding-left: 5px;
        padding-right: 0;
    }
    .quickshopcontent > div.col-sm-2.col-xs-2 .btn {
        width: 100%;
    }
    .quickshopcontent #quickHeader {
        padding-left: 0;
    }
}

/*Content banner*/
.section_ContentBanner .banner-wrapper-main {
padding-bottom:0;
}

.section_ContentBanner .slick-dotted.slick-slider {
margin-bottom:0;
}

.section_ContentBanner .carousel {
box-shadow:none;
}

.section_ContentBanner .slick-dots {
bottom:25px;
}

.section_ContentBanner .slick-dots li button:before {
font-size:10px;
opacity:0.6;
}

.slick-dots li.slick-active button:before {
opacity:1;
}

/* Login page */
.pt-page-login label {
    text-transform: none;
}
.pt-page-login .section_Image {
    margin-top: 20px;
    text-align: center;
}
.pt-page-login .section_Login input {
    height: 35px;
}
.section_Login {
    padding-bottom: 0 !important;
}
.section_Login h3 {
    display: none;
}
.section_Login .col-md-5 {
    width: 100%;
}
.section_Login .col-md-5 .col-sm-8 {
    width: 100%;
}
.section_Login .col-md-2.top37 {
    margin: 0;
    width: 100%;
}
.section_Login .col-md-5:first-of-type .col-sm-8:before {
    content: '\f007';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login .col-md-5:nth-of-type(2) .col-sm-8:before {
    content: '\f13e';
    font-family: fontawesome;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 25px;
}
.section_Login input {
    padding-left: 32px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header {
    border-bottom: none;
    text-transform: none;
    font-size: 1em;
    margin-top: 10px;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:hover {
    cursor: pointer;
    text-decoration: underline;
}
.pt-page-login .section_ForgotPassword > h3.sub-header:after {
    content: '?';
}
.pt-page-login .section_ForgotPassword > p,
.pt-page-login .section_ForgotPassword > form {
    display: none;
}
.pt-page-login {
    background-size: cover;
    background-repeat: no-repeat;
}
.section_ForgotPassword {
    padding-bottom: 0 !important;
}
.section_SignUp h3 {
    text-transform: none;
    border-bottom: 0;
    margin-bottom: 5px;
}
.section_SignUp {
    border-top: 1px solid #eee;
    padding-top: 20px !important;
}
.section_SignUp .btn {
    width: 100%;
}
.section_Login #login-response-msg-holder {
    margin-top: 2px;
    font-size: 13px;
}
.pt-page-login .content > .container:first-of-type {
    background: #fff;
    max-width: 400px;
    margin: 10vh auto;
}
.modal .section_ForgotPassword h3 {
    text-transform: none;
    border: none;
    margin-bottom: 5px;
}
/* Account details */
@media screen and (min-width: 992px) {
    .section_AccountDetail > form > .row > .col-md-6 {
        width: 75%;
    }
}

/*Breadcrumb*/
.breadcrumb-wrapper {
box-shadow: none;
}

/* Sidebar navigation */
.toggle-lvl-two li:first-of-type {
    box-shadow: none;
}
.sidebar-nav h3 {
    text-transform: none;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-bottom: 0;
}
.sidebar-nav h3.sidebar-nav-heading {
    border: none;
    padding-left: 0;
    margin-bottom: 15px !important;
}
.sidebar-nav li.toggle-item {
    padding-bottom: 0px;
    padding-top: 7px;
}
.toggle-lvl-one h3 {
    padding-bottom: 12px;
}
.toggle-lvl-two {
    background: none;
}
.toggle-lvl-two h3 {
    padding-left: 15px;
}
.toggle-lvl-three {
    background: none;
}
.toggle-lvl-three h3 {
    padding-left: 30px;
}
.toggle-lvl-four {
    background: none;
}
.toggle-lvl-four h3 {
    padding-left: 45px;
}
.toggle-lvl-five {
    background: none;
}
.toggle-lvl-five h3 {
    padding-left: 60px;
}
.toggle-lvl-one .active {
    font-weight: 500;
}
.sidebar-nav h3 a.active {
    font-weight: 700;
}
.sidebar-nav li.active .toggle-btn {
    font-weight: 500;
}

/* ==========================================================================
   Templates
   ========================================================================== */

/*Image Card*/
.image-card-col  {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
padding:0!important;
  padding-bottom:15px!important;
}

.image-card-col .section {
flex: 1 0 calc(33.33333% - 30px);
flex-grow:1;
padding-bottom:0;
margin:15px;

}

.card-unit {
position:relative;
height:300px;
background-size:cover;
background-repeat:no-repeat;
}

.card-unit h3 {
    clip-path: polygon(calc(0% + 30px) 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #23537c;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    position: absolute;
    right: 0;
    top: 10%;
    width: 80%;
    text-align: left;
    margin-bottom: 0;
    height: auto;
    padding: 10px;
padding-left:10%;
color:White;
      text-transform: uppercase;
    font-style: italic;
}


.card-unit-overlay {
position:absolute;
top:0;
left:0;
background:rgba(59, 61, 64,0.8);
width:100%;
height:100%;
opacity:0;
transition:all 0.3s ease-in-out;
  display: flex;
 
}

.card-unit-hover {
padding-left:5%;
  padding-right:5%;
text-align:center;
color:White;
  align-self:center;
  width:100%;
}

.card-unit-overlay:hover {
opacity:1;
}

@media screen and (max-width:991px) {
.image-card-col .section {
flex: 1 0 calc(50% - 30px);
}

}

@media screen and (max-width:767px) {
.image-card-col .section {
flex: 1 0 calc(100% - 30px);
}

}

/* Custom product card trailers */
.product-card-custom {
    display: flex;
}
.product-card-custom-img > div > img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100% !important;
}
.product-card-custom-img > div {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.product-card-custom-img {
    width: 50%;
    position: relative;
    min-height: 470px;
}
.product-card-custom-content {
    width: 50%;
}
.product-card-custom .custom-next:before {
    content: '\f053';
    font-family: fontawesome;
    font-size: 16px;
    color: #00529b;
}
.product-card-custom .custom-prev:before {
    content: '\f054';
    font-family: fontawesome;
    font-size: 16px;
    color: #00529b;
}
.product-card-custom .custom-prev {
    position: absolute;
    z-index: 555;
    right: 5px;
    top: 50%;
    cursor: pointer;
    transform: translatey(-50%);
}
.product-card-custom .custom-next {
    position: absolute;
    z-index: 555;
    left: 8px;
    top: 50%;
    cursor: pointer;
    transform: translatey(-50%);
}
.product-card-custom-img > div {
    opacity: 0;
}
.product-card-custom-img > .active-img {
    opacity: 1;
}
.price-location-container {
    display: flex;
}
.price-location-container h3 {
    font-size: 1em;
    color: #00529b;
}
.product-card-custom {
    box-shadow: 0 10px 10px -7px rgb(50 50 50 / 50%);
    border: 1px solid #ccc;
    margin-bottom: 15px;
}
.price-location-container h3:first-of-type:after {
    content: '|';
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    position: relative;
    top: -2px;
}
.price-location-container {
    display: flex;
    align-items: center;
}
.price-location-container h3 {
    margin: 0;
}
.price-location-container {
    margin-bottom: 30px;
}
.product-card-custom-content {
    padding: 30px;
}
.product-card-custom-heading {
    width: 20%;
    display: inline-block;
    font-weight: 700;
}
.product-card-custom-value {
    width: 80%;
}
.product-card-custom-item {
    border-top: 1px solid #ddd;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.9em;
}
.product-card-custom-item:first-of-type {
    border-top: 0;
}
.product-card-custom-img > div > img {
    padding: 30px;
}
.product-card-custom-img > .active-img {
    transition: all 0.4s ease-in-out;
}
[data-pageid="121"] .section_ContentDataUnit {
    padding: 0;
}
@media screen and (max-width: 991px){
    .product-card-custom-img {
        width: 100%;
    }
    .product-card-custom-content {
        width: 100%;
    }
    .product-card-custom {
        flex-wrap: wrap;
    }
    .product-card-custom-content {
        padding-top: 0;
    }
  	.product-card-custom-img {
     	min-height: 380px; 
    }
  	.product-card-custom-heading {
    	width: 50%;
    }	
}
.product-card-contactus {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.product-card-custom {
    position: relative;
}
@media screen and (max-width: 991px){
    .product-card-contactus {
        position: static;
        margin-left: 30px;
        margin-bottom: 30px;
    }
}/* Checkout pdf styles */
.checkout-custom-pdf-style #summaryWrapper form:first-of-type legend,
.checkout-confirmation-pdf-style #summaryWrapper legend {
    margin-bottom: 10px !important;
  	font-size: 18px !important;
  	/*border-bottom: none !important; */
}
.checkout-custom-pdf-style #summaryWrapper form:first-of-type .form-group *,
.checkout-confirmation-pdf-style #summaryWrapper .form-group * {
    padding-top: 0;
    padding-bottom: 0;
  	padding-left: 15px;
    margin-bottom: 0;
    margin-top: 0;
}
.checkout-custom-pdf-style #summaryWrapper form:first-of-type .form-group,
.checkout-confirmation-pdf-style #summaryWrapper .form-group {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}
.checkout-custom-pdf-style #summaryWrapper .section-heading,
.checkout-confirmation-pdf-style .summary-header .section-heading {
    text-transform: none;
  	border-bottom: none;
  	letter-spacing: 0;
  	font-size: 22px;
}
.checkout-confirmation-pdf-style .summary-header {
 	margin-top: -60px;
  	margin-bottom: 20px;
}
.checkout-confirmation-pdf-style .summary-header .section-heading {
 	margin-bottom: 0; 
}
.checkout-custom-pdf-style .cart-view-table th,
.checkout-confirmation-pdf-style .cart-view-table th {
    text-transform: none !important;
    font-size: 12px;
}
.checkout-custom-pdf-style .cart-view-image,
.checkout-confirmation-pdf-style .cart-view-image {
    max-width: 50px !important;
}
.checkout-custom-pdf-style td .cart-product-name:last-of-type,
.checkout-confirmation-pdf-style td .cart-product-name:last-of-type {
  	font-weight: normal;
}
.checkout-custom-pdf-style .cart-view-content .text-bold,
.checkout-confirmation-pdf-style .cart-view-content .text-bold {
    font-weight: 400;
}
.checkout-custom-pdf-style .basket-total-lines .col-sm-5 *,
.checkout-confirmation-pdf-style .basket-total-lines .col-sm-5 * {
    font-weight: 400;
}
.checkout-custom-pdf-style .basket-total-lines h5,
.checkout-confirmation-pdf-style .basket-total-lines h5 {
    text-transform: none;
  	margin-bottom: 0;
  	font-size: 14px !important;
}
.checkout-custom-pdf-style .OrderSummaryAddresses .col-md-6,
.checkout-confirmation-pdf-style .OrderSummaryAddresses .col-md-6 {
 	width: 48%;
  	float: left;
}
.checkout-custom-pdf-style .cart-view-table .last-cell,
.checkout-confirmation-pdf-style .cart-view-table .last-cell {
 	display: none;
}
.checkout-custom-pdf-style .cart-view-table tr td:nth-last-of-type(2),
.checkout-confirmation-pdf-style .cart-view-table tr td:nth-last-of-type(2) {
    padding-right: 0;
}
.checkout-custom-pdf-style .cart-view-table td:nth-of-type(2) br,
.checkout-confirmation-pdf-style .cart-view-table td:nth-of-type(2) br {
    display: none;
}
.checkout-custom-pdf-style td .cart-product-name:nth-of-type(2),
.checkout-confirmation-pdf-style td .cart-product-name:nth-of-type(2) {
 	font-weight: normal; 
}
.checkout-custom-pdf-style .cart-view-table tr td,
.checkout-confirmation-pdf-style .cart-view-table tr td {
    border-top: none !important;
    border-bottom: 1px solid #ddd;
}
.checkout-custom-pdf-style .cart-view-table tr th,
.checkout-confirmation-pdf-style .cart-view-table tr th {
    border-bottom: 1px solid #ddd;
}
.checkout-custom-pdf-style #summaryWrapper .form-horizontal,
.checkout-confirmation-pdf-style #summaryWrapper .form-horizontal {
 	border-bottom: none; 
}

.checkout-custom-pdf-style .btn,
.checkout-confirmation-pdf-style .btn {
    display: none;
}
.checkout-custom-pdf-style input.qty,
.checkout-confirmation-pdf-style input.qty {
    box-shadow: none !important;
  	background: none !important;
  	border: none !important;
  	outline: none !important;
}
.checkout-custom-pdf-style .section_QuickShop {
    box-shadow: none;
}
.checkout-custom-pdf-style .section_TranslationText,
.checkout-custom-pdf-style .section_PdfLink,
.checkout-custom-pdf-style .CheckoutFieldHelpText {
    display: none;
}
.checkout-confirmation-pdf-style .basket-total-lines,
.checkout-custom-pdf-style .basket-total-lines{
    width: 70% !important;
}
.checkout-confirmation-pdf-style .basket-total-lines > .row,
.checkout-custom-pdf-style .basket-total-lines > .row {
    width: auto; 
} 
.checkout-confirmation-pdf-style .basket-total-lines .col-sm-7.col-xs-6 h5,
.checkout-custom-pdf-style .basket-total-lines .col-sm-7.col-xs-6 h5{
    font-weight: bold;
}
.checkout-confirmation-pdf-style .basket-total-lines .col-sm-5.col-xs-6,
.checkout-custom-pdf-style .basket-total-lines .col-sm-5.col-xs-6{
    width: auto;
  	float: right;
}
.checkout-confirmation-pdf-style .basket-total-lines .col-xs-6:only-child,
.checkout-custom-pdf-style .basket-total-lines .col-xs-6:only-child{
    width: 100%;
}
.checkout-confirmation-pdf-style .cart-view-image.img-responsive,
.checkout-custom-pdf-style .cart-view-image.img-responsive{
    margin-top: 3px;
}
.checkout-confirmation-pdf-style #summaryWrapper > .row:last-of-type > .col-md-12 > fieldset > .row,
.checkout-custom-pdf-style #summaryWrapper > .row:last-of-type > .col-md-12 > fieldset > .row{
    margin-left: 0px;
}
.checkout-confirmation-pdf-style .summary-header > .row:last-of-type  h5,
.checkout-custom-pdf-style .summary-header > .row:last-of-type  h5{
    margin-bottom: 20px;
}
.checkout-confirmation-pdf-style .basket-total-lines .col-xs-6:only-child,
.checkout-custom-pdf-style .basket-total-lines .col-xs-6:only-child {
    width: 100%;
}
.checkout-custom-pdf-style .OrderSummaryDetailsHeader .col-md-6 {
 	float: left;
  	width: 50%;
}
.checkout-custom-pdf-style .cart-view-content {
    padding-left: 15px;
    padding-right: 15px;
}
.checkout-custom-pdf-style .basket-total-lines {
    padding-right: 30px;
}
.checkout-confirmation-pdf-style .cart-view-image {
    height: auto;
}
.checkout-confirmation-pdf-style .cart-view-table>thead {
 	border-top: none;
}
.checkout-confirmation-pdf-style .cart-view-table {
 	margin-top: -20px;
  	font-size: 14px;
}
.checkout-confirmation-pdf-style #summaryWrapper > .row > .col-md-6:last-of-type {
    padding-left: 7px;
}


/* General pdfs */
.checkout-confirmation-pdf-style .section-heading,
.checkout-custom-pdf-style .section-heading,
.invoice-custom-pdf-style h1,
.order-detail-pdf-style .order-detail-wrapper h2 {
 	font-size: 22px !important;
  	font-weight: bold;
  	letter-spacing: 0;
  	font-family: arial, sans-serif;
  	text-transform: none;
}


.checkout-confirmation-pdf-style #summaryWrapper .row:last-of-type fieldset .col-md-6 {
    width: 100% !important;
}
.checkout-confirmation-pdf-style #summaryWrapper .row:last-of-type fieldset .col-md-6 .form-group div {
    padding-left: 0;
  	text-align: left;
 	font-size: 14px;
}
.checkout-confirmation-pdf-style #summaryWrapper .row:last-of-type fieldset .col-md-6 .form-group div p {
    padding-left: 0;
  	text-align: left;
  font-size: 14px;
}
.checkout-confirmation-pdf-style .basket-total-lines h5 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 16px;
}
.checkout-confirmation-pdf-style #summaryWrapper {
    font-size: 14px;
}
.checkout-confirmation-pdf-style #summaryWrapper label {
    font-size: 14px;
  	letter-spacing: 0 !important;
}


.checkout-confirmation-pdf-style .control-label-static, .checkout-confirmation-pdf-style .form-control-static {
  	letter-spacing: 0 !important;
  	line-height: 100%;
}
.checkout-confirmation-pdf-style .control-label-static {
  	font-family: Arial, sans-serif;
}

.checkout-confirmation-pdf-style .section_CheckoutConfirmation #summaryWrapper .row:last-of-type {
 	margin-top: 0px !important;
  	margin-bottom: 0 !important; 
}
.checkout-confirmation-pdf-style #summaryWrapper {
 	margin-top: -15px; 
}
.checkout-confirmation-pdf-style #summaryWrapper .form-group {
 	margin-top: 0;
  	margin-bottom: 5px;
  	padding-top: 0;
  	padding-bottom: 6px;
}
.checkout-confirmation-pdf-style .section_CheckoutConfirmation #summaryWrapper .row:last-of-type legend {
  	margin-top: -15px;
  	margin-bottom: -15px;
}