﻿/* CART
----------------------------------------------------*/
.header {
  position: relative !important;
  background: #0B0F18 !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;

}

.main {
  margin-top: 5px !important;
  min-height: 800px;
  _height: 800px;
}

.Content {
    padding-top: 20px !important;
    width: 80% !important;
    padding-left: 30px;
}

/* FORM
----------------------------------------------------*/
.HorizontalFormContainer textarea, input.Textbox, input[type="text"] {
  width: 270px;
}

/* CART
----------------------------------------------------*/


.cart {
    background-image: none !important;
    background-color: #ffffff !important;
}


.CartContents .ProductName {
    padding: 42px 0 0 0;
}

.CartContents .CartItemQuantity {
    padding-top: 40px !important;
}

.CartContents .CartItemIndividualPrice {
    padding-top: 40px !important;
}

.CartContents .CartItemTotalPrice {
    padding-top: 40px !important;
}

.CartContents tfoot .SubTotal td {
    text-transform: uppercase !important;
    color: #0B0F18 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    font-style: normal !important;
    letter-spacing: .05em;
}

.CartContents tfoot .gtotal td  {
    font-size: 26px !important;
    font-weight: 600 !important;
}

.ProceedToCheckout {
    margin-top: 0 !important;
}

.txtR {
    margin-top: -54px !important;
}

.mbm {
    margin-top: 0 !important;
}

.SuccessMessage, .ErrorMessage, .InfoMessage {
    margin: 8px 10px 8px 0 !important;
    padding: 4px !important;
    padding-left: 48px !important;
    font-size: 14px !important;
    line-height: 18px !important;
}

.NotifyMessage {
    font-size: 16px !important;
}

/* LOAD ICONS 
----------------------------------------------------*/
@font-face {
	font-family: 'df-icomoon';
	src:url('https://cdn4.bigcommerce.com/s-3pqox/templates/__custom/Styles/Fonts/df-icomoon.eot?a9yoq0');
	src:url('https://cdn4.bigcommerce.com/s-3pqox/templates/__custom/Styles/Fonts/df-icomoon.eot?#iefixa9yoq0') format('embedded-opentype'),
		url('https://cdn4.bigcommerce.com/s-3pqox/templates/__custom/Styles/Fonts/df-icomoon.woff?a9yoq0') format('woff'),
		url('https://cdn4.bigcommerce.com/s-3pqox/templates/__custom/Styles/Fonts/df-icomoon.ttf?a9yoq0') format('truetype'),
		url('https://cdn4.bigcommerce.com/s-3pqox/templates/__custom/Styles/Fonts/df-icomoon.svg?a9yoq0#df-icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}