/***
 *     .d8888b.                    888             d8b                                  .d8888b.  d8b
 *    d88P  Y88b                   888             Y8P                                 d88P  Y88b Y8P
 *    888    888                   888                                                 Y88b.
 *    888         .d88b.  88888b.  888888  8888b.  888 88888b.   .d88b.  888d888        "Y888b.   888 88888888  .d88b.  .d8888b
 *    888        d88""88b 888 "88b 888        "88b 888 888 "88b d8P  Y8b 888P"             "Y88b. 888    d88P  d8P  Y8b 88K
 *    888    888 888  888 888  888 888    .d888888 888 888  888 88888888 888                 "888 888   d88P   88888888 "Y8888b.
 *    Y88b  d88P Y88..88P 888  888 Y88b.  888  888 888 888  888 Y8b.     888           Y88b  d88P 888  d88P    Y8b.          X88
 *     "Y8888P"   "Y88P"  888  888  "Y888 "Y888888 888 888  888  "Y8888  888            "Y8888P"  888 88888888  "Y8888   88888P'
 *
 *
 */
/***
 *
 *
 *     .M"""bgd   mm
 *    ,MI    "Y   MM
 *    `MMb.     mmMMmm   ,pW"Wq.  `7MMpdMAo.
 *      `YMMNq.   MM    6W'   `Wb   MM   `Wb
 *    .     `MM   MM    8M     M8   MM    M8
 *    Mb     dM   MM    YA.   ,A9   MM   ,AP
 *    P"Ybmmd"    `Mbmo  `Ybmd9'    MMbmmd'
 *                                  MM
 *                                .JMML.
 */
/* -------------------------------------- *\
    Our framework
\* -------------------------------------- */
/* -------------------------------------- *\
    Main Variables file
\* -------------------------------------- */
/* -------------------------------------- *\
    Sizing (containers, margins, etc.)
\* -------------------------------------- */
/* -------------------------------------- *\
    Fonts
\* -------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Exo+2:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
/* -------------------------------------- *\
    Headings
\* -------------------------------------- */
/* -------------------------------------- *\
    Special things
\* -------------------------------------- */
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #141414;
}
.caret {
  color: #be1e2d;
}
/* -------------------------------------- *\
    Customization
\* -------------------------------------- */
html {
  font-size: 100%;
}
.row + .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Fjalla One', sans-serif;
  position: relative;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
}
p {
  margin: 0 0 10px;
}
p strong {
  font-weight: bold;
}
a,
.clickable {
  color: #be1e2d;
}
a:hover {
  color: #141414;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
/* -------------------------------------- *\
    Headings
\* -------------------------------------- */

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 34px;
  line-height: 44px;
  text-align: left;
  border: none;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 100%;
  -webkit-background-size: 200px;
  background-size: 200px;
}
@media (max-width: 767px) {
  h1 {
    padding: 0 0 5px;
    font-size: 32px;
    line-height: 36px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  h1 {
    padding: 0 0 5px;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin: 10px 0;
  }
}
h2 {
  font-size: 26px;
  line-height: 36px;
}
h3 {
  font-size: 22px;
  line-height: 30px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
h5 {
  font-size: 16px;
  line-height: 20px;
}
h6 {
  font-size: 14px;
  line-height: 18px;
}
/* -------------------------------------- *\
    Home page specifics
\* -------------------------------------- */
.home-callout1 {
  background-color: #212121;
  background: linear-gradient(#212121, #414140);
}
.home-callout1 h1 {
  border: none;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  background-image: none;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  padding: 10px 0;
}
@media (max-width: 1040px) {
  .home-callout1 h1 {
    line-height: 30px;
    padding: 30px 0;
  }
}
@media (max-width: 479px) {
  .home-callout1 h1 {
    line-height: 30px;
    padding: 10px 0;
  }
}
.home-cat-container {
  padding: 0 1px;
}
.home-cat-container a:hover h2 {
  color: #141414;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
}
.home-cat-container a img {
  width: 100%;
}
@media (max-width: 767px) {
  .home-cat-container {
    margin-bottom: 15px;
  }
}
/* -------------------------------------- *\
    Buttons
\* -------------------------------------- */
.button_primary,
.btn-primary,
input[type=submit]:not([id='v65-product-wishlist-button']),
#btnSubmitOrder,
#btnContinue,
input[value=Submit],
input[value="Submit Review"],
.email_a_friend_container .email_a_friend_button,
.login_img_container button,
#div_articleid_94 > table tr td:last-child input.login_button,
.order_go_button,
#div_articleContainer_3 input[value=submit],
.btn_checkout_login,
.soft_add_wrapper .check_out,
.btn_checkout_guest,
form#v65-onepage-CheckoutForm #btnSubmitOrder {
  padding: 15px;
  background-color: #be1e2d;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: all;
  transition-property: all;
}
.button_primary:before,
.btn-primary:before,
input[type=submit]:not([id='v65-product-wishlist-button']):before,
#btnSubmitOrder:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #000;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration: none;
}
.button_primary:hover,
.btn-primary:hover,
input[type=submit]:not([id='v65-product-wishlist-button']):hover,
#btnSubmitOrder:hover,
.soft_add_wrapper .check_out:hover {
  background-color: #e0091d;
  text-decoration: none;
}
.button_primary:hover:before,
.btn-primary:hover:before,
input[type=submit]:not([id='v65-product-wishlist-button']):hover:before,
#btnSubmitOrder:hover:before {
  right: 0;
}
.button_primary:active,
.btn-primary:active,
input[type=submit]:not([id='v65-product-wishlist-button']):active,
#btnSubmitOrder:active {
  background-color: #aa1724;
}
.button_primary:active:before,
.btn-primary:active:before,
input[type=submit]:not([id='v65-product-wishlist-button']):active:before,
#btnSubmitOrder:active:before {
  right: 0;
}
.button_primary:focus:before,
.btn-primary:focus:before,
input[type=submit]:not([id='v65-product-wishlist-button']):focus:before,
#btnSubmitOrder:focus:before {
  right: 0;
}
.button_secondary,
.btn-secondary,
input[type=submit].button_secondary,
.email_a_friend_button,
.larger_image_button,
.TurnHistoryOnOffButton,
.HistoryClearButton,
.filter_search_button button,
.next_page_img,
.previous_page_img,
#btnRecalculate,
form#v65-onepage-CheckoutForm #CalcShippingDiv input,
form#v65-onepage-CheckoutForm #CalcShippingDiv input,
.soft_add_wrapper .continue_shopping,
#v65-cart-coupon-entry-details-button,
.v65-cart-item-remove-link .remove_from_cart,
#cart_continueshop a {
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px 6px;
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  -webkit-transition-property: all;
  transition-property: all;
  color: #141414;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  font: 15px/1.3 'Lato', sans-serif;
}
.button_secondary:hover,
.btn-secondary:hover,
input[type=submit].button_secondary:hover,
form#v65-onepage-CheckoutForm #CalcShippingDiv input:hover,
.soft_add_wrapper .continue_shopping:hover {
  border-color: #dadada;
  background-color: #ececec;
  color: #000;
  text-decoration: none;
}
.button_secondary:active,
.btn-secondary:active,
input[type=submit].button_secondary:active {
  background-color: #e2e2e2;
  text-decoration: none;
}
a[href*="AccountSettings.asp?AddNewCustomer"]:hover {
  text-decoration: none;
}
.email_a_friend_button,
.larger_image_button,
.TurnHistoryOnOffButton,
.HistoryClearButton {
  display: inline-block;
  padding: 3px 6px;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-transition-property: all;
  transition-property: all;
  color: #141414;
  text-align: center;
  text-decoration: none;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
}
.email_a_friend_button:hover,
.larger_image_button:hover,
.TurnHistoryOnOffButton:hover,
.HistoryClearButton:hover {
  background: #ececec;
  border-color: #dadada;
  text-decoration: none;
}
.email_a_friend_button i {
  margin-left: 10px;
}
.vCSS_img_history_off,
.vCSS_img_history_clear,
.vCSS_img_email_a_friend,
.vCSS_img_larger_photo {
  display: none;
}
.vCSS_img_history_clear {
  padding: 1px 30px;
}
#content_area .v65-productdetail-cartqty {
  display: inline-block;
  max-width: 50%;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857;
  color: #a99;
  vertical-align: middle;
  background-color: #fff;
  width: 41px;
}
.vCSS_breadcrumb_td b {
  font-weight: 300;
  font-size: 12px;
}
.vCSS_breadcrumb_td a {
  color: #be1e2d;
  text-decoration: none;
  font-size: 12px;
}
.product_price {
  color: #141414;
}
.product_price .color-primary {
  color: #be1e2d;
}
/* current styles */
body {
  font-size: 15px;
  line-height: 1.7143;
}
.img_align_left {
  float: left;
  margin-bottom: 5px;
  margin-right: 14px;
}
.img_align_right {
  float: right;
  margin-left: 14px;
}
table.default-table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.default-table th {
  background-color: #343433;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
}
table.default-table td {
  padding: 12px 5px;
}
/********** STOREFRONT-FORMS *************/
input[type="radio"],
input[type="checkbox"] {
  margin: 0 3px;
}
/* Shopping Cart "Calculate Shipping" section. Appears when Country is set to UK */
/*#content_area table[width$="%"] input#ShipState,
#content_area table[width] textarea[cols="45"],
#content_area table[width] input[value=""],
#content_area table[width] input[type="password"],
#content_area table[width] select,
#content_area table[width$="%"] input[value=""],
#content_area table[width$="%"] input.v65-productdetail-cartqty,
#content_area table[width$="%"] input[id^="Quantity"]{
	min-width: 50px;
	height: auto;
	padding: 5px 12px;
	margin: 3px 0;
	min-height: 25px;
	font-size: 14px;
	line-height: 1.42857;
	color: #8f8f8f;
	text-align: left;
	background-color: @white;
	background-image: none;
	border-radius: 0;
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	color:#333;
}*/
#content_area table[width$="%"] input[id^="Quantity"] {
  text-align: center;
}
/* Appears when editing or deleting a credit/debit card */
input#CVV2 {
  text-align: left;
}
/* Fix zip on edit orders */
#content_area input[name="ShipPostalCode"] {
  width: auto !important;
}
/*Zip for new customers' billing address*/
tr#BillingState_Row + tr input[name="BillingPostalCode"] {
  width: 150px !important;
}
/*
@media only screen and (max-width: 767px) {
	#content_area table[width="100%"] input[value=""],
	#content_area table[width="100%"] select,
	#content_area table[width="100%"] input[value=""],
	#content_area table[width="100%"] input[value=""] {
		display: block;
	}
}
*/
/********* STOREFRONT-BUTTONS **********/
#content_area td[width$="%"] > input[type="submit"],
#content_area td[width$="%"] > input[type="button"],
#content_area input[style$=";"]:not([type='checkbox']) {
  display: inline-block;
  margin: 10px 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  color: #8f8f8f;
  background-color: white;
  border-color: #d0d0d0;
}
/* FIX FOR SOME INPUT FIELDS */
#content_area #BillingState,
#content_area input[style$=";"] {
  text-align: left;
}
/* "GO" Button - orders.asp */
input[src$="/btn_go.gif"] {
  margin-left: 10px;
}
/********* STOREFRONT-HEADINGS **********/
#content_area img[src*="/headings/heading_"],
#content_area img[src*="images/headings/one-page-checkout_"],
#content_area img[src*="images/cart/cart_tr.gif"],
#content_area img[src*="images/cart/cart_tl.gif"] {
  display: none;
}
#content_area img[src*="/headings/heading_"] + br + form:before,
#content_area img[src*="/headings/heading_"] + br + table:before,
#content_area img[src*="/headings/heading_"] + br + div:before,
#content_area img[src*="/headings/heading_"] + br + br + table:before,
#content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody:before {
  padding-bottom: 6px;
  font-size: 25px;
  margin-bottom: 13px;
  display: block;
}
#content_area img[src*="/headings/heading_"] + br + form:after,
#content_area img[src*="/headings/heading_"] + br + table:after,
#content_area img[src*="/headings/heading_"] + br + div:after,
#content_area img[src*="/headings/heading_"] + br + br + table:after,
#content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody:after {
  content: '';
  height: 100px;
}
#content_area img[src*="/headings/heading_login.gif"] + br + form:before {
  /* Login Heading */
  content: '';
}
#content_area img[src*="/headings/heading_MyAccount.gif"] + br + form:before {
  /* My Account Heading */
  content: '';
}
#content_area img[src*="/headings/heading_affiliate.gif"] + br + table:before {
  content: '';
}
#content_area img[src*="/headings/heading_help.gif"] + br + table:before,
#content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody:before {
  content: '';
}
#content_area img[src*="/headings/heading_EmailAFriend.gif"] + br + table:before {
  content: '';
}
#content_area img[src*="/headings/heading_aboutus.gif"] + br + table:before {
  content: '';
}
#content_area img[src*="/headings/heading_giftcertificates.gif"] + br + table:before {
  content: '';
}
#content_area img[src*="/headings/heading_GiftOptions.gif"] + br + table:before {
  content: '';
}
#content_area img[src*="/headings/heading_history.gif"] + br + table:before {
  content: '';
}
#content_area img[src*="/headings/heading_MailingList.gif"] + br + form:before {
  content: '';
}
#content_area img[src*="/headings/heading_wishlist.gif"] + br + br + table:before {
  content: '';
}
#content_area img[src*="/headings/heading_WriteReview.gif"] + br + div:before {
  content: '';
}
#content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table {
  position: relative;
}
/********* STOREFRONT-GIFTCERTIFICATE **********/
/************* /GiftCert_sendvia.asp **************/
/* /GiftCert_sendvia.asp table width fix */
#content_area img[src$="/heading_giftcertificates.gif"] + br + table table[width="500"] {
  width: 100% !important;
}
/* stack td's */
#content_area img[src$="/heading_giftcertificates.gif"] + br + table table[width="500"] td {
  display: block;
  width: 100%;
}
/* adjusting spacing */
#content_area img[src$="/heading_giftcertificates.gif"] + br + table table[width="500"] td ul + a {
  display: block;
  background: #eee;
  width: 95px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 25px;
}
/********* /GiftCert_default.asp sendvial Email Form *********/
#content_area form[action="GiftCert_default.asp"] table[width="530"] {
  width: 100% !important;
}
#content_area form[action="GiftCert_default.asp"] table[width="530"] td.colors_backgroundneutral {
  display: block;
  width: 100%;
}
/* Form fixes for this page */
/* Some inputs have sizes set as an attribute */
#content_area form[action="GiftCert_default.asp"] textarea[cols="55"] {
  border-color: #cccccc;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #content_area form[action="GiftCert_default.asp"] textarea[cols="55"],
  #content_area form[action="GiftCert_default.asp"] input[size="35"] {
    width: 100% !important;
  }
}
/********* STOREFRONT-MAILINGLIST **********/
@media only screen and (max-width: 767px) {
  #content_area img[src$="/heading_MailingList.gif"] + br + form table[width] {
    width: 100% !important;
    padding: 0 !important;
  }
  #content_area img[src$="/heading_MailingList.gif"] + br + form td[width="95"] {
    width: 15% !important;
    white-space: normal;
  }
  #content_area img[src$="/heading_MailingList.gif"] + br + form td[width="282"] {
    width: 85% !important;
    display: block;
    position: relative;
  }
  #content_area img[src$="/heading_MailingList.gif"] + br + form td[width="282"] input {
    width: 100% !important;
  }
  #content_area img[src$="/heading_MailingList.gif"] + br + form td[width="282"] input[type="submit"] {
    white-space: normal;
  }
}
/********* STOREFRONT-HELP **********/
a[href*="help_answer.asp"] {
  padding: 0 10px;
  text-indent: 0;
}
#content_area img[src*="/heading_help.gif"] + br + table + table td {
  text-align: left;
}
#content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table td {
  display: block;
}
#content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table td[width="15"] {
  height: 5px;
}
#content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table td .productnamecolorLARGE {
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  a[href*="help_answer.asp"]:after {
    content: '';
    clear: both;
    display: block;
  }
  #content_area img[src*="/heading_help.gif"] + br + table + table td {
    padding: 0 5px;
    width: 100%;
    display: block;
  }
  #content_area img[src*="/heading_help.gif"] + br + table + table td .productnamecolorLARGE {
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
  }
}
#content_area form[name*="form2"] table[width="500"] {
  margin: 10px 0;
  table-layout: fixed;
  width: 100%;
}
#content_area form[name*="form2"] {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #content_area form[name*="form2"] table[width="500"] td {
    width: 100%;
    display: block;
  }
}
/********* STOREFRONT-WISHLIST **********/
@media only screen and (max-width: 767px) {
  #content_area img[src$="/heading_wishlist.gif"] + br + br + table + form .v65-productDisplay td[align="center"] {
    display: block !important;
  }
}
/********* STOREFRONT-DONATE **********/
@media only screen and (max-width: 767px) {
  /* Changed inline width */
  #content_area form[action="/donate.asp"] div[style] {
    width: 100% !important;
  }
  /* Takes split table cell and stacks */
  #content_area form[action="/donate.asp"] td[align="left"],
  #content_area form[action="/donate.asp"] td[align="right"] {
    display: block !important;
    width: 100% !important;
  }
  /* Change alignment */
  #content_area form[action="/donate.asp"] td[align="right"] div {
    text-align: left !important;
    padding: 10px 0;
  }
  #content_area form[action="/donate.asp"] input[type="radio"] {
    margin: 0 5px 0 0;
  }
  /* Fix */
  #content_area form[action="/donate.asp"] br {
    line-height: 23px;
  }
}
/********* STOREFRONT-MYACCOUNT **********/
@media only screen and (max-width: 767px) {
  /* Breaks tables to stack on smaller viewports - DOUBLED UP FROM HELP.CSS */
  #content_area form[name*="form2"] table[width="500"] td {
    width: 100%;
    display: block;
  }
  /* MailingList_unsubscribe.asp */
  #content_area a[href="myaccount.asp"] + form table[width] {
    width: 100% !important;
  }
  #content_area a[href="myaccount.asp"] + form table[width] td[width="91"] {
    width: 15%;
    white-space: nowrap;
  }
  #content_area a[href="myaccount.asp"] + form table[width] td[width="311"] {
    width: 85%;
  }
  #content_area a[href="myaccount.asp"] + form table[width] td[width="311"] input[name="emailaddress"] {
    width: 85%;
  }
  #content_area a[href="myaccount.asp"] + form table[width] td[width="311"] input[name="emailaddress"] {
    width: 85%;
  }
  /* AccountSettings.asp - Edit payment */
  #AccountSettingsForm table[width] {
    width: 100% !important;
  }
  #AccountSettingsForm img[src="/clear1x1.gif"] {
    display: none;
  }
  /* AccountSettings.asp - Edit payment */
  #content_area form[action="MyAccount_ApplyGift.asp"] table[width] {
    width: 100% !important;
  }
  /* MyReviews */
  #content_area form[name*="form2"] table[width="443"] {
    width: 100% !important;
  }
  /* Move to seperate lines */
  #content_area form[name*="form2"] table[width="443"] td {
    display: block !important;
    width: 100% !important;
  }
  #content_area form[name*="form2"] table[width="443"] td.colors_backgroundneutral {
    text-align: right;
    background: #eee;
  }
  /* Responsive inputs */
  #content_area form[name*="form2"] table[width="443"] td input[size="25"] {
    width: 100%;
  }
  /* REVIEWS PAGE */
  #content_area img[src$="/heading_WriteReview.gif"] + br + div + form td {
    display: block !important;
    width: 100% !important;
  }
  #content_area img[src$="/heading_WriteReview.gif"] + br + div + form table[width] {
    width: 100% !important;
  }
  #content_area img[src$="/heading_WriteReview.gif"] + br + div + form td input[size] {
    width: 85% !important;
  }
  #content_area img[src$="/heading_WriteReview.gif"] + br + div + form td textarea {
    width: 100% !important;
  }
  /* MODIFY REVIEWS /RevewMod.asp */
  #content_area img[src$="/heading_WriteReview.gif"] + br + form td {
    display: block !important;
    width: 100% !important;
  }
  #content_area img[src$="/heading_WriteReview.gif"] + br + form table[width="500"],
  #content_area img[src$="/heading_WriteReview.gif"] + br + form td input[size] {
    width: 100% !important;
  }
  #content_area img[src$="/heading_WriteReview.gif"] + br + form textarea[name="ReviewDescription"] {
    width: 100% !important;
  }
  /* REVIEW CONFIRMATION */
  #content_area img[src$="/heading_WriteReview.gif"] + br + #ListofErrorsDiv + br + table[width="500"] {
    width: 100% !important;
  }
}
/********* STOREFRONT-ORDERS **********/
#content_area form[action^="OrderDetails.asp?"] td[bgcolor="#999999"] {
  background: none !important;
  border-top: 1px solid #ccc !important;
}
@media only screen and (max-width: 767px) {
  /* Stack section */
  #content_area form[name*="form2"] td[width$="%"] {
    /*display: block !important;*/
    width: 100% !important;
    margin-bottom: 15px !important;
  }
  /* Specific for orders.asp */
  #content_area form[name*="form2"] table.colors_lines_light .colors_backgroundneutral td[width$="%"] {
    display: block !important;
  }
  /* Full table */
  #content_area form[name*="form2"] table[width="520"] {
    width: 100%;
  }
  /* Clean up inputs and buttons */
  #content_area form[name*="form2"] table[width="520"] td[width="236"] {
    width: 100% !important;
    display: table-row;
  }
  #content_area form[name*="form2"] table[width="520"] td[width="235"] {
    width: 65% !important;
    display: block;
  }
  #content_area form[name*="form2"] table[width="520"] td[width="235"] select {
    white-space: normal;
  }
  #content_area form[name*="form2"] table[width="520"] td[width="43"] {
    width: 10% !important;
    display: block;
  }
  #content_area form[name*="form2"] table[width="520"] td[width="43"] input[src$="/btn_go.gif"] {
    margin-left: 0;
    margin-bottom: 15px;
  }
  /* center button and make easy to touch */
  #content_area form[name*="form2"] a[href^="orderdetails.asp"] {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  /* OrderDetails.asp */
  #content_area form[action^="OrderDetails.asp"] td {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
  #content_area form[action^="OrderDetails.asp"] td + td {
    margin: 5px 0;
  }
  /* Space for the buttons and overall layout */
  #content_area form[action^="OrderDetails.asp"] a > img {
    display: block;
    margin: 20px auto;
  }
  /* Center Address */
  #content_area form[action^="OrderDetails.asp"] td[width="32%"] {
    text-align: center;
  }
  /* Title */
  #content_area form[action^="OrderDetails.asp"] font[size="3"] {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  /* Fix border */
  #content_area form[action^="OrderDetails.asp"] td[bgcolor="#999999"] {
    background: none !important;
    border-top: 1px solid #ccc !important;
  }
  /* Table layout */
  #content_area form[action^="OrderDetails.asp"] br + br + table td[align="right"] {
    color: #df3c49;
    text-align: center;
  }
}
/********* STOREFRONT-LOGIN-REGISTER **********/
#content_area img[src$="btn_Continue.gif"] {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #content_area img[src$="btn_Continue.gif"] {
    display: inline-block;
    margin: 0;
  }
}
#content_area input[src*="btn_login.gif"] {
  margin-top: 20px;
  padding-left: 10px;
  min-width: 84px;
  padding-right: 10px;
  display: block;
}
#content_area form[name="loginform"] tr[valign="top"] {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  #content_area form[name="loginform"] tr[valign="top"] {
    display: table-row !important;
  }
}
#content_area form[name="loginform"] td {
  padding: 5px;
}
#content_area form[name="loginform"] td[width="50%"] {
  width: 100% !important;
  display: block !important;
}
@media only screen and (min-width: 768px) {
  #content_area form[name="loginform"] td[width="50%"] {
    width: 50% !important;
    display: table-cell !important;
  }
}
#content_area form[name="loginform"] td[align="right"] {
  text-align: left !important;
}
#content_area form[name="loginform"] input[type="password"] + br {
  display: none;
}
#content_area form[name="loginform"] input[type="text"],
#content_area form[name="loginform"] input[type="password"] {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #content_area form[name="loginform"] input[type="text"],
  #content_area form[name="loginform"] input[type="password"] {
    width: auto;
  }
}
#content_area form[name="loginform"] .colors_lines_light {
  border-color: transparent;
}
@media only screen and (min-width: 768px) {
  #content_area form[name="loginform"] tr[align="center"] {
    text-align: left;
  }
  #content_area form[name="loginform"] .colors_lines_light {
    border-color: #eeeeee;
  }
}
#content_area #div_articleid_61 form[action*="/Login.asp"] .colors_backgroundneutral,
#content_area #div_articleid_61 td.colors_lines_light[width="52%"],
#content_area #div_articleid_61 form[action*="/Login.asp"] .colors_lines_light {
  background: none;
}
#content_area #div_articleid_61 td[align="right"] {
  font-weight: bold;
  padding-right: 10px;
}
#content_area #div_articleid_61 form[action*="/Login.asp"] td[align="right"] {
  padding-right: 10px;
  font-weight: bold;
}
#content_area #div_articleid_61 form[action*="/Login.asp"],
#content_area #div_articleContainer_61 + table form {
  padding: 10px 0;
  background-color: #eeeeee;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  #content_area #div_articleid_61 td[width="1%"],
  #content_area #div_articleContainer_61 + table td[width="1%"] {
    display: none;
  }
  #content_area #div_articleid_61 td,
  #content_area #div_articleContainer_61 + table td,
  #content_area #RegisterForm td {
    width: 100% !important;
    display: block;
    clear: both;
    text-align: left;
    white-space: normal;
  }
  #content_area #div_articleid_61 form[action*="/Login.asp"] td[align="right"],
  #content_area #div_articleContainer_61 + table form[action*="/Login.asp"] td[align="right"] {
    text-align: left;
    margin-left: 16px;
  }
  #content_area #div_articleid_61 form[action*="/Login.asp"] input,
  #content_area #div_articleContainer_61 + table input,
  #content_area #RegisterForm input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #content_area #div_articleContainer_61 + table input,
  #content_area #div_articleid_61 form[action*="/Login.asp"] input {
    width: 90%;
    display: block;
  }
  #content_area #div_articleid_61 td[align="right"],
  #content_area #div_articleid_61 div[align="right"],
  #content_area #RegisterForm td[align="right"],
  #content_area #RegisterForm div[align="right"] {
    text-align: left;
  }
}
/********* STOREFRONT-FIXES **********/
/***************** STOREFRONT **************/
#sb-wrapper-inner,
#vp-top-bar *,
#sb-wrapper *,
#qtg,
#qtg *,
#qet-box-container *,
*[class^="redactor_"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* LEFT ALIGN FORMS */
#content_area form[name*="form2"] table[width="500"] {
  margin: 10px 0;
  text-align: left;
  table-layout: fixed;
  width: 100%;
}
/* fix for admin bar breaking to two lines */
#vp-top-bar {
  white-space: nowrap;
}
#sb-wrapper {
  margin: 0 !important;
}
/* FIX TABLES NOT BEING RESPONSIVE DUE TO nowrap ON td's */
#content_area table td[nowrap] {
  white-space: normal;
}
table[width="96%"] {
  width: 100%;
}
.product-card__card {
  height: 405px;
}
.product-card__image-link {
  text-align: center;
}
#content_area font[color="#FF0000"] {
  color: #da4545;
}
/* --- Fixes centering of some table cells --- */
#content_area #v65-cart-table .v65-product-price-table div {
  text-align: center !important;
}
/* --- Fixes cell spacing in IE9 ---
#content_area #v65-cart-table {
	border-spacing: 2px;
	border-collapse: separate; }

/* --- Gift Cert Layout --- */
#content_area .v65-cart-giftcert-total div {
  text-align: center;
}
/* Excess spacing above "Proceed to checkout" button */
#content_area tr.v65-cart-total-estimate-row + tr,
#content_area br.beforeArticleBR {
  display: none;
}
#content_area #v65-cart-checkout-table .v65-cart-login-input {
  padding: 3px;
}
/* Removes borders from radio buttons on calculate shipping box */
#content_area #v65-cart-shipping-details input[type=radio] {
  border: none;
}
/* Cart shipping details - remove floats */
#content_area #v65-cart-shipping-details-container #v65-cart-shipping-details-label,
#content_area #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper {
  float: none;
}
#content_area #v65-cart-shipping-details-wrapper td {
  padding: 0;
}
/* Full width tables */
#content_area #v65-cart-table-container {
  border-collapse: collapse;
}
#content_area #v65-cart-table-container > tbody > tr > td,
#content_area #v65-cart-table-container > tr > td {
  padding: 0 !important;
}
/* Back back backitup */
#content_area form #v65-cart-checkout-table {
  width: 420px !important;
}
/* Item description header */
#content_area #v65-cart-header-itemdescription {
  padding-left: 0 !important;
}
/* Centers table values */
#content_area .v65-cart-giftcert-total div,
.v65-cart-details-row td[width="70"],
.v65-cart-details-row td[width="70"] div,
.v65-cart-details-row td[width="135"],
.v65-cart-details-row td[width="135"] div {
  text-align: center !important;
  width: 100% !important;
}
/*td[width="5"] {display: none;}*/
#content_area td center input[type="text"] {
  text-align: center;
}
/* Centers buttons */
#content_area #v65-cart-coupon-entry-details-div * {
  vertical-align: middle;
}
#content_area #btnRecalculate {
  margin-top: 0 !important;
}
@media (max-width: 479px) {
  #content_area #btnRecalculate {
    margin-bottom: 10px;
  }
}
/* Remove extra spacing */
#content_area table#v65-cart-moreItems,
#content_area table#v65-cart-table {
  width: 100%;
}
#content_area table#v65-cart-moreItems td {
  padding-left: 0;
  padding-right: 0;
}
/**************** SOFT ADD FIXES *************/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*   FIXES, OVERRIDES, & DEFAULT FUNCTIONALITY    *
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.soft_add_wrapper .cartDiv,
.soft_add_wrapper .cartDiv2 {
  display: inline;
}
.soft_add_wrapper .soft_add_span {
  padding-left: 0;
  color: #141414;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
}
.soft_add_wrapper .soft_add_content_area {
  border-bottom: none;
}
.soft_add_wrapper .soft_add_header {
  width: auto;
  padding: 5px 10px;
  height: auto;
  background: #ebebeb;
  border: 0;
}
.soft_add_wrapper .soft_add_header_shadow {
  background: none;
  padding: 0;
  width: auto;
}
.soft_add_wrapper .soft_add_content_shadow {
  padding: 0;
  width: auto;
}
/* Remove superfluous border radii */
.soft_add_wrapper .soft_add_header,
.soft_add_wrapper .soft_add_action_area,
.soft_add_wrapper .soft_add_content_wrapper {
  border-radius: 0;
}
.soft_add_wrapper .soft_add_action_area {
  clear: both;
}
/* Soft content wrapper */
.soft_add_wrapper .soft_add_content_wrapper {
  background: none;
  border: none;
  padding: 0;
  width: auto;
}
/* Product row rayout */
.soft_add_wrapper .soft_add_wrapper ul.anchored-cart {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.soft_add_wrapper ul.anchored-cart li img {
  max-width: 55px;
}
.soft_add_wrapper ul.anchored-cart li {
  text-align: left;
  vertical-align: middle;
  display: table-row;
  width: auto;
  margin: 0;
}
.soft_add_wrapper ul.anchored-cart li div {
  font-size: 12px;
  width: 100%;
  /* Makes divs span entire length */
}
.soft_add_wrapper ul.anchored-cart li .product-image {
  display: table-cell;
  padding: 10px 4px 10px 10px;
}
.soft_add_wrapper ul.anchored-cart li .product-detail {
  display: table-cell;
  padding: 10px 5px;
  vertical-align: top;
  line-height: 14px;
}
/* Product name */
.soft_add_wrapper ul.anchored-cart li .product-name {
  display: block;
}
.soft_add_wrapper ul.anchored-cart li .product-qty .quantity_text {
  display: inline;
}
.soft_add_wrapper ul.anchored-cart li .product-price {
  display: table-cell;
  padding: 8px 8px 10px 0;
  vertical-align: top;
  text-align: right;
}
.soft_add_wrapper ul.anchored-cart {
  border-collapse: collapse;
}
.soft_add_wrapper ul.anchored-cart li .product-image {
  width: 55px;
  overflow: hidden;
  float: left;
}
/***************** ONE PAGE CHECK OUT *************/
/* Override width and margin for left side container */
#content_area #v65-onepage-ContentTable {
  margin: 0;
  border-spacing: 0;
}
/* --- Fixes Alignment of all fields on checkout --- */
/* Container for Subtotal, Shipping, Tax */
#content_area #TotalsDivContainer {
  float: none;
}
/* Cart Summary redundant bkg colors */
#content_area #table_checkout_cart0 #v65-onepage-CartSummary,
#content_area #table_checkout_cart0 #v65-onepage-ordersummary-items {
  background: none;
}
#content_area .v65-onepage-SavedLocations .v65-space {
  padding: 0 5px;
}
#content_area .v65-onepage-SavedLocations .v65-space br {
  display: none;
}
/* Shipping Information label alignment */
#content_area td#v65-onepage-ShippingParent {
  padding-left: 0 !important;
}
#content_area #v65-onepage-Shipping td.v65-onepage-shipping-label-cell {
  width: 136px;
}
/* "My Saved Billing Addresses" */
#content_area #v65-onepage-saved-billing-table font[style*="font-weight: bold;"] {
  display: inline-block;
  font-size: 12px;
  font-weight: normal !important;
  line-height: 14px !important;
  padding-right: 2px;
  text-align: right;
  vertical-align: top;
  width: 91px;
}
/* "My Saved Billing Addresses" select */
#content_area select[onchange*="Choose_My_Saved_Billing"] {
  width: 175px;
}
/* Credit Cart label and input alignment */
#content_area td.v65-payment-details-label-cell[width="39%"] {
  width: 105px;
}
table#v65-onepage-registration td {
  white-space: nowrap;
}
/* Heading image */
.v65-onepage-headerShort img {
  display: block;
}
/* Cart Summary redundant bkg colors */
#content_area #table_checkout_cart0 #v65-onepage-CartSummary,
#content_area #table_checkout_cart0 #v65-onepage-ordersummary-items {
  background: none;
}
/* --- Gives Shipping Drop-Down Static Width and Aligns with Rest of Inputs --- */
#content_area #v65-onepage-ShippingCostHeader + tr,
#content_area #v65-onepage-ShippingCostHeader + tr > td:first-child {
  display: block;
}
#content_area #v65-onepage-ShippingCostHeader + tr > td:first-child div[align="center"] {
  text-align: left;
}
#content_area #DisplayShippingSpeedChoicesTD select {
  padding: 6px 4px;
  width: 172px;
  margin-left: 107px;
}
/* * * * * * One Page Checkout Responsive * * * * * */
/*-normalize fixes */
#content_area table#v65-onepage-ContentTable input[type="radio"] {
  margin: 5px;
}
#content_area table#v65-onepage-Detail td select {
  margin: 5px 0;
}
#content_area #v65-onepage-ordersummary-items td,
#content_area #v65-onepage-ShippingCostDetails td {
  padding: 5px 15px 5px 5px;
}
#content_area #table_checkout_cart0 #v65-onepage-ordersummary-items td.v65-onepage-ordersummary-itemname {
  padding: 5px 5px 5px 10px;
  font-size: 15px;
  line-height: 19px;
  color: #141414 !important;
}
#content_area #table_checkout_cart0 #v65-onepage-ordersummary-items td.v65-onepage-ordersummary-itemtotal,
#content_area #table_checkout_cart0 td[align="right"].v65-onepage-shippingcost-detail {
  padding: 5px 10px 5px 5px;
}
/*make headers to same width*/
#billing-header,
#shipping-header,
#v65-checkout-payment-header {
  width: 100%;
  position: relative;
}
#content_area #table_checkout_cart0 #v65-onepage-ordersummary-items td.v65-onepage-ordersummary-itemtotal {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #content_area form#v65-onepage-CheckoutForm {
    width: auto;
  }
  #content_area #table_checkout_cart0 {
    margin: 10px 0;
    width: 100% !important;
    clear: both;
  }
  #content_area table#v65-onepage-ContentTable td {
    display: block;
    width: 100% !important;
  }
  #content_area table#v65-onepage-ContentTable td.v65-onepage-newsletter-cell,
  #content_area table#v65-onepage-ContentTable td #v65-onepage-newsletter-text-cell {
    width: auto !important;
  }
  #content_area table#v65-onepage-ContentTable,
  #content_area #v65-onepage-BillingParent,
  #content_area #v65-onepage-Billing,
  #content_area table#v65-onepage-Detail td input[type="text"],
  table#v65-onepage-Detail td input[type="password"],
  table#v65-onepage-Detail td input[type="text"],
  table#v65-onepage-Detail td select,
  #content_area table#v65-onepage-Detail td select,
  #content_area table#v65-onepage-CartSummary,
  #v65-onepage-shippingParent-row td {
    width: 100% !important;
  }
  #content_area #v65-onepage-Billing div,
  #content_area #ship-to-options-table div[align="right"] {
    text-align: left;
  }
  #content_area table#v65-onepage-ContentTable input[type="radio"] {
    margin: 5px;
  }
  #content_area #ship-to-options-table td {
    width: auto !important;
  }
  #content_area h2#v65-onepage-header .loginHeaderWrapper {
    display: block;
    margin-left: 0;
  }
  #content_area #v65-onepage-Shipping td.v65-onepage-shipping-label-cell div {
    text-align: left !important;
  }
  #content_area #v65-onepage-ContentTable .v65-onepage-headerShort {
    min-width: 0;
  }
  #content_area #CalcShippingDivContainer {
    width: 100%;
  }
}
#span_GiftCertificates_Editable td {
  padding: 10px 15px;
}
/************** SHOPPING CART PAGE *******************/
/*-hides random break */
#content_area #v65-cart-table > tbody > tr.v65-cart-details-row td[width="5"] {
  display: none;
}
#content_area #v65-cart-empty-details-cell span + span a {
  white-space: nowrap;
}
#content_area img[src*="v/vspfiles/templates/248/images/cart/cart_tr_cap.gif"],
#content_area img[src*="v/vspfiles/templates/248/images/cart/cart_tl_cap.gif"] {
  display: none;
}
#content_area #v65-cart-shipping-details input[type=radio] {
  margin: 5px;
}
/**************** PRODUCT DETAILS ****************/
/* Fix image float */
#content_area td.v65-cart-detail-productimage img {
  float: none;
}
/* fix ":" to be centered vertically */
#content_area td#v65-productdetail-action-wrapper td[valign="top"] {
  vertical-align: middle !important;
}
/* center qty input text */
#content_area table[width$="%"] input.v65-productdetail-cartqty {
  text-align: center;
  margin-left: 12px;
}
.fb_iframe_widget {
  width: auto !important;
}
#vZoomMagnifierImage {
  min-width: 230px;
}
/* SOCIAL ICONS */
@media only screen and (max-width: 767px) {
  .fb_iframe_widget_fluid,
  #btn_vsharethis {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
  #_atssh {
    display: none !important;
  }
}
/*********** Remove unwanted images *************/
#content_area img[src*="youarehere"] {
  display: none;
}
/************* ERROR MESSAGES - MOBILE *************/
@media only screen and (max-width: 767px) {
  .v65-error-list-text {
    margin-left: 0;
    height: 100%;
    padding-top: 0;
  }
  .v65-error-list-image {
    left: 0;
    height: 47px;
    width: 100%;
    position: static;
    display: block;
  }
}
/********* STOREFRONT-ORDER DETAILS **********/
/************* /ChangeOrderCancelItem.asp?OrderPlaced=1 **************/
font[color="#FFFFFF"] {
  color: inherit;
}
form[action="OrderDetails.asp"] td[colspan="3"] > span:first-child:after {
  content: "\A ";
  display: block;
}
/********* COMPARE MODAL **************/
@media only screen and (max-width: 768px) {
  div[id^="VCompare"],
  div[id^="VCompareOverlay"] {
    display: none !important;
  }
}
#VCompareOverlayBox .VCompareOverlayTable {
  border: 0;
}
#VCompareOverlayXDiv {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* current styles */
/********* STOREFRONT-images **********/
#content_area img[src*="images/Icon_New.gif"] {
  width: 25px;
  height: auto;
}
#content_area img[src*="images/Icon_GiftWrap.gif"] {
  width: 21px;
  height: auto;
}
#content_area img[src*="images/Icon_Help_Options.gif"] {
  width: 14px;
  height: auto;
  max-width: inherit;
}
#content_area img[src*="images/star"] {
  width: 70px;
  height: auto;
  margin-right: 15px;
  margin-left: 15px;
}
#content_area img[src*="images/Icon_Receipt.gif"],
#content_area img[src*="images/Icon_PackageTracking.gif"],
#content_area img[src*="images/Icon_Download.gif"] {
  width: 100px;
  height: auto;
}
#content_area img[src*="images/NoPhoto.gif"] {
  width: 240px;
  height: auto;
}
#content_area img[src*="images/NoPhoto-0.gif"] {
  width: 170px;
  height: auto;
}
#content_area img[src*="images/NoPhoto-1.gif"] {
  width: 150px;
  height: auto;
}
#content_area img[src*="images/Icon_FreeShipping_Small.gif"] {
  width: 106px;
  height: auto;
}
#content_area img[src*="images/Icon_FreeShipping.gif"] {
  width: 177px;
  height: auto;
}
#content_area img[src*="images/error_alert.gif"] {
  width: 44px;
  height: auto;
}
/* -------------------------------------- *\
		Header
\* -------------------------------------- */
.high-top .callout {
  vertical-align: top;
  line-height: 1.5em;
  font: normal 14px/1.2 'Lato', sans-serif;
  margin-left: 0;
  margin-top: 2px;
  float: left;
}
@media (max-width: 766px) {
  .high-top .callout {
    padding-right: 5px;
  }
}
.high-top .callout a {
  color: #fff;
  font-family: san-serif;
}
div.header-cart-text {
  text-align: right;
  margin: 21px 0 0;
  color: #be1e2d;
  padding-right: 0;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  padding-top: 1px;
}
div.header-cart-text span {
  color: #141414;
  font-weight: 600;
}
@media (max-width: 1039px) {
  div.header-cart-text {
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  div.header-cart-text {
    font-size: 0;
    padding: 18px;
    background-color: #212121;
    border-radius: 3px;
    background-position: center;
    margin: 0;
  }
}
@media (max-width: 479px) {
  div.header-cart-text {
    padding: 18px 28px;
  }
}
.icon-cart {
  background-size: 26px;
}
.navbar-header {
  padding: 3px 0;
}
@media (max-width: 1039px) {
  .navbar-header > div {
    display: block !important;
  }
  .navbar-header > div .nav.navbar-nav {
    text-align: left;
  }
}
@media (max-width: 1040px) {
  .navbar-header > div {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .navbar-header > div .nav.navbar-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-header > div .nav.navbar-nav {
    display: none;
  }
}
.navbar.navbar-default .navbar-nav .dropdown:hover ul {
  display: block;
}
@media (min-width: 1039px) {
  .navbar.navbar-default .dropdown a.dropdown-toggle {
    color: #FFE9D6;
  }
  .navbar.navbar-default .dropdown a.dropdown-toggle:hover {
    color: #FFE9D6;
  }
  .navbar.navbar-default .dropdown .dropdown-menu li {
    border-bottom: 1px solid #F1F1F1;
  }
  .navbar.navbar-default .dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
  }
  .navbar.navbar-default .dropdown .dropdown-menu li a {
    font-size: 14px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .navbar.navbar-default .dropdown .dropdown-menu .yamm-content .row {
    overflow: hidden;
  }
  .navbar.navbar-default .dropdown .dropdown-menu .yamm-content .row .sub-categories-list {
    float: left;
    border-right: 1px solid #dfdfdf;
    padding-bottom: 9999px;
    padding-right: 25px;
    margin-bottom: -9999px;
    margin-right: 22px;
  }
  .navbar.navbar-default .dropdown .dropdown-menu .yamm-content .row .sub-categories-img img {
    max-width: 200px;
    border: 1px solid #adadad;
  }
  .navbar.navbar-default .dropdown .dropdown-menu .yamm-content .row .sub-categories-img:hover img {
    border-color: #343433;
  }
  .navbar.navbar-default .dropdown .dropdown-menu .yamm-content a.btn-shop-all {
    display: block;
    background-color: #343433;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
}
@media (max-width: 1039px) {
  .navbar.navbar-default {
    padding: 24px 0;
  }
  .navbar.navbar-default .dropdown .dropdown-menu {
    width: 100%;
  }
}
header a.logo {
  margin-top: 15px;
  margin-right: 0;
  max-width: 200px;
}
@media (max-width: 1040px) {
  header a.logo {
    max-width: 200px;
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  header a.logo {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  header a.logo {
    max-width: 150px;
  }
}
/* current styles */
.header {
  background-color: #212121;
}
@media (max-width: 1040px) {
  .header {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 5px;
  }
}
.pre-header-promo {
  font-size: 14px;
}
@media (max-width: 766px) {
  .pre-header-promo {
    padding-left: 5px;
  }
}
@media (max-width: 480px) {
  .pre-header-promo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .high-top .navbar-header {
    display: none;
  }
}
.live-chat {
  margin-top: -4px;
  margin-left: 15px;
  padding: 8px 6px;
  height: 30px;
  background-image: url(/v/vspfiles/templates/ANS-RVSD/images/template/live-chat.gif);
    background-size: 77px;
    background-repeat: no-repeat;
    background-position-y: 8px;
}
.live-chat div{
opacity:0;
}
@media (max-width: 766px) {
  .live-chat {
    padding-right: 0;
  }
}
.live-chat a {
  display: block;
}
.live-chat img {
  vertical-align: top;
}
header .search-container {
  padding-left: 10%;
  margin: 18px 0 20px;
  width: 47.5%;
  float: left;
}
header #search_form {
  height: 36px;
}
@media (max-width: 767px) {
  .header_cart {
    display: block;
  }
  .header_cart:after {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    content: "\f07a";
    font-family: 'FontAwesome';
    margin: 8px 20px 0 5px;
    background: #343433;
    display: block;
    padding: 5px 17px;
    border-radius: 4px;
    position: relative;
    top: -3px;
    left: -10px;
  }
  .header_cart .header-cart-text {
    display: none;
  }
}
@media (max-width: 479px) {
  .header_cart:after {
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .header_cart {
    top: -1px;
    display: block;
  }
  .header_cart:after {
    left: 20px;
  }
}
header #view_cart_text_right {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
header #view_cart_text_right span {
  color: #fff;
}
header #view_cart_text_right span.thepricecolor:after {
  color: #ce0b1d;
  font-size: 19px;
  line-height: 25px;
  content: "\f07a";
  font-family: 'FontAwesome';
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  header #view_cart_text_right {
    text-indent: -9999px;
    overflow: hidden;
  }
}
header a:hover #view_cart_text_right {
  color: #ff3838;
}
header a:hover #view_cart_text_right span {
  color: #ff3838;
}
header a:hover #view_cart_text_right span.thepricecolor::after {
  color: #ff3838;
}
.cart-info a:hover {
  text-decoration: none;
}
@media (max-width: 1040px) {
  .row.nav-bg {
    height: 0;
    position: relative;
  }
}
@media (max-width: 992px) {
  .row.nav-bg {
    width: 100%;
    float: none;
    background: #212121;
  }
}
.row.nav-bg > .container {
  height: 0;
}
.row.nav-bg > .container > .navbar-default {
  height: 0;
}
@media (max-width: 767px) {
  .row.nav-bg > .container > .navbar-default {
    padding: 0;
  }
}
.row.nav-bg > .container .navbar-header {
  height: 0;
  padding: 0;
}
.main-nav-holder {
  min-height: 37px;
}
@media (min-width: 1040px) {
  .main-nav-holder {
    position: relative;
  }
  #bs-example-navbar-collapse-1 .navbar-nav {
    width: 100%;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li {
    float: none;
    margin-right: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li a.dropdown-toggle {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 6px;
    text-align: center;
    position: relative;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li a.dropdown-toggle .caret {
    position: absolute;
    bottom: 0;
    left: 46%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 6px);
    -moz-transform: translate(-50%, 6px);
    -ms-transform: translate(-50%, 6px);
    -o-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #be1e2d;
    border-top: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li a.dropdown-toggle:hover {
    color: #b2b2b2;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li a.dropdown-toggle:hover .caret {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li:hover a.dropdown-toggle {
    color: #b2b2b2;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li:hover a.dropdown-toggle .caret {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li .dropdown-menu {
    border-top: 2px solid #be1e2d;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    border-radius: 0;
    background-color: #ececec;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li .dropdown-menu li {
    border-bottom: 0;
    margin-bottom: 10px;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li .dropdown-menu li a {
    font-size: 15px;
    line-height: 18px;
    color: #343433;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li .dropdown-menu li a:hover {
    color: #be1e2d;
    text-decoration: none;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li .dropdown-menu li a.btn-shop-all {
    color: #fff;
    line-height: 30px;
  }
  #bs-example-navbar-collapse-1 .navbar-nav > li .dropdown-menu li a.btn-shop-all:hover {
    background-color: #be1e2d;
  }
}
@media (max-width: 991px) {
  #bs-example-navbar-collapse-1.in .navbar-nav {
    margin: 0;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .nav-header-mobile {
    background-color: #212121;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .search-container-mobile {
    background-color: #212121;
  }
  #bs-example-navbar-collapse-1.in #search-form-mobile {
    padding: 10px;
    margin: 0;
    height: 55px;
  }
  #bs-example-navbar-collapse-1.in #search-form-mobile .search_submit {
    right: 10px;
  }
  #bs-example-navbar-collapse-1.in #search-form-mobile .search-form-input {
    height: 33px;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown {
    border-bottom: 1px solid #000;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown a.dropdown-toggle {
    text-align: center;
    color: #fff;
    padding: 6px 6px 15px;
    line-height: 24px;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown a.dropdown-toggle:hover {
    color: #b2b2b2;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown .dropdown-menu {
    background-color: #4b4b4b;
    border-top: 2px solid #be1e2d;
    padding-bottom: 10px;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown .dropdown-menu > li .yamm-content {
    padding: 0;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown .dropdown-menu > li .yamm-content ul li {
    border-bottom-color: #3a3a3a;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown .dropdown-menu > li .yamm-content ul li:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown .dropdown-menu > li .yamm-content ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown .dropdown-menu > li .yamm-content ul li a:hover {
    text-decoration: none;
    background-color: #6b6b6b;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li.dropdown .dropdown-menu > li .btn-shop-all {
    display: none;
  }
}
/* -------------------------------------- *\
		High top nav
\* -------------------------------------- */
.high-top {
  background: #be1e2d url("../images/template/red-grunge-border.gif") repeat-x 50% 100%;
  padding: 2px 0;
  color: #fff;
  height: 35px;
}
.high-top .navbar-nav > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 0;
  margin-right: 14px;
}
.high-top .navbar-nav > li > a:hover,
.high-top .navbar-nav > li > a:active,
.high-top .navbar-nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
/* -------------------------------------- *\
		Nav
\* -------------------------------------- */
.nav-bg {
  background: #141414;
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background: transparent;
  border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font: 400 16px/1em 'Lato', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
/* current styles */
.navbar .dropdown-menu {
  top: 99%;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper li {
  height: auto;
  position: relative !important;
  overflow: hidden;
  margin: 0 auto;
  width: auto !important;
}
.hero-desktop .slide {
  height: 490px;
  background-repeat: no-repeat;
  background-position: center top;
}
.slide > a {
  display: block;
  height: 100%;
  width: 100%;
}
.bx-wrapper img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  text-align: center;
  position: relative;
}
.bx-wrapper img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .bx-wrapper img.mobile {
    display: block;
  }
  .bx-wrapper img.desktop {
    display: none;
  }
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  z-index: 60px;
}
/*
@media (max-width: 1024px) {
  .bx-controls.bx-has-pager {
    width:100%;
  }
}
*/
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(34, 34, 34, 0.4);
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #222;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/homepage/bx-slider-prev.png) no-repeat;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/homepage/bx-slider-next.png) no-repeat;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 22px;
  height: 35px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
img.bxslider-img-mobile-xs {
  display: none !important;
}
img.bxslider-img-mobile {
  display: none !important;
}
img.bxslider-img-tablet {
  display: none !important;
}
img.bxslider-img-desktop {
  display: block !important;
}
/*----------[ Tablet View ]----------*/
@media (max-width: 991px) {
  .hero-desktop {
    border-bottom: 0px;
  }
  .hero-desktop .slide {
    height: 263px;
    background-size: cover;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    width: 100%;
    padding-left: 0px;
    /*padding: 0 25px;
    bottom: 25px;*/
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    /*margin: 0 9px 0;*/
  }
  .hero-desktop .bx-viewport,
  .hero-mobile .bx-viewport {
    height: auto !important;
    max-height: 352px;
  }
  img.bxslider-img-desktop {
    display: none !important;
  }
  img.bxslider-img-tablet {
    display: block !important;
  }
}
/*----------[ Mobile View ]----------*/
@media (max-width: 767px) {
  img.bxslider-img-tablet {
    display: none !important;
  }
  img.bxslider-img-mobile {
    display: block !important;
  }
}
/*----------[ Mobile View ]----------*/
@media (max-width: 479px) {
  .bx-wrapper li {
    height: auto;
  }
  .bx-wrapper img {
    margin-left: 0;
    width: 100%;
    left: 0;
  }
  .hero-desktop .bx-viewport,
  .hero-mobile .bx-viewport {
    height: auto !important;
    max-height: auto;
  }
  .hero-desktop .slide,
  .hero-mobile .slide {
    height: auto;
  }
  .hero-desktop,
  .bx-wrapper.hero-desktop {
    display: none;
  }
  .hero-mobile,
  .bx-wrapper.hero-mobile {
    display: block;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    display: none;
  }
  img.bxslider-img-mobile {
    display: none !important;
  }
  img.bxslider-img-mobile-xs {
    display: block !important;
  }
}
/* -------------------------------------- *\
		Home page specifics
\* -------------------------------------- */
.brand-list ul {
  display: inline-block;
}
.brand-list ul li {
  padding: 0 10px;
}
@media (max-width: 479px) {
  .brand-list h3 {
    text-align: center;
  }
}
#div_articleid_2 .v-product-grid .v-product {
  max-width: 245px;
}
#div_articleid_2 .v-product-grid .v-product .text.colors_text {
  color: #212121;
}
#div_articleid_2 .v-product-grid .v-product .product_productprice {
  font-family: 'Fjalla One', sans-serif;
}
#div_articleid_2 .v65-productDisplay {
  max-width: 992px !important;
  margin: 0 auto;
}
#div_articleid_2 .v65-productDisplay .v-product {
  text-align: center;
}
/* current styles */
.homepage-seo-section {
  margin-bottom: 20px;
  background-color: #e2e2e2;
}
.homepage-seo-section .home-seo-border-top {
  width: 100%;
  height: 15px;
  background-image: url(../images/homepage/grunge-border-top.gif);
  background-position: 50% 0px;
  background-repeat: repeat-x;
}
.homepage-seo-section .home-seo-border-bottom {
  width: 100%;
  height: 15px;
  background-image: url(../images/homepage/grunge-border-bottom.gif);
  background-position: 50% 100%;
  background-repeat: repeat-x;
}
.homepage-seo-section .bl-width-container {
  display: block;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1040px) {
  .homepage-seo-section .bl-width-container {
    padding: 0 20px;
  }
}
.homepage-seo-section .homepage-seo-title {
  margin-top: 30px;
  margin-bottom: 5px;
  padding-top: 7px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-size: 27px;
  text-align: center;
  font-weight: bold;
}
.homepage-seo-section .homepage-seo-title:after {
  display: none;
}
@media (max-width: 479px) {
  .homepage-seo-section .homepage-seo-title {
    font-size: 23px;
    line-height: 36px;
  }
}
.homepage-seo-section .homepage-seo-text {
  margin-bottom: 30px;
  line-height: 32px;
  text-transform: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media (max-width: 992px) {
  .homepage-seo-section .homepage-seo-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.callout-frame {
  overflow: hidden;
  margin: 0 -3% 20px 0;
}
.callout-frame .callout-box {
  width: 30%;
  margin: 0 3% 0 0;
  background: #e2e2e2;
  padding: 10px 15px;
  color: #343433;
  text-align: left;
  vertical-align: top;
  height: 91px;
  display: inline-block;
}
.callout-frame .callout-box:hover {
  background-color: #f0f0f0;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  color: #5c5c5c;
}
@media (max-width: 1040px) {
  .callout-frame .callout-box {
    height: 115px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .callout-frame .callout-box {
    width: auto;
    display: block;
    height: auto;
  }
}
.callout-frame .callout-box .callout-holder {
  overflow: hidden;
}
.callout-frame .callout-box .fa {
  color: #be1e2d;
  font-size: 24px;
  float: left;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .callout-frame .callout-box .fa {
    margin-right: 10px;
    font-size: 40px;
    line-height: 38px;
    float: left;
  }
}
.callout-frame .callout-box .callout-text {
  float: left;
  width: 84%;
}
.callout-frame .callout-box .callout-text h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Fjalla One', sans-serif;
  font-size: 20px;
  line-height: 24px;
  border: none;
  padding: 0;
  text-align: left;
  font-weight: bold;
}
.callout-frame .callout-box .callout-text .callout-link {
  color: #be1e2d;
  line-height: 20px;
  font-size: 15px;
}
.column-holder {
  overflow: hidden;
  width: 100%;
  border: 1px solid #000;
}
.column-holder .column {
  float: left;
  width: 33.3333%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  border: 1px solid #000;
  color: #000;
  font-weight: bold;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
@media (max-width: 767px) {
  .column-holder .column {
    width: 100%;
    float: none;
    display: block;
  }
}
.column-holder .column h2 {
  position: absolute;
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
  padding: 3px 0 3px 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 28px;
  text-shadow: 1px 1px 1px #fff;
  border-bottom: none;
}
@media (max-width: 479px) {
  .column-holder .column h2 {
    text-align: left;
  }
}
.column-holder .column h2:before {
  content: "";
  width: 15px;
  height: 25px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin: -13px 0 0;
  background: url(../images/homepage/home-category-arrow.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.column-holder .column h2:after {
  display: none;
}
.column-holder .column h2.first-title {
  background-image: url(../images/homepage/av-home-category-title-grunge1.png);
}
.column-holder .column h2.second-title {
  background-image: url(../images/homepage/av-home-category-title-grunge2.png);
}
.column-holder .column h2.third-title {
  background-image: url(../images/homepage/av-home-category-title-grunge3.png);
}
.column-holder .column img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.column-holder .column .column-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.column-holder .column .column-overlay:hover {
  box-shadow: inset 0 0 36px 0 rgba(0, 0, 0, 0.5);
}
.product-holder-title {
  background: #343433 url(../images/grunge-border-bottom-dark.gif) repeat-x 0 100%;
  margin-bottom: 20px;
}
@media (max-width: 1040px) {
  .product-holder-title {
    margin-bottom: 15px;
  }
}
.product-holder-title h1 {
  background: transparent;
  border: none;
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
}
@media (max-width: 1040px) {
  .product-holder-title h1 {
    font-size: 20px;
    line-height: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.v65-productDisplay div.v-product-grid div.v-product {
  max-width: inherit;
  width: 25%;
  padding: 0 15px 30px;
}
@media (max-width: 767px) {
  .v65-productDisplay div.v-product-grid div.v-product {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .v65-productDisplay div.v-product-grid div.v-product {
    width: 100%;
    border: none;
  }
}
.v65-productDisplay div.v-product-grid div.v-product > br {
  display: none;
}
.v65-productDisplay div.v-product-grid div.v-product .v-product__img {
  display: block;
}
.v65-productDisplay div.v-product-grid div.v-product .v-product__img img {
  width: 100%;
  max-height: inherit;
  -webkit-transition: transform 500ms ease 0s;
  -moz-transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
  -ms-transform: scaleX(1) scaleY(1) scaleZ(1);
  -o-transform: scaleX(1) scaleY(1) scaleZ(1);
  transform: scaleX(1) scaleY(1) scaleZ(1);
}
.v65-productDisplay div.v-product-grid div.v-product .v-product__img img:hover {
  -webkit-transform: scaleX(0.95) scaleY(0.95) scaleZ(1);
  -ms-transform: scaleX(0.95) scaleY(0.95) scaleZ(1);
  -o-transform: scaleX(0.95) scaleY(0.95) scaleZ(1);
  transform: scaleX(0.95) scaleY(0.95) scaleZ(1);
}
.v65-productDisplay div.v-product-grid div.v-product a.v-product__title {
  display: block;
  padding: 2px 2px 5px;
  color: #343433;
}
.v65-productDisplay div.v-product-grid div.v-product a.v-product__title:hover {
  text-decoration: none;
  color: #be1e2d;
}
.v65-productDisplay div.v-product-grid div.v-product .product_productprice {
  margin-top: 5px;
  color: #be1e2d;
  font-size: 18px;
}
.v65-productDisplay div.v-product-grid div.v-product img.vCSS_img_star_avg_rating {
  width: 87px;
  height: auto;
  vertical-align: top;
}
.v65-productDisplay div.v-product-grid div.v-product div[itemprop="aggregateRating"] * {
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
/* -------------------------------------- *\
    Forms
\* -------------------------------------- */
.input_text_field,
input[type=text],
input[type=password],
input[type=email_login],
#content_area input[style$=";"]:not([type='checkbox']) {
  display: inline-block;
  width: 80%;
  height: 29px;
  margin-right: 15px;
  padding: 5px 12px;
  border: 1px solid #aaa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.input_text_field:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email_login]:focus,
#content_area input[style$=";"]:not([type='checkbox']):focus {
  border-color: #000;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
input[type="checkbox"],
input[type="radio"] {
  margin: 3px 5px 0 0;
}
select {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
select:focus {
  outline: none;
  border-color: #3898ec;
}
.volusion_captcha {
  clear: both;
  display: block;
  margin-bottom: 5px;
}
/* -------------------------------------- *\
    Search
\* -------------------------------------- */
#search_form,
#search-form-mobile {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-style: italic;
  font-family: 'Fjalla One', sans-serif;
  position: relative;
}
#search_form .search-form-input,
#search-form-mobile .search-form-input {
  width: 100%;
  height: 100%;
  border: 1px solid #5e5e5e;
  border-radius: 0;
  padding-right: 15% !important;
  background: #c4c4c4;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
}
#search_form .search-form-input:active,
#search-form-mobile .search-form-input:active,
#search_form .search-form-input:focus,
#search-form-mobile .search-form-input:focus {
  font-style: normal;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #000;
  background-color: #fff;
}
#search_form input.search_submit,
#search-form-mobile input.search_submit {
  width: 8%;
  background-image: url(/v/vspfiles/templates/ANS-RVSD/images/template/search-icon@2x.png);
  background-position: 100% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0px;
  height: 100%;
  border-radius: 7px;
  position: absolute;
  right: 2px;
  top: 0;
}
#search_form input.search_submit:focus,
#search-form-mobile input.search_submit:focus {
  border: none !important;
  box-shadow: none !important;
}
#search-form-mobile {
  padding: 0 15px;
  margin: 15px 0;
}
/*
 *
 * Micah.less
 *
 */
body {
  font-family: 'Lato', sans-serif;
}
.remove_volusion_td {
  display: none;
}
.row + .row {
  margin: 0;
}
#btnContinue:focus {
  border: none !important;
  box-shadow: none !important;
}
a,
.clickable {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
input {
  outline: 0;
}
input:focus {
  border-color: #000;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.callout {
  font-size: 16px;
}
@media (min-width: 767px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    margin-right: 9px;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.v-product__img img {
  max-width: 100%;
  max-height: 180px;
  border: 0px !important;
}
#ListofErrorsDiv {
  width: 980px;
  margin: 0 auto;
}
.sitewide_banner {
  background-color: #EEE;
  text-transform: uppercase;
}
.sitewide_banner + #content_area {
  margin-top: 15px;
}
.sitewide_banner img {
  margin-right: 10px;
}
.sitewide_banner span {
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.sitewide_banner span a {
  font-size: 26px;
  line-height: 60px;
  color: #be1e2d;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 479px) {
  .sitewide_banner img {
    display: none;
  }
  .sitewide_banner span {
    font-size: 16px;
    text-transform: uppercase;
  }
  .sitewide_banner span a {
    font-size: 16px;
  }
}
.header-cart-text {
  vertical-align: middle;
  height: 100%;
}
.search-container {
  margin: 49px 0%;
  width: 41%;
}
#search_form,
#search-form-mobile {
  background-position: 100% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-style: italic;
  height: 42px;
  width: 100%;
}
#search_form:focus {
  font-style: focus;
}
#search_form input:focus {
  outline: none;
}
@media (max-width: 992px) {
  #search_form,
  #search-form-mobile {
    height: 35px;
  }
}
a,
.clickable {
  text-decoration: none;
}
.home-cat-container:hover .home-category-hover {
  opacity: 1 !important;
}
.home-cat-container h2 {
  line-height: 35px;
}
.home-category-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
}
.home-category-hover .home-category-hover-button {
  position: absolute;
  left: 30%;
  top: 40%;
  right: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 100%;
  text-transform: uppercase;
}
.homepage-category-callout-heading {
  font-size: 18px;
  color: #be1e2d;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
}
.homepage-category-callout-heading:after {
  border-color: transparent;
}
@media (max-width: 479px) {
  .homepage-category-callout-heading {
    font-size: 22px;
  }
}
.bottleofthemonth_productname {
  display: block;
  margin: 15px 0;
  padding-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.homepage-category-image {
  border-bottom: 2px solid #141414;
}
.homepage-category-callout-heading::before {
  content: "";
  border-color: #141414 transparent transparent transparent;
  border-style: solid;
  border-width: 7px;
  width: 0;
  height: 0;
  position: absolute;
  left: 49%;
}
.product-price {
  color: #141414;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}
.featured-prods {
  margin-bottom: 20px;
}
.featured-prods img {
  width: 94%;
  display: inline-block;
  margin: 0 3%;
}
.prod-title {
  text-align: center;
}
.prod-title a {
  color: #212121;
}
.prod-title a:hover {
  color: #141414;
}
.prod-title .rating.stars img {
  width: 30%;
}
.footer-badges img {
  width: 51px;
}
.prod-month {
  margin-top: 40px;
}
.prod-month h3 {
  padding: 0 20px;
}
.prod-month h3:after {
  left: 9%;
}
.prod-month .product-price {
  font-family: 'Fjalla One', sans-serif;
}
.prod-month .btn.btn-primary-hover {
  text-transform: uppercase;
  background: #fff;
  color: #212121;
}
.prod-month .btn.btn-primary-hover:hover {
  color: #fff;
  background: #141414;
}
.prod-month span {
  padding: 0;
}
.prod-month .featured_text-container {
  float: right;
  width: 68%;
  display: inline-block;
}
.prod-month .featured_text-container p {
  font-size: 13px;
  padding: 0 ;
  line-height: 26px;
}
.prod-month .featured_text-container a {
  margin-left: 0;
  border-radius: 8px;
}
.prod-month .featured_image_container {
  display: inline-block;
  max-width: 300px;
  width: 30%;
}
@media (max-width: 479px) {
  .prod-month .featured_image_container {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .prod-month .featured_text-container {
    width: 100%;
    text-align: center;
  }
  .prod-month .featured_text-container p {
    padding: 0 5px;
  }
}
.featured-bg {
  background: url('/v/vspfiles/templates/RVSD/images/home-about-bkgrd.jpg') no-repeat #EEE bottom right;
}
.featured-bg h4 {
  border: none;
  margin-top: 35px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 479px) {
  .featured-bg h4 {
    text-align: center;
    font-size: 23px;
  }
}
.featured-bg p {
  margin-bottom: 35px;
  line-height: 32px;
  text-transform: none;
  text-align: justify;
}
@media (max-width: 1040px) {
  .featured-bg {
    padding: 20px;
  }
}
footer {
  background-color: #be1e2d;
}
footer h4 {
  color: #fff;
  border: none;
  padding: 0;
}
footer a {
  color: #fff;
}
footer .dropdown-menu {
  overflow: hidden;
}
.footer-copyright {
  margin: 15px auto;
}
.footer-copyright p {
  display: inline-block;
}
.footer-copyright a {
  color: #be1e2d;
}
.footer-copyright a:hover {
  text-decoration: underline;
}
.footer-copyright .footer-badges {
  float: right;
  display: inline-block;
}
.footer-copyright .footer-badges li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1040px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright p {
    margin: 0px 15px 15px;
  }
  .footer-copyright .footer-badges {
    float: none;
  }
}
@media (max-width: 1040px) {
  #bs-example-navbar-collapse-1 {
    height: 101%;
    position: fixed;
    top: -1px;
    z-index: 500000;
    width: 300px;
    display: block;
    left: -400px;
    background: #343433;
    box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.4);
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #424242;
    overflow: hidden;
    z-index: 50;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li a {
    color: #E0E0E0;
    z-index: 49;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav li > a:hover,
  #bs-example-navbar-collapse-1.in .navbar-nav li a:focus {
    background-color: transparent;
    color: #CACACA;
    z-index: 51;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav > .open > a {
    background-color: transparent;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav > .open > a:focus,
  #bs-example-navbar-collapse-1.in .navbar-nav > .open > a:hover,
  #bs-example-navbar-collapse-1.in .navbar-nav > .open > a:active {
    background-color: transparent;
    color: #CACACA;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .close_button {
    text-transform: uppercase;
    background-color: #3f3f3f;
    color: #d8d8d8;
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    padding: 5px;
    margin: 4px 12px 0;
    width: 70px;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .fa-angle-down {
    display: inline-block;
    float: right;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .caret {
    display: none;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .nav-header-mobile {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .nav-header-mobile .logo {
    margin-left: 10px;
    margin-top: 0;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .nav-header-mobile .logo .header-logo {
    width: 170px;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .search-form-input {
    width: 100%;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .search-container-mobile {
    border-bottom: 1px solid #424242;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .search-container-mobile .logo {
    padding: 0;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .header-logo {
    width: 119px;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .dropdown-menu {
    background-color: #41413F;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .dropdown-menu li {
    border-color: #be1e2d;
  }
  #bs-example-navbar-collapse-1.in .navbar-nav .dropdown-menu li:last-child {
    border: none;
  }
  .nav-bg {
    background-color: transparent;
  }
  .navbar-header {
    display: block;
  }
  .navbar-header button {
    background-color: #141414;
    float: left;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
  }
  .navbar-header > .navbar-toggle {
    color: #fff;
    position: relative;
    top: -70px;
    border: none;
    background: #343433;
    margin-bottom: -44px;
    margin-left: 0;
    margin-top: 0;
    font-size: 15px;
    line-height: 22px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-header > .navbar-toggle:hover,
  .navbar-header > .navbar-toggle:focus {
    background-color: #343433;
  }
}
@media (max-width: 1040px) and (max-width: 767px) {
  .navbar-header > .navbar-toggle {
    top: -50px;
    margin-left: 15px;
  }
}
@media (max-width: 1040px) and (max-width: 479px) {
  .navbar-header > .navbar-toggle {
    top: -59px;
  }
}
@media (max-width: 1040px) and (max-width: 480px) {
  .navbar-header > .navbar-toggle {
    top: -42px;
    margin-left: 0;
    padding-left: 14px;
  }
}
@media (min-width: 1040px) {
  #bs-example-navbar-collapse-1 {
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
  }
  #bs-example-navbar-collapse-1 .navbar-nav .nav-header-mobile {
    display: none;
  }
  #bs-example-navbar-collapse-1 .navbar-nav .caret {
    display: inline-block;
  }
  #bs-example-navbar-collapse-1 .navbar-nav .fa-angle-down {
    display: none;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  background: #eee;
}
button.navbar-toggle {
  font-family: 'Lato', sans-serif;
}
/*
 *
 * Email a Friend styles
 *
 */
.email_a_friend_container,
.email_a_friend_img_container,
.v65-error-list-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
/*
 *
 * login styles
 *
 *
 */
.login_container,
.login_img_container {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .login_container td {
    display: block;
    width: 100%;
  }
}
#div_articleid_94 > table tr td:first-child {
  text-align: left;
  vertical-align: top;
}
#div_articleid_94 > table tr td:first-child > b {
  display: inline-block;
  margin: 15px 0 0;
}
#div_articleid_94 > table tr td:last-child {
  width: 75%;
}
#div_articleid_94 > table tr td:last-child input {
  width: 100%;
  margin: 5px 0;
}
#div_articleid_94 > table tr td:last-child input.login_button {
  float: left;
  width: auto;
}
#div_articleid_94 > table tr td:last-child input.login_button:focus {
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .login_td_container td {
    display: block;
  }
  .login_td_container td:first-child {
    width: 95%;
    margin: 0 auto;
  }
  .login_td_container td:last-child {
    width: 95%;
    margin: 0 auto;
  }
  #div_articleid_94 > table tr td:last-child {
    width: 100%;
  }
}
/*
 *
 * about us styles
 *
 *
 */
#div_articleid_1,
.about_us_img_container {
  max-width: 980px;
  margin: 0 auto;
}
/*
 *
 * my account styles
 *
 */
.my_account_container,
.my_account_img_container,
.orders_container,
.orders_img_container,
.orders_return_container {
  max-width: 980px;
  margin: 0 auto;
}
.my_account_container > table tr:nth-child(2) .colors_lines_light {
  margin: 0 auto;
}
.orders_container h1 {
  line-height: 150%;
}
.orders_container > table {
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 1040px) {
  .orders_container > table {
    padding: 0 5px;
    display: block;
  }
}
/*
 *
 *
 * Help
 *
 *
 */
.help_container,
#div_articleContainer_108,
.help_img_container,
.help_return_container {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.help_container font.productnamecolorLARGE.colors_productname,
.help_container strong {
  padding: 0 10px;
  margin: 10px 0;
}
.help_container td[width="50%"] {
  padding: 5px;
  font-size: 0;
}
.help_container td[width="50%"] a {
  padding: 0 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .help_container td {
    display: block;
    width: 100%;
  }
  .help_container td[width="50%"] {
    padding: 0px;
  }
}
.help_return_container > a {
  padding: 0 10px;
}
/*
 *
 *
 * Returns
 *
 *
 */
#div_articleContainer_3,
.returns_img_container,
.returns_container {
  max-width: 980px;
  margin: 0 auto;
}
.returns_container {
  padding: 0 10px;
  display: block;
}
/*
 *
 * Account Settings
 *
 *
 */
.account_settings_container,
.account_settings_img_container,
.mailing_list_img_container,
.mailing_list_return_container,
.myaccount_myreviews_img_container,
.myaccount_myreviews_return_container,
.reviews_container,
.reviews_img_container,
.wish_list_img_container,
#div_articleContainer_66 {
  max-width: 980px;
  margin: 0 auto;
}
/*
 *
 * Mailing List
 *
 *
 */
.mailing_list_container {
  max-width: 980px;
  margin: 0 auto;
}
.mailing_list_container:before {
  margin: 0 !important;
  padding: 0 !important;
}
#content_area {
  width: 100%;
  overflow: hidden;
}
/*
 *
 * Reviews
 *
 *
 */
#content_area .myaccount_myreviews_container {
  max-width: 980px;
  margin: 0 auto;
}
#content_area .myaccount_myreviews_container > table {
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 1040px) {
  #content_area .myaccount_myreviews_container > table {
    padding: 0 5px;
    display: block;
  }
}
#content_area .myaccount_myreviews_container > table input[maxlength="4"] {
  max-width: 90px;
  text-align: center;
  margin: 0 5px 10px;
}
#content_area .myaccount_myreviews_container > table input[maxlength="5"] {
  max-width: 90px;
  text-align: center;
  margin: 0 5px 10px;
}
#content_area .myaccount_myreviews_container .apply-btn {
  padding: 15px 25px;
  background-color: #be1e2d;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: all;
  transition-property: all;
}
.reviews_container {
  overflow: hidden;
}
/*
 *
 * Wish List
 *
 *
 */
.wish_list_container {
  max-width: 980px;
  margin: 0 auto;
}
.wish_list_container .wish_list_prod_img_container {
  width: 20%;
  display: inline-block;
  float: left;
}
.wish_list_container .wish_list_prod_img_container > td {
  display: block;
}
.wish_list_container .wish_list_prod_img_container > td span {
  display: inline-block;
}
.wish_list_container .wish_list_prod_img_container .btn-primary {
  display: inline-block;
}
.wish_list_container .wish_list_prod_name_container,
.wish_list_container .wish_list_prod_cart_container,
.wish_list_container .wish_list_prod_desc_container {
  width: 79%;
  display: inline-block;
  float: right;
}
@media (max-width: 479px) {
  .wish_list_container .wish_list_prod_name_container td {
    display: inline-block;
  }
}
.wish_list_container .wish_list_prod_cart_container td {
  display: inline-block;
}
.wish_list_container .wish_list_prod_cart_container .wish_list_prod_img_container {
  width: 100%;
  float: none;
  text-align: left;
}
.wish_list_container .wish_list_prod_cart_container .wish_list_prod_img_container > td {
  width: 100%;
}
.wish_list_container .wish_list_prod_desc_container img,
.wish_list_container .wish_list_prod_desc_container br {
  display: none;
}
table.wish_list_container_top {
  width: 100%;
}
@media (max-width: 992px) {
  .wish_list_container_top,
  .wish_list_container {
    padding: 0 5px;
    display: block;
  }
}
@media (max-width: 479px) {
  td {
    text-align: left;
  }
  .wish_list_container .wish_list_prod_img_container,
  .wish_list_container .wish_list_prod_name_container,
  .wish_list_container .wish_list_prod_cart_container,
  .wish_list_container .wish_list_prod_desc_container,
  .wish_list_container .wish_list_prod_cart_container,
  .wish_list_container .wish_list_prod_desc_container,
  .wish_list_container .wish_list_prod_desc_container {
    width: 100%;
    text-align: center;
  }
}
/*
 *
 * login Send Password
 *
 *
 */
.login_sendpass_container {
  max-width: 980px;
  margin: 0 auto;
}
/*
 *
 *
 * login modual
 *
 *
 *
 */
#login_modal .modal-header {
  border: 0;
  padding: 13px;
}
#login_modal .modal-header h5 {
  font-size: 21px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
#login_modal .modal-header .close {
  width: 22px;
  color: #616161;
  opacity: 1;
  font-size: 26px;
  font-weight: 200;
}
#login_modal .modal-body {
  border: none;
  padding: 0 13px;
  text-align: center;
}
#login_modal .modal-body input {
  width: 100%;
  margin: 5px 0;
}
#login_modal .modal-body a {
  text-align: center;
  display: inline-block;
  font-size: 13px;
}
#login_modal .modal-body a:hover {
  color: #343433;
  text-decoration: underline;
}
#login_modal .modal-footer {
  border: 0;
  padding: 13px;
}
#login_modal .modal-footer button {
  width: 134px;
  margin-left: 3px;
  margin-right: 3px;
  height: 40px;
  padding: 6px;
  float: left;
}
#login_modal .modal-footer button.btn-secondary {
  font-family: 'Fjalla One', sans-serif;
  font-size: 19px;
  line-height: 24px;
  text-transform: uppercase;
}
#display_cart_summary {
  display: none;
}
#div_articleid_108 b {
  padding: 0 10px;
}
.accessories_title,
#customer_review_header,
.v65-product-history-header-row,
.small_heading {
  margin: 10px 0;
  text-align: left;
}
.order_go_button {
  margin: 0 10px;
  padding: 3px 15px;
}
#view_cart_text_right {
  font-family: 'Lato', sans-serif;
}
.brand-logo img {
  opacity: .8;
  transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
}
.brand-logo img:hover {
  opacity: 1;
}
@media (max-width: 479px) {
  .col-xsm-12 {
    width: 100%;
  }
  h2 {
    text-align: center;
    line-height: 30px;
    padding: 10px 10px 5px;
  }
}
.terms_container,
#div_articleid_66,
.terms_privacy_container,
.category_index_container,
.product_index_container {
  max-width: 980px;
  margin: 0 auto;
  display: block;
}
#div_articleid_66 td {
  margin: 0 auto;
}
#div_articleid_66 p {
  text-align: center;
}
#div_articleid_66 p a {
  margin: 0 auto;
}
.review_mod_container {
  max-width: 980px;
  margin: 0 auto;
}
.review_mod_container h1 {
  line-height: 150%;
}
@media (max-width: 767px) {
  .review_mod_container table {
    width: 100% !important;
  }
  .review_mod_container td {
    width: 100% !important;
    display: block;
    padding: 5px;
  }
  .review_mod_container td td {
    padding: 0px;
  }
}
.order_details_container {
  max-width: 980px;
  margin: 0 auto;
}
.order_details_container h1 {
  line-height: 150%;
}
.order_details_container td a {
  display: block;
}
a .btn-secondary {
  display: inline-block;
}
.change_order_shipping_container {
  max-width: 980px;
  margin: 0 auto;
}
.change_order_shipping_container h1 {
  line-height: 150%;
}
.gift_cert_container {
  max-width: 980px;
  margin: 0 auto;
}
.gift_cert_container h1 {
  line-height: 150%;
}
.gift_cert_container a:hover {
  text-decoration: underline;
}
.gift_cert_container > table {
  padding: 0 5px;
  display: inline-block;
}
#content_area img[src*="youarehere"] {
  display: none;
}
.new_customers_container {
  padding-left: 10px;
}
.new_customers_container .button_secondary {
  padding: 15px 25px;
  background-color: #be1e2d;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: all;
  transition-property: all;
}
.return_container {
  max-width: 980px;
  margin: 0 auto;
}
.return_container a {
  margin: 0 5px;
}
#AccountSettingsForm {
  padding: 0px 5px;
}
.vCSS_input_addtocart {
  margin-left: 5px;
}
@media (max-width: 767px) {
  header .logo {
    float: left;
    padding: 0;
  }
  .header-cart-text {
    margin: 22px 15px 22px 0;
  }
  .navbar.navbar-default {
    padding: 13px 0;
  }
  .change_payment_container td {
    width: 100%;
    display: block;
    text-align: left;
  }
}
@media (max-width: 479px) {
  header .logo {
    max-width: 60%;
    min-width: 150px;
  }
  .row.nav-bg {
    width: 25%;
    margin: 0 0 -37px;
    position: relative;
  }
  .category_index_container td {
    width: 100%;
    display: block;
  }
}
.category_index_container {
  vertical-align: top;
}
.category_index_container td {
  vertical-align: top;
}
#content_area > .deal-not-found,
#content_area > .no-deals {
  font-family: Arial, Sans-Serif;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  background-color: #e6e6e6;
  border: 1px solid #999999;
  text-align: center;
  padding: 25px;
  margin: 15px;
}
#content_area > img,
#content_area > br {
  display: none;
}
#content_area .deal {
  margin: 15px auto;
  max-width: 980px;
}
#content_area .deal .deal-headline {
  border: none;
  padding: 0;
}
#content_area .deal .deal-details {
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}
#content_area .deal .deal-product-name {
  font-family: 'Fjalla One', sans-serif;
  font-size: 28px;
  color: #be1e2d;
}
#content_area .deal .deal-product-name a {
  color: #be1e2d;
  font-size: 28px;
  font-weight: normal;
}
#content_area .deal .deal-product-name a:hover {
  color: #343433;
}
#content_area .deal .deal-pricing {
  background: #343333 !important;
  height: 65px;
  margin: 0;
}
@media (max-width: 479px) {
  #content_area .deal .deal-pricing {
    height: auto;
    padding: 15px;
  }
}
#content_area .deal .deal-end {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  color: red;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#content_area .deal .deal-buy-now {
  width: auto;
  height: auto;
  background: transparent;
}
@media (max-width: 479px) {
  #content_area .deal .deal-buy-now {
    float: none;
    display: block;
    text-align: center;
  }
}
#content_area .deal .deal-buy-now a {
  vertical-align: top;
  font-size: 19px;
  border-radius: 0;
  background: #be1e2d;
  padding: 10px 45px 6px 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  border: none;
  border-bottom: 4px solid #be1e2d;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1;
}
#content_area .deal .deal-buy-now a:hover {
  background: #e0091d;
  border-bottom: 4px solid #000;
}
#content_area .deal .deal-saving-stock-details {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  height: auto;
  overflow: hidden;
}
#content_area .deal .deal-regular-price {
  width: 49%;
  padding-top: 16px;
  float: left;
  text-align: center;
}
#content_area .deal .deal-regular-price-caption {
  color: #999;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
#content_area .deal .deal-regular-price-value {
  position: relative;
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  line-height: 1;
}
#content_area .deal .deal-regular-price-currency,
#content_area .deal .deal-regular-price-cents {
  vertical-align: top;
  font-size: 19px;
  line-height: 19px;
}
#content_area .deal .deal-regular-price-dollars {
  line-height: 27px;
  padding: 0 5px;
  font-size: 30px;
}
#content_area .deal .deal-savings {
  width: 49%;
  padding-top: 16px;
  float: left;
  text-align: center;
}
#content_area .deal .deal-savings-value {
  font-family: 'Fjalla One', sans-serif;
  font-size: 30px;
  line-height: 27px;
}
#content_area .deal .deal-savings-caption {
  color: #999;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
#content_area .deal .deal-price {
  padding: 5px 22px 5px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 479px) {
  #content_area .deal .deal-price {
    float: none;
    display: block;
    text-align: center;
  }
}
#content_area .deal .deal-price-currency,
#content_area .deal .deal-price-cents {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  vertical-align: top;
  font-family: 'Fjalla One', sans-serif;
}
#content_area .deal .deal-price-dollars {
  font-size: 45px;
  line-height: 52px;
  font-weight: 700;
  padding: 0 5px;
  font-family: 'Fjalla One', sans-serif;
}
#content_area .deal-main-heading {
  background-position: center;
}
@media (max-width: 1040px) {
  #content_area .deal-main-heading {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  #content_area .deal .deal-image {
    display: block;
    float: none;
    margin: 0 auto;
  }
  #content_area .deal .deal-details {
    margin: 0;
  }
}
.deal-extra-heading,
.deal-main-heading {
  background: none !important;
  max-width: 980px;
  margin: 0 auto;
}
.deal-extra-heading:before,
.deal-main-heading:before {
  background: url(../images/h1-bottom-border.gif) repeat-x 0 100% !important;
  font-size: 34px;
  padding: 15px 0;
  margin: 0 0;
  color: #141414;
  font-weight: bold;
  line-height: 44px;
  display: block;
  width: 100%;
  border: none;
  content: "Deal of the Day";
  font-family: "Fjalla One", sans-serif;
}
.deal-extra-heading:before {
  content: "More Deals";
}
.product_index_container > tbody,
.category_index_container > tbody {
  width: 100%;
  display: block;
}
.product_index_container > tbody > tr,
.category_index_container > tbody > tr {
  width: 100%;
  display: block;
}
.product_index_container > tbody > tr > td,
.category_index_container > tbody > tr > td {
  width: 100%;
  display: block;
}
.product_index_container > tbody > tr > td table[width="90%"],
.category_index_container > tbody > tr > td table[width="90%"] {
  margin: 0 15px;
}
#please_wait_div {
  top: 40% !important;
}
#mc-embedded-subscribe:focus {
  border: none !important;
  box-shadow: none !important;
}
#loading {
  text-align: center;
  top: 50%;
  right: 50%;
  display: block;
  position: absolute;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  width: auto;
}
.orders_return_container + .orders_container .colors_backgroundneutral td[width="18%"][align="right"] a:before {
  padding: 15px;
  content: "View or Change Order";
  background-color: #be1e2d;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: all;
  transition-property: all;
}
.orders_return_container + .orders_container .colors_backgroundneutral td[width="18%"][align="right"] a img {
  display: none;
}
/*
 *
 * Product Page
 *
 */
#content_area > div {
  font-size: 0;
}
#content_area > div.login_sendpass_container {
  font-size: inherit;
}
#content_area > div > p {
  margin: 0 auto;
  max-width: 980px;
}
#content_area > div > p > .product_price_na {
  display: none;
}
.product_description .accessories .colors_backgroundlight font.productnamecolorSMALL.colors_productname b {
  display: block;
  width: 100%;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
  padding: 0 5px 3px;
  color: #141414;
  font-family: 'Fjalla One', sans-serif;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 100%;
  -webkit-background-size: 200px;
  background-size: 200px;
}
.product_description .accessories .colors_backgroundlight font.productnamecolorSMALL.colors_productname b:after {
  display: none;
}
@media (max-width: 479px) {
  .product_description .accessories .colors_backgroundlight font.productnamecolorSMALL.colors_productname b {
    text-align: center;
  }
}
.product_description .accessories .v65-productName a {
  font-family: 'Lato', sans-serif;
  transition: all 200ms ease 0s;
  -webkit-transition: all 200ms ease 0s;
  display: block;
  color: #212121;
  width: 100%;
  font-size: 15px;
}
.product_description .accessories .v65-productName a:hover {
  color: #be1e2d;
  background: #F5F5F5;
  text-decoration: none;
}
.product_description .accessories .v65-productName .v65-productDetailInfo {
  font-family: 'Fjalla One', sans-serif;
  margin: 7px 0;
}
.product_description .v-product__desc {
  display: block;
}
.product_description .container.accessories td {
  vertical-align: middle;
}
.product_description .container.accessories td.v65-productDisplay-cell {
  font-family: 'Fjalla One', sans-serif;
  color: #be1e2d;
  font-size: 18px;
}
#v65-product-related {
  width: 100%;
  margin: 0 auto;
}
#v65-product-history-header,
.product_description,
#v65-product-history-body,
.customer_review_container {
  max-width: 980px;
  margin: 0 auto;
  color: #be1e2d;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  list-style-type: none;
  font-family: 'Lato', sans-serif !important;
}
#v65-product-history-header > span,
.product_description > span,
#v65-product-history-body > span,
.customer_review_container > span {
  padding: 0 10px;
}
@media (max-width: 992px) {
  #v65-product-history-header,
  .product_description,
  #v65-product-history-body,
  .customer_review_container {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  #v65-product-history-header,
  .product_description,
  #v65-product-history-body,
  .customer_review_container {
    padding: 0 10px;
  }
}
.product_description {
  color: #141414;
}
.product_description .colors_productname {
  font-size: 15px;
}
.customer_review_container span {
  font-family: 'Lato', sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #141414;
}
.customer_review_container a:hover {
  text-decoration: underline;
  color: #212121;
}
.customer_review_container .be-first {
  font-size: 15px;
}
#product_reviews_aggregate {
  padding: 0 ;
  margin: 0 0 30px;
  font-family: Lato, sans-serif;
  color: #141414;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}
@media (max-width: 767px) {
  #product_reviews_aggregate {
    padding: 0 10px;
    margin: 0;
  }
}
#product_reviews_aggregate .v-reviews__item {
  position: relative;
  vertical-align: middle;
}
#product_reviews_aggregate .v-reviews__item:first-child {
  padding: 0 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #141414;
}
@media (max-width: 767px) {
  #product_reviews_aggregate .v-reviews__item {
    display: block;
    border: none !important;
    padding: 0 !important;
  }
}
#product_reviews_aggregate .v-reviews__avg-rating {
  position: absolute;
  bottom: -24px;
  right: 38px;
  font-size: 13px;
}
@media (max-width: 767px) {
  #product_reviews_aggregate .v-reviews__avg-rating {
    position: relative;
    right: auto;
    bottom: auto;
  }
}
#product_reviews_aggregate a:hover {
  color: #212121;
  text-decoration: underline;
}
.v-reviews__write-review {
  vertical-align: middle;
}
#product_reviews_description_box {
  max-width: 980px;
  margin: 10px auto 20px;
  font-size: 15px;
  line-height: 24px;
  padding: 7px;
  position: relative;
  right: 0.5%;
}
#product_reviews_description_box > tbody {
  display: block;
  width: 100%;
}
#product_reviews_description_box > tbody > tr:first-child,
#product_reviews_description_box > tbody > tr:last-child {
  display: none;
}
#product_reviews_description_box > tbody > tr td {
  display: inline-block;
  padding: 5px 0 10px;
}
@media (max-width: 766px) {
  #product_reviews_description_box > tbody > tr td {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}
#product_reviews_description_box > tbody > tr td td {
  padding: 0;
  text-align: left;
}
#product_reviews_description_box > tbody > tr td[align="right"] {
  float: right;
}
@media (max-width: 766px) {
  #product_reviews_description_box > tbody > tr td[align="right"] {
    float: none;
    text-align: left;
  }
}
#product_reviews_description_box tr {
  display: block;
  padding: 0 7px;
  background: #f0f0f0;
}
@media (max-width: 992px) {
  #product_reviews_description_box tr {
    margin: 0 7px;
  }
}
#product_reviews_description_box tr td[width="1px"] {
  display: none;
}
#product_reviews_description_box tr tr {
  padding: 0;
}
#product_reviews_description_box img[src*="images/star"] {
  margin-left: 0;
}
#product_reviews_description_box a button.btn-secondary {
  padding: 0px 12px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin: 0 5px;
  font-size: 15px;
  border: none;
  outline: none;
  line-height: 24px;
  background: #a0a0a0;
}
#product_reviews_description_box a button.btn-secondary:hover {
  background-color: #888;
}
#Header_ProductDetail_ProductDetails_span,
.accessories_title,
#customer_review_header,
.v65-product-history-header-row td:first-child::before,
.small_heading {
  padding: 0 10px;
}
.vCSS_breadcrumb_td font.productnamecolorLARGE.colors_productname span {
  padding: 0;
}
#review_shareknowledgetxt {
  display: block;
}
#review_shareknowledgetxt a {
  text-decoration: underline;
}
#review_shareknowledgetxt a:hover {
  color: #be1e2d;
}
#product_photo_zoom_url {
  max-width: 450px;
  text-align: center;
  display: block;
}
#product_photo {
  max-width: 450px;
  max-height: 450px;
}
#customer_review_header,
.accessories_title,
.productnamecolorLARGE.colors_productname,
.small_heading {
  display: block;
  border-bottom: 1px solid #141414;
  width: 100%;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
b.vCSS_breadcrumb_td {
  font-weight: 400;
}
#content_area .vCSS_breadcrumb_td font.productnamecolorLARGE.colors_productname {
  font-size: 34px;
  padding: 15px 0;
}
@media (max-width: 766px) {
  #content_area .vCSS_breadcrumb_td font.productnamecolorLARGE.colors_productname {
    font-size: 32px;
    padding-left: 5px;
  }
}
@media (max-width: 480px) {
  #content_area .vCSS_breadcrumb_td font.productnamecolorLARGE.colors_productname {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#v65-product-parent {
  max-width: 980px;
  margin: 0 auto;
  font-family: 'Fjalla One', sans-serif;
  color: #be1e2d;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  list-style-type: none;
}
#v65-product-parent .product_description_container {
  padding-left: 10px;
  width: 56%;
}
#v65-product-parent .product_description_container img[width="1"][height="17"] {
  display: none;
}
#v65-product-parent .product_description_container .qty_container {
  width: 100%;
}
#v65-product-parent .product_description_container .qty_container tr td:first-child {
  color: #141414;
  font-family: Lato, sans-serif;
  font-size: 15px;
  padding: 5px 0 0;
}
#v65-product-parent .product_description_container .qty_container tr td:first-child span {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  #v65-product-parent .product_description_container .qty_container tr td:first-child {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  #v65-product-parent .product_description_container {
    width: 100%;
    padding-left: 0;
    display: block;
  }
}
#v65-product-parent .product_description_container table.colors_pricebox > tr > td > table tr:last-child img {
  display: none;
}
#v65-product-parent .product_description_container table.colors_pricebox > tbody > tr > td > table > tbody > tr:first-child img {
  display: none;
}
#v65-product-parent .product_description_container table.colors_pricebox img[src$="PBox_Border_Left_Bottom.gif"],
#v65-product-parent .product_description_container table.colors_pricebox td[background$="PBox_Border_Bottom.gif"] img,
#v65-product-parent .product_description_container table.colors_pricebox img[src$="PBox_Border_Right_Bottom.gif"] {
  display: none;
}
.google_plusone_iframe_widget {
  width: auto !important;
}
#v65-product-parent .product_description_container table.colors_pricebox:last-child {
  text-align: center;
}
#v65-product-parent .product_image_container {
  width: 41%;
}
#v65-product-parent .product_image_container img[onload="vZoom.add(this, '');"] {
  margin-bottom: 15px;
}
#v65-product-parent .product_image_container > table {
  margin: 0 auto;
  max-width: 450px;
}
#v65-product-parent .product_image_container .larger_image_button span {
  padding-right: 10px;
}
#v65-product-parent .product_image_container .fa-angle-right {
  padding-left: 10px;
}
@media (max-width: 992px) {
  #v65-product-parent .product_image_container {
    width: 41%;
  }
}
@media (max-width: 767px) {
  #v65-product-parent .product_image_container {
    width: 100%;
    display: block;
  }
}
@media (max-width: 479px) {
  #v65-product-parent .product_image_container table {
    width: 100%;
  }
}
#v65-product-parent .product_description_top {
  display: block;
  max-width: 93%;
  text-align: left;
}
#v65-product-parent .product_description_top p {
  padding: 0;
}
#v65-product-parent .product_description_top > div > i {
  display: block;
  font-style: italic;
}
#v65-product-parent .product_description_top > div > i span {
  color: #868686 ;
  font-size: 13px;
  font-style: italic;
  font-family: Lato, sans-serif;
}
#v65-product-parent .product_description_top > div > b {
  font-weight: 400;
}
@media (max-width: 991px) {
  #v65-product-parent .product_description_top {
    max-width: 100%;
    padding: 0 2%;
  }
}
#v65-product-parent .product_description_top .product_productprice {
  font-size: 20px;
  padding: 10px 0;
  font-family: 'Fjalla One', sans-serif;
}
#v65-product-parent .product_description_top .product_productprice b {
  font-weight: 400;
}
#v65-product-parent .product_description_top .product_productprice .text.colors_text {
  color: #141414;
  display: none;
}
#v65-product-parent .product_description_top .product_productprice .text.colors_text + span {
  color: #be1e2d;
}
#v65-product-parent .product_description_top .product_productprice .our_price {
  color: #141414;
}
#v65-product-parent table.colors_pricebox:first-child {
  display: inline-block;
}
#v65-product-parent #options_table tr {
  text-align: left;
  vertical-align: top;
  display: block;
  width: 100%;
}
#v65-product-parent #options_table .colors_productname b {
  font-weight: 400;
}
#vCSS_mainform {
  padding: 0 10px;
}
@media (max-width: 767px) {
  #vCSS_mainform {
    padding: 0;
  }
}
#v65-product-parent td,
#v65-product-parent td #v65-product-parent th {
  vertical-align: top;
}
.product_productprice .smalltext.colors_text {
  color: #212121;
}
.product_productprice b {
  font-weight: 400;
  font-family: 'Fjalla One', sans-serif;
}
.product_description .fa-caret-right {
  color: #141414;
  margin-right: 3px;
  display: none;
}
@media (max-width: 991px) {
  .product_description {
    margin-top: 20px;
    padding: 0 20px;
  }
}
#ProductDetail_ProductDetails_div {
  border: none;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 0%;
  -webkit-background-size: 200px;
  background-size: 200px;
}
#ProductDetail_TechSpecs_div,
#ProductDetail_ExtInfo_div {
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 0%;
  -webkit-background-size: 200px;
  background-size: 200px;
  padding: 15px 0 0;
  color: #141414;
  font-size: 15px;
  line-height: 24px;
  padding: 10px;
}
#ProductDetail_TechSpecs_div p,
#ProductDetail_ExtInfo_div p {
  color: #141414;
  font-size: 15px;
  line-height: 24px;
  padding: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  #ProductDetail_TechSpecs_div,
  #ProductDetail_ExtInfo_div {
    text-align: left;
  }
}
#product_options_heading {
  width: 100%;
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
}
#product_options_heading + tr {
  display: none;
}
#product_options_heading td:nth-child(2)::before {
  content: "Choose Your Options";
  padding: 3px 15px;
  font-size: 18px;
  text-align: left;
  display: block;
  color: #343433;
  line-height: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  background: url(../images/search-refinement-title-bkgrd.jpg) repeat-x 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
#product_options_heading td:nth-child(2) img {
  display: none;
}
#v65-productdetail-action-wrapper {
  display: block;
  margin-top: 0;
  text-align: left;
}
#v65-productdetail-action-wrapper > table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#v65-productdetail-action-wrapper > table :last-child {
  margin: 5px 0;
  padding: 0;
  text-align: center;
  min-width: 30px;
}
#v65-productdetail-action-wrapper > table td[valign="top"] {
  width: 40%;
  color: #141414;
  font: 15px/24px 'Lato', sans-serif;
}
#v65-productdetail-action-wrapper > table td[valign="top"] .vCSS_input_addtocart {
  width: 41px;
}
table.colors_descriptionbox > tbody > tr:first-child {
  display: none;
}
table.colors_descriptionbox > tr:first-child {
  display: none;
}
.col-lg-3.col-md-3.col-sm-3.col-xs-6.accessories {
  display: inline-block;
}
.vCSS_img_heading_history {
  display: none;
}
.v65-product-history-header-row td:first-child:before {
  content: "Recent Browsing History";
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Fjalla One', sans-serif;
  text-align: left;
  padding: 0 5px 5px;
  color: #141414;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 100%;
  -webkit-background-size: 200px;
  background-size: 200px;
  display: block;
}
@media (max-width: 992px) {
  .v65-product-history-header-row td:first-child:before {
    margin-left: 20px;
  }
}
@media (max-width: 479px) {
  .v65-product-history-header-row td:first-child:before {
    text-align: center;
  }
}
.v65-product-history-header-row td:first-child:after {
  margin-right: 5px;
}
#additional_photos_title {
  display: none;
}
#btn_vsharethis img {
  vertical-align: top;
}
.container.accessories img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .container.accessories img {
    max-width: 100%;
  }
}
.historyitem_productname a {
  color: #343433;
  font-family: 'Lato', sans-serif;
  display: block;
  padding: 2px 2px 5px;
  font-size: 15px;
  line-height: 20px;
}
.historyitem_productname a:hover {
  color: #be1e2d;
  background: #f5f5f5;
  display: block;
  width: 100%;
  text-decoration: none;
}
.historyitem_productprice {
  margin-bottom: 5px;
}
.historyitem_productprice .pricecolor {
  color: #141414;
  font-weight: 400;
}
.historyitem_productprice .our_price {
  color: #be1e2d;
}
.historyitem_image {
  max-width: 180px;
}
.historyitem_image a {
  width: 100%;
  display: block;
}
.historyitem_image img {
  max-width: 100%;
}
#TurnHistoryOnOffContainer a {
  float: right;
  margin-bottom: -10px;
}
@media (max-width: 992px) {
  #TurnHistoryOnOffContainer a {
    margin-right: 20px;
  }
}
.wishlist_container {
  display: inline-block;
}
.wishlist_container:hover {
  color: #000;
}
.wishlist_container i.fa {
  font-size: 15px;
  margin-top: 3px;
}
#content_area #v65-productdetail-action-wrapper .wishlist_container {
  margin-left: 100px;
  margin-top: 15px;
}
.qty_container .wishlist_container {
  margin-left: 0;
  margin-top: 0;
}
#v65-product-wishlist-button {
  background: transparent;
  border: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.qty_container #v65-product-wishlist-button {
  padding-right: 6px;
}
#product_description,
.additional_information {
  margin-top: 10px;
  display: block;
  text-align: left;
}
#product_description .small_heading,
.additional_information .small_heading {
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  #product_description .small_heading,
  .additional_information .small_heading {
    text-align: center;
  }
}
#product_description {
  padding: 10px;
  font-size: 15px;
  margin: 0;
  line-height: 24px;
}
#product_description + br {
  display: none;
}
.vCSS_tab_unselected,
.vCSS_tab_selected {
  font-size: 13px;
  color: #343433;
}
@media (max-width: 480px) {
  .vCSS_tab_unselected,
  .vCSS_tab_selected {
    font-size: 12px;
  }
}
#Header_ProductDetail_ProductDetails_span,
#Header_ProductDetail_ExtInfo_span,
#Header_ProductDetail_TechSpecs {
  text-transform: uppercase;
  padding: 0 15px;
  cursor: pointer;
  color: #343433;
}
#Header_ProductDetail_ProductDetails_span:hover,
#Header_ProductDetail_ExtInfo_span:hover,
#Header_ProductDetail_TechSpecs:hover {
  color: #be1e2d;
}
#v65-product-history-header .v65-product-history-header-row .v65-product-history-header-cell:first-child {
  width: auto;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 767px) {
  #v65-product-history-header .v65-product-history-header-row .v65-product-history-header-cell:first-child {
    text-align: center;
  }
}
@media (max-width: 479px) {
  #v65-product-history-header .v65-product-history-header-row .v65-product-history-header-cell:first-child {
    display: block;
  }
}
#v65-product-history-header .v65-product-history-header-row .v65-product-history-header-cell:last-child {
  width: 130px;
}
@media (max-width: 992px) {
  #v65-product-history-header .v65-product-history-header-row .v65-product-history-header-cell:last-child {
    width: 160px;
  }
}
@media (max-width: 479px) {
  #v65-product-history-header .v65-product-history-header-row .v65-product-history-header-cell:last-child {
    display: block;
    margin: 15px auto;
  }
}
#v65-product-history-body {
  margin-top: 15px;
}
#v65-product-history-body .historyitem font.pricecolor.colors_productprice {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Fjalla One', sans-serif;
  color: #be1e2d;
  font-size: 18px;
  text-align: center;
}
#v65-product-history-body .historyitem span.our_price {
  display: none;
}
#v65-product-history-details {
  margin: 0 0 40px;
}
.shipping_info_products {
  display: block;
  overflow: hidden;
}
.free_shipping_over {
  margin: 15px 0 0;
}
.free_shipping_over .free_shipping_img {
  display: inline-block;
}
.free_shipping_over .free_shipping_img img {
  margin: 11px 0;
  display: inline-block;
  vertical-align: top;
}
.free_shipping_over p {
  color: #141414;
  font-size: 16px;
  display: block;
  margin-left: 5px;
  margin-bottom: 0;
  padding: 0;
  font-style: italic;
}
.free_shipping_over p span {
  font-weight: 700;
}
#altviews {
  font-size: 0;
  visibility: visible !important;
  text-align: center;
  display: block;
}
#altviews a {
  max-width: 100px;
  display: inline-block;
  margin: 5px 10px;
}
div#sb-body {
  border: none;
}
div#sb-body img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: relative !important;
  display: block;
  margin: 0px auto;
}
img.vCSS_img_icon_free_shipping {
  display: none;
}
#options_table {
  margin-top: 10px;
  margin-right: 5px;
  color: #141414;
  font-family: Lato, sans-serif;
  font-size: 15px;
}
#options_table select {
  max-width: 360px;
  margin-left: 5px;
}
#options_table td[align="right"] > img {
  display: none;
}
@media (max-width: 767px) {
  #options_table {
    margin-left: 10px;
  }
}
#v65-product-parent .product_description_container .product_description_top .product_productprice .our_price,
#v65-product-parent .product_description_container #v65-productdetail-action-wrapper .product_productprice .our_price {
  color: #be1e2d;
}
.no_options #v65-product-parent .product_description_container table.colors_pricebox:last-child {
  text-align: left;
}
.no_options #v65-product-parent .product_description_container .product_description_top,
.no_options #v65-product-parent .product_description_container #v65-productdetail-action-wrapper {
  display: inline-block;
  max-width: 49%;
}
@media (max-width: 991px) {
  .no_options #v65-product-parent .product_description_container .product_description_top,
  .no_options #v65-product-parent .product_description_container #v65-productdetail-action-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .no_options #v65-product-parent .product_description_container .product_description_top #v65-productdetail-action-wrapper,
  .no_options #v65-product-parent .product_description_container #v65-productdetail-action-wrapper #v65-productdetail-action-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .no_options #v65-product-parent .product_description_container .product_description_top,
  .no_options #v65-product-parent .product_description_container #v65-productdetail-action-wrapper {
    max-width: 49%;
  }
}
@media (max-width: 480px) {
  .no_options #v65-product-parent .product_description_container .product_description_top,
  .no_options #v65-product-parent .product_description_container #v65-productdetail-action-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .no_options #v65-product-parent #v65-productdetail-action-wrapper > table > tbody > tr > td {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  .no_options #v65-product-parent #v65-productdetail-action-wrapper > table *:last-child {
    text-align: left;
  }
  .no_options #v65-product-parent #v65-productdetail-action-wrapper > table *:last-child input.v65-productdetail-cartqty {
    text-align: center;
    margin-right: 18px;
  }
}
@media (max-width: 480px) {
  .no_options #v65-product-parent #v65-productdetail-action-wrapper > table *:last-child {
    text-align: center;
  }
}
.no_options #v65-product-parent #v65-productdetail-action-wrapper > table[style="text-align:center;"] > tbody > tr > td {
  display: block;
  width: 100%;
}
.no_options #v65-product-parent #v65-productdetail-action-wrapper > table[style="text-align:center;"] > tbody > tr > td .wishlist_container {
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  .no_options #v65-product-parent .product_description_top {
    padding-bottom: 10px;
  }
}
.no_options .customer_review_container tr,
.no_options .customer_review_container td {
  width: 100%;
  display: block;
}
.no_options .historyitem_productprice {
  font-family: 'Fjalla One', sans-serif;
}
#content_area .vCSS_input_addtocart {
  font-size: 19px;
  border-radius: 0;
  background: #be1e2d url(../images/ico-add.png) no-repeat 90% 50%;
  padding: 15px 45px 11px 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  border: none;
  border-bottom: 4px solid #be1e2d;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
}
#content_area .vCSS_input_addtocart:hover {
  background: #e0091d url(../images/ico-add-hover.png) no-repeat 90% 50%;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 15px 45px 11px 15px;
  border-radius: 0;
  border-bottom: 4px solid #000;
}
.PageText_L493n,
.PageText_L480n {
  padding: 0 10px;
}
.v-product-grid a.v-product__title {
  color: #212121;
  font-family: 'Lato', sans-serif;
  padding: 2px 2px 5px;
}
.v-product-grid a.v-product__title:hover {
  color: #141414;
  background-color: #F5F5F5;
}
.HistoryClearButton {
  padding: 2px 30px;
}
@media (max-width: 479px) {
  #v65-product-parent img {
    max-width: 100%;
  }
  #v65-product-parent .vCSS_breadcrumb_td .productnamecolorLARGE.colors_productname {
    text-align: center;
  }
}
.multi-child_container {
  width: 100%;
}
@media (max-width: 992px) {
  .multi-child_container {
    table-layout: fixed;
    word-break: break-all;
  }
}
.multi-child_container td {
  display: table-cell !important;
}
.multi-child_container tr.colors_backgroundlight {
  background-color: #bfbfbf;
}
.multi-child_container tr.colors_backgroundlight td {
  color: #141414;
  line-height: 18px;
  padding: 12px 5px;
  text-align: center;
}
.multi-child_container tr.colors_backgroundlight td:nth-child(2) {
  text-align: left;
}
.multi-child_container tr:first-child td:nth-child(2) {
  text-align: center;
}
.multi-child_container tr:nth-child(2n+3) {
  background: #fff;
}
.multi-child_container tr:nth-child(2n) {
  background: #f9f9f9;
}
.multi-child_container tr:last-child td:last-child {
  text-align: right;
  font-weight: normal;
}
.multi-child_container tr:last-child td:last-child .vCSS_input_addtocart {
  margin-right: 0;
}
.multi-child_container td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 0 10px;
  line-height: 16px;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 479px) {
  .multi-child_container td {
    display: table-cell !important;
  }
}
.multi-child_container td:first-child {
  border-left: 1px solid #CCC;
}
.multi-child_container td:nth-child(2) {
  text-align: left;
}
.multi-child_container td:nth-child(3),
.multi-child_container td:nth-child(4) {
  color: #be1e2d;
}
.multi-child_container td:last-child {
  font-weight: bold;
  text-align: center;
}
.multi-child_container td:last-child b {
  font-weight: bold;
}
.multi-child_container td input {
  padding: 2px;
  margin: 5px 13px;
  width: auto;
}
@media (max-width: 479px) {
  .multi-child_container td input[type="text"] {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
}
.multi-child_container td input.vCSS_input_addtocart {
  padding: 15px 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
.multi-child_container .Multi-Child_Background b span {
  color: #be1e2d;
  display: block;
  text-align: center;
}
.small_heading {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
#options_table {
  width: 100%;
  margin-bottom: 30px;
}
#options_table input[type="radio"] {
  margin: 0 4px 4px;
}
#options_table tr td {
  vertical-align: top;
}
#options_table tr td .colors_productname {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-weight: bold;
  margin-bottom: 10px;
}
#options_table tr td .colors_productname + table {
  display: none;
}
#options_table tr td .colors_productname b {
  font-weight: bold !important;
}
#options_table tr:first-child td {
  padding: 0 0 5px;
  margin: 0 0 4px;
}
#options_table tr:first-child td b {
  font-weight: bold !important;
}
#options_table tr:first-child td table:last-child {
  display: none;
}
#options_table tr:first-child td[colspan="3"] {
  padding: 0;
  margin: 0;
}
#options_table tr:nth-child(2) td[align="right"],
#options_table tr:nth-child(2) td[colspan="2"] {
  width: 23%;
  text-align: left;
}
#options_table tr:nth-child(2) td font {
  font-size: 10px;
  line-height: 24px;
  color: #141414;
  font-family: Lato, sans-serif;
}
#options_table tr:nth-child(2) td font span {
  display: block;
}
#options_table tr:nth-child(2) td a .vCSS_img_swatch {
  width: 35px;
  height: 35px;
  margin: 0 3px 3px;
}
#options_table tr:nth-child(6) td[align="right"],
#options_table tr:nth-child(3) td[align="right"] {
  width: 18%;
}
#options_table tr:nth-child(6) td[colspan="3"],
#options_table tr:nth-child(3) td[colspan="3"] {
  width: 100%;
  display: block;
}
#options_table tr:nth-child(4) td[align="right"] {
  text-align: left;
}
#options_table tr:nth-child(4) td[colspan="3"] {
  width: 100%;
  display: block;
}
#options_table img.vCSS_img_line_group_features {
  display: none;
}
.product_on_sale #v65-product-parent .product_description_top .product_productprice {
  font-size: 20px;
  line-height: 22px;
  color: #343433;
  padding: 13px 0;
}
.product_on_sale #v65-product-parent .product_description_top .product_saleprice {
  color: #141414;
  font: 700 26px/28px 'Fjalla One', sans-serif;
}
.product_on_sale #v65-product-parent .product_description_top .product_saleprice span[itemprop="price"] {
  color: #be1e2d;
}
.product_on_sale #v65-product-parent .product_description_top *[itemprop="description"] {
  font: 15px/24px 'Lato', sans-serif;
  color: #141414;
}
/* current styles */
.vCSS_breadcrumb_td font.productnamecolorLARGE.colors_productname {
  background: url(../images/h1-bottom-border.gif) repeat-x 0 100%;
  padding-bottom: 10px;
  margin: 0 0;
  color: #141414;
  font-weight: bold;
  font-size: 34px;
  line-height: 44px;
  border: none;
  font-family: "Fjalla One", sans-serif;
}
.vCSS_breadcrumb_td font.productnamecolorLARGE.colors_productname:after {
  display: none;
}
.vCSS_breadcrumb_td {
  color: #343433;
}
.vCSS_breadcrumb_td a {
  color: #343433;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: none;
}
#Header_ProductDetail_ProductDetails_span {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  color: #343433;
  font-weight: 700;
}
#Header_ProductDetail_ProductDetails_span i.fa {
  display: none;
}
.additional-info-wrapper,
#customer_review_header,
.small_heading {
  display: block;
  width: 100%;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
  padding: 0 5px 5px;
  color: #141414;
  font-family: 'Fjalla One', sans-serif;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 100%;
  -webkit-background-size: 200px;
  background-size: 200px;
  border: none;
}
.additional-info-wrapper:after,
#customer_review_header:after {
  display: none;
}
@media (max-width: 767px) {
  .additional-info-wrapper,
  #customer_review_header,
  .small_heading {
    text-align: center;
  }
}
.additional-info-wrapper {
  display: inline-block;
  margin: 0 -10px -10px 0;
  position: relative;
}
@media (max-width: 992px) {
  .additional-info-wrapper {
    text-align: center;
    margin: 0 10px -35px;
    display: block;
    width: auto;
  }
}
.customer_review_container tr,
.customer_review_container td {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .product_description > tbody > tr > td > table:first-child tbody tr td table tr td {
    display: none;
    width: 100%;
  }
  .product_description > tbody > tr > td > table:first-child tbody tr td table tr td#Header_ProductDetail_ProductDetails,
  .product_description > tbody > tr > td > table:first-child tbody tr td table tr td#Header_ProductDetail_TechSpecs,
  .product_description > tbody > tr > td > table:first-child tbody tr td table tr td#Header_ProductDetail_ExtInfo {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  #qty_container {
    margin-left: 10px;
  }
}
.walnut_category_quick_preview_overlay {
  margin-top: -120px;
  cursor: pointer;
}
div.walnut_container {
  background: #fff;
  padding: 12px;
  width: 750px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.35);
}
div.walnut_container .walnut_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  padding-top: 0;
}
div.walnut_container .walnut_info,
div.walnut_container .walnut_photo {
  width: 50%;
}
div.walnut_container .walnut_large_photo {
  width: auto;
  height: auto;
}
div.walnut_container .walnut_small_photos {
  text-align: center;
}
div.walnut_container .walnut_small_photos_title {
  text-align: center;
  font-family: Lato, sans-serif;
  color: #141414;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}
div.walnut_container .walnut_sale_price_name {
  color: #000;
}
div.walnut_container .walnut_box1 {
  padding: 0;
}
div.walnut_container .walnut_box2 {
  width: auto;
  font-family: Lato, sans-serif;
  color: #141414;
  font-size: 15px;
  line-height: 24px;
}
div.walnut_container .walnut_box {
  border: none;
}
div.walnut_container .walnut_small_photo {
  float: none;
  display: inline-block;
}
div.walnut_container table.walnut_options_container td {
  font-family: Lato, sans-serif;
  color: #141414;
  font-size: 15px;
  line-height: 24px;
}
div.walnut_container table.walnut_options_container tr.walnut_qty_container {
  vertical-align: middle;
}
div.walnut_container table.walnut_options_container tr.walnut_qty_container td {
  vertical-align: middle;
}
div.walnut_container table.walnut_options_container .walnut_qty {
  margin-top: 15px;
  margin-right: 0 ;
}
div.walnut_container .walnut_name {
  padding-bottom: 5px;
  background-image: url(../images/h1-bottom-border.gif);
  background-position: 50% 100%;
  background-size: 200px;
  background-repeat: repeat-x;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  font-family: Lato, sans-serif;
  margin-top: 25px;
}
div.walnut_container .walnut_sale_price {
  margin-bottom: 8px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 26px;
  font-weight: 700;
}
div.walnut_container .walnut_price {
  margin-top: 13px;
  color: #343433;
  font-size: 20px;
  font-family: 'Fjalla One', sans-serif;
}
div.walnut_container .walnut_price .walnut_price_name {
  display: none;
}
div.walnut_container .walnut_sale_price_value {
  color: #be1e2d;
}
div.walnut_container .walnut_add_to_cart input {
  background: #be1e2d url(../images/ico-add.png) no-repeat 90% 50%;
  padding-right: 45px;
}
div.walnut_container .walnut_add_to_cart input:hover {
  background: #e0091d url(../images/ico-add-hover.png) no-repeat 90% 50%;
}
div.walnut_container .walnut_code {
  padding-top: 5px;
  color: #868686;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
}
div.walnut_container .walnut_options_heading {
  background: none;
  width: auto;
  height: auto;
}
div.walnut_container .walnut_options_heading:after {
  content: "Choose Your Options";
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #343433;
  background-image: url('../images/search-refinement-title-bkgrd.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
div.walnut_container .walnut_desc_title {
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #343433;
  background-image: url('../images/search-refinement-title-bkgrd.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  font-family: 'Fjalla One', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}
div.walnut_container .walnut_desc p {
  font-family: Lato, sans-serif;
  color: #141414;
  font-size: 15px;
  line-height: 24px;
  text-transform: none;
}
div.walnut_container .walnut_more_details a {
  color: #be1e2d;
  margin-top: 10px;
  float: right;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}
.product_listprice {
  margin-top: 10px;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #141414;
}
.product_listprice * {
  font-weight: normal;
}
.shipping_info_products .free_shipping_img img + p {
  display: none;
}
.product_description_top div[itemprop="offers"] {
  font: 13px/1.3 'Lato', sans-serif;
  color: #141414;
}
.colors_pricebox span[itemprop="description"] {
  font: 15px/1.3 'Lato', sans-serif;
  color: #141414;
}
@media (max-width: 766px) {
  #content_area #v65-product-parent .qty_container {
    text-align: left;
  }
}
@media (max-width: 766px) {
  #content_area #v65-product-parent .qty_container > tbody > tr > td {
    width: auto;
    display: inline-block;
    vertical-align: middle;
  }
}
div[itemtype$="/Product"] > table[width="100%"] {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  div[itemtype$="/Product"] > table[width="100%"] {
    max-width: 100%;
  }
}
div[itemtype$="/Product"] > table[width="100%"] td {
  font-size: 15px;
}
#v65-product-history-header {
  margin-top: 20px;
}
.customer_review_container br {
  display: none;
}
.review-btn {
  display: inline-block;
  background-color: #a0a0a0;
  color: #fff;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 13px;
  padding-right: 13px;
}
.review-btn:hover {
  background-color: #888;
  color: #fff;
  text-decoration: none;
}
.product_description .info-wrapper-frame {
  font-size: 15px;
  margin: 0;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product_description .info-wrapper-frame {
    text-align: center;
  }
}
#Header_ProductDetail_ExtInfo_span .additional-info-wrapper {
  color: #343433;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 22px;
  background: transparent;
  font-weight: normal;
}
#related_products_header {
  display: block;
  width: 100%;
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
  padding: 0 5px 3px;
  color: #141414;
  font-family: 'Fjalla One', sans-serif;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 100%;
  -webkit-background-size: 200px;
  background-size: 200px;
}
#related_products_header b {
  background: transparent;
  margin: 0;
  padding: 0;
}
#related_products_header > font.colors_productname > b {
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 479px) {
  #related_products_header > font.colors_productname > b {
    display: block;
    text-align: center;
  }
}
a.addthis_button_google_plusone {
  display: none !important;
}
/*
 *
 * Category Page
 *
 */
.category_container_outer,
.cat_description_container,
.v65-productDisplay {
  margin: 0 auto;
  max-width: 980px;
}
.cat_description_container img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 479px) {
  .cat_description_container h3 {
    text-align: center;
  }
}
.v65-productDisplay {
  text-align: center;
}
.v65-productDisplay div.v-product-grid .v-product {
  max-width: 180px;
}
.category_container {
  display: inline-block;
  width: 74%;
  margin: 0 auto;
}
.category_container h3 {
  margin-top: 0;
  font-size: 34px;
}
.category_container > tr,
.category_container > tbody {
  width: 100%;
  display: inline-block;
}
.category_container > tr > tr,
.category_container > tbody > tr,
.category_container > tr > td,
.category_container > tbody > td {
  width: 100%;
  display: inline-block;
}
.category_container > tr > tr > td,
.category_container > tbody > tr > td,
.category_container > tr > td > td,
.category_container > tbody > td > td {
  width: 100%;
  display: inline-block;
}
.breadcrumb_container {
  display: inline-block;
  vertical-align: top;
  width: 245px;
}
@media (max-width: 992px) {
  .breadcrumb_container {
    width: 97%;
    margin: 0 auto;
    clear: both;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .breadcrumb_container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .breadcrumb_container .breadcrum_table {
    width: 100%;
    padding: 10px 0 0;
  }
}
.breadcrumb_container h3 {
  font-size: 18px;
  border: none;
  line-height: 100%;
  display: block;
  margin: 10px 0;
  font-weight: 600;
  padding: 0;
}
.breadcrumb_container h3:after {
  border: none;
}
.breadcrumb_container tr,
.breadcrumb_container td {
  width: 100%;
  display: block;
  float: left;
}
.breadcrumb_container .subcategory-holder td a.subcategory_link {
  transition: all 150ms ease 0s;
  display: block;
  font-size: 15px;
  line-height: 18px;
  background: url(../images/subcategory-bullet.gif) no-repeat 0 50%;
  padding: 0 10px 0 15px;
  margin: 8px 0 8px 10px;
  color: #636363;
}
.breadcrumb_container .subcategory-holder td a.subcategory_link:hover {
  text-decoration: none;
  color: #000;
}
.breadcrumb_container .left_nav {
  margin: 10px 0 0;
}
.breadcrumb_container .left_nav > td {
  display: block;
}
.breadcrumb_container .left_nav > td > table {
  display: block;
  background: #212121;
  color: #f0f0f0;
  padding: 5px 10px ;
  width: 100% !important;
}
.breadcrumb_container .left_nav > td > table:last-child {
  background: #e2e2e2 url('../images/grunge-border-bottom.gif') repeat-x 50% 100%;
  color: #2a0000;
  padding-bottom: 15px;
}
.breadcrumb_container .left_nav > td > table:last-child table tr td,
.breadcrumb_container .left_nav > td + tr > table:last-child table tr td {
  display: block;
  float: left;
  width: 33.33%;
}
@media (max-width: 767px) {
  .breadcrumb_container .left_nav > td > table:last-child table tr td,
  .breadcrumb_container .left_nav > td + tr > table:last-child table tr td {
    width: 100%;
    margin: 0 auto;
  }
}
.breadcrumb_container .left_nav .productnamecolorLARGE.colors_productname {
  background: none;
  font-size: 18px;
  color: #be1e2d;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.breadcrumb_container .left_nav a {
  display: inline-block;
  font-size: 15px;
  margin: 7px 0;
}
.breadcrumb_container .left_nav img {
  display: none;
}
.breadcrumb_container a {
  color: #be1e2d;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  width: 100%;
  font-weight: 400;
}
.breadcrumb_container a:hover {
  color: #141414;
}
.filter_search_button button {
  background-color: transparent;
  border-radius: 1px;
  color: #be1e2d;
  padding: 0px 7px;
  display: inline-block;
  margin: 0 5px;
  font-size: 15px;
  top: 3px;
  position: relative;
}
.filter_search_button button:hover {
  color: #141414;
}
.next_page_img,
.previous_page_img {
  background-color: transparent;
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 13px;
}
.next_page_img:hover,
.previous_page_img:hover {
  color: #141414 !important;
}
.next_page_img {
  margin-top: 10px;
}
.page_toggle_container .next_page_img {
  margin-top: 0;
}
select#SortBy,
.results_per_page_select,
.sortby_container input[type="text"] {
  padding: 1px 0px;
  margin-bottom: 0;
}
.sortby_container input[type="text"] {
  text-align: center;
}
.sortby_container b {
  font-weight: 400;
}
.sortby_container select,
.sortby_container input,
.sortby_container select#SortBy,
.sortby_container select.results_per_page_select {
  color: #343433 !important;
}
@media (max-width: 479px) {
  .sortby_container td {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .breadcrumb_container {
    padding: 0;
  }
  .category_container {
    width: 100%;
  }
}
@media (max-width: 479px) {
  div.v-product-grid .v-product {
    display: block;
    margin: 0px auto;
    text-align: center;
  }
  .sortby_container td[valign="bottom"],
  .sortby_container td[align="right"] {
    display: block;
    text-align: center;
    margin: 5px auto;
  }
  .sortby_container td[valign="bottom"] > table,
  .sortby_container td[align="right"] > table {
    margin: 5px auto;
  }
  .category_container {
    display: table;
  }
  #content_area .sortby_container .results_per_page_select {
    margin: 20px auto;
    display: block;
  }
  .product_image_container td {
    text-align: center;
  }
}
.sortby_container #jmenuhide {
  display: inline-block;
}
.sortby_container #jmenuhide b {
  font-weight: 400;
}
.v-product__free-shipping,
.v-product__desc {
  display: none;
}
@media (max-width: 479px) {
  div.v-product-grid .v-product + .v-product {
    border-top: 1px solid #F0F0F0;
    max-width: 100%;
  }
  div.v-product-grid .v-product .v-product__title,
  div.v-product-grid .v-product .product_productprice {
    max-width: 180px;
    margin: 0 auto;
  }
}
#additionalsearch {
  border: 1px solid #aaa;
  border-radius: 0;
  color: #333;
  width: 165px;
  margin: 0 8px;
  float: left;
  height: 31px;
  padding: 5px 12px;
  text-align: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  top: 5px;
  position: relative;
}
#additionalsearch:focus {
  border-color: #000;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
.v-product .product_productprice,
.v-product .colors_productprice {
  color: #141414;
  font-family: 'Fjalla One', sans-serif;
}
.v-product .product_productprice .our_price,
.v-product .colors_productprice .our_price {
  color: #be1e2d;
  font-family: 'Fjalla One', sans-serif;
}
/* current styles */
div.sitewide_banner {
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  background: #e2e2e2 url(../images/grunge-border-bottom.gif);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 400px;
  background-size: 400px;
  position: relative;
  z-index: 2;
}
div.sitewide_banner span {
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
div.sitewide_banner span:hover {
  color: #be1e2d;
}
div.sitewide_banner span a {
  color: #be1e2d;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-left: 5px;
  position: relative;
  bottom: 4px;
}
div.sitewide_banner span a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  div.sitewide_banner span a {
    display: block;
  }
}
table.breadcrumb_container {
  width: 100%;
  color: #343433;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 10px 0;
  line-height: 24px;
}
@media (max-width: 992px) {
  table.breadcrumb_container {
    width: 97%;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 767px) {
  table.breadcrumb_container {
    padding: 0;
    width: 100%;
  }
}
table.breadcrumb_container tbody {
  display: block;
  overflow: hidden;
}
table.breadcrumb_container a {
  color: #343433;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: none;
}
table.category_container {
  width: 100%;
  display: block;
}
@media (max-width: 1040px) {
  table.category_container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  table.category_container {
    padding: 0;
  }
}
table.category_container td {
  background: none !important;
}
table.category_container .v65-productDisplay div.v-product-grid div.v-product {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 22px;
}
#content_area input.next_page_img,
#content_area input.previous_page_img {
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px 16px 3px 6px;
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
  border-radius: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  color: #141414;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  min-width: 75px;
  background: #e2e2e2 url(../images/buttons/next-arrow.png) no-repeat 90% 50%;
}
@media (max-width: 992px) {
  #content_area input.next_page_img,
  #content_area input.previous_page_img {
    display: block;
    position: absolute;
    top: 42px;
    bottom: 23px;
    padding-bottom: 0 !important;
    right: 4px;
    padding: 0 16px 0 6px;
  }
}
@media (max-width: 479px) {
  #content_area input.next_page_img,
  #content_area input.previous_page_img {
    position: static;
    top: auto;
    bottom: -30px;
    margin: 0 auto;
  }
}
#content_area input.next_page_img:hover,
#content_area input.previous_page_img:hover {
  border-color: #dadada;
  background-color: #ececec;
  color: #000;
}
#content_area input.next_page_img:active,
#content_area input.previous_page_img:active {
  background-color: #e2e2e2;
}
#content_area input.previous_page_img {
  background: #e2e2e2 url(../images/buttons/prev-arrow.png) no-repeat 6px 50%;
  padding: 3px 6px 3px 16px;
}
@media (max-width: 992px) {
  #content_area input.previous_page_img {
    right: 78px;
    padding: 0 6px 0 16px;
  }
}
.page_toggle_container {
  position: relative;
  margin: 0 0 10px;
}
.sortby_container {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 25px;
  font-size: 15px;
  color: #141414;
  position: relative;
}
.sortby_container .filter_search_button {
  vertical-align: top;
}
.sortby_container .filter_search_button button {
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px 6px;
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
  color: #141414;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  min-height: 31px;
  min-width: 24px;
  top: 5px;
  line-height: 15px;
  text-indent: -9999px;
  overflow: hidden;
  background: #e2e2e2 url(../images/buttons/next-arrow.png) no-repeat 50% 50%;
}
.sortby_container input[type="text"] {
  width: 41px;
  height: 31px;
  margin-right: 15px;
  padding: 5px 12px;
  border: 1px solid #aaa;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sortby_container input[type="text"]:focus {
  border-color: #000 !important;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5);
}
#content_area table[width] select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
  padding: 8px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  border: 1px solid #ccc;
  max-width: 160px;
}
.cat_description_container h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 34px;
  line-height: 44px;
  text-align: left;
  border: none;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 100%;
  -webkit-background-size: 200px;
  background-size: 200px;
}
.cat_description_container h1:after {
  display: none;
}
@media (max-width: 767px) {
  .cat_description_container h1 {
    padding: 0 0 5px;
    font-size: 32px;
    text-align: center;
    line-height: 36px;
    margin: 10px 0;
  }
}
@media (max-width: 1040px) {
  form#MainForm > input[name="Cat"] + table td[valign="bottom"][rowspan="2"] {
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  form#MainForm > input[name="Cat"] + table td[valign="bottom"][rowspan="2"] {
    width: 50%;
    display: block;
    float: left;
  }
}
@media (max-width: 479px) {
  form#MainForm > input[name="Cat"] + table td[valign="bottom"][rowspan="2"] {
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  form#MainForm > input[name="Cat"] + table td[valign="bottom"][rowspan="2"] table[width="250"] tr > td {
    display: block;
    float: left;
    width: auto !important;
  }
}
@media (max-width: 479px) {
  form#MainForm > input[name="Cat"] + table td[valign="bottom"][rowspan="2"] table[width="250"] tr > td {
    display: inline-block;
    float: none !important;
    text-align: center;
  }
}
@media (max-width: 992px) {
  form#MainForm > input[name="Cat"] + table td[valign="bottom"][rowspan="2"] table[width="250"] tr > td.filter_search_button {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 1040px) {
  form#MainForm > input[name="Cat"] + table td[align="right"] {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  form#MainForm > input[name="Cat"] + table td[align="right"] {
    width: 50%;
    display: block;
    float: left;
  }
}
@media (max-width: 479px) {
  form#MainForm > input[name="Cat"] + table td[align="right"] {
    float: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content_area .results_per_page_select {
    max-width: 105px;
  }
}
#content_area .results_per_page_select + nobr {
  vertical-align: top;
  padding-left: 5px;
}
.category_container .sortby_container + table + .page_toggle_container tr:first-child {
  display: none;
}
.TurnHistoryOnOffButton {
  white-space: nowrap;
}
.subcategory-holder table {
  width: 100%;
  margin: 0;
}
.subcategory-holder img {
  display: none;
}
.subcategory-holder > td > table {
  background: #e2e2e2;
}
.subcategory-holder > td > table:first-child {
  background: #000;
  color: #fff;
  width: 100%;
}
.subcategory-holder > td > table:first-child td {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 24px;
  font-family: Lato, sans-serif;
}
.subcategory-holder > td > table:first-child td:last-child[align="right"] {
  display: none;
}
.subcategory-holder > td > table:first-child tr:last-child {
  display: none;
}
.subcategory-holder > td > table:last-child tr td tr td {
  display: table-cell;
  width: 33.3333%;
}
@media (max-width: 767px) {
  .subcategory-holder > td > table:last-child tr td tr td {
    display: block;
    width: 100%;
  }
}
/*
 *
 * Article Styles
 *
 */
.article_text {
  max-width: 980px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}
.article_text h1 {
  line-height: 44px;
}
.article_text img {
  margin: 0 10px 10px;
}
.article_text p {
  max-width: 100%;
}
.article_text p.bold_text {
  font-weight: 700;
}
/*
*
* Cart Page
*
*/
#content_area {
  padding-left: 0 !important;
}
#content_area table#v65-onepage-ContentTable td#v65-onepage-newsletter-parent {
  display: table;
}
#content_area table#v65-onepage-ContentTable td#v65-onepage-newsletter-parent td {
  display: table-cell;
  text-align: left;
}
#div_articleid_64 {
  margin-top: 15px;
}
@media (max-width: 992px) {
  #div_articleid_64 {
    padding: 0 15px;
  }
}
.cart_container,
#v65-cart-moreItems,
div#v65-cart-breadcrumb {
  max-width: 980px;
  margin: 0px auto;
  font-family: 'Lato', sans-serif;
}
.cart_container td[align="center"] > br {
  display: none;
}
.cart_container .v65-productDisplay-cell.v65-productDetailInfo a span {
  display: inline-block;
  padding: 5px 15px;
}
#v65-onepage-img-container {
  margin: 0 auto;
  text-align: center;
}
#v65-cart-moreItems {
  margin-top: 15px;
}
div#v65-cart-breadcrumb {
  display: block;
  text-indent: 0;
}
h2.v65-your-cart-title {
  margin: 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  background-position: 50% 100%;
  background-size: 200px;
  background-repeat: repeat-x;
  font-family: 'Fjalla One', sans-serif;
  font-size: 34px;
  line-height: 44px;
  text-align: left;
  background-image: url(../images/h1-bottom-border.gif);
}
.btn_checkout_login,
.btn_checkout_guest,
form#v65-onepage-CheckoutForm #btnSubmitOrder {
  text-transform: uppercase;
}
.btn_checkout_guest {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.btn_checkout_guest:active,
.btn_checkout_guest:hover {
  border: none !important;
  padding-bottom: 11px !important;
  border-bottom: 4px solid #000 !important;
}
.btn_checkout_guest:focus {
  border: none !important;
  box-shadow: none !important;
}
#btnRecalculate,
#v65-cart-coupon-entry-details-button,
.v65-cart-item-remove-link .remove_from_cart,
#cart_continueshop a {
  background-color: #fff;
  padding: 3px 12px !important;
}
#btnRecalculate:hover {
  color: #141414 !important;
}
#v65-cart-coupon-entry-details-button:hover {
  color: #141414 !important;
}
.v65-cart-item-remove-link .remove_from_cart {
  border-radius: 15px;
  line-height: 19px;
  padding: 3px 8px !important;
  text-align: center;
  display: inline-block;
  max-width: 30px;
  background: #ebebeb;
  border: 1px solid #919191;
  margin: 0 8px;
  color: #be1e2d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.v65-cart-item-remove-link .remove_from_cart:hover {
  background-color: #c4c4c4;
  color: #343433;
}
.v65-cart-item-remove-link .remove_from_cart_text {
  display: none;
}
@media (max-width: 479px) {
  .v65-cart-item-remove-link .remove_from_cart_text {
    display: block;
  }
}
#cart_continueshop a:hover {
  color: #141414 !important;
}
#cart_continueshop .fa {
  margin-right: 5px;
}
#cart_secure {
  float: right;
  width: 150px;
  display: inline-block;
}
#cart_continueshop {
  display: inline-block;
}
@media (max-width: 479px) {
  #cart_secure {
    float: none;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
  #cart_continueshop {
    display: block;
    text-align: center;
  }
}
#v65-cart-table {
  width: 100% !important;
}
#v65-cart-table tr.v65-cart-details-row:first-child > .v65-divider-hr-cell {
  display: none;
}
#v65-cart-table input {
  padding: 3px 0px;
}
#v65-cart-table #v65-coupon-table-row input {
  padding: 3px 12px;
}
#v65-cart-table select {
  padding: 3px 12px;
}
#v65-cart-table td[width="70"] div[align="right"] .carttext.colors_text {
  position: relative;
}
@media (max-width: 767px) {
  #v65-cart-table td[width="70"] div[align="right"] .carttext.colors_text:before {
    position: relative;
    content: "Each:";
    color: #6d6d6d;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
  }
}
#v65-cart-table table[width="145"] td[width="135"] div[align="right"] .carttext.colors_text {
  position: relative;
}
@media (max-width: 767px) {
  #v65-cart-table table[width="145"] td[width="135"] div[align="right"] .carttext.colors_text:before {
    position: relative;
    content: "Total:";
    color: #6d6d6d;
    text-align: left;
    font-size: 15px;
    line-height: 24px;
  }
}
#v65-cart-table table[width="75"] {
  width: 100%;
}
table#cart-top-rule {
  border: none;
}
tr#cart-header {
  background-color: #212121;
  font-family: 'Lato', sans-serif;
}
tr#cart-header .v65-cart-header-cell font {
  padding: 5px;
  color: #fff !important;
  display: block;
}
@media (max-width: 767px) {
  tr#cart-header {
    display: none !important;
  }
}
table#v65-cart-table .v65-item-zebra {
  background-color: #F5F5F5;
  font-family: 'Lato', sans-serif;
}
.v65-cart-details-row {
  background-color: #fafafa;
  font-family: 'Lato', sans-serif;
}
.v65-cart-details-row input.v65-cart-details-row input[type="text"],
.v65-cart-details-row input .v65-cart-details-row input[type="password"] {
  padding: 0;
  border-radius: 3px;
  border: 1px solid #be1e2d;
  color: #be1e2d;
  font-family: 'Fjalla One', sans-serif;
}
.v65-cart-details-row .carttext.colors_text b {
  font-weight: 400;
}
.v65-cart-details-row .v65-cart-details-text a {
  color: #141414;
  font-size: 15px !important;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
}
.v65-cart-details-row .v65-cart-details-text a:last-child b {
  font-weight: 400;
}
.v65-cart-details-row .v65-cart-details-text a:last-child.v65-cart-item-remove-link {
  display: block;
  text-transform: uppercase;
}
.v65-cart-details-row input[type="text"],
.v65-cart-details-row input[type="password"] {
  padding: 8px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #content_area #v65-cart-table > tbody > tr {
    overflow: visible;
    display: block;
    float: left;
    width: 100%;
    border: 0px none;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-details-row > td {
    display: block;
    float: left;
    text-align: center !important;
    width: 100%;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-details-row > td > table {
    margin: 0 auto;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-details-row > td > table font {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #content_area #v65-cart-table > tbody > tr .v65-cart-item-remove-link {
    margin: 0px auto 10px;
  }
  #content_area #v65-cart-table > tbody > tr#v65-empty-cart-row {
    display: none;
  }
  #content_area #v65-cart-table > tbody > tr#v65-coupon-table-row {
    text-align: center;
  }
  #content_area #v65-cart-table > tbody > tr#v65-coupon-table-row > td {
    display: inline-block;
    margin: 0 auto;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container {
    width: 100%;
    display: inline-block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tbody,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tr {
    width: 100%;
    display: inline-block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tbody > tr,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tr > tr,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tbody > td,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tr > td {
    width: 100%;
    display: inline-block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tbody > tr > td,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tr > tr > td,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tbody > td > td,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper > tr > td > td {
    width: 100%;
    display: inline-block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details {
    width: 100%;
    display: inline-block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details > tbody,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details > tr {
    width: 100%;
    display: inline-block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details > tbody > tr,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details > tr > tr {
    width: 100%;
    display: inline-block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details tr:first-child td,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details #ShipState_Row td {
    display: inline-block;
    float: left;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details tr:first-child td:first-child,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details #ShipState_Row td:first-child {
    width: 14% !important;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details tr:first-child td:last-child,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details #ShipState_Row td:last-child {
    width: 100% !important;
    float: none;
    display: block;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details tr:first-child td:last-child select,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details #ShipState_Row td:last-child select {
    width: 100% !important;
    max-width: inherit;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-tax-row,
  #content_area #v65-cart-table > tbody > tr.v65-cart-total-estimate-row {
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details tr:first-child td:first-child,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details #ShipState_Row td:first-child {
    width: 24% !important;
  }
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details tr:first-child td:last-child,
  #content_area #v65-cart-table > tbody > tr.v65-cart-shipping-details-row #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper #v65-cart-shipping-details #ShipState_Row td:last-child {
    width: 100% !important;
  }
}
.v65-cart-shipping-details-row tr:nth-child(4) nobr {
  float: left;
}
.v65-cart-shipping-details-row tr:nth-child(4) nobr img {
  display: none;
}
.v65-cart-shipping-details-row #v65-cart-shipping-details-container {
  background: #F5F5F5;
  margin-bottom: 15px;
}
#v65-cart-shipping-details-label,
table#v65-cart-shipping-details-wrapper {
  display: block;
  float: none;
}
#v65-cart-shipping-details-label small,
table#v65-cart-shipping-details-wrapper small {
  margin-left: 5px;
}
table#v65-cart-shipping-details .v65-cart-shipping-details-input-cell select,
table#v65-cart-shipping-details .v65-cart-shipping-details-input-cell input {
  width: 200px;
}
table#v65-cart-shipping-details #v65-cart-shipping-addresstype select,
table#v65-cart-shipping-details #v65-cart-shipping-addresstype input {
  width: 15px;
}
table#v65-cart-shipping-details input {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  margin-right: 4px;
  margin-left: 4px;
  color: #141414;
  background: #e2e2e2;
  padding: 3px 6px;
  -webkit-transition-property: all;
  transition-property: all;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 24px;
}
table#v65-cart-shipping-details input:hover {
  border-color: #dadada;
  background-color: #ececec;
  color: #000;
  text-decoration: none;
}
table#v65-cart-shipping-details input#v65-shipping-postcode {
  height: 29px;
  margin-right: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid #aaa;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #fff;
}
table#v65-cart-shipping-details input#v65-shipping-postcode:focus {
  border-color: #000 !important;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5) !important;
}
#v65-cart-total-estimate,
.v65-cart-subtotal-parent-cell > table,
.v65-cart-tax-parent-cell > table {
  text-align: right;
  width: 100%;
  float: none !important;
}
.v65-cart-tax-parent-cell {
  margin-top: 15px;
  display: block;
}
.colors_productprice {
  color: #141414;
}
.product_saleprice {
  color: #be1e2d;
}
.product_saleprice span {
  color: #141414;
}
#v65-cart-total-estimate-cell .pricecolor.colors_productprice {
  margin-top: 15px;
  display: inline-block;
}
td.v65-divider-hr-cell {
  border-color: #be1e2d;
}
td#v65-cart-show-giftoptions-cell {
  background: transparent !important;
}
.v65-cart-tax-row b {
  font-weight: 400;
}
@media (max-width: 767px) {
  .v65-cart-tax-row td {
    display: inline-block;
  }
  .v65-cart-tax-row .v65-cart-tax-parent-cell .v65-cart-tax-cell {
    margin-top: 10px;
  }
}
table#v65-cart-checkout-table {
  width: auto;
}
table#v65-cart-checkout-table tr {
  display: none;
}
table#v65-cart-checkout-table tr:last-child {
  display: block;
}
table#v65-cart-checkout-table #v65-checkout-button-row #v65-checkout-guest-cell {
  float: right;
}
@media (max-width: 1040px) {
  table#v65-cart-checkout-table #v65-checkout-button-row #v65-checkout-guest-cell {
    padding-right: 15px;
  }
}
table#v65-cart-checkout-table .btn_checkout_guest {
  position: relative;
  margin-top: 15px;
}
table#v65-cart-checkout-table .v65-checkout-details-row {
  position: relative;
  display: none;
}
#v65-checkout-form-table tr {
  display: none;
}
#v65-checkout-form-table tr:last-child {
  display: block;
}
#v65-checkout-form-forgotpassword-cell {
  margin-top: 15px;
  display: block;
}
#v65-checkout-form-forgotpassword-cell a {
  position: relative;
  float: left;
  top: -56px;
}
#v65-checkout-form-forgotpassword-cell .btn_checkout_hidden {
  position: relative;
  display: block;
  top: 15px;
}
#v65-cart-coupon-entry-details-div {
  font-size: 14px;
}
@media (max-width: 767px) {
  #v65-cart-total-estimate-cell,
  .v65-cart-tax-cell {
    text-align: right;
  }
}
#v65-shipping-postcode:focus {
  border-color: #f38230 !important;
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.5) !important;
  outline: none;
}
/*
*
* Checkout Page
*
*/
#v65-onepage-breadcrumb-image {
  display: none;
}
form#v65-onepage-CheckoutForm {
  max-width: 980px;
  display: block;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  form#v65-onepage-CheckoutForm {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 766px) {
  form#v65-onepage-CheckoutForm {
    padding-left: 0;
    padding-right: 0;
  }
}
form#v65-onepage-CheckoutForm #v65-onepage-header {
  color: #212121;
}
form#v65-onepage-CheckoutForm #v65-onepage-header span {
  display: inline-block;
  margin-left: 20px;
  font-weight: 700;
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
form#v65-onepage-CheckoutForm #v65-onepage-header span a {
  text-decoration: underline;
}
form#v65-onepage-CheckoutForm #v65-onepage-header span a:hover {
  color: #212121;
  cursor: pointer;
}
form#v65-onepage-CheckoutForm #v65-onepage-ContentTable {
  width: 53%;
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 {
  width: 33.3%;
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 #span_Shopping_Cart_UnEditable * {
  color: #212121 !important;
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 #v65-onepage-ShippingCostDetails tr * {
  color: #141414;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 #v65-onepage-ShippingCostDetails tr * b {
  font-weight: 400 !important;
}
@media (max-width: 766px) {
  form#v65-onepage-CheckoutForm #table_checkout_cart0 #v65-onepage-ShippingCostDetails tr * {
    text-align: right;
  }
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 #v65-onepage-ShippingCostDetails tr#v65-onepage-ShippingCostTotalRow * {
  color: #141414;
}
form#v65-onepage-CheckoutForm #TotalsTotalTD {
  font-size: 23px;
  font-weight: 400 !important;
}
form#v65-onepage-CheckoutForm #div_articleid_116 input,
form#v65-onepage-CheckoutForm #div_articleid_116 select {
  background-color: transparent;
}
form#v65-onepage-CheckoutForm #div_articleid_116 h3 {
  padding: 0;
}
form#v65-onepage-CheckoutForm #div_articleid_116 h3:after {
  left: 14%;
}
form#v65-onepage-CheckoutForm .v65-onepage-headerShort {
  width: 100%;
}
form#v65-onepage-CheckoutForm .v65-onepage-headerShort h3 {
  margin: 6px 0;
  font-size: 22px;
}
form#v65-onepage-CheckoutForm .v65-onepage-headerShort h3:first-child {
  margin-top: 0;
}
form#v65-onepage-CheckoutForm input,
form#v65-onepage-CheckoutForm select {
  border-radius: 3px;
}
form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing #v65-onepage-newsletter-parent #v65-onepage-newsletter-text-cell {
  padding-left: 7px;
  line-height: 20px;
}
form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing #v65-onepage-newsletter-checkbox {
  width: auto !important;
}
form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing div {
  text-align: left;
}
form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing input {
  width: 96% !important;
  margin: 5px 2%;
  border-radius: 5px;
}
@media (max-width: 767px) {
  form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing input {
    width: 100% !important;
    margin: 5px 0;
  }
}
form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing select {
  width: 96% !important;
  margin: 5px 0;
}
@media (max-width: 767px) {
  form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing select {
    width: 100% !important;
    max-width: 100%;
    margin: 5px 0;
  }
}
form#v65-onepage-CheckoutForm #btnSubmitOrder {
  font-size: 18px;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
form#v65-onepage-CheckoutForm #btnSubmitOrder .v-form__button-img {
  display: none;
}
form#v65-onepage-CheckoutForm #v65-onepage-ordersummary-items {
  margin: 0;
  width: 100% !important;
}
form#v65-onepage-CheckoutForm #TotalsDivContainer {
  width: 98%;
  margin: 0 1%;
}
form#v65-onepage-CheckoutForm #TotalsDivContainer #v65-onepage-ShippingCostDetails td {
  padding-right: 5px;
}
form#v65-onepage-CheckoutForm #TotalsDivContainer #v65-onepage-ShippingCostDetails tr {
  margin: 0 10px;
}
form#v65-onepage-CheckoutForm #TotalsDivContainer #v65-onepage-ShippingCostDetails tr#v65-onepage-ShippingCostTotalRow {
  background-color: #fff;
}
form#v65-onepage-CheckoutForm #span_paymentfields_credit_card select {
  width: 47%;
  margin: 5px 0;
}
@media (max-width: 766px) {
  form#v65-onepage-CheckoutForm #span_paymentfields_credit_card select {
    width: 100%;
    max-width: 100%;
  }
}
form#v65-onepage-CheckoutForm #span_paymentfields_credit_card input:not([type=checkbox]) {
  background-color: #fff;
  border-color: #aaa;
  border-radius: 0;
  margin: 5px 15px 5px 0;
  width: 96%;
  height: 29px;
}
form#v65-onepage-CheckoutForm #span_paymentfields_credit_card input:not([type=checkbox]):focus {
  border-color: #000;
}
form#v65-onepage-CheckoutForm #span_paymentfields_credit_card tr:last-child td input[type="checkbox"] {
  display: inline;
  margin: 0 3px 0 0;
  width: auto;
}
form#v65-onepage-CheckoutForm #span_paymentfields_credit_card .v65-payment-details-label-cell b {
  font-weight: 400;
}
form#v65-onepage-CheckoutForm #span_paymentfields_credit_card .v65-payment-details-value-cell > table {
  width: 100%;
}
form#v65-onepage-CheckoutForm #span_paymentfields_credit_card .v65-payment-details-value-cell > table td {
  width: 100%;
}
form#v65-onepage-CheckoutForm #CalcShippingDiv input {
  padding: 5px 10px;
  font-size: 14px !important;
}
form#v65-onepage-CheckoutForm #CalcShippingDiv input:hover {
  color: #141414 !important;
}
form#v65-onepage-CheckoutForm #savedPayment {
  width: 100%;
}
form#v65-onepage-CheckoutForm #savedPayment .v65-payment-details-label-cell {
  width: 24% !important;
}
@media (max-width: 480px) {
  form#v65-onepage-CheckoutForm #savedPayment .v65-payment-details-label-cell {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  form#v65-onepage-CheckoutForm #savedPayment select {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  form#v65-onepage-CheckoutForm #table_checkout_cart0 {
    width: 40%;
  }
}
@media (max-width: 766px) {
  form#v65-onepage-CheckoutForm #v65-onepage-ContentTable {
    width: 97%;
  }
  form#v65-onepage-CheckoutForm #table_checkout_cart0 {
    width: 97%;
    margin: 0;
    float: left;
  }
  form#v65-onepage-CheckoutForm #v65-onepage-ordersummary-items {
    width: 95% !important;
  }
}
div#v65-onepage-cartsummary-header {
  color: #F0F0F0;
  background-color: #343433;
  font-family: 'Lato', sans-serif;
  height: auto;
  padding: 6px 10px;
}
div#v65-onepage-cartsummary-header #v65-onepage-cartsummary-label {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  font-family: 'Fjalla One', sans-serif;
}
div#v65-onepage-cartsummary-header a#v65-onepage-editcart {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}
div#v65-onepage-cartsummary-header a#v65-onepage-editcart:hover {
  text-decoration: underline;
}
#v65-onepage-ordercomments-value {
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
}
#v65-onepage-ordercomments-value textarea {
  text-align: left;
}
#v65-onepage-ordersummary-header-row .v65-onepage-ordersummary-header {
  font-weight: 400 !important;
}
#v65-onepage-ordersummary-header-row .v65-onepage-ordersummary-itemqty {
  font-weight: 400 !important;
}
#v65-onepage-ordersummary-header-row .v65-onepage-ordersummary-itemtotal {
  font-weight: 400 !important;
}
#v65-cart-empty-details-cell span {
  display: inline-block;
}
#v65-cart-empty-details-cell span:last-child a:hover {
  text-decoration: underline;
}
#div_articleid_119 {
  padding-right: 85px;
}
@media (max-width: 1040px) {
  #div_articleid_118 {
    padding-right: 15px;
  }
}
#v65-cart-checkout-header-row {
  display: none;
}
#v65-cart-checkout-header-row td:first-child {
  width: auto;
}
#v65-cart-checkout-header-row h3 {
  font-size: 22px;
}
#v65-cart-checkout-header-row img {
  display: none;
}
#v65-empty-cart-row {
  display: none;
}
#v65-onepage-payment-details-parent-row td[colspan="2"] .cart_secure_container,
#div_articleid_115 .cart_secure_container {
  overflow: hidden;
  border-top: 1px solid #F0F0F0;
  background: #fff;
  padding-bottom: 25px;
  padding-top: 20px;
}
#v65-onepage-payment-details-parent-row td[colspan="2"] .cart_secure_container #cart_secure,
#div_articleid_115 .cart_secure_container #cart_secure {
  float: none;
  display: block;
  margin: 0 auto;
}
#v65-cart-breadcrumb-image {
  display: none;
}
#v65-cart-shipping-details-container #v65-cart-shipping-details td,
#v65-cart-shipping-details-container #v65-cart-shipping-details span {
  color: #212121 !important;
}
#v65-cart-total-estimate-parent-cell #v65-cart-total-estimate-cell font {
  margin: 0;
}
#v65-cart-total-estimate-parent-cell #v65-cart-total-estimate-cell font b {
  font-weight: 400;
  font-size: 24px;
  font-family: 'Fjalla One', sans-serif;
  color: #be1e2d;
}
@media (min-width: 992px) {
  form#v65-onepage-CheckoutForm h3 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #v65-cart-checkout-parent form {
    text-align: center;
  }
  #v65-cart-checkout-parent #v65-cart-checkout-table {
    margin: 0px auto;
  }
  #content_area #v65-onepage-Billing,
  #content_area #v65-onepage-registration,
  #content_area #ShipToSelectTable,
  #content_area #savedPayment,
  #content_area #span_paymentfields_credit_card {
    width: 96% !important;
    margin: 0 2%;
  }
}
@media (max-width: 479px) {
  #v65-cart-table .v65-cart-tax-row .v65-cart-tax-parent-cell {
    width: 85%;
  }
  #v65-cart-table #v65-cart-total-estimate-parent-cell {
    width: 91%;
  }
  #v65-onepage-registrationpassword-confirm-cell {
    text-align: left;
  }
  form#v65-onepage-CheckoutForm #v65-onepage-Detail h3 {
    text-align: left;
    padding: 0 5px;
  }
  h2.v65-your-cart-title {
    margin-top: 15px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.checkout_info_container {
  width: 100% !important;
  max-width: 450px;
}
#ship-to-options-table img[src="v/vspfiles/templates/RVSD/images/clear1x1.gif"] {
  display: none;
}
.clickable {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}
.clickable:hover {
  color: #212121;
}
.loggedInCustomer .login_section_toggle {
  display: none !important;
}
a.btn {
  color: #fff;
}
#login_modal input[name="email"],
#login_modal input[type="text"],
#login_modal input[type="password"] {
  padding: 3px 12px;
}
#v65-onepage-Shipping {
  display: block !important;
}
#v65-onepage-Shipping tbody,
#v65-onepage-Shipping tr {
  display: block;
  width: 100%;
}
#v65-onepage-Shipping .v65-onepage-shipping-value-cell select {
  width: 100%;
  max-width: 100%;
}
/* current styles */
#v65-cart-moreItems .btn-continueshopping {
  background-image: url(../images/buttons/prev-arrow.png);
  background-position: 6px 50%;
  background-repeat: no-repeat;
  padding: 6px 15px 6px 18px;
  margin: 0 0 20px;
  display: inline-block;
  vertical-align: top;
}
#v65-cart-moreItems .btn-continueshopping:hover {
  border-color: #dadada;
  background-color: #ececec;
  color: #000;
  text-decoration: none;
}
#v65-onepage-CheckoutForm #v65-onepage-header {
  margin-top: 13px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 10px;
  font-size: 34px;
  line-height: 44px;
  text-align: left;
  border: none;
  background: url(../images/h1-bottom-border.gif) repeat-x 50% 100%;
  -webkit-background-size: 200px;
  background-size: 200px;
  color: #141414;
}
@media (max-width: 767px) {
  #v65-onepage-CheckoutForm #v65-onepage-header {
    padding: 0 0 5px 10px;
    font-size: 32px;
    line-height: 36px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  #v65-onepage-CheckoutForm #v65-onepage-header {
    padding: 0 0 20px;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin: 10px 0;
  }
}
form#v65-onepage-CheckoutForm #v65-onepage-header span.login_section_toggle {
  font: 700 15px/24px Arial, sans-serif;
  color: #141414;
  margin-left: 15px;
}
@media (max-width: 480px) {
  form#v65-onepage-CheckoutForm #v65-onepage-header span.login_section_toggle {
    font-size: 13px;
    margin-left: 0;
  }
}
form#v65-onepage-CheckoutForm #v65-onepage-header span.login_section_toggle .clickable {
  text-decoration: none;
}
form#v65-onepage-CheckoutForm #v65-onepage-header span.login_section_toggle .clickable:hover {
  text-decoration: underline;
}
form#v65-onepage-CheckoutForm .v65-onepage-headerShort {
  background-color: #f0f0f0;
  margin-bottom: 0;
  position: relative;
  padding: 7px;
}
form#v65-onepage-CheckoutForm .v65-onepage-headerShort h3 {
  margin-bottom: 0;
}
form#v65-onepage-CheckoutForm #v65-onepage-ContentTable {
  width: 58%;
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 {
  margin-top: 24px;
  background-color: #f0f0f0;
}
form#v65-onepage-CheckoutForm #btnSubmitOrder {
  float: none;
  width: 176px;
  display: block;
  margin: 0 auto 30px;
}
#v65-onepage-Billing > tbody > tr td:first-child,
#v65-onepage-registrationpassword-cell {
  width: 24%;
  vertical-align: top;
}
.new_back_btn {
  text-align: right;
}
.new_back_btn .checkout-next-button {
  display: inline-block;
  background-color: #616161;
  color: #fff;
  margin-right: 15px;
  margin-top: 5px;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30%;
}
.new_back_btn .checkout-next-button:hover {
  background-color: #424242;
}
@media (max-width: 766px) {
  .new_back_btn .checkout-next-button {
    width: 100%;
  }
}
#content_area #v65-onepage-ContentTable td.checkout-next-button-holder {
  width: 100%;
  text-align: right !important;
  padding-bottom: 15px;
}
#content_area #v65-onepage-ContentTable td.checkout-next-button-holder a.checkout-next-button {
  display: inline-block;
  background-color: #616161;
  color: #fff;
  margin-right: 15px;
  margin-top: 5px;
  padding: 6px 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 30%;
}
#content_area #v65-onepage-ContentTable td.checkout-next-button-holder a.checkout-next-button:hover {
  background-color: #424242;
}
@media (max-width: 766px) {
  #content_area #v65-onepage-ContentTable td.checkout-next-button-holder a.checkout-next-button {
    width: 100%;
  }
}
#content_area #v65-onepage-ContentTable #v65-onepage-ShippingCost td.checkout-next-button-holder {
  padding-right: 10px;
  padding-left: 10px;
}
form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing input:not([type=checkbox]) {
  margin: 5px 15px 5px 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 0;
}
form#v65-onepage-CheckoutForm #v65-onepage-BillingParent #v65-onepage-Billing input:not([type=checkbox]):focus {
  border-color: #000;
}
form#v65-onepage-CheckoutForm #v65-onepage-registrationpassword-cell {
  width: 24%;
}
form#v65-onepage-CheckoutForm #v65-onepage-registration {
  margin-top: 8px;
}
form#v65-onepage-CheckoutForm #v65-onepage-registration input {
  width: 96%;
  border-radius: 0;
  border-color: #aaa;
  background-color: #fff;
  margin: 5px 15px 5px 0;
}
form#v65-onepage-CheckoutForm #v65-onepage-registration input:focus {
  border-color: #000;
}
body #v65-onepage-Billing > tbody > tr td.v65-onepage-newsletter-cell {
  width: auto;
  line-height: 20px;
}
#v65-onepage-RegistrationHeader .v65-onepage-headerShort + br {
  display: none;
}
#v65-onepage-shippingheader-row #shipping-header {
  padding-bottom: 10px;
}
.checkout-edit-button {
  position: absolute;
  right: 16px;
  top: 13px;
  background: url(../images/buttons/checkout-edit.png) no-repeat;
  background-size: 45px auto;
  width: 42px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.7;
}
.checkout-edit-button:hover {
  opacity: 1;
}
#content_area #v65-onepage-ContentTable #v65-onepage-registration td.checkout-next-button-holder {
  padding-bottom: 5px;
}
#v65-onepage-RegistrationHeader > td[colspan] {
  position: relative;
}
#ship-to-options-table {
  width: 100%;
}
#ship-to-options-table > tbody tr td:first-child {
  width: 24% !important;
}
@media (max-width: 766px) {
  #ship-to-options-table select#v65-onepage-shipto-dropdown-cell {
    width: 100%;
    max-width: 100%;
  }
}
form#v65-onepage-CheckoutForm #CalcShippingDiv {
  text-align: left;
}
@media (max-width: 766px) {
  form#v65-onepage-CheckoutForm #CalcShippingDiv {
    text-align: center;
  }
}
@media (max-width: 480px) {
  form#v65-onepage-CheckoutForm #CalcShippingDiv {
    padding-left: 10px;
    padding-right: 10px;
  }
}
form#v65-onepage-CheckoutForm #CalcShippingDiv input {
  width: 80%;
  margin-left: 2px;
}
@media (max-width: 766px) {
  form#v65-onepage-CheckoutForm #CalcShippingDiv input {
    width: 30%;
  }
}
@media (max-width: 480px) {
  form#v65-onepage-CheckoutForm #CalcShippingDiv input {
    width: 100%;
  }
}
.v65-cart-details-row .v65-cart-detail-productimage {
  padding: 2px;
  text-align: left;
}
.v65-cart-details-separator {
  height: 1px;
}
table#v65-cart-table tr:not(#cart-header) td:nth-of-type(4),
table#v65-cart-table tr:not(#cart-header) td:nth-of-type(8),
table#v65-cart-table tr:not(#cart-header) td:nth-of-type(10) {
  border-right: 1px solid #fff;
}
table#v65-cart-table tr:not(#cart-header) td:nth-of-type(8) {
  border-left: 1px solid #fff;
}
table#v65-cart-table input[type="text"] {
  width: 70px;
  padding: 3px 12px;
}
table#v65-cart-table .v65-cart-details-cell {
  padding: 0;
}
td.carttext {
  font-size: 15px !important;
  font-weight: normal !important;
}
#v65-cart-shipping-details-text > div {
  padding-top: 25px;
}
@media (max-width: 767px) {
  #v65-cart-shipping-details-text > div {
    padding-left: 20px !important;
  }
}
.cart-price-message-text {
  margin: 30px 0 0;
  padding: 10px 5px;
  float: right;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  background-image: url(../images/subtle_dots.png);
  background-position: 0px 0px;
  font-family: 'Fjalla One', sans-serif;
  color: #000;
  font-size: 20px;
  text-align: center;
  width: 36%;
}
@media (max-width: 767px) {
  .cart-price-message-text {
    display: block;
    width: auto;
    float: none;
  }
}
@media (max-width: 767px) {
  #content_area form #v65-cart-checkout-table {
    width: auto !important;
  }
}
#v65-cart-checkout-parent {
  margin-bottom: 20px;
}
#v65-cart-checkout-parent br {
  display: none;
}
form#v65-onepage-CheckoutForm #v65-onepage-Shipping input {
  background-color: #fff;
  border-color: #aaa;
  border-radius: 0;
  margin: 5px 15px 5px 0;
}
form#v65-onepage-CheckoutForm #v65-onepage-Shipping input:focus {
  border-color: #000;
}
#content_area #v65-onepage-payment-details-parent-row .v65-payment-details-label-cell {
  width: 24% !important;
}
@media (max-width: 480px) {
  #content_area #v65-onepage-payment-details-parent-row .v65-payment-details-label-cell {
    width: 100% !important;
  }
}
#content_area #savedPayment,
#content_area td.v65-payment-details-label-cell[width="39%"] + td[width="61%"] {
  width: auto;
}
#v65-onepage-payment-details-parent-row #v65-onepage-ordercomments-value {
  padding: 0 10px 10px;
  text-align: center !important;
  font: 400 15px/24px 'Lato', sans-serif;
}
#v65-onepage-payment-details-parent-row #v65-onepage-ordercomments-value #v65-onepage-ordercomments-input {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 8px 12px;
  width: 100%;
}
#v65-onepage-payment-details-parent-row #v65-onepage-ordercomments-value #v65-onepage-ordercomments-input:focus {
  border-color: #3898ec;
}
#span_paymentfields_credit_card tr:nth-child(5) td.v65-payment-details-value-cell {
  vertical-align: bottom;
}
#v65-onepage-ordersummary-items #v65-onepage-ordersummary-header-row * {
  padding-left: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 14px;
  color: #141414;
}
#v65-onepage-MakeChanges + br {
  display: none;
}
form#v65-onepage-CheckoutForm #v65-onepage-summary-total-line,
form#v65-onepage-CheckoutForm .v65-onepage-summary-total-line-cell {
  border: none;
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 #v65-onepage-ShippingCostTotalRow td {
  padding: 3px;
  text-align: right;
}
form#v65-onepage-CheckoutForm #table_checkout_cart0 #v65-onepage-ShippingCostTotalRow td #TotalsTotalTD {
  color: #be1e2d;
  font-family: 'Fjalla One', sans-serif;
  font-size: 21px;
  text-align: right;
}
#v65-onepage-ShippingCostDetails {
  margin-bottom: 10px;
}
@media (max-width: 766px) {
  #v65-onepage-ShippingCostDetails {
    margin-bottom: 0;
  }
}
#v65-onepage-ShippingCostDetails + br {
  display: none;
}
#v65-cart-update-total-cell #btnRecalculate,
#v65-cart-coupon-entry-details-button {
  margin-right: 4px;
  margin-left: 4px;
  padding: 3px 26px 3px 6px !important;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #141414;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background: #e2e2e2;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
  background-image: url(../images/recalc.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
#v65-cart-update-total-cell #btnRecalculate:hover,
#v65-cart-coupon-entry-details-button:hover {
  border-color: #dadada;
  background-color: #ececec;
  color: #000;
  text-decoration: none;
  font-family: Lato, sans-serif;
}
#v65-cart-coupon-entry-details-button {
  background-image: url(../images/apply.png);
  background-position: 90% 50%;
}
@media (max-width: 479px) {
  #v65-cart-coupon-entry-details-button {
    display: block;
    margin: 10px auto 0;
    max-width: 69px;
  }
}
.secure-img {
  float: right;
  max-width: 150px;
}
@media (max-width: 479px) {
  .secure-img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
#v65-cart-shipping-details-container #v65-cart-shipping-details #v65-cart-shipping-addresstype {
  display: block;
}
@media (max-width: 766px) {
  .order-comments-holder {
    width: 100%;
  }
}
#content_area #v65-onepage-CheckoutForm #v65-onepage-ShippingCostDetails #v65-onepage-total-value-cell {
  padding-bottom: 15px;
}
#v65-cart-totals-parent #v65-onepage-ShippingCostDetails .v65-onepage-shippingcost-detail {
  padding-right: 15px;
}
.cart-below-section {
  margin: 5px 0 25px;
}
.cart-below-section > a {
  display: block;
  background: #343433 url("../images/Cart/home-category-arrow.png") no-repeat 99% 50%;
  background-size: 19px auto;
  color: #fff;
  padding: 12px 30px 12px 12px;
  width: 100%;
}
.cart-below-section > a img {
  float: left;
  width: 70px;
  margin-right: 15px;
}
.cart-below-section > a .cart-shipping-message-body {
  line-height: 24px;
}
.cart-below-section > a .cart-shipping-message-body .cart-shipping-message-headline {
  font: 400 19px 'Fjalla One', sans-serif;
  display: block;
}
.cart-below-section > a .cart-shipping-message-body p {
  margin: 0;
}
.cart-below-section > a:hover {
  text-decoration: none;
  background-color: #474747;
}
#login_modal .modal-sm {
  width: 310px;
}
#content_area table#v65-onepage-Detail #DisplayShippingSpeedChoicesTD select[name=ShippingSpeedChoice] {
  margin-right: 15px;
}
#content_area table#v65-onepage-Detail #DisplayShippingSpeedChoicesTD .checkout-next-button {
  min-width: 122px;
}
.v65-error-list-text {
  background-color: #fdd;
  border: 1px solid #e99090;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
  color: #141414;
}
.v65-error-list-text ul {
  margin-bottom: 0;
}
.order-review-orderinfo {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  font-weight: 400;
}
#div_articleid_49 .container + br,
#div_articleid_49 .container + br + br,
#div_articleid_49 .container + br + br + br {
  display: none;
}
#div_articleid_49 .checkout_info_container {
  max-width: 588px;
}
#div_articleid_49 .checkout_info_container img {
  width: 75px;
  height: auto;
}
#div_articleid_49 .checkout_info_container td {
  vertical-align: middle;
}
#div_articleid_49 .checkout_info_container > tbody > tr:first-child td {
  padding-bottom: 20px;
}
#div_articleid_51 {
  text-align: center;
}
#div_articleid_51 h3 {
  padding-bottom: 25px;
}
#div_articleid_51 h4 {
  padding-bottom: 8px;
}
#div_articleid_51 .order-social-list li {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin: 0 10px;
}
#div_articleid_51 .order-social-list li i {
  font-size: 28px;
  line-height: 35px;
}
#div_articleid_51 .order-social-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 5px;
}
#div_articleid_51 .order-social-list li a:hover {
  background-color: #e2e2e2;
  color: #000;
  text-decoration: none;
}
#v65-cart-coupon-entry-details-div {
  font-family: Lato, sans-serif;
  color: #141414;
  font-size: 15px;
  line-height: 24px;
}
#v65-cart-coupon-entry-details-div #v65-cart-coupon-entry-details-button {
  padding: 3px 31px 3px 11px !important;
}
/*
 *  Footer
*/
.row.footer {
  border-top: 1px solid #be1e2d;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer_newsletter_label,
.footer_newsletter_field,
.footer_social_title,
.footer-social-link {
  display: inline-block;
}
.footer_newsletter_label {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  .footer_newsletter_label {
    display: block;
  }
}
#mc_embed_signup .footer_newsletter_field {
  width: 41%;
  position: relative;
}
#mc_embed_signup .footer_newsletter_field input:focus {
  outline: none;
}
#mc_embed_signup .footer_newsletter_field .newsletter_field {
  width: 100%;
  padding: 5px 19% 5px 10px;
  border: 1px solid #5e5e5e;
  float: none;
  font-style: italic;
  font-size: 14px;
  color: #333;
  height: 34px;
}
#mc_embed_signup .footer_newsletter_field .newsletter_field:focus {
  font-style: normal;
  border-color: #f38230;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.5);
  color: #333;
}
#mc_embed_signup .footer_newsletter_field .newsletter_field_submit {
  position: absolute;
  right: 12px;
  top: 10px;
  background-image: url("../images/template/footer-newsletter-button.png");
  background-size: 16px;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  padding: 0;
}
#mc_embed_signup .footer_newsletter_field .newsletter_field_submit:hover {
  background-color: transparent;
}
@media (max-width: 992px) {
  #mc_embed_signup .footer_newsletter_field {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #mc_embed_signup .footer_newsletter_field {
    width: 270px;
  }
}
.newsletter_label,
.footer_social_title {
  display: inline-block;
  float: none;
  clear: none;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.footer .fa {
  font-size: 24px;
}
.footer .fa.fa-google-plus {
  font-size: 20px;
}
@media (max-width: 992px) {
  .footer .fa {
    font-size: 26px;
  }
}
a.footer-social-link {
  padding: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #444;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  color: #cfcfcf;
}
a.footer-social-link :before {
  color: #cfcfcf;
}
a.footer-social-link:hover {
  color: #be1e2d;
  background-color: #d5d5d5;
  opacity: 0.85;
}
a.footer-social-link:hover :before {
  color: #be1e2d;
}
@media (max-width: 1040px) {
  a.footer-social-link {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (max-width: 767px) {
  a.footer-social-link {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 36px;
    border-radius: 25px;
  }
}
@media (max-width: 479px) {
  a.footer-social-link {
    margin: 0 5px;
  }
}
.subscribe-social div:last-child {
  text-align: right;
}
@media (max-width: 1040px) {
  .subscribe-social {
    text-align: center;
  }
  .subscribe-social div:last-child {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .subscribe-social {
    text-align: center;
  }
  .subscribe-social div:last-child {
    text-align: center;
  }
}
footer.row .dropdown {
  margin: 10px 30px 30px 0px;
}
footer.row .dropdown:last-child {
  margin-right: 0;
}
footer.row .dropdown li {
  margin: 8px 0;
}
footer.row .dropdown li a {
  font-size: 13px;
  display: block;
}
footer.row .dropdown li a:hover {
  color: #ff2237;
  text-decoration: none;
}
footer.row .dropdown .dropdown-menu {
  position: relative;
  float: none;
}
footer.row .dropdown .fa-angle-down {
  display: none;
}
@media (min-width: 767px) {
  footer.row .dropdown > ul {
    display: block !important;
  }
}
@media (max-width: 767px) {
  footer.row .dropdown {
    margin: 0;
    border-bottom: 1px solid #424242;
  }
  footer.row .dropdown:last-child {
    margin: 0 0 30px;
  }
  footer.row .dropdown h4 {
    padding: 0 15px;
  }
  footer.row .dropdown .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border: none;
    margin-top: -10px;
  }
  footer.row .dropdown .dropdown-menu > li > a {
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
  }
  footer.row .dropdown .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #be1e2d;
  }
  footer.row .dropdown .fa-angle-down {
    display: inline-block;
    float: right;
    margin-top: 7px;
  }
}
@media (max-width: 479px) {
  footer.row .dropdown:last-child {
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  footer.row h4.dropdown-toggle {
    cursor: default;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  footer.row h4.dropdown-toggle {
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  footer.row h4.dropdown-toggle .fa-angle-down {
    color: #484848;
    width: 16px;
    height: 21px;
  }
}
#mc_embed_signup {
  text-align: left;
}
#mc_embed_signup div.mce_inline_error {
  text-align: left;
  display: inline-block;
  margin: 0 !important;
}
@media (max-width: 992px) {
  #mc_embed_signup div.mce_inline_error {
    text-align: center;
    display: block;
  }
}
@media (max-width: 767px) {
  #mc_embed_signup {
    text-align: center;
    margin-bottom: 15px;
  }
}
/* current styles */
.subscribe-frame {
  background-image: url(../images/newsletter-bkgrd.jpg);
  border-bottom: 2px solid #be1e2d;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.subscribe-frame .newsletter_label {
  padding: 0;
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 400;
}
.subscribe-frame .footer_newsletter_field .newsletter_field {
  border-radius: 0;
}
.subscribe-frame .footer_social_title {
  padding: 2px 10px 0;
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 479px) {
  .subscribe-frame .footer_social_title {
    display: block;
  }
}
footer.row {
  background: #343433 url(../images/grunge-border-bottom-dark.gif) repeat-x 0 100%;
}
footer.row h4 {
  color: #c5c5c5;
}
.footer-copyright div.footer-badges span {
  color: #747474;
  font-size: 30px;
  margin: 0 5px 0 0;
}
@media (max-width: 992px) {
  .footer-copyright div.footer-badges {
    display: block;
  }
}
.footer-copyright div.footer-badges img {
  width: 120px;
}
@media (max-width: 479px) {
  .footer-copyright div.footer-badges li:last-child {
    display: block;
  }
}
.footer-copyright {
  font-size: 13px;
  margin-top: 5px;
  color: #141414;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-copyright .copyright-box {
  display: block;
}
.footer-copyright a {
  color: #141414;
}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm {
  position: static !important;
}
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 15px 20px 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
/****************************
*         CONTAINER         *
****************************/
/* Use for width and positioning*/
.soft_add_wrapper {
  font-family: 'Lato', sans-serif;
  padding: 0;
  color: #141414;
  position: fixed;
  width: 360px;
  top: 14% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  margin: auto !important;
  z-index: 1100;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
/* Use for background, box-shadow, border-radius */
.soft_add_content_shadow {
  background: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.5);
}
/* Use for ie8 */
.ie8 .soft_add_wrapper {
  border: 1px solid #ccc;
}
.soft_add_content_area .cart_table {
  width: 100% !important;
  table-layout: fixed;
}
.soft_add_content_area {
  border-bottom: 1px solid #ddd !important;
}
.soft_add_wrapper .cart_table td {
  padding-left: 0;
}
.soft_add_wrapper .cart_table td.icon {
  width: 15%;
}
.soft_add_wrapper .cart_table td.description {
  width: 49%;
  padding-left: 5px;
}
.soft_add_wrapper .cart_table td.price {
  width: 18%;
  padding-left: 0;
}
.soft_add_wrapper .cart_table td.remove,
.soft_add_wrapper .cart_table td.quantity {
  width: 8%;
  text-align: center;
  padding-left: 0;
}
.soft_add_wrapper .cart_table td.remove {
  width: 6%;
}
/****************************
*      PRODUCT DETAILS      *
****************************/
/* Product details container */
.soft_add_content_area {
  background: none;
  max-height: none;
  padding: 10px;
  width: auto;
}
/* Row border */
.soft_add_wrapper ul.anchored-cart li {
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
/* Recently added */
.soft_add_wrapper ul.anchored-cart li.recently-added {
  background-color: #f5f5f5;
}
/* Product name */
.soft_add_wrapper .product_name a {
  color: #3d312b;
  font-size: 13px;
  line-height: 22px;
  font-weight: normal;
}
.soft_add_wrapper .product_name a:hover {
  text-decoration: none;
  color: #be1e2d ;
}
/* Quantity */
.soft_add_wrapper ul.anchored-cart .product-qty,
.soft_add_wrapper ul.anchored-cart .product-qty .quantity_text,
.soft_add_wrapper ul.anchored-cart li .product-options a {
  color: #4C4C4C;
  display: block;
  font-size: 12px;
}
/* Product price */
.soft_add_wrapper ul.anchored-cart li .product-price {
  color: #4C4C4C;
  font-size: 12px;
}
/*****************************
*          SUBTOTAL          *
*****************************/
/* Container */
.soft_add_wrapper .soft_add_sub_total {
  background: none;
  overflow: hidden;
  height: auto;
  padding: 5px 10px;
}
/* "Subtotal" text */
.soft_add_wrapper .sub_total {
  color: #141414;
  font-size: 14px;
  font-weight: 700;
}
/******************************
*       CHECKOUT BUTTON       *
******************************/
/* Buttons and container */
.soft_add_wrapper .soft_add_action_area {
  background: #212121;
  border-top: none;
  height: auto;
  overflow: hidden;
  padding: 8px 9px;
  position: relative;
}
/* Checkout button */
.soft_add_wrapper .check_out {
  float: right;
  margin: 0;
  position: static;
  height: 40px;
  width: 119px;
  overflow: hidden;
  background-image: none;
  -webkit-transition: none;
  transition: none;
  text-indent: 0;
  padding: 8px 9px 0;
}
.soft_add_wrapper .continue_shopping {
  float: left;
  margin: 2px 0 0;
  position: static;
  height: 40px;
  width: 162px;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  background-image: none;
  text-indent: 0;
  padding: 10px 9px;
}
/* SOFT ADD CLOSE BUTTON */
.close_btn,
.close_btn:link,
.close_btn:visited,
.close_btn:focus,
.close_btn:hover,
.close_btn:active {
  width: 18px;
  height: 18px;
  background: url(../images/softadd/softadd-close.gif) no-repeat 0 0;
  background-size: 18px auto;
  z-index: 200;
  position: static;
  float: right;
}
.aremove {
  background: url(../images/softadd/softadd-close.gif) no-repeat 0 0;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.soft_add_wrapper .cart_table td.remove .aremove {
  top: 5px;
}
@media only screen and (max-width: 992px) {
  .cartDiv {
    display: none;
  }
}
h2.small-icon-header {
  font-size: 24px;
  line-height: 39px;
  font-size: 1.5rem;
  line-height: 2.4375rem;
  line-height: normal;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
h2.small-icon-header span {
  float: left;
  font-size: 120%;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 4px;
}
@font-face {
  font-family: 'custom-icons';
  src: url("//cdn.shopify.com/s/files/1/0555/5573/t/5/assets/custom-icons.eot?aovcin&11269679266720021352");
  src: url("//cdn.shopify.com/s/files/1/0555/5573/t/5/assets/custom-icons.eot?%23iefixaovcin&11269679266720021352") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0555/5573/t/5/assets/custom-icons.woff?aovcin&11269679266720021352") format("woff"), url("//cdn.shopify.com/s/files/1/0555/5573/t/5/assets/custom-icons.ttf?aovcin&11269679266720021352") format("truetype"), url("//cdn.shopify.com/s/files/1/0555/5573/t/5/assets/custom-icons.svg?aovcin%23custom-icons&11269679266720021352") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'custom-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-goal:before {
  content: "\e602";
}
.icon-bestsellers:before {
  content: "\e600";
}
.icon-service:before {
  content: "\e607";
}
.icon-selection:before {
  content: "\e606";
}
.icon-promtness:before {
  content: "\e604";
}
.icon-reliability:before {
  content: "\e605";
}
.icon-pleasant:before {
  content: "\e603";
}

.rma_item_table_tr > div:last-child {
    display: flex;
    position: relative;
}

.rma_item_table_tr > div:last-child > input {
    margin: auto;
    position: static;
    display: block;
    transform: none;
    opacity: 0
}

.rma_item_table_tr > div:last-child > label {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    
    pointer-events: none;
    
    background-image: url(/v/vspfiles/templates/ANS-RVSD/pages/article/a_252-Return-policy/images/checkbox-unchecked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
}

.rma_item_table_tr > div:last-child > input:checked + label {
    background-image: url(/v/vspfiles/templates/ANS-RVSD/pages/article/a_252-Return-policy/images/checkbox-checked.png);
}