/*
Template Name:      Marketing 360® Bigcommerce Template Template 109
Version:            0.1.0
Author:             Madwire Media SWAT Team
Author URI:         http://www.madwire.com
*/

/* =============================================================================
   Base !n! !bas
   ========================================================================== */

body {
  font-family: 'Montserrat', sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

a,
.btn.btn-link,
.text-color {
   color: #7aa5d8;
}
a:hover,
.btn.btn-link:hover {
   color: #547FB2;
}

.btn,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
#PrimaryMenu ul li.dropdown ul a:hover,
#SideCatPopOut ul li ul a:hover {
   background: #525252;
   color: #fff;
}
.btn:hover {
   background: #111;
   color: #fff;
}

.btn.alt,
.newsletter-subscription {
   background: #7aa5d8;
   color: #fff;
}
.btn.alt:hover,
.btn.alt:focus {
   background: #547FB2;
   color: #fff;
}
.btn.btn-lg {
    padding: 14px 20px;
    font-size: 22px;
    text-transform: uppercase;
}
.btn.btn-me {
    padding: 14px 13px;
    font-size: 24px;
    color: #fff;
}
.btn.btn-sm {
    padding: 5px 15px;
    font-size: 22px;
    font-style: italic;
    color: #7aa5d8;
}
/* Buttons */

.btn-hollow {
    background: none;
    border: 2px solid #7aa5d8;
    color: #7aa5d8;
}
.btn-plain {
    background: #fff;
    border-color: #fff;
    color: #7aa5d8
}
.btn-plain.btn-me:hover,
.btn-plain.btn-me:focus {
    background: #111;
    color: #fff;
}
.btn-plain.btn-sm:hover,
.btn-plain.btn-sm:focus {
    background: #111;
    color: #fff;
}
.btn-hollow:hover,
.btn-hollow:focus {
    background: #7aa5d8;
    color: #fff;
}
.btn-hollow.btn-white {
    border-color: #fff;
    color: #fff;
}
.btn-hollow.btn-white:hover,
.btn-hollow.btn-white:focus {
    background: #fff;
    color: #7aa5d8;
}

/* == Dropdown ============================================================== */

.dropdown-group {
    position: relative;
    vertical-align: middle;
}

.dropdown-group .btn {
    display: block;
    width: 100%;
    padding: 13px 16px 6px 0;
    margin-top: 10px;
    font-size: 120%;
    font-weight: 500;
    /*text-transform: uppercase;*/
}

.caret {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  top: -2px;
  margin-left: 3px;
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

div:hover.dropdown-group > div.dropdown-menu{
  display: inline-block;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 40%;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 200px;
    padding: 4px 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

div.dropdown-menu:hover  {
    display:inline-block;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: visible;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
}
.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

#SideCatPopOut {
    position: relative;
    z-index: 69;
}

.fixed-nav .dropdown-menu {
  /*min-height: 260px;*/
  padding: 0;
}
.fixed-nav > .open > .dropdown-menu {
  padding: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fixed-nav .dropdown-menu ul.category-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.fixed-nav .dropdown-menu ul.category-list li {
  display: block;
}
.fixed-nav .dropdown-menu ul.category-list li a {
  display: block;
  padding: 8px 8px;
  color: #232323;
  text-decoration: none;
}
.fixed-nav .dropdown-menu ul.category-list li:hover > a,
.fixed-nav .dropdown-menu ul.category-list li.open > a {
  background: #eee;
}
.fixed-nav .dropdown-menu ul.category-list li:hover > a > .caret {
  border-left: 4px solid #232323;
}

.fixed-nav .CatPopOut-enable .CatPopOut ul li {
  position: relative;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li a .caret {
  top: 13px;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul {
  top: -1px;
  border-radius: 2px;
}
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul li {
  margin: 0;
}

.fixed-nav .CatPopOut-enable .CatPopOut ul li ul:before,
.fixed-nav .CatPopOut-enable .CatPopOut ul li ul:after {
  display: none;
}

div.dropdown-menu #SideCategoryList > h3 {
display:none;}

div.fixed-nav div > button {
background:#fff;
color:#575757;}

div.fixed-nav div > button.btn:hover {
color:#999;
background:#fff;}

/*--- End Drop down menu ---*/


/* =============================================================================
   Header !n! !hdr
   ========================================================================== */

/* Top Bar */

.header-topbar {
   padding: 8px 0;
   /*background: #272829;*/
   background: #333;
   color: #fff;
   /*Colors reversed for whiter background, 3.26.18
   background: #f7f7f7;
   color: #777;*/
}
.header-topbar p {
  margin-bottom: 0;
  font-size: 14px;
  padding-top: 3px;
}
.header-topbar .header-phone {
    margin-top: -5px;
    /*margin-bottom: -2px;*/
    text-align: center;
}
.header-topbar .header-phone a {
  font-family: "Open Sans", sans-serif;
  font-size: 19.5px;
  font-weight: 700;
  color: #fff;
}
.header-topbar .TopMenu {
   margin-bottom: 0;
   font-size: 12px;
   /*color: #b8b8b8;*/
   /*See note above for change explanation*/
   color: #777;   
}
.header-topbar .TopMenu a {
   color: #c2c2c2;
}
.header-topbar .TopMenu a:hover {
   color: #fff;
   /*See note above for change explanation*/
   color: #777;
}
.header-topbar .TopMenu .CartLink a {
   color: #fff;
   /*See note above for change explanation*/
   color: #777;
}

.header-topbar .SocialConnect {
   margin-bottom: 0;
}
.header-topbar .SocialConnect ul {
   margin: 0;
   padding: 0;
   list-style: none;
   text-align: right;
}
.header-topbar .SocialConnect ul li {
   display: inline-block;
   margin-left: 10px;
}
.TopMenu .fa-shopping-cart {
   color: #c2c2c2;
   font-size: 22px;
}
.TopMenu .fa-shopping-cart:hover {
   color: #7aa5d8;
}
.TopMenu .fa-user {
   color: #c2c2c2;
   font-size: 22px;
   padding-left: 5px;
}
.TopMenu .fa-user:hover {
   color: #7aa5d8;
}
.header-topbar .fa-phone {
   color: #7aa5d8;
   font-size: 16px;
   margin-right: 5px;
}
.header-topbar .fa-phone:hover {
   color: #fff;
}
/* Header */

.body-home .header,
.body-home #Header {
   margin-bottom: 0;
   padding-bottom: 0;
}

#Header {
   padding: 10px 0;
}

/* Main Nav */

.header .col-sm-12.col-md-8.hidden-xs {
  padding-left: 0;
}

.header .PrimaryMenu-wrap {
  margin-top: 11px;
  border: none;
  float: left;
}
#PrimaryMenu > ul > li > a, 
#PrimaryMenu ul.category-list > li > a {
  font-size: 120%;
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: #575757;
  padding: 12px 16px;
}

/* =============================================================================
   Content !n! !cnt
   ========================================================================== */
body#home.body-home .Content {
   padding: 0;
}

/* =============================================================================
   Sidebar !n! !sdb
   ========================================================================== */

/* Move Left Sidebar to the Right */

.Left {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}
.Left h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

/* Sidebar Cat Nav */
  #SideCatPopOut li li a {white-space: normal !important;}


/* =============================================================================
   Footer !n! !ftr
   ========================================================================== */

/* Newsletter */

.newsletter-subscription {
   border: none;
   /*background: #428bca;*/
   background: url(../img/darktextureblue-light3-o.jpg) bottom center no-repeat;
   /*text-align: center;*/
   padding-bottom: 10px;
}
.newsletter-subscription .btn {
   padding: 8px 12px;
   font-size: 14px;
   font-weight: 400;
   background: #272829;
}
.newsletter-subscription .btn:hover {
   background: #245b7a;
   color: #fff;
}

/* Footer Main */

.footer-main {
   font-size: 13px;
}
.footer-main h4 {
   border-top: 2px solid #7aa5d8;
   padding-top: 15px;
   font-size: 18px;
   font-weight: 300;
}
.footer-main li a {
   font-size: 12px;
   line-height: 1.6;
   color: #a2a2a2;
}
.footer-info {
   font-size: 12px;
   line-height: 1.75;
   color: #787878;
}
.footer-info img {
   margin-bottom: -10px;
}
.footer-links {
   padding: 20px 0 10px;
   /*background: #1C1C1D;*/
   /*color: #555;*/
   /*Colors reversed for whiter background, 3.26.18
   background: #f7f7f7;
   color: #777;*/
   /*Colors reversed to dark to match header*/
   background: #333;
   color: #fff;
}
.footer-links #socnet {
    margin: 0;
    padding: 0;
}
.footer-links #socnet ul {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-align: right;
}
.footer-links #socnet ul li {
    display: inline-block;
    margin-left: 10px;
}

.social-links {text-align: right;}

.social-links li{
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}
.social-links i {
/*    background: black;*/
    color: #c2c2c2;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links i:hover {
    color: white;
}

.social-links a:hover {
    text-decoration: none;
}

.cta-section-2 div.col-sm-4 {
padding:0;
}

/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */


/* =============================================================================
   Pages !n! !pgs
   ========================================================================== */


/* =============================================================================
   Category !n! !ctg
   ========================================================================== */

#SideCategoryShopByPrice {
    clear: left;
    position: relative;
    top: 30px;
}

/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */

.ProductList li {
    font-weight: 700;
}
.ProductList li .inner {
    padding: 10px;
    border: 1px solid #eee;
}

/* =============================================================================
   Product !n! !prd
   ========================================================================== */


/* =============================================================================
   Cart !n! !crt
   ========================================================================== */


/* =============================================================================
   Checkout !n! !chk
   ========================================================================== */


/* =============================================================================
   Order !n! !ord
   ========================================================================== */


/* =============================================================================
   Account !n! !acct
   ========================================================================== */


/* =============================================================================
   Home Page !n! !hpg
   ========================================================================== */
#title-section h1.TitleHeading {
    margin-bottom:0; 
    padding-bottom:0;
    border-bottom-style: none!important ;
}

#title-section {
       background: url(../img/darktextureblue-light2-o.jpg) top center no-repeat;
   background-attachment: scroll;
   color: #fff;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
   font-family: 'Montserrat', sans-serif;
    padding: 35px 0;
    margin-bottom: 20px;
    
    
}

#home div#title-section {
    display: none;
}

/*-- Shortening Blue Bar --*/
.productPage div#title-section     {
    padding: 10px 0;
    margin-bottom: 20px;
}

.cart div#title-section {
    /*padding: 10px 0;*/
    padding: 35px 0;
    margin-bottom: 20px;
}

.checkout div#title-section {
    padding: 10px 0;
    margin-bottom: 20px;
}

.login div#title-section {
    padding: 10px 0;
    margin-bottom: 20px;
} 
/*-- Shortening Blue Bar --*/

.home-banner {
   /*background: url(../img/full-hero-rv1.jpg) top center no-repeat;*/
   /*background: url(../img/heroimage-background-5.jpg) top center no-repeat;*/
   /*background: url(../img/nordfab-collage-101-o.jpg) top center no-repeat;*/
   background-attachment: scroll;
   color: #000;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
   font-family: 'Montserrat', sans-serif;
}
.home-banner .col-sm-8 {
    position: relative;
    bottom: 64px;
}
.home-banner .cta-heading {
   font-size: 59px;
   font-weight: 500;
   margin-bottom: -10px;
   text-transform: uppercase;
   margin-top: 150px;
   /*text-shadow: 2px 2px 2px #000;*/
   text-shadow: -1px -1px 0 #eee, 1px -1px 0 #eee, -1px 1px 0 #eee, 1px 1px 0 #eee;
}
.home-banner .cta-subheading {
   font-size: 28px;
   font-weight: 500;
   margin-bottom: 5px;
}
.home-banner .cta-text {
   font-size: 16px;
   font-weight: 300;
   margin-bottom: 20px;
   text-align: center;
}
.home-banner .cta-caption {
   font-family: 'Montserrat', sans-serif;
   font-size: 19px;
   font-weight: 500;
   margin-bottom: 5px;
   /*font-style: italic;*/
   margin-top: 170px;
   text-shadow: 5px 0 15px #272829;
}

.home-banner a.btn.btn-hollow.btn-white {
     font-size: 24px;    
}
.home-banner a.btn.btn-plain.btn-sm {
         margin-top: 120px;
}

.cta-heading {
   font-family: 'Montserrat', sans-serif;    
   font-size: 36px;
   font-weight: 500;
   text-transform: uppercase;    
}
.cta-subheading {
   font-size: 16px;
}
.cta-text {
   font-size: 16px;
   line-height: 1.6;
   text-align: center;
   margin-bottom: 25px;
}

.cta-section-1 a.btn { font-size: 28px; padding:15px 30px;}

.section-padding {
   padding: 60px 0;
}
.section-padding .cta-heading {
   font-size: 36px;
   font-weight: 500;
}
.section-padding .cta-subheading {
   font-size: 16px;
}


.sect2-heading {
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    color:#fff;

}

.cta-section-2 {
   background: url(../img/cta-row-2-o.jpg) center top no-repeat;  
    background-size:cover;
}
.cta-section-2 .cta-heading {
   color: #FFF;  
}
.cta-section-2 .cta-text {
   color: #FFF;  
}
.cta-section-3 {
    
}
.cta-section-3 h2 {
   font-size: 45px;
   font-weight: 500;    
}
.cta-section-3 .cta-heading {
   font-size: 28px;
   font-weight: 300;
   color: #6f91a2;   
   text-transform: none;        
}
.cta-section-3 .cta-subheading {
   font-size: 16px;
}
.cta a img {
   transition: all .5s ease;
}
.cta a:hover img {
   transform: scale(1.1);
}
.cta-row {
   background: url(../img/bottom-banner-o.jpg) top center no-repeat;
   color: #fff;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.cta-row .cta-heading {
   font-size: 42px;
   font-weight: 300; 
   text-transform: none;            
}
.cta-row .cta-heading.cobalt {
   color: #7aa5d8;    
   margin-bottom: -15px;
}
/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */
/* Up to 1199px */
@media screen and (max-width: 1199px) {

    .header-topbar .header-phone {text-align: left;}

    #PrimaryMenu > ul > li > a, 
    #PrimaryMenu ul.category-list > li > a {
      font-size: 16px;
      color: #575757;
      padding: 13px 13px;
    }

   /* Homepage */
   .home-banner,
   .home-banner .align-wrap {
      /*height: 480px;*/
      height: 400px;
   }

.home-banner {
   background-size: 1567px;
}
.home-banner .col-sm-8 {
    bottom: 64px;
}
.home-banner .cta-heading {
   font-size: 50px;
}
.home-banner .cta-subheading {
   font-size: 26.5px;
   margin-bottom: 20px;
}

.cta-row {
    background-size: 1567px;
}
.cta-row .cta-heading {
    font-size: 34px;
}


}

/* Up to 991px */
@media screen and (max-width: 991px) {



  .dropdown-menu,
  .CatPopOut-enable .CatPopOut ul li ul {
    width: auto;
    min-width: 160px;
  }

  .header-logo {
     float: none;
     text-align: center;
  }

  .home-banner {
    background-attachment: scroll;
    /*background-size: 1250px;*/
  }
.home-banner .col-sm-8 {
    bottom: 64px;
}
.home-banner .cta-heading {
   font-size: 40px;
   margin-top: 100px;
}
.home-banner .cta-subheading {
   font-size: 21px;
}
.home-banner .cta-caption {
    margin-top: 50px;
}
  .cta-text {
font-size: 14.5px;
}

.cta-section-3 h2 {
    font-size: 36px;
    margin-bottom: 45px;
}
.cta-section-3 .cta-heading {
    font-size: 26px;
}
.cta-section-3 .cta-subheading {
    font-size: 14.5px;
}

.cta-row {
    background-size: 1567px;
}
.cta-row .cta-heading.cobalt {
    color: #7aa5d8;
    margin-bottom: -5px;
}
.cta-row .cta-heading {
    font-size: 26px;
}

  .newsletter-subscription .col-sm-4 {
    padding-right: 0;
    padding-left: 10px;
  }
  .newsletter-subscription h4 {
    font-size: 17px;
  }
  .newsletter-subscription p  {
    font-size: 12.5px;
  }

}

/* Up to 767px */
@media screen and (max-width: 767px) {

  /* Homepage */
  .home-banner, .home-banner .align-wrap {
    /* height: 335px; */
  }
  .home-banner {
     padding: 25px 0 0;
  }
  .home-banner .col-sm-8 {
    bottom: 0;
  }
  .home-banner .cta-heading {
   /*font-size: 32px;*/
   margin-top: 50px;
  }
  .home-banner .cta-subheading {
   font-size: 19px;
  }

  .cta-text {
    font-size: 14px;
  }
  .cta-section-2 {
background-repeat: repeat-y;
  }
 
  .cta-section-3 h2 {
    font-size: 36px;
    margin-bottom: 45px;
  }
.cta-section-3 .cta-heading {
    font-size: 26px;
}
.cta-section-3 .cta-subheading {
    font-size: 14.5px;
}

.cta-row {
    background-size: 1567px;
}
.cta-row .cta-heading.cobalt {
    color: #7aa5d8;
    margin-bottom: -5px;
}
.cta-row .cta-heading {
    font-size: 32px;
}
.cta-row img {
    max-width: 250px;
}

  .newsletter-subscription .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  #SideNewsletterBox h4 {
padding: 0;
  }
  .newsletter-subscription p  {
    font-size: 14px;
  }

   .section-padding {
      padding: 20px 0;
   }

   .cta-row {
      padding: 20px 0;
   }

   /* Footer */

   /* Footer */
.footer-info {
text-align: center;
}
   .footer-links #socnet ul,
   .social-links {
      text-align: center;
   }

}

/* smallest phone 270px and DOWN */
@media screen and (max-width: 270px) {
.home-banner .cta-caption {
    margin-top: 0;
}
}


/* Up to 480px */
@media screen and (max-width: 480px) {

  .header {
    padding-top: 75px;
  }

.home-banner {
    padding: 79px 0 0;
}
.header-logo a img#LogoImage {
position: relative;
z-index:2000;
}

  /* Homepage */
  .home-banner, .home-banner .align-wrap {
    /* height: 275px; */
  }
  .home-banner {
     /*padding: 40px 0 10px;
     background-size: 625px;*/
  }
  .home-banner .cta-heading {
   font-size: 28 px;
   line-height: .95;
    margin-bottom: 5px;
  }
  .home-banner .cta-subheading {
   font-size: 18px;
line-height: 1.2;
  }

  .cta-section-3 h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
.cta-section-3 .cta-heading {
    font-size: 26px;
}
.cta-section-3 .cta-subheading {
    font-size: 14.5px;
}

.cta-row {
    background-size: 1567px;
}
.cta-row .cta-heading {
    font-size: 28px;
}
.cta-row img {
    max-width: 200px;
}

  #SideNewsletterBox h4 {
    font-size: 1.25em;
  }
  .newsletter-subscription p  {
    font-size: 13px;
  }

}

@media screen and (min-width: 768px) {

   /* Buttons */

   .btn {
      padding: 10px 14px;
      font-size: 16px;
      font-weight: 600;
   }

   /* Align Middle */

   .align-wrap {
      display: table;
      width: 100%;
      height: 376px;
   }
   .align-middle {
      display: table-cell;
      vertical-align: middle;
   }

    #SideCategoryList #SideCatPopOut ul li ul {
    /*left: initial;
    right: 100%;*/
    left: 100%;
  }

  #SideCatPopOut ul li ul:before {
    left: initial !important;
    right: -7px !important;
    border-right: 0 !important;
    border-left: 7px solid #ccc !important;
  }

  #SideCatPopOut ul li ul:after {
    left: initial !important;
    right: -6px !important;
    border-right: 0 !important;
    border-left: 6px solid #fff !important;
  }

}

@media screen and (min-width: 991px) and (max-width: 1199px) {
.home-banner .cta-heading {
   margin-top: 85px;
}
.home-banner .cta-caption {
   margin-top: 50px;
}
}

@media screen and (min-width: 1200px) {

   /* Homepage */
   .home-banner,
   .home-banner .align-wrap {
      /*height: 610px;*/
      height: 500px;
   }

   .align-wrap {
      height: 480px;
   }

}

/* Above 1600px adjust Sidebar Flyout*/
@media screen and (min-width: 1600px) {
  #SideCategoryList #SideCatPopOut ul li ul {
    /*left: -105%;
    right: initial;*/
    left: 100%;
  }

  #SideCatPopOut ul li ul:before {
    left: -7px !important;
    right: initial !important;
    border-right: 7px solid #ccc !important;
    border-left: 0 !important;
  }

  #SideCatPopOut ul li ul:after {
    left: -6px !important;
    right: initial !important;
    border-right: 6px solid #fff !important;
    border-left: 0 !important;
  }
}

@media print {
#SideAccountMenu, .cartpage .Right, .footer, .header, .KeepShopping, .ProceedToCheckout, .CartShippingEstimator {
display: none;
}
.cartpage .Content {
width: 95%l 
}
}

#ReorderForm > span.Print-I > a{
	margin-top:10px!important;
}
