body.product-template-default div.jumbo2 {
   display: none !important;
}

body.product-template-default div#main {
   padding-top: 230px !important;
}

body.product-template-default section.related {
    display: none !important;
}

.page-id-1017 ul.columns-4 {
    display: none;
}

body.product-template-default div#primary {
    float: none !important;
    width: 100% !important;
    margin-top: 180px !important;
}

body.product-template-default ul.xoxo {
    display: none !important;
}

.page-id-1034 div.jumbo2 {
   display: none;
}

.page-id-1034 div.one-column {
    padding-top: 200px;
}

/*
div#post-1034 {
    padding-top: 150px;
}
*/

.conf-butn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background-color: #4b408c;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 250px;
  text-align: center;
  margin-bottom: 20px;
}

.conf-butn:hover {
  background-color: #302760;
  text-decoration: none;
  color: #FFF;
}

.extra-large-header {
    font-size: 36px !important;
}


/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.related.products {
  display: none;
}

/*
body.woocommerce-checkout header {
    display: none;
}
*/

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100% !important;
}

.page-id-1722 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 75% !important;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    background-color: #FFF;
}

.smcx-embed {
    margin: 0 auto !important;
}

.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce div.product div.summary {
    margin-top: 4em;
}

header.smaller {
    height: 145px;
}

header.smaller h1#logo {
    width: 24%;
}

ul#menu-primary {
    margin-top: 30px !important;
}

header.smaller .cta {
    margin-bottom: 25px;
}