.view-id-faqs .attachment h3.field-content{
	margin-bottom: 0px;
	margin-top: 20px;
}

.clear-both {
  clear: both;
}

.region-content-below {
  margin-bottom: 20px;
}

fieldset.commerce_coupon,
fieldset.commerce_payment,
fieldset.customer_profile_shipping,
fieldset.customer_profile_billing 
{
  margin-bottom: 20px;
}	

fieldset.commerce_coupon .fieldset-wrapper,
fieldset.commerce_payment .fieldset-wrapper,
fieldset.customer_profile_shipping .fieldset-wrapper,
fieldset.customer_profile_billing .fieldset-wrapper
{
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 10px;
}

fieldset.commerce_payment select,
fieldset.customer_profile_shipping select,
fieldset.customer_profile_billing select {
  background: #cecfcf;
  padding: 5px 10px;
}

div.addressfield-container-inline > div.form-item {
float: none;
margin-right: 0px;
}

span.form-required{
  color:#444444;
}

.checkout-buttons .checkout-cancel,
.checkout-buttons .checkout-back {
    color: #f05223 !important;
    padding: 10px 6px;
}

.checkout-buttons .checkout-cancel a:hover,
.checkout-buttons .checkout-back a:hover,
.checkout-buttons .checkout-back a:focus,
.checkout-buttons .checkout-cancel a:focus {
    color: #f05223 !important;
    padding: 10px 6px;
}


div.addressfield-container-inline > div.form-item {
  float: none;
  margin-right: 0px;
}

div.col-md-4.product-box {
  margin: 0 auto;
}

div.col-md-4.product-box .views-field-commerce-price span.field-content {
  font-weight: bold;
}

div.col-md-4.product-box .views-field-field-msrp span.field-content s{
  color: red;
}

div.col-md-4.product-box {
  width: 433px;
}
@media (max-width: 768px) {
  div.col-md-4.product-box {
    width: auto;
  }
}
@media (min-width: 992px) {
  div.col-md-4.product-box {
    width: 433px;
  }
}

div.col-md-12.checkout-buttons {
  float:left;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .col-md-6 select.state {
    width: 305px;
  }

}

tbody {
  border: 1px solid #ccc;
  border-top: none;
}
thead {
  border: 1px solid #f05223;
}
#top header {
  z-index: 100;
  position: relative;  
}

form.comment-form #edit-actions,
form.webform-client-form .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}


#page.buy .page_section,
#page.distributors .page_section,
#page.catalog .page_section,
#page.blog_view .page_section,
#page.blog_node .page_section {
  padding-top: 0px;
}

#page.distributors .page_section .content_section,
#page.blog_view .page_section .content_section,
#page.blog_node .page_section .content_section {
  padding-top: 19px;
}

.contextual-links {
  font-size: 12px;
}

.product-box .product-details-form {
  margin-top: 20px;
}

.product-box .product-details-form .form-item-quantity {
  display:inline;
  margin-right: 10px;
}

.product-box .product-details-form .form-item-quantity input{
  width: 42px;
}

.product-box .views-field-commerce-price span.field-content {
  font-weight: bold;
}

.product-box .views-field-field-msrp span.field-content s{
  color: red;
}

.catalog .product-details-inner .product-details-left {
display: inline-block;
margin-right: 10px;
}

.catalog .product-details-inner .product-details-right {
display: inline-block;
}

.product-box .product-details {
  margin-top: 10px;
}

/*
  media query rules for catalog
*/
@media only screen and (min-width: 992px) {

  .catalog .service,
  .catalog .service .service_title {
    text-align: left;
  }

  .product-box .product-top,
  .product-box .product-details {
    float:left;
    width: 75%;
  }

  .product-box .product-image {
    float: right;
  }
  
}

@media only screen and (max-width: 992px) {

  .product-box .product-image {
    margin: 20px 0px;
  }

  .cart-info-block {
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }

}

/*
  App reminder sidebar
*/
.app-reminder-sidebar,
.app-reminder-below {
  text-align: center;
  color: #f05223;
  padding: 0 2px;
  font-size: 16px;
}
.app-reminder-sidebar img,
.app-reminder-below img{
  width: 200px;
  margin-top: 10px;
}

/*
  Checkout path
*/

div.product-box .service.send_btn {
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 992px){
  div.checkout-path .product-box .views-field-body {
    min-height: 102px;
  }
}

#block-block-15 {
  margin-bottom: 20px;
  padding-bottom: 40px;
}

#page.buy .product-box {
  padding-bottom: 0px;
}

.catalog-link-block {
  text-align: center;
}

.catalog-link-block .catalog-logo-container {
  margin: 10px 0 0;
}

.catalog-link-block .catalog-link {
  font-size: 24px;
  
}

.catalog-link-text {
  color: white;
}

.catalog-link-text,
.catalog-link-caps {
  font-size:24px;
}

.catalog-link-caps {
  text-decoration:underline;
  color: #f05223;
}

.app-reminder-below,
.app-reminder-sidebar {
  float: none;
  margin: 0 auto;
}

#page.buy .header-subtext {
  font-size: 23px;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}

#page.catalog #product.header_section h1 p,
#page.buy #product.header_section h1 p,
#page.distributors #product.header_section h1 p{
  text-transform: none;
}

/* #page.distributors .image-grid .element, */
#page.distributors .content_section {
  margin-bottom:0;
  padding-bottom:0;
}

#page.distributors .portfolio_item_wrapper img {
  min-height: 0px;
}

#page.distributors .region-content-below {
  margin-top: 50px;
}
.partners .col-md-4 {
  margin-bottom: 15px;
}

.product-box .distributor-link {
  padding: 25px 15px;
}

@media only screen and (min-width: 1200px){
  .product-box .distributor-link {
    display: inline-block;
  }
}

.catalog-link-text {
 text-transform: none;
}

#page.buy .product-box .service .field-content,
#page.catalog .policy-block .field-content {
 font-size: 14px;
}

#page.buy .product-box .service .service_title,
#page.catalog .service_title {
 font-size: 18px;
}

#page.catalog .policy-block .service_title {
  text-align: center;
}

.service {
  padding: 40px 40px 29px 40px;
}

/* 
  Comments and menu
*/
.policy-anchor,
.comment-anchor,
.faq-anchor {
  display: block;
  position: relative;
  top: -110px;
}

@media only screen and (min-width: 768px){
  .navmenu ul li {
    list-style: none;
    margin: 0 20px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .navmenu ul li {
    margin: 0 10px;
  }
  #logo {
    width: 100px;
    height: 80px;
    position: relative;
  }
  #logo img {
    position: absolute;
    width: 100px;
    height: auto;
    bottom: 0;
  }
}
.front .region-content-below .service a.app-link img {
  margin-bottom: -27px;
  margin-top: 20px;
  height: 40px;
}

.shortcode_button.btn_type17,
.product-page.apple-logo img{
  margin: 0 20px;
  height: 40px;
}

@media only screen and (max-width: 1200px){
  .product-page.apple-logo img{
    margin: 20px 20px;
  }
}
.how-block-links {
  text-align: center;
}

.service .cog-image, .product-side .cog-image {
  background: url("../images/otto_logo_sprite.png") no-repeat #FFF;
}

.block-block-16 .help-link {
  padding-top: 10px;
}

.contact_form .help-link {
  width: 210px;
  display: block;
  margin: 20px;
}

.page_section header, .header_section header {
  padding: 0px;
}

#partner-image-0 {
  width: 180px;
}

#partner-image-1 {
  height: 60px;
}
/*
@media (min-width: 992px) {

  ul.slides li img{
    height: 261px;
  }
}
*/

body.front .region-content-below .service{
	padding: 40px 40px 60px 40px;
}

body.front .region-content-below .service .feature-sprite {
  margin-top: 15px;
}

#block-block-3 .service,
#block-block-4  .service{
  /*padding-bottom: 75px;*/
}

@media only screen and (min-width: 768px){
#page.catalog .product-box .service{
	padding: 40px 60px 29px 60px;
}
}

@media only screen and (max-width: 768px){
.support-blurb{
	margin-bottom: 35px;
	text-align: center;
}
}

.front .region-content-above h2,
.view-commerce-cart-summary .view-footer h2 {
  text-align: center;
  margin-bottom: 11px;
  font-size: 26px;
}

.view-commerce-cart-summary .view-footer h2 {
  margin-top: 1em;
  margin-bottom: 5px;
}

#page.catalog .region-content-below #block-block-19 {
  text-align:center
}

#page.catalog .region-content-below #block-block-19 h2 {
  font-size: 26px;
}


.blog_post_page {
  margin-bottom: 0px; 
}

#comments {
  padding-top: 5px;
  margin-top: 0px;
}

.single_post .contentarea {
  margin-bottom:25px;
}

.checkout-completion-message a:hover,
.support-blurb a:hover,
#page.blog_view .page_section a:hover,
#page.blog_node .page_section a:hover,
#page.buy .page_section a:hover,
#page.catalog .page_section a:hover,
#page #commerce-checkout-form-checkout a:hover{
 text-decoration: underline !important;
 color: #f05223;
}

a.pre-order-link,
.checkout-completion-message a,
#page.buy .page_section a,
#page.blog_view .page_section a,
#page.blog_node .page_section a,
#page #commerce-checkout-form-checkout a,
.support-blurb a {
 color: #f05223 !important;
}

#page.blog_view .blog_post h4 a {
  color: #444444 !important;
}
#page.blog_view .blog_post h4 a:hover {
  color: #f05223 !important;
}

fieldset#edit-commerce-coupon,
fieldset#edit-commerce-coupon--2 {
  margin-top: 20px;
}

@media only screen and (min-width: 768px){
  #edit-commerce-payment-payment-details-credit-card-number {
    width: 180px;
  }
}
.checkout-help {
  padding: 11px 0px;
}

#page.catalog .messages.status {
  margin-top: 36px;
}

#customer-profile-billing-commerce-customer-address-add-more-wrapper {
  padding-top: 32px;
}

.checkout-completion-message {
  text-align: center;
}

.order-complete-link {
  margin-top: 25px;
}

.order-complete-table table th,
.order-complete-table table td {
  border-right: 1px solid #E5E7E7;
}

#node-33 ul,
#node-34 ul {
  margin: 10px 0px;
}

#node-33 ul li,
#node-34 ul li {
  list-style: inherit;
  list-style-position: inside;
  text-indent: 15px;
}

#node-33 h4,
#node-34 h4 {
  margin-top: 25px;
}

h2.h2-inner {
  margin-top: 25px;
}

p.section-divider {
  background: url("../images/divider1.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
  height: 30px;
}

.ajax-progress.ajax-progress-throbber { 
  display: none; 
}

.commerce-line-item-actions span.cart-button-or {
  display: none
}

@media (min-width: 992px) {
  .cart-link-title {
    display: none;
  }
  img.cart-link-icon {
    height: 45px;
  }

  .navmenu ul li.menu-1033 a {
    padding-top: 44px;
  }

  .navmenu ul li.menu-1033 a .cart-link-counting {
    position: relative;
    z-index: 20;
    right: 15px;
    top: -18px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 6px;
    -webkit-border-radius: 50px;
    color: #f05223;
    padding: 0px 5px;
/*    border: 3px solid #f05223; */
    background-color: black;
  }
}

@media (min-width: 768px) {
  .cart-link-title {
    display: none;
  }
  img.cart-link-icon {
    height: 46px;
  }

  .navmenu ul li.menu-1033 a {
    padding-top: 48px;
  }

  .navmenu ul li.menu-1033 a .cart-link-counting {
    position: relative;
    z-index: 20;
    right: 15px;
    top: -18px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 6px;
    -webkit-border-radius: 50px;
    color: #f05223;
    padding: 0px 5px;
/*    border: 3px solid #f05223; */
    background-color: black;
  }
}


@media (max-width: 768px) {
  img.cart-link-icon {
    display: none;
  }

  ul.mobile_menu li a span.cart-link-counting {
    display: none;
  }
}

form input[type="password"] {
        background: #CECFCF !important;
        margin:0 0 10px 0 !important;
        padding: 11px 15px 13px 15px;
        width: 100%;
        border:none !important;
        outline:none !important;
        border-radius:5px !important;
        -webkit-border-radius:5px !important;
        font-size:13px !important;
        color:#444444 !important;
        font-weight:400;
        box-shadow: 0 1px 1px #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.15) inset !important;
        text-shadow: 0 1px 0 rgba(235, 235, 235, 0.75) !important;
        line-height:18px;
}

.footer-menu {
  text-align: center;
}

.footer-menu ul {
  margin-top: 20px
}

.footer-menu ul li {
  display: inline-block;
  padding: 0px;
}

.footer-menu ul li:after {
  content: "|";
}

.footer-menu ul li.last:after {
  content: "";
}

.footer-menu ul li a:hover{
 text-decoration: underline !important;
 color: #f05223;
}

.footer-menu ul li a.active,
.footer-menu ul li a {
 color: #f05223 !important;
}

.pre-order-link {
  color: #444444;
  font-weight: 400;
  font-size: 24px;
  color: #f05223;
}
.pre-order-link-wrapper {
  text-align: center;
  margin-top: 15px;
}

.form-item-commerce-shipping-shipping-service {
  padding: 10px 0px; 
}

#edit-commerce-shipping-shipping-service {
  margin-bottom: 20px;
}

.coming-soon #cboxLoadedContent {
  margin-bottom: 0px;
}

.view-news .views-row {
  background: url("../images/divider1.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
  margin-bottom: 25px;
}

.view-news.view-display-id-page .views-row-last{
  background: none;
}

.view-news.view-display-id-block_1 .views-row-last {
  margin-bottom: 5px;
}
.news-title-wrapper{
  display: inline-table;
}

.view-news .views-field-nid a:hover,
.news-title-wrapper a:hover{
 text-decoration: underline !important;
 color: #f05223;
 }

.view-content-title-bar .post-date-byline {
  text-transform: none;
  font-style: italic;
  font-size: 22px;
}

.view-news .views-field-created{
 font-style: italic;
 display: inline-table;
 float: right;
 vertical-align: text-top;
}

.view-news .views-field-nid{
  padding-bottom: 32px;
}

.news-title-wrapper h4 a, #page.blog_view .blog_post h4 a {
  color: #444444 !important;
}


/***** pre order free water bottle *****/


@media (min-width: 1200px) {
  .product-details-inner .product-details-right.pre-order-free {
    padding: 0 10px;
  }
  .product-box .catalog product-details {
    width: 70%;
  }
}

@media only screen (max-width: 992px) {
  .product-details-inner .product-details-right.pre-order-free {
    padding: 0;
  }
  .product-box .catalog product-details {
    width: 50%;
  }
}

@media only screen and (max-width: 992px) {
  .product-box .product-details-inner .pre-order-free
  {
    width: 100%;
    display: block;
  }
}


/***** pre order free water bottle *****/

/*** Testimonials styles ***/

.parent {width:100%;}
.quote-wrapper {margin-bottom:25px;}

.quote-wrapper q { font-style:italic; quotes: """ """ "'" "'";}

.right { text-align:right;}
.left  {text-align:left;}
/*.Tright {text-align:right;}*/

div#wrapper {
position: relative;
/* width: 380px; */
}

.clear {
 clear:both;
}

div#sticker {
    padding:20px;
    margin:0px 0;
        /* width: 380px; */
        text-align:left;
}

.news-title-wrapper {
  width:  320px;
}

@media (max-width: 472px) {
  .news-title-wrapper {
    width:  240px;
  }
}

@media (min-width: 768px) {
        div#wrapper {
          position: relative;
          width: 260px;
        }

        .clear {
         clear:both;
        }

        div#sticker {
                padding:20px;
                margin:0px 0;
                width: 260px;
        }

        .service.stick {
          text-align:left;
        }

        .stick {
                position:fixed;
                display:block;
                top:108px;
                z-index: -10;
        }

}

@media (max-width: 768px) {
        div#wrapper {
        position: relative;
        width: 100%;
        }

        .clear {
         clear:both;
        }

        div#sticker {
                padding:20px;
                margin:0px 0;
                width:100%;
        }

        .service.stick {
          text-align:left;
        }

        .stick {
                position:relative;
                display:block;
                /* top: 0; */
                z-index: 0;
        }
        .news-title-wrapper {
        }
}

@media (min-width: 992px) {
        div#wrapper {
        position: relative;
        width: 330px;
        }

        .clear {
         clear:both;
        }

        div#sticker {
                padding:20px;
                margin:0px 0;
                width: 330px;
        }

        .service.stick {
          text-align:left;
        }

        .stick {
                position:fixed;
                display:block;
                top:108px;
                z-index: -10;
        }
        .news-title-wrapper {
          width: 460px;
        }

}

@media only screen and (min-width: 1200px){
        div#wrapper {
        position: relative;
        width: 380px;
        }

        .clear {
         clear:both;
        }

        div#sticker {
                padding:20px;
                margin:0px 0;
                width: 380px;
        }

        .service.stick {
          text-align:left;
        }

        .stick {
                position:fixed;
                display:block;
                top:108px;
                z-index: -10;
        }
        .news-title-wrapper {
          width: 550px;
        }
}


.news-title-wrapper h4 {
  margin-bottom: 10px;
}

.view-news .views-field-nid {
  padding-bottom: 17px;
}
/*** Testimonials styles ***/

/*** Twitter Footer Styling ***/

.footer .logo-image {
    position: relative;
    width: 55px;
    height: 55px;
    margin-top: 20px;
}

@media only screen and (max-width: 766px) {
  .footer .team-image img, .footer .logo-image{
        margin: 0 auto;
        width: 55px;
  }

}

a.twitter-footer-link:hover {
  text-decoration: underline !important;
  color: #f05223;
}

.footer_sidebar h4.title {
  padding-top: 12px;
}

.footer_sidebar {
  padding: 30px 0 52px 0;
}

/*** End Twitter Footer Styling ***/


/*** Checkout Path ***/

.checkout-path .col-md-12.product-box .partners-block .field-content p a{
  font-size: 16px;
}


.checkout-path .col-md-12.product-box .store-block .store-block-title {
  margin-top: 10px;
  font-size: 16px;
}

.checkout-path .col-md-12.product-box .store-block .otto-logo {
  height: 100px;
}

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

.checkout-path .col-md-12.product-box .store-block {
  display: inline-block;
  width: 250px;
  margin-top: 30px;
  vertical-align: top;
  border-left: 1px solid;
}

.checkout-path .col-md-12.product-box .partners-block {
  display: inline-block;
  width: 550px;
  vertical-align: top;
}



}

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

.checkout-path .col-md-12.product-box .store-block {
  margin-top: 30px;
}

.checkout-path .col-md-12.product-box .partners-block .distributor-link-container {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.checkout-path .col-md-12.product-box .partners-block .distributor-link-container.last {
  border: none;
  padding-bottom: 0px;
}

}

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

.checkout-path .col-md-12.product-box .store-block {
  display: inline-block;
  width: 300px;
  margin-top: 35px;
  vertical-align: top;
  border-left: 1px solid;
}

.checkout-path .col-md-12.product-box .partners-block {
  display: inline-block;
  width: 800px;
  vertical-align: top;
}



}

.product-box .distributor-link {
  padding: 25px 15px 15px 15px;
}

.product-box .distributor-link-container {
display:inline-block;
}

.product-box .distributor-link-text {
font-size: 16px;
}

#partner-image-0 {
  width: 300px;
}

.checkout-path .col-md-12.product-box .news-release-link a {
  font-size: 14px;
}

/*** End Checkout Path ***/

/*** Front page product image and copy area styles ***/

#block-block-18 {
text-align: center;
}
.promo_text_block  h2{
  color: #444444;
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  #block-block-18 > div.front_text_block{
    padding-top: 20px;
    /*margin-bottom: 35px;*/
  }
  .front_img_url {
    width: 440px;
    padding-top: 45px;
  }
  
}

@media only screen and (min-width: 992px)and (max-width: 1200px) {
.front_img_url {
  width: 350px;
  padding-top: 45px;
}}

@media only screen and (max-width: 992px){

#block-views-front-product-image-block {
  
  clear:both;
  
}
.front_img_url {
  width: 220px;
  margin: auto;
}
}

@media only screen and (max-width: 992px) {
  .front_img_url {
   padding-top: 45px;
  }

}

@media only screen and (max-width: 768px){
#block-views-front-product-image-block {
 
  clear:both;
}

.front-image-block .views-field-nothing  {
  width: 100%;
  position: relative;
 
}

.front-image-block .views-field-nothing img {
  margin: auto;
  display: block;
  
}
}

/*** End front page product image and copy area styles ***/


/***			Menu dropdowns		      ***/

.navmenu ul li a {
    padding: 0px 0 16px;
}

.navmenu
{
}

.navmenu ul
{
	position:relative;
       margin-top: 64px;
}

.navmenu ul li
{
	position:relative;
}

.navmenu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:-20px;
	background: white;
	padding:0;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	margin-top: 0px;
  z-index: 1001;
}

.navmenu ul ul li
{
	float: none;
	width: 108px
}

.navmenu ul ul a
{
	line-height:120%;
}

.navmenu ul ul ul
{
	top:0;
	left:100%
}

.navmenu ul li:hover > ul
{
	display:block
}

.navmenu ul li ul li a {
    padding: 10px;
    color: #575757 !important;
    text-align: center;
    margin-top: 0px;
}

.navmenu ul li ul li.current-menu-item a{
    color: #f05223 !important;
}

/* Fix for shop filters menu */
.navmenu .menu .menu a {
  color: #575757 !important;
  text-align: left;
}
.navmenu .menu .menu a:hover {
  color: #f05223 !important;
}

.navmenu ul li ul li a:hover {
    padding: 10px;
    color: #f05223 !important;
}
.menu .menu a {
  padding: 10px 0;
}
.menu .menu a:hover {
  padding: 10px 0;
}
.menu .menu li {
  margin-left: 20px;
}

.page_section header, .header_section header {
    position: relative;
    display: block;
    z-index: 1;
}

#cart_page_return_policy {
	margin-top: 20px;
}

/***			End Menu dropdowns		      ***/


/** UPDATES 08/05 **/

.otto-white {
   padding: 18px 18px 13px 22px;
   background-image: url("/sites/default/files/otto-icon_360.png");
   background-repeat: no-repeat;
   display: inline-block;
   background-position:bottom;
}

.service .book-image {
    background: url("/sites/default/files/book.png") no-repeat #FFF;
}

/*** Front Page Slider Block Styles (changes made on 7/30/15 )***/
#main-slider.content_section {
    padding-top: 30px;
	padding-bottom:0;
}

.rslides_wrapper {
  max-width:1140px;
  margin: 0 auto;
  position:relative;
  background:#FFF;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  padding: 14px;
}
/*** End Front Page Slider Block Styles (changes made on 7/30/15 )***/

/*** Front Page Slider Block Styles (changes made on 10/23/15 )***/
#main-slider.content_section {
    padding-top: 30px;
	padding-bottom:0;
}

#main-slider.content_section .region.region-front-page-slider {
  max-width:1140px;
  margin: 0 auto;
  position:relative;
  background:#FFF;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  padding: 14px;
}

.rslides_wrapper {
  max-width: 100vw;
  margin: 0px auto;
  position:relative;
  background:#FFF;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
}

#block-views-slider-block {
  margin: 0px auto;
}

#block-block-26 {
  margin: 0px auto;
}


#block-block-26 .front-page-checklist {
    max-width: 348px;
    margin: 0px auto;
}
@media only screen and (min-width: 1200px) {
  #block-views-slider-block {
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
  }

  #block-block-26 {
    display: inline-block;
    padding-left: 18px;
    margin: 0 auto;
  }
  #block-block-26 .front-page-checklist {
    padding-top: 9px;
  }
}

@media only screen and (max-width: 1200px) {
  #block-block-26 {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
  }
  #block-block-26 .front-page-checklist {
    padding-top: 10px;
    max-width: 282px;
  }
}


@media only screen and (max-width: 992px) {
  #block-block-26 {
    width: 100%;
  }
}


/*** End Front Page Slider Block Styles (changes made on 10/23/15 )***/

/*** Front page product image and copy area styles ***/
.pre-order-link-wrapper {
text-align: center; 
  
}
.shortcode_button.btn_type17 {
  width: 200px;
  height: 40px;
  position:relative;
  margin: 0 auto; // auto left/right margins
}

.front_sub_motto_button_container {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  #block-block-18 > div.front_text_block{
    padding-top: 20px;
	/*margin-bottom: 35px; */
  }
  .front_img_url {
  width: 440px;
  padding-top: 120px;
  }
  .promo_text_block  h2{
  color: #444444;
  font-weight: 400;
  padding-top:63px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .promo_text_block  h2{
  color: #444444;
  font-weight: 400;
  padding-top:63px;
}

.front_img_url {
  width: 440px;
  padding-top: 120px;
}
#block-block-18 > div.front_text_block{
    padding-top: 20px;
}
}

@media only screen and (max-width: 992px){

#block-views-front-product-image-block {
  
  clear:both;
  
}
.front_img_url {
  width: 280px;
  margin: auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .promo_text_block  h2{
  color: #444444;
  font-weight: 400;
  padding-top: 63px;
}

  .front_img_url {
   padding-top: 120px;
  }
  #block-block-18 > div.front_text_block{
    padding-top: 18px;
}
}

@media only screen and (min-width: 328px) and ( max-width: 768px){
#block-views-front-product-image-block {
  padding-top: 30px;
  clear:both;
}
  .promo_text_block  h2{
  color: #444444;
  font-weight: 400;
  padding-top: 5px;
}
  .front_img_url {
   padding-top: 0px;
  }

.front-image-block .views-field-nothing  {
  width: 100%;
  position: relative;
}

.front-image-block .views-field-nothing img {
  margin: auto;
  display: block;
  
}
}

/*** End front page product image and copy area styles ***/


.hidden_link_blog {
    position: absolute;
    top: 34%;
    left: 3.5%;
    height: 12%;
    width: 58%;
    cursor: pointer;
}

@media only screen and (min-width: 460px){
  .hidden_link_blog {
      top: 36%;
      left: 4%
  }
}
@media only screen and (min-width: 500px){
  .hidden_link_blog {
      top: 37%;
      left: 3.9%
  }
}
@media only screen and (min-width: 550px){
  .hidden_link_blog {
      top: 38%;
      left: 3.6%
  }
}

@media only screen and (min-width: 625px){
  .hidden_link_blog {
      top: 39%;
      left: 3.6%
  }
}

@media only screen and (min-width: 700px){
  .hidden_link_blog {
      top: 39%;
      left: 3.5%
  }
}

@media only screen and (min-width: 785px){
  .hidden_link_blog {
      top: 40%;
      left: 3.2%
  }
}

@media only screen and (min-width: 860px){
  .hidden_link_blog {
      top: 40%;
      left: 3.5%
  }
}

@media only screen and (min-width: 960px){
  .hidden_link_blog {
      top: 40%;
      left: 3.5%
  }
}

@media only screen and (min-width: 1120px){
  .hidden_link_blog {
      top: 44%;
	left: 3.5%
  }
}

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

  .hidden_link_video_launch {
    position: absolute;
    top:  320px;
    display: inline-block;
    left: 130px;
    cursor: pointer;
  }
}

.hidden_link_video_launch {
    text-align: center;
    display: inherit;
    padding-top: 14px;
}

span.otto-white {
    vertical-align: text-bottom;
}

.shortcode_button.btn_type_custom {
    width: auto;
}

.shortcode_button.btn_type_product_buy_now {
    width: 146px !important;
}

@media only screen and (min-width: 1200px){
div.product-page.apple-logo {
    display: inline-block;
}
}

@media only screen and (min-width: 1200px){
div.product-page.apple-logo {
    display: inline-block;
}
}

.buy_now_bold {
  font-weight: bold;
}

/** END UPDATES 08/05/15 **/

/**	UPDATES 08/07/15	**/

.contact_form.page_section {
    padding-top: 15px;
}
/** END UPDATES 08/07/15 **/

/** START UPDATES 11/20 **/

@media only screen and (min-width: 992px){
  div.product-box .product-details-promo {
    display: inline-block; 
    width: 68%;
  } 
  div.product-box .product-details {
    width: 32%;
  }
  div.product-details-outer {
    display:block;
    float:none;
    width:75%;
  }
  .product-video-link {
    text-align: right;
  }
}

.product-video-link {
  padding: 20px 0px 0px;
}

.product-video-link span.product-field-video-link-text {
  font-weight: bold;
}

div.product-box .product-details-promo {
  /* mpadding: 20px 0px 0px; */
} 



/** END UPDATES 11/20/15 **/

/** START UPDATES 12/09/15 **/
form#views-exposed-form-product-display-page-page-2 .form-type-bef-link {
    display: inline-block;
    padding: 0px 20px;
    font-weight: bold;
    font-size: 16px;
}
form#views-exposed-form-product-display-page-page-2 .views-exposed-form .views-exposed-widget {
    float: none;
}
form#views-exposed-form-product-display-page-page-2 .views-exposed-form .views-exposed-widgets{
    line-height: 18px;
    margin-top: 30px;
    font-size: 13px;
    color: #444444;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 0 4px rgba(0,0,0,0.13);
    padding: 10px 20px 10px 20px;
}

form#views-exposed-form-product-display-page-page-2 .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-type-bef-link a.active {
  color: #f05223 !important;
}

form#views-exposed-form-product-display-page-page-2 .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-type-bef-link a {
  color: #575757 !important;
}

@media only screen and (max-width: 625px){
  form#views-exposed-form-product-display-page-page-2 .form-type-bef-link {
    padding: 5px 10px;

  }
  form#views-exposed-form-product-display-page-page-2 #edit-type-all {
    float: none;
    font-size: 14px;
    padding: 5px 40px;
  }
}

@media only screen and (min-width: 625px){
  form#views-exposed-form-product-display-page-page-2 #edit-type-all {
    float: right;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
  }
}

/** END UPDATES 12/09/15 **/

/** START UPDATEs 1/14/16 **/

#block-views-product-display-page-block-1 #partner-image-0,
#block-views-product-display-page-block-2 #partner-image-0{
 height: 60px;
 width: auto;
}

.partners-block .distributor-link-container {
  display: block;
}



/** END UPDATES 1/14/16 **/

/** START UPDATEs 2/1/16 **/
#block-views-product-display-page-block-1 .partner-image, 
#block-views-product-display-page-block-2 .partner-image {
    max-height: 60px;
    width: auto;
}

#block-views-product-display-page-block-1 .partner-image, 
#block-views-product-display-page-block-2 .partner-image {
    max-height: 60px;
    width: auto;
}
@media only screen and (max-width: 768px) {
  #block-views-product-display-page-block-1 .product-box .service,
  #block-views-product-display-page-block-2 .product-box .service{
      height: auto !important;
  }
}
/** END UPDATES 2/1/16 **/

.contextual-links-wrapper .contextual-links-trigger-active {
	background-color: #FFF;
}

.region-home-ribbon-title section.content {
	padding-right: 20px;	
}

.regular-cart a.shopping-cart-icon:hover {
	background-repeat: no-repeat;
}
.regular-cart a.shopping-cart-icon:hover {
	background-position: 0 -23px !important;
}
#block-entity-block-1 .entity-about-us h2{
	display: none;
}

#block-entity-block-1 .field-name-field-about-us-image img{
    width: 550px !important;
    height: auto !important;	
	margin-bottom: 14px;
	margin-top: 6px;
}
#block-entity-block-1 .field-name-field-about-us-text {
    float: left;
    width: 420px;
}
#block-entity-block-1 .about-us-image-present .field-name-field-about-us-text {
    float: left;
    width: 420px;
}
#block-entity-block-1 .field-name-field-about-us-logo {
	float: right;
}
.footer .main-column {
	padding: 0px;
}
@media only screen and (max-width: 1200px) {
	#block-entity-block-1 .field-name-field-about-us-image img {
		width: 460px !important;
		height: auto !important;	
		margin-bottom: 14px;
		float: left;
		margin-right: 15px;
	}
	#block-entity-block-1 .field-name-field-about-us-text {
		width: 820px;
	}
	
	#block-entity-block-1 .about-us-image-present .field-name-field-about-us-text {
		float: left;
		width: 340px;
	}
	
	#block-entity-block-1 .field-name-field-about-us-logo {
		float: right;
	}		

}
@media only screen and (max-width: 992px) {
	#block-entity-block-1 .field-name-field-about-us-image img{
		width: 280px !important;
		height: auto !important;	
		margin-bottom: 14px;
		float: left;
		margin-right: 15px;
	}

	#block-entity-block-1 .field-name-field-about-us-text {
		width: 600px;
	}
	
	#block-entity-block-1 .about-us-image-present  .field-name-field-about-us-text {
		width: 310px;
	}
	#block-entity-block-1 .field-name-field-about-us-logo {
		float: right;
	}		

}

@media only screen and (max-width: 768px) {
	#block-entity-block-1 .field-name-field-about-us-image img{
		width: 100% !important;
		height: auto !important;	
		margin-bottom: 14px;
		float: none;
		margin-right: 0px;
	}
	
	#block-entity-block-1 .field-name-field-about-us-text {
	    width: 100%;
	}
	
	#block-entity-block-1 .about-us-image-present .field-name-field-about-us-text {
	    width: 100%;
	}
	#block-entity-block-1 .field-name-field-about-us-logo {
		float: none;
		text-align: center;
	}		
	.region-home-tagboard h2 {
		text-align: center;
	}
	#block-views-exp-catalog-page .views-widget .bef-select-as-links .form-item {
		display: none;
	}
	#block-views-exp-catalog-page #edit-field-product-type-value {
		display: block !important;
		float: right;
		margin-top: 10px;
	}
	#block-views-exp-catalog-page .views-exposed-form label {
	    float: left;
	}

	
}

.region-home-tagboard {
	margin-top: 15px;
}

.region-home-tagboard h2 {
	margin-left: 15px;
   font-weight: 400;
   font-size: 26px;
   margin-bottom: 8px;
}

.region-home-tagboard .tagboard-embed {
	padding-bottom: 32px;
}

.menu-name-menu-footer-menu li a.active {
	color: #BDBDBD;	
}

.view-product-specifications tr td .spec-desc,
.view-product-specifications tr td .spec-label {
}

.view-product-specifications tr td .left-border {
  pointer-events: none;
}

.footer .region-footer-social-title h2 {
	 padding-bottom: 8px;
    margin-bottom: 0px;
    color: #D5481F;
    font-size: 18px;
    font-weight: 400;
}

/** Product Attribute Menu Styling **/

.node-product-display .product-checkout .commerce-add-to-cart input.send_btn.unselected {
    background-color: #A0A2A3 !important;
}

.node-product-display .product-checkout {
  text-align:right;
}

.node-product-display .price {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 20px;
} 

.node-product-display .cart-area {
  
  display: inline-block;
} 

.field-name-field-sku-reference .commerce-add-to-cart div[id^='edit-line-item-fields'] {
  
  /*display: inline-block; */
} 

.node-product-display .cart-area form .form-item-quantity {
  margin: 0 10px 0 10px;
  display: inline-block;
} 


.node-product-display .cart-area form .form-item-quantity input{
    font-size: 12px !important;
    vertical-align: middle;
    margin-bottom: 4px !important;

}

.node-product-display .product-checkout .commerce-add-to-cart input.send_btn {
  
  display: inline-block;
  vertical-align: baseline;
} 

.field-name-field-sku-reference .commerce-add-to-cart .attribute-widgets {
  
  display: inline-block;
  vertical-align: baseline;
} 

.node-product-display .price, .node-product-display .cart-area, .node-product-display .cart-area form input, .node-product-display .cart-area form .form-item-quantity {
  float: none;
}

.commerce-add-to-cart .attribute-widgets .ui-selectmenu-button.ui-button {
    height: 36px;
    width: 145px;
    text-align: left;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    box-shadow: none;
    margin-bottom: 4px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.commerce-add-to-cart .attribute-widgets .ui-selectmenu-text {
    margin-top: 6px;
    margin-right: 0px;
}
.commerce-add-to-cart .attribute-widgets .ui-selectmenu-icon.ui-icon {
  display: none;
}

@media only screen and (max-width: 385px) {
  /*
  .field-name-field-sku-reference .commerce-add-to-cart div[id^='edit-line-item-fields'] {
    display: block;
  } 

  .commerce-add-to-cart .attribute-widgets .ui-selectmenu-button.ui-button {
     margin-left: 13px;
     width: 178px;
     margin-bottom: 5px !important;
  }

  .node-product-display .cart-area form .form-item-quantity input {
    height: 46px;
    margin-bottom: 5px !important;
  }

  .field-name-field-sku-reference .commerce-add-to-cart .attribute-widgets {
     margin-top: 5px;
     margin-bottom: 5px;
  }
  */

}

@media only screen and (max-width: 772px) {
  .form-item, .form-actions {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .alternate-checkout button {
    margin: 10px 6px 10px 0 !important;
  }
}

.commerce-add-to-cart select[name='product_id'] {
  display: none;
}

@media only screen and (max-width: 772px) {
  .form-item, .form-actions {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }
  .alternate-checkout {
    margin-top: 10px !important;
  }
  .product-ratings-average .field-name-field-product-rating .fivestar-static-item .form-item {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

}

@media only screen and (min-width: 772px) {
  /*
  .node-product-display #product-media-slider .slides {
    margin-bottom: 4px;
  }
  .node-product-display #product-media-slider .slides li .player{
    max-height: 311px;
  }
  */
}

.alternate-checkout button {
  max-width: 117px;
  height: 44px;
  margin: 0 !important;
  background-color: #F05223 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  color: #ffffff !important;
  padding: 9px;
  transition: all 0.3s ease;
  border: 0 !important;
  text-transform: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
  cursor: pointer;
  margin: 0 6px 10px 0 !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}


/* -- OTTO LOCK RELAUNCH -- */

body {
  font-size: 15px;
}

.header_section header div.container h1, .page_section header div.container h1 {
  line-height: 40px;
  font-size: 36px;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .col-md-4.contact_info {
    width: 100%;
  }
  .contact_form.page_section .col-md-8 {
    width: 100%;
  }
}

.contact_info .socials {
    width: 290px;
}

.contact_info.info_block,
.contact_info.image_block {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.contact_info.image_block.above {
    padding-bottom: 15px;
}

.contact_info.image_block.below {
    padding-top: 15px;
}

.node-product-display h1.product-title,
body.front h1#home_title {
    display: block;
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

#page.buzz div.node.node-page .field-name-body h2{
    margin-left: 15px;
}

#home-page-ribbon #shadow-img{
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: flipv; /*IE*/
}

.front #home-page-ribbon #ribbon_shadow_container {
    margin-top: -25px;
    line-height: 0px;
    padding-top: 0px;
}
.shortcode_button.btn_type_product_buy_now {
    width: 158px !important;
}
.front .slide-container .overlay-cta {
    text-align: right;
    padding-top: 15px;
    pointer-events: all;
}
.front .slide-container .overlay-cta .shortcode_button {
    font-size: 22px;
    font-weight: normal;
    line-height: 38px;
    padding: 0px 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px #000;
}

.front .region-content-below {
  margin-bottom: 15px;
}
.promoted-tiles-container {
    margin-top: 0px;
}

#promoted-tiles-background {
    padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  #main-slider .overlay-title {
    font-size: 22px;
    line-height: 26px;
  }
  #main-slider .overlay.with-background {
    background-color: rgba(0,0,0,0);
  }
  #logo {
    width: 200px;
    height: 65px;
  }
  .navmenu ul {
    margin-top: 45px;
  }  
  #logo img.logo_def {
    width: 200px;
    height: auto;
  }
}

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

  #main-slider .overlay-title {
    font-size: 16px;
    line-height: 18px;
  }
  .front .slide-container .overlay-cta {
    padding-top: 10px;
  }
  .front .slide-container .overlay-cta .shortcode_button {
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
    pointer-events: all;
    text-shadow: 1px 1px #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .shortcode_button.btn_type_product_buy_now {
    width: 95px !important;
  }
  .shortcode_button.btn_type17 {
    height: 24px;
  }

  #main-slider .overlay {
    height: 80%;
    padding: 0 20px 0;
    max-width: 100%;
  }
  #main-slider .overlay.with-background {
    background-color: rgba(0,0,0,0);
  }
  .ribbon_endorsement {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 459px) {
  #main-slider .overlay-title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
  }
  .front .slide-container .overlay-cta {
    padding-top: 5px;
  }
  #main-slider .overlay {
    height: 100%;
    padding: 0 10px 0;
    max-width: 100%;
  }
}

/*********** Order Area udpates ******************/


.view-id-commerce_cart_form .commerce-order-handler-area-order-total {
  display: none;
}
.view-shopping-cart-summary-review.view-id-shopping_cart_summary_review.view-display-id-block_2 .commerce-order-handler-area-order-total {
  margin-bottom: 15px;
}
.checkout-review-page .view-shopping-cart-summary-review.view-id-shopping_cart_summary_review.view-display-id-block_2 .cart-secure-logo {
  display: none;
}
.view-shopping-cart-summary-review.view-id-shopping_cart_summary_review.view-display-id-block_2 .cart-secure-logo {
  float: right;
}
.cart-below-details {
  text-align: right;
  margin-bottom: 15px;
}
.cart-below-details .cart-secure-logo {
  margin-right: 10px;
}
.cart-below-details .cart-secure-logo, .cart-below-details .cart-total {
  display: inline-block;
}
.cart-below-details .cart-total .cart-total-label {
  font-weight: bold;
}

#coupon-code-table-container #edit-coupon-redeem-table table{
    margin-bottom: 15px;
}
#coupon-code-input-container {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.cart-page .section-end {
  margin-bottom: 10px;
}
#edit-coupon-redeem-input label {
  display: block;
}
.form-item-coupon-code, #edit-coupon-add{
  display: inline-block;  
  margin-top: 5px;
  vertical-align: baseline;  
}
.form-item-coupon-code, #edit-coupon-add{
  margin-right: 15px;
}
.form-item-coupon-code #edit-coupon-code {
  padding-top: 15px;
  font-size: 15px !important;
  background: white !important;    
  width: 265px;
}

.view-shopping-cart-summary-review table.views-table th,
.view-shopping-cart-summary-review table.views-table td,
#views-form-commerce-cart-form-default table.views-table th,
#views-form-commerce-cart-form-default table.views-table td {
      text-align: center;
}
.view-shopping-cart-summary-review td.views-field.views-field-line-item-title,
.view-shopping-cart-summary-review th.views-field.views-field-line-item-title,
#views-form-commerce-cart-form-default .views-field.views-field-line-item-title {
  width: 50%;
  text-align: left;
}
.view-shopping-cart-summary-review table.views-table .views-field.views-field-commerce-total,
#views-form-commerce-cart-form-default .views-field.views-field-commerce-total {
  text-align: right;
}

#views-form-commerce-cart-form-default table.views-table th.views-field-edit-delete{
  color: transparent;
}

input[id="edit-coupon-code"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
}
input[id="edit-coupon-code"]::-moz-placeholder { /* Firefox 19+ */
  color: black;
}
input[id="edit-coupon-code"]:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
input[id="edit-coupon-code"]:-moz-placeholder { /* Firefox 18- */
  color: black;
}

.view-shopping-cart-summary-review .views-table tr.even,
.view-shopping-cart-summary-review .views-table tr.odd,
#views-form-commerce-cart-form-default .views-table tr.even,
#views-form-commerce-cart-form-default .views-table tr.odd {
  height: 72px;
}
.views-field.views-field-edit-quantity .form-type-textfield .form-text,
.views-field-edit-delete input.delete-line-item {
  margin: 0 !important;
}

#edit-coupon-redeem-input legend {
  margin-bottom: 15px;
}

.commerce-line-item-views-form #views-form-commerce-cart-form-default table.views-table{
  margin-bottom: 15px;  
}
.cart-below-details {
  padding-right: 0px;
}
.checkout-buttons-style, 
.commerce-line-item-actions input#edit-return-to-shopping, 
.commerce-line-item-actions input#edit-submit, 
.commerce-line-item-actions input#edit-checkout,
#commerce-checkout-form-shipping .commerce-line-item-actions,
#commerce-checkout-form-review .commerce-line-item-actions,
.contact_form.page_section .webform-client-form .form-actions input.send_btn
 {
    height: 45px;
    position: relative;
    margin: 0 auto;
    background: #F05223 !important;
    -webkit-appearance: button;
    cursor: pointer;
    display: inline-block;
    margin: 0 1px 5px 0  !important;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    line-height: 40px;
    font-size: 16px;
    padding: 0 12px;
    font-weight: 400;
    vertical-align: top;
    text-align: center;
    color: #fff  !important;
    text-shadow: 1px 1px #000;
}

.checkout-buttons-style:hover, 
.commerce-line-item-actions input#edit-return-to-shopping:hover, 
.commerce-line-item-actions input#edit-submit:hover, 
.commerce-line-item-actions input#edit-checkout:hover,
#commerce-checkout-form-shipping .commerce-line-item-actions:hover,
#commerce-checkout-form-review .commerce-line-item-actions:hover,
.contact_form.page_section .webform-client-form .form-actions input.send_btn:hover  {
    box-shadow: 0 200px 0 rgba(255, 255, 255, 0.2) inset;
    color: #FFFFFF;
}
#commerce-checkout-form-review .checkout-buttons.form-wrapper {
  padding-right: 0px;
  padding-left: 0px;
}

.commerce-paypal-icons {
  display:none;
}

.otto-commerce-accepted-cc-icons {
  display:inline-block;
  margin-bottom: 5px;
}
.commerce-paypal-icon{
  top: 0;
  margin-right: 0px;
}
#commerce-checkout-form-review .checkout-buttons,
#commerce-checkout-form-shipping .checkout-buttons {
  text-align: right;
}

#commerce-checkout-form-review .button-operator,
#commerce-checkout-form-review #edit-back,
#commerce-checkout-form-shipping .button-operator,
#commerce-checkout-form-shipping #edit-back {
  display:none;
}

.field-name-field-subscribe-to-newsletter {
  margin-top: 15px
}

.commerce-line-item-actions input#edit-submit {
    margin-right: 15px !important;
}

#commerce-checkout-form-checkout div.checkout-buttons {
    text-align: right;
}
#commerce-checkout-form-checkout .checkout-buttons .button-operator, 
#commerce-checkout-form-checkout .checkout-buttons .checkout-cancel {
    display: none;
}

#commerce-checkout-form-checkout .customer_profile_personal_info,
#commerce-checkout-form-checkout .field-name-field-subscribe-to-newsletter {
    height: 105px;
}

@media only screen and (max-width: 768px) {
  #commerce-checkout-form-checkout .customer_profile_personal_info, 
  #commerce-checkout-form-checkout .field-name-field-subscribe-to-newsletter {
    height: 100%;
  }
}

.field-name-field-subscribe-to-newsletter .form-type-radios label {
  display: none;
}
.form-item-customer-profile-personal-info-field-subscribe-to-newsletter-und label.option {
  display: inline;
}

.customer_profile_personal_info .field-name-field-email-address.field-widget-email-textfield,
.customer_profile_personal_info .field-name-field-subscribe-to-newsletter.field-widget-options-buttons {
  height: 105px;
}

.form-item-customer-profile-personal-info-field-email-address-und-0-email label {
  display: none;
}

#edit-customer-profile-personal-info-field-subscribe-to-newsletter-und {
  margin-top: 20px;
}
.form-type-radios.form-item-customer-profile-personal-info-field-subscribe-to-newsletter-und {
  
}

#edit-cart-contents .view-id-shopping_cart_summary_review{
  margin-bottom: 40px;
}
#edit-cart-contents .view-id-shopping_cart_summary_review .view-display-id-block_2{
  margin-bottom: 55px;
}

.view-id-shopping_cart_summary_review .view-display-id-block_2 

#edit-customer-profile-billing {
  margin-top: 10px;
}

.customer_profile_billing .checkout-billing-secure-logo,
.commerce_payment .checkout-billing-secure-logo{
    float: right;
    margin-top: -20px;
}

.checkout_review {
  padding-left: 0px;
}
.checkout_review {
  padding-left: 0px;
}

@media only screen and (max-width: 768px) {
  #edit-customer-profile-personal-info-field-subscribe-to-newsletter-und {
    margin-bottom: 30px !important;
    margin-top: 0px;
  }
  .checkout_review {
    padding-right: 0px;
  }
}

#edit-coupon-redeem-table .coupon-code-column{
  width: 85%;
}
#edit-coupon-redeem-table .coupon-value-column{
  width: 25%;
  text-align: right;
}
#edit-coupon-redeem-table td.granted{
  text-align: right;
}

.view-id-accessories {
  border-top: none;
}

.view-id-accessories .commerce-product-title-label{
 display: none;
}

.view-id-commerce_cart_form #views-form-commerce-cart-form-default td{
  vertical-align: middle;
}
fieldset#edit-commerce-payment label{
  display:none;
}

fieldset#edit-commerce-payment label.option{
  display:inline-block;
}
fieldset#edit-commerce-payment .fieldset-legend{
  position: relative;
}
fieldset#edit-commerce-payment {
  padding-right: 0px;
}

fieldset#edit-commerce-payment .payment-left-column {
    display: inline-block;
    margin-right:65px;
}

.wpp-label {
  margin-right: 50px;
}
fieldset#edit-commerce-payment #payment-details {
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.form-item-commerce-payment-payment-details-credit-card-type {
  margin-top: 10px;
}
fieldset#edit-commerce-payment .left-column {
    padding: 20px 0px;
}

fieldset#edit-commerce-payment .left-column.card-selection {
    padding: 10px 0px 20px;
}

#edit-commerce-payment-payment-details-credit-card-number {
  margin-bottom: 0px !important;
}
.commerce-credit-card-expiration {
    margin-bottom: 20px;
    margin-top: 20px;

}
#commerce-checkout-form-review #edit-buttons {
    margin-top: 20px;
}
#edit-commerce-payment-payment-details-credit-card-code {
    width: 65px;  
}
@media only screen and (max-width: 1200px){

  fieldset#edit-commerce-payment .payment-left-column {
    margin-right: 20px;
  }
  fieldset#edit-commerce-payment .wpp-label {
    margin-right: 10px;
  }  
}

@media only screen and (max-width: 992px){
  fieldset#edit-checkout-review,
  fieldset#edit-commerce-payment {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  fieldset#edit-commerce-payment {
    margin-top: 40px;
  }
  fieldset#edit-commerce-payment .payment-left-column,
  fieldset#edit-commerce-payment #payment-details {
    width: 50%;
  }
  fieldset#edit-commerce-payment .payment-left-column {
    margin-right: 0px;
  }
  fieldset#edit-commerce-payment .otto-commerce-accepted-cc-icons {
    position: absolute;
    right: 10px;
  }

}

#edit-commerce-payment
@media only screen and (max-width: 768px){
  fieldset#edit-commerce-payment {
    padding-right: 0px;
    padding-left: 0px;
  }
}

#block-views-accessories-block-1 {
    float: right;
}

#block-views-accessories-block-1 .commerce-product-title {
  color: #f05223;
}
#block-views-accessories-block-1 .commerce-product-extra-field-title,
#block-views-accessories-block-1 .commerce-product-title,
#block-views-accessories-block-1 .price-above-image {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
    width: 69%;
}
#block-views-accessories-block-1 .price-above-image {
    width: 29%;
}
#block-views-accessories-block-1 .commerce-product-extra-field-title,
#block-views-accessories-block-1 .commerce-product-title {

}
#block-views-accessories-block-1 .price-above-image {

}
#block-views-accessories-block-1 .price-above-image {
    text-align: right;
}
#block-views-accessories-block-1 .price-below-image {
    text-align: right;
    float: right;
}
#block-views-accessories-block-1 .price-below-image {
  display: none;
}

#block-views-accessories-block-1 .commerce-add-to-cart .price, 
#block-views-accessories-block-1 .commerce-add-to-cart .cart-checkout-button,
#block-views-accessories-block-1 .commerce-add-to-cart .quantity-input  {
  display: none;
}


section.accessories-content {
    margin-top: 0px;
    background: white;
}

.accessories-block-row {
  padding-top: 10px !important;
}
.accessories-block-header{
    padding: 8px 6px;
    background-color: #f05223;
    color: white;
    border: 1px solid #f05223;
}
.accessories-content .view-id-accessories .view-content .views-row {
    padding-bottom: 20px;
    padding-top: 10px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;    
}

@media only screen and (max-width: 1200px){
  .accessories-content .view-id-accessories .view-content .views-row {
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    border-right:none;
    border-left:none;

  }
}
.accessories-content .view-id-accessories .view-content .price-above-image .field-name-commerce-price .field-item{
  margin-right: 18px;
}
.view-id-accessories .field-type-commerce-product-reference input[type="submit"]  {
    padding: 0px 10px !important;
    display: inline-block;
    vertical-align: top;
}
.view-id-accessories .view-content{
  /*padding-top: 15px; */
}
.view-id-accessories .view-content .views-row {
  padding: 0px 15px 8px;
}
.view-id-accessories .view-content .views-row-first {
  margin-top: 0px;
}
.view-id-accessories .view-content .views-row-last {
  border-bottom: none;
}
.view-id-accessories .attribute-widgets label {
  display: none;
}

.view-id-accessories .attribute-widgets .form-type-select {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;  
}

.view-id-accessories .attribute-widgets .form-type-select span.ui-selectmenu-button {
  margin-right: 5px;
  width: 110px;
}
.view-id-accessories .attribute-widgets div:nth-child(2) {
  margin-left: 5px;
}

.product-media-thumb {
  display: inline-block;
}
.view-id-accessories .product-media-thumb {
  display: block;
}
.view-id-accessories .field-name-field-sku-reference.field-type-commerce-product-reference {
  float: right; 
  margin-top: -35px;
}

.view-id-accessories .commerce-add-to-cart {
  /*margin-top: 20px;*/
}

.cart-page .region-content-below {
  margin-bottom: 30px;  
}
.form-item span.ui-state-disabled,
button[disabled], html input[disabled],
.checkout-buttons-style.form-submit.disabled,
.cart-checkout-button.disabled {
  background-color: gray !important;
  opacity: 1;
}
.form-item span.ui-state-disabled:hover,
button[disabled].checkout-buttons-style:hover, html input[disabled].checkout-buttons-style:hover,
.checkout-buttons-style.form-submit.disabled:hover,
.cart-checkout-button.disabled:hover {
  background-color: gray !important;
  box-shadow: none !important;
  opacity: 1;
}
.commerce-line-item-actions input#edit-return-to-shopping {
  margin-right:15px !important;
}

@media only screen and (max-width: 1200px){
  .view-id-accessories .field-name-field-sku-reference.field-type-commerce-product-reference {
    float: none;
    text-align: right;
  }
  /*#block-views-accessories-block-1 .price-above-image {
    display:none;
  }
  #block-views-accessories-block-1 .commerce-product-title {
    width: 100%;
  }
  #block-views-accessories-block-1 .price-below-image {
    text-align:right;
    display: inline-block;
    float:right;
    margin-top: 25px;
  }
  #block-views-accessories-block-1 .commerce-product-extra-field-title {
    text-align: left;
    display: block;
    width: 100%; 

  }
  */
  #block-views-accessories-block-1 .product-media-thumb {
     
  }
}

@media only screen and (max-width: 992px){
  #block-views-accessories-block-1 {
    float: none;
  }


  .view-id-accessories .field-name-field-sku-reference.field-type-commerce-product-reference {
    float: none;
    text-align: right;
  }
  .cart-page .accessories-block-row .cart-promo-block {
    float:none;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }


}

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

  .commerce-line-item-actions #edit-return-to-shopping {
    display: inline-block;
  }
  .commerce-line-item-views-form .commerce-line-item-actions {
    text-align: center;
  }
  .cart-below-details.col-md-7 {
        text-align: center;
        width:100%;
  }
    .cart-below-details.col-md-7 .cart-secure-logo {
        display: block;
        margin-bottom: 15px;
  }
  #coupon-code-input-container {
    margin-bottom: 0px;

  }
  #coupon-code-input-container #edit-coupon-redeem-input fieldset {

  }
  .cart-page .section-end {
    margin-bottom: 0px;
  }
  .views-field-edit-quantity .form-item{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .form-item-coupon-code #edit-coupon-code {
    width: 180px;
  }
  .accessories-block-row {
    padding-top: 0px !important;
  }
}

.view-commerce-cart-form .views-field-field-product-hero-image img,
.cart_contents td.views-field-field-product-hero-image img {
  min-width: 100px;
}

@media only screen and (max-width: 459px) {
  th.views-field-commerce-unit-price,
  th.views-field-edit-delete,
  td.views-field-commerce-unit-price,
  td.views-field-edit-delete {
    display:none;
  }

  th.views-field-commerce-total,
  th.views-field-commerce-unit-price,
  th.views-field-line-item-title,
  th.views-field-quantity,
  th.views-field-edit-quantity,
  #coupon-code-container th.coupon-code-column,
  #coupon-code-container th.coupon-value-column,
  #coupon-code-container td.coupon,
  #coupon-code-container td.granted,
  td.views-field-commerce-total.price,
  td.views-field-line-item-title a {
    font-size: 12px;
  }
  .cart-contents-row th
  .commerce-line-item-views-form th {
    padding: 4px;
  }
  .view-commerce-cart-form .views-field-field-product-hero-image img, 
  .cart_contents td.views-field-field-product-hero-image img {
    min-width: 80px;
    height: 50px;
  }
  .view-id-accessories .field-name-field-sku-reference.field-type-commerce-product-reference {
    /*text-align: center;*/
  }
  .commerce-line-item-actions input#edit-return-to-shopping {
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .commerce-line-item-actions span.cart-button-or {
    display: block;
    width: 0px;
    height: 0px;
    overflow-x: hidden;
  }
  fieldset#edit-commerce-payment .payment-left-column {
    width: auto;
    margin-right: 10px;
  }
  fieldset#edit-commerce-payment #payment-details {
    width: 50%;
  }
}

/*
.cart-page .messages.error {
  display: none;
}
*/
#edit-checkout-review table.checkout-review tr.pane-title {
  border-bottom: 3px solid #fff;
  background-color: #f05223;
  color: white;
}

#edit-checkout-review table.checkout-review tr.pane-data {
  border-bottom: none;
  background-color: white;
}
/* FiveStar */
div.fivestar-widget .cancel, div.fivestar-widget .star {
  text-indent: 999em !important;
}

.product-display-tabs {
  background-color: white;
  border-top: 1px solid #717171;
  border-bottom: 1px solid #CECECE;
  color: #444444;
}
.product-display-tabs-outer {
  background-color: white;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #717171;
}
.product-display-tabs-inner  .product-display-tabs-row {
  padding-top: 0px !important;
}
.product-display-tabs-inner  .product-display-tabs-row .product-tabs {
  padding: 20px 0px;
  margin: 0px 20px;
}

.product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-tab {
  font-size: 18px;
  width: 19%;
  display: inline-block;
}
.product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-support-tab.section-active {
  width: 20%;
}
.product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-tab {
  text-align: center;
}

.product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-body-tab {
  text-align: left;
}

.product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-support-tab {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-support-tab.section-active {
    width: 19%;
  }
}
@media only screen and (max-width: 992px) {
  .product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-support-tab.section-active {
    width: 18%;
  }
  .product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-body-tab.section-active {
    width: 18%;
  }
  .product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-tab {
    font-size: 18px;
  }
}

.view-product-specifications table {
    background: white;
    border-radius: 0px;
}

.product-body-wrapper,
.product-support-wrapper {
  margin-top: 15px;
  padding: 25px;
  background: white;
}

.product-reviews-wrapper {
  margin-top: 10px;
}
.comment-form .form-actions.form-wrapper {
  text-align: right;
}
.pagerblock li {
  background-color: #F05223;
  margin: 0 4px 5px 3px !important;  
}
.blog_node .content_section{
    padding-bottom: 0px;
}
.pagerblock li a,
#page.blog_view .page_section .pagerblock li a {
  color: white !important;
  font-size: 15px;
  width: 48px;
  padding: 12px;
}
.pagerblock li a.current {
  color: #444444;
}
.pagerblock li a:hover{
  box-shadow: 0 200px 0 rgba(255, 255, 255, 0.2) inset;
}
.comment-form .filter-wrapper,
.comment-form .form-allowed-tags {
  display: none;
}

.product-ratings-average {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: -10px;
  padding-top: 10px;
}
.product-ratings-average .product-ratings-label,
.product-ratings-average .field-name-field-product-rating {
  display:table-cell;
  width: 50%;
}

.product-ratings-average .product-ratings-label {
  font-size: 16px;
  width: 50%;
  vertical-align: middle;
  line-height: 22px;
  font-weight: bold;
}
.product-ratings-average .field-name-field-product-rating {
  margin: 0px;
  vertical-align: middle;
  text-align: right;
}

.product-ratings-average .field-name-field-product-rating .field-items {
  float: right;
}

.product-ratings-average .field-name-field-product-rating .fivestar-static-item .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-ratings-average .field-name-field-product-rating .star {
  text-indent: 999em;
}

.product-variant-short-description,
.product-short-description {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.product-display-main.container {
  margin-bottom: 20px;
}
.product-add-to-cart .commerce-add-to-cart .attribute-widgets {
  width: 100%;
  border-spacing: 0 10px;
}
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-style,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-color,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-length {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ccc;
  margin-top: 0em;
  margin-bottom: 0em;
}

.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-style label,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-color label,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-length label,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets span.ui-selectmenu-button {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
}

.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-style label,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-color label,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-length label {
  width: 65%;
  font-size: 16px;
  font-weight: bold;
  min-width: 88px;
  padding-top: 5px;  
}

.product-add-to-cart .commerce-add-to-cart .attribute-widgets span.ui-selectmenu-button {
  width: 120px;
}

.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-style .ui-selectmenu-text,  
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-color .ui-selectmenu-text,
.product-add-to-cart .commerce-add-to-cart .attribute-widgets .form-item-attributes-field-length .ui-selectmenu-text {
  text-align: center;
  margin-top: 0px;
}
.product-add-to-cart .commerce-add-to-cart .quantity-input {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 8px;
  border-bottom: 1px solid #ccc;  
  margin-bottom: 10px;
}
.product-add-to-cart .commerce-add-to-cart .form-item-quantity label {
  display:none;
}
.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper {
    display: table-cell;
    width: 50%;
    text-align: right;
}
.product-add-to-cart .commerce-add-to-cart .form-item-quantity,
.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper .quantity-button {
  display: inline-block;
  vertical-align: middle;

}
.product-add-to-cart .product-price-range,
.product-add-to-cart .price {
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.product-add-to-cart .product-price-range,
.product-add-to-cart .price .field-name-commerce-price {
  float: none;
  font-size: 30px;
  font-weight: bold;
}

.product-add-to-cart .commerce-add-to-cart input.cart-checkout-button {
  float: right;
}
.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper .quantity-button {
  font-size: 24px;
  background: white;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 12px;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #ddd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  user-select: none; 
}

.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper .quantity-button:hover {
  border: 1px solid #bbb;
}

.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper .quantity-button.quantity-up-button {
  font-size: 20px;
  line-height: 18px;
  margin-left: 2px;
}
.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper .quantity-button.quantity-down-button {
  margin-right: 6px;
}

.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper .quantity-button.quantity-down-button .quantity-down-button-inner {
  line-height: 15px;
}

.product-add-to-cart .commerce-add-to-cart .form-item-quantity {
  margin-top: 0px !important;
  margin-bottom: 0px !important;  
}
.product-add-to-cart .commerce-add-to-cart .quantity-label {
  display:table-cell;
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.product-add-to-cart .commerce-add-to-cart .form-item-quantity .form-text {
    width: 32px;
    height: 32px;
    text-align: center;
    margin-bottom: 0px !important;
    background-color: white !important;
    padding: 0px; 
}
/*
.node-product-display #product-media-slider iframe, .node-product-display #product-media-slider img {
  max-height: 462px;
}
*/
.view-product-specifications tr td .right-border {
  border-right: none;
}

.node-product-display .product-body {
  border-bottom: none;
}
.comment-form-wrapper {
  margin-top: 90px;
}
.comment-form-wrapper .comment-form-inner {
  float: none;
  margin: 0 auto;
  padding: 25px;
  background-color: white;
}
.comment-form-wrapper .comment-form-inner .comment-quote-icon {
    text-align: center;
    margin-top: -42px;
}
.comment-form-wrapper .comment-form-inner .title.comment-form{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding: 10px 0px 20px;

}
.comment-form-wrapper .comment-form-inner .comment-notes {
  display: none;
}

.comment-form-wrapper .comment-form-inner label .form-required {
  display: none;
}

.form-type-fivestar label,
.form-type-fivestar .form-item,
.field-name-field-submitter-name label,
.field-name-field-submitter-name .form-item,
.field-name-field-comment-title label,
.field-name-field-comment-title .form-item,
.field-name-field-city label,
.field-name-field-city .form-item,
.field-name-field-country label,
.field-name-field-country .form-item {
  display: inline-block;
}
.form-type-fivestar label,
.field-name-field-submitter-name label,
.field-name-field-comment-title label,
.field-name-field-city label,
.field-name-field-country label {
    font-size: 18px;
    font-weight: normal;
}
.node-product-display .comment-form-wrapper .field-name-comment-body  #comment-body-add-more-wrapper {
  padding-bottom: 10px;
}
.comment-wrapper .form-item-captcha-response {
  text-align: right;
}
.comment-wrapper .form-item-captcha-response label {
  display: block;
  vertical-align: baseline;
  text-align: right;
  font-size: 18px;
  font-weight: normal;
}
.comment-wrapper .form-item-captcha-response .field-prefix {
    text-align: right;
    display: inline-block;
    vertical-align: baseline;
}
.comment-wrapper .form-item-captcha-response #edit-captcha-response {
  display: inline;
  width: 50px;
  vertical-align: baseline;
}
.comment-wrapper .form-item-captcha-response .description{display:none;}

@media only screen and (max-width: 1200px){
  .comment-wrapper .form-item-captcha-response .field-prefix {
          width: 31%;
  }

}

@media only screen and (max-width: 992px){
.comment-wrapper .form-item-captcha-response {
  text-align:right;
}
  .comment-wrapper .form-item-captcha-response  label {
    float: left;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
  }
.comment-wrapper .form-item-captcha-response #edit-captcha-response {
      width: 50px;
}
}
.form-type-fivestar .form-item input,
.field-name-field-submitter-name .form-item input,
.field-name-field-comment-title .form-item input,
.field-name-comment-body textarea,
.comment-wrapper .form-item-captcha-response #edit-captcha-response,
.field-name-field-city .form-item input,
.field-name-field-country .form-item input {
  background-color: #fff !important;
  border-width: 1px !important;
  border-style: inset !important;
  border: 1px solid #ccc !important;
}
.product_reviews_container {
  margin-right: -15px;
  margin-left: -15px;
}
.product_reviews_container .comment-element .comment-inner{
  background-color: white;
  padding: 20px;
  padding-top: 30px;    
}

.product_reviews_container .comment-element {
  margin-bottom: 30px;

}
.product_reviews_container .comment-quote-icon {
  text-align: center;
  margin-bottom: -20px; 
}
.comment-form-wrapper .comment-quote-icon img,
.product_reviews_container .comment-quote-icon img{
  width: auto;
}
.product_reviews_container #edit-field-comment-title {
  padding-bottom: 20px;
}
#field-comment-title-add-more-wrapper .form-type-textfield {
  display: table;
  margin-top: 0px;
  margin-bottom: 0px;
}

.field-name-field-product-rating,
.field-name-field-product-rating .form-type-fivestar {
  display: table;
  width: 100%;
}
.field-name-field-product-rating .form-type-fivestar .form-type-select,
.field-name-field-product-rating .form-type-fivestar label {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.field-name-field-product-rating .form-type-fivestar .form-type-select .fivestar-widget {
  float: right;
}

.field-name-field-submitter-name #field-submitter-name-add-more-wrapper .form-type-textfield,
.field-name-field-city #field-city-add-more-wrapper .form-type-textfield,
.field-name-field-country #field-country-add-more-wrapper .form-type-textfield {
  display: table;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.field-name-field-submitter-name #field-submitter-name-add-more-wrapper .form-type-textfield .text-full,
.field-name-field-submitter-name #field-submitter-name-add-more-wrapper .form-type-textfield label,
.field-name-field-city #field-city-add-more-wrapper .form-type-textfield .text-full,
.field-name-field-city #field-city-add-more-wrapper .form-type-textfield label,
.field-name-field-country #field-country-add-more-wrapper .form-type-textfield .text-full,
.field-name-field-country #field-country-add-more-wrapper .form-type-textfield label{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.field-name-field-city #field-city-add-more-wrapper .form-type-textfield .text-full,
.field-name-field-country #field-country-add-more-wrapper .form-type-textfield .text-full{
  width: 100%;
}

.field-name-field-submitter-name #field-submitter-name-add-more-wrapper .form-type-textfield .text-full,
.field-name-field-city .form-type-textfield .text-full,
.field-name-field-country .form-type-textfield .text-full {
  float: right;
  width: 100%;  
  margin-bottom: 0px !important;  
}
.comment-heading {
  font-size: 20px;
  padding: 10px 0px;
}
.comment-submitted-by {
  font-weight: bold;
}
.comment-submitted-from {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;    
}

.product_reviews_container .item-list {
  clear: both;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-bottom: -60px;
}


.product_reviews_container .field-name-field-product-rating {
  margin-bottom: 0px;
}
.product_reviews_container .field-name-field-product-rating .fivestar-static-item .form-item {
  margin: 0px;
}

.product_reviews_container .product-rating,
.product_reviews_container .product-title  {
  display: inline-block;
}
.product_reviews_container .product-title  {
  font-weight: bold;
  font-size: 20px;
  vertical-align: top;
}
.field-comment-title-add-more-wrapper .form-item {
  display: table;
  margin-top: 0px;
  margin-bottom: 0px;
}
.field-name-field-comment-title label {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.field-name-field-comment-title .form-item input {
  width: 100%;
  display: table-cell;
  float: right;
  vertical-align: middle;
  margin-bottom: 0px !important;   
}

.field-name-field-submitter-name label {
  margin-right: 30px;
}
.field-name-field-submitter-name .form-item input {
  width: 200px;
}

.form-type-fivestar label {
  margin-right: 192px;
}

.comment-form-wrapper .comment-form-inner .form-allowed-tags {
  display: none;
}


/*   FiveStar    */
div.fivestar-widget-static .star {
  float: left; /* RTL */
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999em;
  background: url('/sites/all/themes/otto/images/fivestar/stars_small.png') no-repeat 18px 0; /* RTL */
}

div.fivestar-widget-static .star span.on {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/sites/all/themes/otto/images/fivestar/stars_small.png') no-repeat 0 0; /* RTL */
}

div.fivestar-widget-static .star span.off {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/sites/all/themes/otto/images/fivestar/stars_small.png') no-repeat -18px 0; /* RTL */
}

/* Javascript Star Version */
div.fivestar-widget {
  display: block;
}

div.fivestar-widget .cancel, div.fivestar-widget .star {
  float: left; /* RTL */
  width: 18px;
  height: 18px;
  overflow: hidden;
  text-indent: -999em;
}

div.fivestar-widget .star, div.fivestar-widget .star a {
  background: url('/sites/all/themes/otto/images/fivestar/stars_small.png') no-repeat 18px 0; /* RTL */
  text-decoration: none;
}

div.fivestar-widget .cancel a, div.fivestar-widget .star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: -18px 0; /* RTL */
  cursor: pointer;
}

div.fivestar-widget div.on a {
  background-position: 0 0; /* RTL */
}
div.fivestar-widget div.hover a, div.rating div a:hover {
  background-position: 0 0; /* RTL */
}
form.fivestar-widget div.description {
  margin-bottom: 0;
}

.product-tabs {

}
.product-display-tabs-inner .product-display-tabs-row .product-tabs .product-tab {
  display: none;
}
.product-display-tabs-inner  .product-display-tabs-row .product-tabs .product-tab.section-active{
  display: inline-block;  
}

.product-tab .active-chevron {
    position: absolute;
    bottom: -33px;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
/*
.product-support-tab .active-chevron {  
    left: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
*/

.product-tab .tab-button{
  position: relative;
  display: inline-block;
}

.product-tab .tab-button .tab-button-inner {
  padding-bottom: 15px;
  padding-top: 12px;
  cursor: pointer;
}
.product-tab .tab-button .tab-button-inner.section-active {
  color: #444444;
}

.product-tab .tab-button .tab-button-inner {
  color: grey;
}


.product-tab .tab-button .tab-button-inner.active-tab,
.product-tab .tab-button .tab-button-inner.section-active:hover {
  text-decoration: underline;
}

.product-tab .tab-button-inner.active-tab .active-chevron {
  display: block;
}

.product-video-wrapper{
  margin-bottom: 15px;
  margin-top: 15px;
}

.product-videos-wrapper {
      margin-left: -15px;
    margin-right: -15px;
}

#product-section-select {
  display: none;
}
@media only screen and (max-width: 768px){
  #product-section-select {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 34px;
    font-size: 18px;
    padding: 4px;
    border: none;
    text-decoration: underline;
  }
  #product-section-select:focus {
    outline: none !important;
  }
  .product-display-tabs .product-display-tabs-inner .product-tabs .product-tab,
  .product-display-tabs .product-display-tabs-inner .product-tabs .product-tab.section-active  {
    display: none;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px){
  .product-reviews-wrapper .comment-form-wrapper .comment-form-inner {
    width: 100%;
  }
  .product-ratings-average .product-ratings-label,
  .product-add-to-cart .commerce-add-to-cart .quantity-label {
    width: 40%;
  }
}

.product-reviews-wrapper .field-name-field-product-rating .fivestar-user-stars.fivestar-form-item {
  padding-bottom: 20px;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
/*
#product-media-slider .flex-control-thumbs li img,
#product-media-slider .slides li img {
  border: 1px solid #444;
}
*/
/*
.product-tab .tab-button-inner{
  padding-top: 10px;
  background: white;
  padding-bottom: 13px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
*/

#product-media-slider .flex-control-thumbs li {
    width: 14%;
    float: left;
    margin: 0px;
    margin-right: .334%;
}
#product-media-slider li:last-child {
  margin-right: 0px;
}


#product-media-slider .flex-control-nav li a {
  display:none;
/*  border: 1px solid #444; */
}


.product-display-main .product-row .product-add-to-cart .commerce-product-field-field-stock-disclaimer {
  position: relative;
  display: inline-block;
  text-align: right;
  width: 100%;
  font-weight: bold;
  margin-top: 8px;
  padding-right: 20px;
}

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

  .product-reviews-wrapper .product_reviews_container .comment-element {
    width: 100%;
  }

  #product-media-slider .flex-control-nav {
    position: absolute;
    bottom: 6px;
    left: 15px;
    height: 12px;
    pointer-events: all;
    z-index: 8000;
  }

  #product-media-slider .flex-control-nav li {
    float: left;
    width: 9px;
    height: 9px;
    margin-right: 8px;
  }
  #product-media-slider .flex-control-nav li img{
    display: none;
  }  
  #product-media-slider .flex-control-nav li a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #ccc;
    color: white;
    font-size: 2px;
    cursor: pointer;
    color: transparent;  
  }
  #product-media-slider .flex-control-nav li a.flex-active {
    background-color: #F05223;
    color: #F05223;
  }
  #product-media-slider .flex-control-nav {
    display: block !important;
  }
  #product-media-slider .flex-control-nav {
    margin-left: 15px; 
  }
  #main-slider #slider-pagination li {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
  #product-media-slider .flex-control-nav li a {
    width: 9px;
    height: 9px;
  }
}

.form-wrapper .messages {
  clear: both;
    margin: 20px 15px;
}

.cart-contents-row {
  margin-right: 0px;
  margin-left: 0px;
}

#commerce-checkout-form-review div.messages{
  margin-bottom: 30px;
}

.product-page.page .page_section{
  padding-top: 20px;
}

.cart-page .page_section {
  padding-top: 20px;
}

.news_page .page_section {
  padding-top: 10px;
}

#page.blog_node .blog_post_page .flex-direction-nav a.flex-next,
#page.blog_node .blog_post_page .flex-direction-nav a.flex-prev {
  text-indent: 999em !important;
  color: transparent !important;
}

.region-content-right-sidebar {
  padding: 0px 0px 0px 15px;
}
@media only screen and (max-width: 992px) {

.region-content-right-sidebar {
  padding: 0px;
}

}

.product-display-main .field-collection-container {
  border-bottom: none;
}

.commerce-product-field-field-product-media .action-links {
  display: none;
}

#coupon-code-input-container span.fieldset-legend {
  color: transparent;
}
#edit-checkout-review span.checkout-back-link {
  float: right;
  font-size: 15px;
  text-decoration: underline;
}

.cart-page .region-content-below {
  margin-bottom: 0px;
}
.cart-page .accessories-block-row{
  margin-bottom: 30px;
}
.cart-page .accessories-block-row .product-sub-info{
  display: none;
}

nav.navmenu.aux-cart-menu {
  float: right;
  vertical-align: top;
  position: absolute;
  bottom: 8px;
  right: 60px;
  display: none;
}

.banner-enabled nav.navmenu.aux-cart-menu {
  float: right;
  vertical-align: top;
  position: absolute;
  bottom: 12px;
  right: 60px;
  display: none;
}

nav.navmenu.aux-cart-menu li.mobile-cart {
  display: none;
}


.product-accordion {
  pointer-events: all;
  display: none;
}

.product-accordion-header {
    padding: 10px 0px;
    margin: 0px 0px;
    background-color: white;
}
span.accordion-header-title {
    padding-left: 10px;
    color: #444444;
    cursor: pointer;
    font-size: 22px;    
}
  .checkout-first-page .mobile-checkout-progress-wrapper {
    display:none;
  }
.checkout-review-page .header_section,
.checkout-shipping-page .header_section{
  padding-top: 25px !important;
}

.checkout-first-page .header_section {
  padding-top: 80px !important;
}
.checkout-page-1  .checkout-progress-image-wrapper,
.checkout-page-2 .checkout-progress-image-wrapper {
    float: right;
    height: 45px;
    margin-top: -15px;
    width: 486px;
    margin-bottom: 15px;
}

.checkout-page-1  .checkout-progress-image-wrapper .checkout-progress-inner-container,
.checkout-page-2  .checkout-progress-image-wrapper .checkout-progress-inner-container {
    background-image: url(/sites/all/themes/otto/images/checkout/checkout-progress-alt.png);
    height: 45px;
    background-repeat: no-repeat;
}
.checkout-page-1  .checkout-progress-image-wrapper .checkout-progress-inner-container {
      background-position: 0 0;
}
.checkout-page-2  .checkout-progress-image-wrapper .checkout-progress-inner-container {
    background-position: 0 -45px;
}

.checkout-review-page .checkout-page-2  .checkout-progress-image-wrapper .checkout-progress-inner-container {
    background-position: 0 -90px;
}
  .checkout-page-1  .checkout-progress-image-wrapper .checkout-progress-inner-container,
  .checkout-page-2  .checkout-progress-image-wrapper .checkout-progress-inner-container {
    position: absolute;
    right: 15px;
    zoom: .7;
    width: 492px;
    height: 44px;
  }
.checkout-page-2  .checkout-progress-image-wrapper .checkout-progress-inner-container {
      right: 0px;
}
.checkout-page-1 .checkout-progress-image-wrapper, .checkout-page-2 .checkout-progress-image-wrapper {
      width: 425px;
      margin-top: -10px;
      margin-bottom: 0px;      
  }  

@media only screen and (max-width: 768px) {
  #top header nav.navmenu.aux-cart-menu {
    display: inline !important;
  }
  nav.navmenu.aux-cart-menu ul.menu {
    margin-top: 0px;
  }
  nav.navmenu.aux-cart-menu ul.menu li.shopping-cart-menu-item {
    display: block !important;
  }
  #top header {
    z-index: 9999;
  }
  section#top {

  }
  section#top .mobile_menu_wrapper {
  }
  .product-accordion {
    pointer-events: all;
    display: block;
  }  
  .desktop-tabs {
    display: none;
  }
  .product-display-content-row {
    padding-top: 0px !important;
    padding-bottom: 15px;
  }
  .checkout-page-1  .checkout-progress-image-wrapper,
  .checkout-page-2 .checkout-progress-image-wrapper {
    /*display:none; */
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    height: 24px;
  }
  .checkout-page-1 .checkout-progress-image-wrapper .checkout-progress-inner-container, 
  .checkout-page-2 .checkout-progress-image-wrapper .checkout-progress-inner-container {
    position: relative;
    left:0px;
    zoom: .5;
    width: 100%;
    height: 45px;
  }
  .checkout-review-page .mobile-checkout-progress-wrapper,
  .checkout-shipping-page .mobile-checkout-progress-wrapper,
  .checkout-first-page .mobile-checkout-progress-wrapper {
    position:fixed;
    display:block;
  }
  .checkout-review-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-image-wrapper,
  .checkout-shipping-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-image-wrapper,
  .checkout-first-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-image-wrapper {
    padding: 0px;
  }
  .checkout-review-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-image-wrapper .mobile-checkout-progress-inner-container,
  .checkout-shipping-page .mobile-checkout-progress-wrapper.mobile-checkout-progress-image-wrapper .mobile-checkout-progress-inner-container,
  .checkout-first-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-image-wrapper .mobile-checkout-progress-inner-container {
    height: auto;
    width: 100%;

  }
  .checkout-review-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-outer-container.col-md-12,
  .checkout-shipping-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-outer-container.col-md-12,
  .checkout-first-page .mobile-checkout-progress-wrapper .mobile-checkout-progress-outer-container.col-md-12 {
    padding: 0px;
  }
  .checkout-review-page .mobile-checkout-progress-wrapper.row,  
  .checkout-shipping-page .mobile-checkout-progress-wrapper.row,
  .checkout-first-page .mobile-checkout-progress-wrapper.row {
    width: 100%;
    top: 65px;
    margin: 0px;
    background-color: white;
    z-index: 9999;
    padding-top: 0 !important;
  }
  .checkout-review-page .mobile-checkout-progress-inner-container img,
  .checkout-shipping-page .mobile-checkout-progress-inner-container img,
  .checkout-first-page .mobile-checkout-progress-inner-container img {
    margin: 0 auto;
    display: block;
  }
  .checkout-review-page .page_section,
  .checkout-shipping-page .page_section,
  .checkout-first-page .page_section {
    padding-top: 10% !important;
  }
  .checkout-review-page .page_section,
  .checkout-review-page .page_section {
    padding-top: 15% !important;
  }
  .checkout-shipping-page .header_section, .checkout-first-page .header_section {
      padding-top: 0px !important;
  }  
  .checkout-shipping-page .header_section,
    .checkout-review-page .header_section {
      padding-top: 20px !important;
  }    
}

.product-page .node-product-display #product-details-section{
    position: absolute;
    margin-top: -100px;
}
.product-display-tabs.product-accordion {
  border-top: none;
  border-bottom: none;
}

.color-select-box {
    width: 22px;
    height: 22px;
    margin: 4px 2px;
    display: inline-block;
    pointer-events: all;
}

.color-selectbox-container {
    padding-top: 0px;
    vertical-align: middle;
    position: relative;
    display: inline-flex;       
    margin-left: 20%;
}
@media only screen and (max-width: 1200px) {
    .color-selectbox-container {
      margin-left: 15%;
    }
}
@media only screen and (max-width: 992px) {
    .color-selectbox-container {
      margin-left: 0px;
    }
}



.cart-page .color-selectbox-container {
  position: absolute;
  top: -35px;
  z-index: 599;
  left: 16px;
}

.state.form-select {
  width: 235px;
}
fieldset.checkout-page-1 legend,
fieldset.checkout-page-2 legend {
  width: 240px;
  float: left;
  margin-bottom: 10px;
}



.checkout-first-page .hidden-title {
      display: block;
    height: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}


.checkout-page-2 .checkout-progress-image-wrapper {
  position: relative;
}

.ui-selectmenu-menu.ui-selectmenu-open {
  z-index: 10001;
  font-size: 12px;
}

.cart-page .commerce-product-field-field-product-media {
  /*display: inline-block;*/
}

/****** TOP BANNER **************/

.top-banner-region {
  width: 100%;
  background-color: black;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}

.top-banner-region . top-banner-wrapper {
  height: 36px;
}

.top-banner-region .top-banner-wrapper .top-banner-inner .banner-text {
  color: white;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 16px;
} 

#admin-menu {
  top: 15px;
}

#main-slider.banner-enabled {

}

@media (max-width: 992px) {
  .top-banner-region .top-banner-wrapper .top-banner-inner .banner-text {
    /*
    padding: 10px 0px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    */
  } 
}

@media only screen and (max-width: 767px) {
  #top header {

  }

  #slider-pagination {
    display: none !important;
  }
}

@media only screen and (max-width: 459px) { 
  .top-banner-region .top-banner-wrapper .top-banner-inner .banner-text {
    font-size: 10px;
    padding: 6px 0px 4px 0px;
    line-height: 12px;
  } 
}

/********** FP Slider mobile *************/
.mobile-slide-image {
  display:none;
}

@media (max-width: 767px) {
  .desktop-slide-image {
    display:none;
  }
  .mobile-slide-image {
    display:inline;
  }
  .overlay-container-outer.image-overlay {
    display:none;
  }
  .banner-enabled a.menu_toggler {
    bottom: 10px;
  }
  #logo {
    padding: 12px 10px 12px 0;
  }
  .banner-disabled #logo {
    padding: 16px 10px 16px 0;
  }
  #main-slider.banner-enabled {

  }
  a.menu_toggler {
    bottom: 6px;
  }
  .banner-disabled  a.menu_toggler {
    bottom: 12px;
  }
  .banner-disabled nav.navmenu.aux-cart-menu{
    bottom: 15px;
  }
  .header_section.banner-enabled {
    padding-top: 35px;
  }
  .checkout-review-page .header_section.banner-enabled, 
  .checkout-shipping-page .header_section.banner-enabled {
    padding-top: 0px !important;
  }
.checkout-first-page .header_section.banner-enabled {
  padding-top: 0px !important;  
}  
}
@media only screen and (max-width: 459px) {
  .header_section.banner-enabled {
      padding-top: 0;
  }
}
.header-inner {
  background: white;  
}


.product-page.page .page_section {
  padding-top: 0px;
}
.product-page.page .row.messages-row, .container.tabs {
  background-color: white;
}
.product-display-main-outer {
background-color: white;
padding-top: 20px;

}
.product-display-main.container {
  margin-bottom: 0px;  
  padding-bottom: 20px;
}

.product-display-main.container .commerce-add-to-cart .attribute-widgets .ui-selectmenu-button.ui-button {
  border: none;
  background-color: #f05223;
  color: #fff;

}

.product-display-main.container .commerce-add-to-cart .attribute-widgets .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px #000;
  width: 100%;
  margin: auto;    
}

.product-display-tabs {
  background-image: url("../images/slide_bg/carbon-bg.jpg");
  background-position: center center;
  background-color: transparent;
}
.product-display-tabs-outer {
  background-color: transparent;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #717171;
}

.product-tab .tab-button .tab-button-inner.section-active {
   color: #fff;  
}
.cart-page #edit-coupon-code,
.product-page .quantity-field-wrapper .form-item-quantity input[id^="edit-quantity"]{
  box-shadow: none !important;
  text-shadow: none !important;
  border: 1px solid #767676 !important;
}
.cart-page .delete-line-item {
    border: 1px solid #CCCCCC !important;
}
.product-add-to-cart .commerce-add-to-cart .quantity-field-wrapper .quantity-button {
  border: 1px solid #767676 !important;
}

.header-main-container .logo {
  position: relative;
  top: 20px;
}

.product-page .header_section header,
.cart-page .header_section header {
    padding: 0px;
}

.checkout-first-page,
.checkout-shipping-page,
.checkout-review-page,
.checkout-complete-page,
.cart-page {
  background-color:white;
}
fieldset.customer_profile_shipping .fieldset-wrapper,
fieldset.customer_profile_billing .fieldset-wrapper {
    background-color: white;
}
/*
.checkout-first-page .view-shopping-cart-summary-review .views-table thead tr th,
.checkout-shipping-page .view-shopping-cart-summary-review .views-table thead tr th, 
.checkout-review-page .view-shopping-cart-summary-review .views-table thead tr th,
.checkout-complete-page .view-shopping-cart-summary-review .views-table thead tr th,
.cart-page .commerce-line-item-views-form .views-table thead tr th,
.checkout-complete-page .view-shopping-cart-summary-review .commerce-price-formatted-components thead tr th{
  border-bottom: none;
}
*/
thead tr th,
tbody tr th{
  border-bottom: none;
}

.product-support-wrapper table tbody {
  border: 1px solid #ccc;
}

.product-support-wrapper tbody tr,
.product-support-wrapper tbody tr.even, 
.product-support-wrapper tbody tr.odd {
  border:none;
}

tbody tr,
tbody tr.even, 
tbody tr.odd {
  background-color: white;
  border: none;
  border-bottom: 1px solid #ccc;
}

.checkout-first-page .view-shopping-cart-summary-review .views-table tbody tr,
.checkout-shipping-page .view-shopping-cart-summary-review .views-table tbody tr,
.checkout-review-page .view-shopping-cart-summary-review .views-table tbody tr,
.checkout-complete-page .view-shopping-cart-summary-review .views-table tbody tr,
.view-shopping-cart-summary-review .view-footer .commerce-price-formatted-components tbody tr,
.cart-page .commerce-line-item-views-form .views-table tbody tr,
.checkout-review-page .commerce_payment .fieldset-wrapper {
  background-color: white;
}

.checkout-complete-page .header_section.banner-enabled {
  padding-top: 76px;
}

.checkout-first-page legend,
.checkout-shipping-page legend,
.checkout-review-page legend,
.checkout-complete-page legend,
.cart-page legend {
  border-bottom: none;
}

.view-id-blog.view-display-id-page .blog_post .flexslider,
.blog_node.page .round_corners .flexslider {
  border: none; 
}

.view-id-blog.view-display-id-page .blog_post .flexslider .flex-next,
.view-id-blog.view-display-id-page .blog_post .flexslider .flex-previous{
  color: #fff !important;
  font-size: 1px;
  text-indent: 1000px;
}


.catalog.page .catalog-product .product-image img {
  border: 1px solid #DDD;
}


body.product {
  background-color: white;
}

table.checkout-review {
  border-collapse: separate;
}

table.checkout-review .pane-data-full {
  border: 1px solid #CCC;
  border-top: none;
}

.hidden {
  display:block;
  height: 0px; 
  text-indent: -9000px;
}

.product-variant-title .commerce-product-title .commerce-product-title-label {
  display: none;
}
.product-variant-title,
.product-main-title {
  color: #f05223;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .product-variant-title,
  .product-main-title {
    font-size: 18px;
  }
}

.fixed-header {
  position:fixed;  
}

@media only screen and (max-width: 1200px) and (min-width: 768px){
  .ui-selectmenu-text {
    max-width: 172px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px){
  .ui-selectmenu-text {
    max-width: 104px;
  }
}

@media only screen and (max-width: 472px) {
  .ui-selectmenu-text {
    max-width: 156px;
  }
}

.form-item-attributes-field-style .ui-selectmenu-text {
  max-width: 137px;
}



/*** Note to seller ***/

.commerce_fieldgroup_pane__group_order_comment legend{
  padding-top: 36px;
  margin-bottom: 0px;
}

.commerce_fieldgroup_pane__group_order_comment .field-name-field-order-comment label {
  display: none;
}

.commerce_fieldgroup_pane__group_order_comment .field-name-field-order-comment textarea {
  height: 46px !important;
}

@media only screen and (max-width: 992px) {
  .commerce_fieldgroup_pane__group_order_comment {
    width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .commerce_fieldgroup_pane__group_order_comment {
    margin-bottom: 20px;
    padding-left: 15px;    
  }
  .commerce_fieldgroup_pane__group_order_comment legend{
    padding-top: 4px;
  }
}

/*** End Note to Seller ***/


/** Billing/Shipping profile ***/

.customer_profile_billing .form-item, 
.customer_profile_shipping .form-item {
  margin-bottom: 0px;
  margin-top: 0px;
}

.customer_profile_billing .form-item label,
.customer_profile_shipping .form-item label {
  font-size: 12px;
  margin-bottom: 0px;
}

.customer_profile_billing form input[type="text"],
.customer_profile_shipping form input[type="text"] {
  line-height: 12px;
  margin: 0 0 6px 0 !important;
}

#customer-profile-billing-commerce-customer-address-add-more-wrapper {
  padding-top: 4px;
}
.customer_profile_billing .form-item, 
.customer_profile_shipping .form-item {
  margin-bottom: 0px;
  margin-top: 0px;
}

.customer_profile_billing .form-item.form-type-select,
.customer_profile_shipping .form-item.form-type-select {
  margin-bottom: 10px;
}

.customer_profile_billing .form-item.form-type-select select,
.customer_profile_shipping .form-item.form-type-select select {
  float: right;
  padding: 2px 10px;
}

.customer_profile_billing .form-item-customer-profile-billing-commerce-customer-address-und-0-premise,
.customer_profile_shipping .form-item-customer-profile-shipping-commerce-customer-address-und-0-premise {
  display: none;
}
.customer_profile_shipping .commerce-customer-profile-copy {
  margin-bottom: 10px;
}
/** End Billing/Shipping profile ***/


/** Product page comments **/

.comment-form-wrapper .comment-form-inner {
  border-top: 20px solid gray;
  border-left: 1px solid gray;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;  
}

.product_reviews_container .comment-element .comment-inner {
  border-top: 20px solid gray;
  border-top-left-radius: 6px;
  padding-top: 20px;
  border-left: 1px solid gray;
  border-top-right-radius: 6px;
}

.comment-form-wrapper .comment-form-inner .comment-quote-icon {
    text-align: center;
    margin-top: -58px;
}

.comment-form-wrapper .comment-form-inner .title.comment-form {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 20px 0px 20px;
}

.product-add-to-cart .product-price-range, .product-add-to-cart .price .field-name-commerce-price {
    float: none;
    font-size: 18px;
    font-weight: bold;
}

.cart-page .field-name-field-sku-reference .commerce-add-to-cart div[id^='edit-line-item-fields'] {
    display: inline-block;
}

.cart-page .commerce-add-to-cart .attribute-widgets .ui-selectmenu-button.ui-button {
    height: 36px;
    width: 120px;
    text-align: left;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    box-shadow: none;
    margin-bottom: 4px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.product-tab .active-chevron {
    bottom: -22px;
}
.product-display-tabs-inner .product-display-tabs-row .product-tabs .product-tab {
    font-size: 14px;
}
.product-display-tabs-inner .product-display-tabs-row .product-tabs {
    padding: 10px 0px;
}

.product-body-wrapper, .product-support-wrapper {
  padding: 0px;
}
.product-reviews-wrapper {
  margin-top: 0px;
}
.product-display-content .view-product-specifications table {
  padding: 0px 30px;
}

.checkout-buttons-style.form-submit,
.cart-checkout-button.checkout-buttons-style {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 12px;
}
.node-product-display .flex-control-nav {
  margin-top: 1px;
}
.product-secure-logo {
  width: 100%;
}
.product-secure-logo .cart-secure-logo img{
  width: 80px;
}


.product-sub-info .otto-policies {  
  font-weight: normal;
  margin-top: 10px;
}

.product-add-to-cart .checkout-buttons-style.form-submit {
  display: block;
  width: 98px;
  float: right;
}

.commerce-product-field-field-stock-disclaimer {
  float: right;
  display: block;
  margin-top: -15px;
}

.cart-contents-row .col-md-12 {
  padding-right: 0px; 
  padding-left: 0px;
}