/* upsell */
#upSellWrapper {
	padding:0 0 30px;
}
#upSellWrapper .views-row {
    padding: 30px 30px 0;
}
#upSellWrapper .views-row:not(:last-child)::after{
	content: '';
    display: block;
    margin-top: 30px;
    height: 4px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
#upSellWrapper .views-row .views-field-field-product-image {
	float:left;
	width:25%;
	padding-right:20px;
}
#upSellWrapper .views-row .views-field-field-product-image img {
	max-width:100%;
	height:auto;
}
#upSellWrapper .views-row .views-field-title,
#upSellWrapper .views-row .views-field-field-pepper-spray-product {
	float:right;
	width:75%;
	margin: 0 0 10px;
}
#upSellWrapper .views-row .views-field-field-upsell-product-displays {
	clear:both;
}
#upSellWrapper .views-row .views-field-field-pepper-spray-product ul {
	margin: 0;
    padding: 0;
}
#upSellWrapper .views-row .views-field-field-pepper-spray-product li {
	list-style:none;
}
#upSellWrapper .field-name-commerce-price div {
    display: inline;
}
#upSellWrapper select {
    height: auto;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
}
@media only screen and (max-width : 500px) {
	#upSellWrapper .views-row .views-field-field-product-image img {
		width:100%;
		margin: 0 0 10px;
	}
	#upSellWrapper .views-row .views-field-field-product-image,
	#upSellWrapper .views-row .views-field-title,
	#upSellWrapper .views-row .views-field-field-pepper-spray-product {
		float:none;
		width:auto;
		padding:0;
	}
}
@media only screen and (max-width : 768px) {
	.interact_box {
	    display: none !important;
	}
}
.youtubeVideo {
	position:relative;
	width:100%;
	padding-bottom:56.25%;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.youtubeVideo > iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	display:block;
}
#shareWrapper .stButton .linkedin:before {
    content:"\f0e1";
}
h1 > span.ob-gold{
	color: #d5c895;
	font-weight: bold;
	font-style: italic;
	-webkit-text-shadow: rgba(0,0,0,.75) 1px 1px 4px;
	-moz-text-shadow: rgba(0,0,0,.75) 1px 1px 4px;
	text-shadow: rgba(0,0,0,.75) 1px 1px 4px;
}
.videoBannerWrapper {
    position: relative;
    overflow: hidden;
    height:500px;
}
@media only screen and (min-width: 992px) {
	.videoBannerWrapper {
	    height: calc(100vh - 216px);
	    min-height: 400px;
	}
}
@media only screen and (max-width: 991px) {
	.videoBannerWrapper {
	    height: calc(100vh - 135px);
	    min-height: 200px;
	}
}
.videoBannerWrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.videoBannerContent {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left:0;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0 10px;
}
.videoBannerContent h2 {
	color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}
.videoBannerContent p {
	color: #ccc !important;
	font-weight: 400;
}
@media only screen and (min-width: 801px) {
	.videoBannerContent > div {
		text-align:right;
	}
	.videoBannerContent h2 {
		font-size: 50px;
	    line-height: 50px;
	    margin: 0 0 24px 0;
	}
	.videoBannerContent p {
		font-size: 28px;
		line-height: 40px;
		font-family: 'Oswald',sans-serif;
	}
}
@media only screen and (max-width: 800px) {
	.videoBannerContent > div {
		text-align:center;
	}
	.videoBannerContent h2 {
		font-size: 28px;
	    line-height: 40px;
	    margin: 0 0 8px 0;
	}
	.videoBannerContent p {
		font-size: 16px;
		line-height: 22px;
	}
}

body.page-node-3873 #interiorContentWrapper {
	display:none;
}

@media only screen and (min-width: 768px) {
	.secLogo {
	    float: right;
	    margin: -6px 15px 0;
	}
}
@media only screen and (max-width: 767px) {
	.secLogo {
		display: block;
		margin: 3px auto;
	}
}
body.background-dark table.views-view-grid .product-wrapper,
body.background-dark table.views-view-grid .product-link {
    background: #181818;
}
body.background-dark table.views-view-grid .product-wrapper .product-bottom {
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,.05) 25%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,.05) 25%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,.05) 25%);
    background-image: linear-gradient(top,rgba(0,0,0,0.25),rgba(0,0,0,.05) 25%);
}
body.background-dark .testimonialWrapper {
    background: #141414 !important;
    border: 1px solid #373737 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
body.background-dark .even .testimonialWrapper {
	background: #111 !important;
}
body.background-dark .testimonialWrapper .fa-comments:before,
body.background-dark .testimonialWrapper .author {
    color: #999;
}
body.background-dark .testimonialWrapper .testimonialBody p {
    color: #fff !important;
}
body.background-dark .pageBlock_TextHolder tr:nth-child(odd) td {
    background: #141414;
    color: #fff;
}
body.background-dark .pageBlock_TextHolder tr:nth-child(even) td {
    color: #fff;
    background: #0d0d0d;
}
body.background-dark .pageBlock_TextHolder td {
    border-right: 1px solid #373737 !important;
    border-top: 1px solid #373737 !important;
}
body.background-dark .pageBlock_TextHolder tbody > tr:nth-child(1) td {
    background: transparent !important;
    color: #1f1f1f;
}
body.background-dark .pageBlock_TextHolder tbody > tr:nth-child(1) {
    background: #dbcb93 !important;
    background-image: -webkit-linear-gradient(105deg,#ccb87c,#e6ddac 28%,#dbd195 44%,#ede4b2 60%,#f2e9b6 77%,#ccb87c) !important;
    color: #141414;
}
body.background-dark .pageBlock_TextHolder table {
    border-left: 1px solid #373737 !important;
    border-bottom: 1px solid #373737 !important;
}
@media (max-width: 767px) {
  body.front .pageBlock_ElementHolder.pageBlock_ASOTVElementHolder .view-content > div:nth-child(n+7) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.front .pageBlock_ElementHolder.pageBlock_ASOTVElementHolder .view-content > div:nth-child(n+7) {
    width: 25%;
  }
}
table.views-view-grid .product-link {
    min-height: 0 !important;
    background:transparent !important;
    box-shadow:none !important;
    margin: 0 !important;
}
table.views-view-grid {
    border-spacing: 10px !important;
    border-collapse: separate !important;
}
table.views-view-grid td.hasContent {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1), 1px 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1),1px 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 3px rgba(0,0,0,0.1), 1px 2px 3px rgba(0,0,0,0.15);
    background: #fff;
}
table.views-view-grid td.hasContent:hover {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5), 1px 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.5),1px 2px 3px rgba(0,0,0,0.15);
    box-shadow: 0 0 6px rgba(0,0,0,0.5), 1px 2px 3px rgba(0,0,0,0.15);
}
#upSellWrapper .views-row:after {
    content: '';
    display: block;
    clear: both;
}



@media (min-width: 1200px) {
	#mainMenuWrapper .menu li a, #mainMenuWrapper .menu li a:active {
	    font-size: 17px;
	    padding: 11px 10px;
	    max-width: 200px;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	#mainMenuWrapper .menu li a, #mainMenuWrapper .menu li a:active {
	    font-size: 14px;
	    padding: 11px 10px;
	    max-width: 140px;
	    line-height: 17px;
	}
}
/* footer image fix */
@media only screen and (min-width: 768px){
     #bottomCopyrightText img{
          margin: -7px 0 0 15px !important;
     }
}

/* Bootstrap 3.19 Update Fixes */

#newsletterSignup .form-actions {
  clear: none;
}

#headerWrapper #searchFormWrapper .form-submit:after {
    display: block;
    visibility: visible;
    position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    width: 46px;
    content: '\f002';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 42px;
    color: #0f0f0f;
}

/* Post Bootstrap Theme Update */

/*
#messagesWrapper .alert .close {
  display: block;
  margin: 3px 6px 0 0;
  position: relative;
  z-index: 9999;
}
*/

@media (min-width: 992px) {
  /* The first level... */
  #messagesWrapper .alert.commerce-add-to-cart-confirmation {
    width: 50%;
    left: 50%;
    margin-left: -25% !important;
  }

  #messagesWrapper .alert.commerce-add-to-cart-confirmation .commerce-add-to-cart-confirmation {
    width: auto;
  }
}

@media (max-width: 767px) {
  #messagesWrapper .alert.commerce-add-to-cart-confirmation {
    margin-left: 2% !important;
  }
}

div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
  width: 100%;
  float: none;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content {
  width: 100%;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper {
  width: auto;
  position: static;
  right: auto;
}

/* For fix for Kari 06/12/18 */

form.webform-client-form.webform-client-form-4217 .webform-container-inline.webform-datepicker{
  display: flex;
}

form.webform-client-form.webform-client-form-4217 .form-item-submitted-purchased-date-year{
  order: 1;
}

form.webform-client-form.webform-client-form-4217 input.webform-calendar{
  height: 22px;
  order: 2;
}

form.webform-client-form.webform-client-form-4217 #edit-submitted-do-you-want-us-to-send-you-product-announcements-and-special-offers{
  width: 100%;
  max-width: 760px;
  display: inline-block;
}

form.webform-client-form.webform-client-form-4217 .form-item.form-item-submitted-do-you-want-us-to-send-you-product-announcements-and-special-offers.form-type-radio input{
    float:left;
}

form.webform-client-form.webform-client-form-4217 .form-item.form-item-submitted-do-you-want-us-to-send-you-product-announcements-and-special-offers.form-type-radio label{
    margin-top: 0 !important;
    width: auto;
    display: inline-block;
    padding-left: 8px;
    margin-right: 25px;
}

form.webform-client-form.webform-client-form-4217  .form-item.form-item-submitted-do-you-want-us-to-send-you-product-announcements-and-special-offers.form-type-radio{
  width: auto;
  display: inline-block;
  padding-top: 12px;
}

form.webform-client-form.webform-client-form-4217 .form-item.form-item-submitted-do-you-want-us-to-send-you-product-announcements-and-special-offers .not-required:not(:first-of-type){
  display:none;
}

/* Remove extra + on the add to cart buttons */
body.node-type-pepper-spray-display #atcWidgetWrapper .btn:after {
    display: none !important;
}
body.node-type-pepper-spray-display #pdPracticeSprayWrapper .btn:before {
    display: none !important;
}