@font-face {
  font-family: 'ToyotaType-Regular';
  src: url('/assets/site-specific/font/ToyotaType-Regular.eot?#iefix') format('embedded-opentype'),  url('/assets/site-specific/font/ToyotaType-Regular.otf')  format('opentype'),
	     url('/assets/site-specific/font/ToyotaType-Regular.woff') format('woff'), url('/assets/site-specific/font/ToyotaType-Regular.ttf')  format('truetype'), url('/assets/site-specific/font/ToyotaType-Regular.svg#ToyotaType-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	position: relative;
	font-family: 'ToyotaType-Regular';
	background-color: #f4f5f2;
}

body * {
	font-family: 'ToyotaType-Regular';
}

.container {
	width: 100%;
	padding: 0 15px;
}

.pull-left {
	float: left;
}

a:hover {
	color: #e82c2a;
}

.mobile-view {
	display: none;
}

.modal-dialog {
  position:absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
}

nav.navbar {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px -6px 35px -4px #E6E7E9;
	border-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	height: 80px;
	margin-bottom: 0;
}

nav.navbar .site-logo {
	border: 1px solid #f2f2f2;
	width: 178px;
	height: 120px;
	text-indent: -9999px;
	display: block;
	box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.25);
	margin: 0px 20px 20px 0px;
	transition: opacity 0.1s ease-out 0s;
	position: relative;
	z-index: 25;
	max-width: calc(100% - 122px);
	background: url(/assets/site-specific/image/store_logo_en.png) 50% 50% / 55% no-repeat scroll rgb(255, 255, 255);
}

nav.navbar ul.header-menu {
	list-style: none;
	position: relative;
	padding: 0;
}

nav.navbar ul.header-menu li {
	float: left;
	height: 80px;
	width: auto;
	transition: all .4s ease-in-out;
	text-align: center;
	border-bottom: 3px solid transparent;
	cursor: pointer;
}
nav.navbar ul.header-menu li.menu-item-out.active,
nav.navbar ul.header-menu li.menu-item-out:hover {
	border-bottom: 3px solid #EB0A1E;
	background: #f8f9fa;
}

nav.navbar ul.header-menu li.menu-item-out.hot-menu .menu-item {
	color: #EB0A1E;
}

nav.navbar ul.header-menu li.menu-item-out a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 30px;
}

nav.navbar ul.header-menu li.menu-item-out a:hover,
nav.navbar ul.header-menu li.menu-item-out a:focus {
	text-decoration: none;
}

nav.navbar ul.header-menu li .menu-item {
	padding-left: 15px;
	padding-right: 15px;
	color: #363636;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

nav.navbar ul.header-menu li .menu-item img.cart-icon,
.single-submenu img.cart-icon {
	width: 18px;
}

nav.navbar ul.header-menu li .btn-search {
	display: block;
	padding-top: 30px;
}

nav.navbar ul.header-menu li .btn-search img {
	width: 18px;
	height: 18px;
}

nav.navbar ul.header-menu .search-box-out,
.grid-submenu .search-box-out {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0;
	top: 80px;
	overflow: hidden;
	transition: all .1s;
	z-index: 22;
	text-align: left;
}

nav.navbar ul.header-menu .search-box-out.open {
	top: 90px;
	height: 50px;
}

nav.navbar ul.header-menu .search-box-out.in-menu {
	top: 90px;
	left: 50%;
	height: 50px;
	width: 0;
}

nav.navbar ul.header-menu .search-box-out.in-menu.open {
	width: 100%;
	left: 0;
}

nav.navbar ul.header-menu .search-box-out.in-menu.open input.search-box {
	border: 1px solid #fff !important;
}

nav.navbar ul.header-menu .search-box-out input.search-box,
.grid-submenu .search-box-out input.search-box {
	background: #fff;
	border-radius: 5px !important;
	margin-top: 0 !important;
	width: calc(100% - 30px);
	border: 1px solid lightgrey !important;
	font-size: 16px;
	padding: 12px;
	height: 45px;
	color: #333;
	transition: .3s all ease-in-out;
}

.search-box-out input.search-box::-webkit-input-placeholder {
	font-weight: bold;
}

.search-box-out button.do-search {
	display: none;
	height: 45px;
	margin-left: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	margin-top: -7px;
}

.search-box-out button.do-search.active {
	display: inline-block;
	background-image: url('../image/button-arrow.png');
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .15s;
}

.grid-submenu {
	position: relative;
}

.grid-submenu .search-box-out {
	width: 0;
	height: 45px;
	left: 50%;
	top: auto;
	bottom: -70px;
}

.grid-submenu .search-box-out.open {
	width: 65%;
	left: 0;
}

.grid-submenu .search-box-out img {
	position: absolute;
	right: 39px;
	top: 5px;
}

.grid-submenu .search-box-out input.search-box {
	padding-right: 45px;
	border: 1px solid #fff !important;
}

.grid-submenu .grid-submenu-inner {

}

.grid-submenu .grid-submenu-inner .grid-submenu-item {
	/*float: left;*/
	display: inline-block;
	margin-right: 30px;
}

nav.navbar .sub-menu {
	display:  none;
	width: 100%;
	position: absolute;
	top: 80px;
	padding-top: 72px;
	padding-bottom: 100px;
	box-shadow: inset 0px 3px 14px -5px;
	background: url(../image/dropdown-menu.png) 100% bottom no-repeat, linear-gradient(to right, #e8ebed 0px, #e8ebed 23%, #f0f2f4 23%, #f0f2f4 100%);
	z-index: 21;
}

nav.navbar .sub-menu .single-submenu a {
	color: #4777b7;
	font-size: 21px;
	display: block;
	text-decoration: none;
	margin-bottom: 6px;
}

nav.navbar .sub-menu .grid-submenu h3 {
	color: #4777b7;
	font-size: 21px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

nav.navbar .sub-menu .grid-submenu a {
	display: block;
	color: #222;
	font-size: 16px;
	margin-bottom: 10px;
}

nav.navbar .sub-menu.open,
.overlay-bg.open {
	display: block;
}

.overlay-bg {
	display: none;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: calc(100% - 80px);
	z-index: 19;
	position: absolute;
	top: 80px;
	bottom: 0;
}

.cart-popup .cart-product-list {
	max-height: 300px;
	overflow-y: auto;
	margin-bottom: 10px;
}

nav.navbar ul.header-menu li.menu-item-out .cart-popup > a {
	display: inline-block;
	width: auto;
	padding: 6px 12px;
}

.cart-popup .cart-product-list .cart-product-item {
	padding: 5px 0;
	border-bottom: dotted 1px #000;
}

.cart-popup .cart-product-list .cart-product-item .product-image {
	width: 60px;
	float: left;
}

.cart-popup .cart-product-list .cart-product-item .product-details {
	width: calc(100% - 120px);
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.cart-popup .cart-product-list .cart-product-item .product-price {
	width: 60px;
	float: left;
}

.cart-popup .cart-product-list .cart-product-item {
	margin: 0;
}

.cart-popup .cart-product-list .cart-product-item .product-details a {
	padding-top: 0;
}

.cart-popup .cart-product-list .cart-product-item .product-details p {
	margin-bottom: 0;
}

.cart-popup .cart-product-list .cart-product-item .product-details a.remove {
	margin-top: 5px;
}

.alert {
	color: #fff;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	font-size: 1em;
	margin-top: 15px;
	margin-bottom: 15px;
}

.alert-success {
	background-color: #43ac6a;
	border-color: #3c9a5f;
}

.alert-danger {
	background-color: #f04124;
	border-color: #ea2f10;
}

.border-right {
	border-right: 1px solid lightgrey;
}

.no-padding {
	padding: 0;
}

.main-content {
	padding-top: 45px;
	padding-bottom: 30px;
}

.home .main-content {
	padding-top: 0;
}

.main-content .custom-row {
	display: flex;
	margin-top: 30px;
}

.main-content .text-area {
	padding: 10px;
	background-color: #eaeaea;
	min-height: 55px;
	color: #1b1b1b;
	margin-bottom: 15px;
	height: 100%;
}

.home-slider {
	margin-bottom: 30px;
}

.home-slider .carousel-inner .item img {
	width: 100%;
}

.home-slider .carousel-indicators {
	bottom: -55px;
}

.home-slider .carousel-indicators li {
	display: inline-block;
	width: 16px;
	height: 8px;
	margin: 0px 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #373D45;
	border-radius: 0px;
}

.home-slider .carousel-indicators li.active {
	width: 16px;
	height: 8px;
	margin: 0px 10px;
	background-color: #373D45;
}

.home-slider.full-width .carousel-indicators {
	bottom: 20px;
}

.home-slider.full-width .carousel-indicators li {
	width: 30px;
	height: 3px;
	background-color: rgba(255, 255, 255, .5);
	border: none;
}

.home-slider.full-width .carousel-indicators li.active {
	background-color: rgba(255, 255, 255);
}

.home-slider .carousel-control {
	background-image: none;
	transition: all .2s;
}

.home-slider .carousel-control:focus {
	opacity: 0.5;
}

.home-slider .carousel-control:hover {
	opacity: 0.9;
}

.home-slider .carousel-control .btn-control {
	border: solid #e82c2a;
	border-width: 0 7px 7px 0;
	display: inline-block;
	padding: 2px;
	width: 20px;
	height: 20px;
}

.home-slider .carousel-control .glyphicon-chevron-right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.home-slider .carousel-control .glyphicon-chevron-left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.home-slider .carousel-control .glyphicon-chevron-right:before,
.home-slider .carousel-control .glyphicon-chevron-left:before {
	display: none;
}

.link-subpage img {
	width: 100%;
}

footer {
	background: #cdd4db;
	padding: 40px 0px 25px;
}

footer .footer-menu {
	list-style: none;
	border-bottom: none;
}


footer .footer-menu li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}

footer .footer-menu li a {
	color: #363636;
	transition: all .2s;
    font-family: Arial, Helvetica, sans-serif;
}

footer .footer-menu li a:hover {
	color: #868686;
}

footer .footer-menu li:after {
	list-style: circle;
	right: -20px;
	top: 8px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	content: "";
	position: absolute;
	background: #b9bec7;
}

footer .footer-menu li:last-child:after {
	display: none;
}

footer .copyright {
	color: #222;
	font-size: 12px;
	margin: 40px auto 20px;
	font-weight: normal;
}

footer .social-icons a {
	display: inline-block;
	margin: 0 2px;
}

footer .social-icons a img {
	width: 20px;
}

footer .leaf-icon {
	margin: 15px auto;
	display: block;
}

button.view-mobile-menu {
	display: none;
	border: none;
	background: transparent;
	margin-top: 30px;
	margin-left: 15px;
}

button.view-mobile-menu:focus {
	outline: none;
}

button.view-mobile-menu img {
	display: none;
}

button.view-mobile-menu img.open {
	display: block;
}

nav.navbar .sub-menu .single-submenu a.mobile-show {
	display: none;
}

.view-cart {
	position: relative;
}

.view-cart .cart-popup {
	display: none;
}

.view-cart:hover .cart-popup {
	display: block;
	border: 1px solid #ccd4db;
	border-radius: 5px;
	background-color: white;
	width: 300px;
	position: absolute;
	top: 80px;
	right: 0;
	padding: 10px;
	z-index: 26;
}

/*category page*/

.breadcrumb {
	padding: 8px 0;
	margin-bottom: 0;
}

.breadcrumb span {
	margin: 0 5px;
}

.page-settings {
	display: block;
	padding: 15px 0;
}

.page-settings .form-group {
	display: inline-block;
	margin: 0 0 0 15px;
}

.page-settings .form-group label {
	font-weight: normal;
	font-size: 12px;
}

.page-settings .form-group select {
	display: inline-block;
}

.page-settings select {
	width: 150px;
}

.category .product-item {
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.category .product-item img {
	max-width: 100%;
}

.product-item .product-info {
	padding: 15px;
	min-height: 100px;
}

.product-item .product-info .product-price.discount {
	text-decoration: line-through;
}

.product-item .product-info .sale-product-price,
.product-item .product-info .sale-product-price {
	color: #e82c2a;
}

.product-item .product-info .sale-product-price p {
	margin-bottom: 0;
}

hr {
	margin-top: 21px;
	margin-bottom: 21px;
	border: 0;
	border-top: 1px solid #ddd;
}

/*for product page*/

h4 {
	color: #666;
}

.productImageWrap {
	background-color: white;
	border: solid 1px #ddd;
}

.productImageWrap .productImage img {
	width: 100%;
}

.productDetailsWrap {
	background-color: white;
	border: 1px solid #d2d2d2;
	padding: 15px 30px;
}

.productDetailsWrap .ProductNameText {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 15px;
}

.productDetailsWrap .ProductMSRPText {
	font-style: italic;
	font-size: 1.2em;
}

.productDetailsRow {
	border-top: 1px solid #d2d2d2;
}

.productDetailsRow.title {
	border: none;
}

.productDetailsRow p {
	margin: 5px 0;
}

#addToCartForm .paddingBottom {
	padding-bottom: 15px;
}

.panel a:focus {
	text-decoration: none;
}

.panel .panel-title .glyphicon {
	border: solid #337ab7;
	border-width: 0 4px 4px 0;
	display: inline-block;
	padding: 2px;
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.panel a:hover,
.panel a:hover .panel-title {
	color: #e82c2a;
}

.panel a:hover .panel-title .glyphicon {
	border-color: #e82c2a;
}

.productImage {
	position: relative;
	overflow: hidden;
	cursor: crosshair;
}

.productImage #lensImage {
	position: absolute;
	width: auto;
}

.share-link {
	display: block;
	margin-top: 15px;
}

.productImageList {
	margin: 15px -5px;
}

.productImageList > div {
	padding: 5px;
}

.productImageItem {
	cursor: pointer;
	background-color: white;
	display: block;
	border: solid 1px #ddd;
}

.productImageItem img {
	width: 100%;
}

.related-products .product-item {
	background-color: white;
	border: solid 1px #ddd;
}

/*  For Cart page  */
.cart-buttons {
	margin-top: 10px;
	margin-bottom: 10px;
}

.cart-buttons a {
	margin-bottom: 10px;
}

.cart-buttons button[type="submit"] {
	margin-bottom: 15px;
}

.cart-item-row {
	border: solid 1px #ccc;
	margin: 0;
	border-bottom: none;
}

.cart-item-row:nth-child(2n+1) {
	background-color: white;
}

.cart-item-row:last-child {
	border-bottom: solid 1px #ccc;
}

.cart-item-row > div {
	padding: 10px;
}

.cart-item-row p {
	margin-bottom: 0;
}

.cart-product-quantity input[type='number'] {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	margin-bottom: 5px;
}

.cart-product-quantity input {
	width: 85px;
	height: 26px;
}

.cart-product-quantity input[type='button'] {
	width: auto;
}

.cart-product-name .product-image,
.cart-product-name .product-details {
	display: inline-block;
	vertical-align: middle;
}

.cart-product-name .product-image img {
	max-width: 70px;
	max-height: 55px;
}

.cart-product-name .product-details a {
	font-weight: bold;
}

.cart-print {
	padding-top: 8px;
	padding-bottom: 8px;
}

.cart-print img {
	width: 20px;
	margin-right: 3px;
}

.cart-product-name {
	position: relative;
}

.cart-product-name .product-details {
	padding-left: 120px;
}

.cart-product-name .product-image {
	margin: 0 auto;
	position: absolute;
	left: 53px;
	top: 3px;
}

.checkout .cart-product-name .product-details {
	padding-left: 70px;
}

.checkout .cart-product-name .product-image {
	left: 3px;
}

/*  For Checkout page  */

.margin-top-0 {
	margin-top: 0;
}

.order-panel {
	background-color: white;
	margin-bottom: 15px;
}

.order-panel .title {
	border-bottom: 1px solid black;
	padding: 10px;
}

.order-panel p {
	margin-bottom: 0;
}

.order-panel .panel-body p {
	margin-top: 4px;
}

.order-panel .panel-body .subtitle,
#account-profile .subtitle {
	text-align: right;
}

.order-panel .panel-body > div,
.order-panel .panel-body input,
.order-panel .panel-body > div.shipping_fields > div,
.order-panel .panel-body select {
	margin-bottom: 10px;
}

.order-panel .panel-body > div:last-child {
	margin-bottom: 0;
}

.order-panel .title img {
	width: 12px;
	margin-right: 10px;
	vertical-align: sub;
}

.order-panel .panel-body .radio-row {
	padding-top: 10px;
	padding-right: 15px;
	cursor: pointer;
	font-weight: normal;
}

.credit-card,
.invoice {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.credit-card-heading,
.invoice-heading {
	padding: 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.order-panel .panel-body .credit-card-heading p {
	font-size: 17px;
	margin: 0;
}

form p span.red_star {
	color: #EB0A1E;
}

.credit-card-body,
.invoice-body {
	padding: 10px;
}

.credit-card-body > .row,
.invoice-body > .row {
	padding-top: 10px;
}

#CCVCode {
	width: 6em;
}

#txtCCMonth,
#txtCCYear {
	width: auto;
	display: inline-block;
}

.addressPreview {
	margin-top: 15px;
	font-size: 12px;
}

#shippingChoices {
	padding-bottom: 15px;
}

.radio_row {
	display: block;
	padding: 5px 15px;
	font-weight: normal;
	margin: 0;
	cursor: pointer;
}

.radio_row:hover {
	background-color: #f5f5f5;
}

.total-text {
	margin-top: 10px;
}

.total-text p {
	font-weight: bold;
}

.total-text .comment-text {
	max-width: calc(100% - 75px);
}

.total-text .price-text {
	min-width: 75px;
	padding-left: 0;
}

.cart-item-row .cart-product-name .product-details p,
.cart-item-row .cart-product-name .product-details p span {
	white-space: normal;
}

/*  For Account Page  */

.bold {
	font-weight: bold;
}

.tab button {
 	background-color: #e7e7e7;
	color: #222;
	border: none;
	padding: 10px 15px;
}

.tab button.active {
	color: #6f6f6f;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.tab button:focus {
	outline: none;
}

.tab-contents {
	background-color: #fff;
	padding: 30px 15px;
	border: 1px solid #ddd;
	margin-top: -1px;
}

.tab-contents h2 {
	margin-top: 0;
}

.tab-contents .subtitle {
	max-width: 500px;
}

.tab-contents p {
	margin-bottom: 3px;
	word-break: auto;
}

.tab-contents hr {
	margin: 10px 0;
}

.tab-contents .btn-view-all {
	margin-left: 15px;
	margin-top: 4px;
}

.tab-contents #account-overview h4 {
	margin-bottom: 18px;
}

.order-list-title {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-list-title:last-child {
	border-bottom: 1px solid #ddd;
}

#account-profile .subtitle p {
	margin-top: 4px;
}

#account-profile #profile-update .row {
	padding-top: 5px;
	padding-bottom: 5px;
}

#account-address-book .buttons button {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

#account-address-book .address-lines {
	padding: 15px 0;
	max-width: 500px;
}

#account-address-book .address-lines hr {
	border-color: black;
}

button.edit-account-address {
	border: none;
	background-color: transparent;
	color: #337ab7;
	padding: 0;
}

button.edit-account-address:hover {
	color: #23527c;
	text-decoration: underline;
}

button.edit-account-address:focus {
	outline: none;
}

.modal form .buttons button {
	margin-left: 10px;
	margin-right: 10px;
}

/*  For Login Page  */

.login .main-content {
	padding-top: 60px;
}

.box-content {
	background-color: white;
	padding: 15px;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}

.box-content .boxHeader {
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
	margin-bottom: 15px;
}

.login-form {
	margin-bottom: 15px;
}

.login-form button {
	width: 100%;
}

.cart-item-row > div.cart-product-name {
	padding-right: 0;
}

/*  For Order Page */

.order-content {
	background-color: #fff;
	border: solid 1px #ccc;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
}

.order-content h4 {
	color: #000;
	font-weight: bold;
}

.order-content .panel {
	margin-bottom: 15px;
}

.order-content .product-list {
	width: 100%;
}

.order-content .product-list .product-list-title,
.order-content .product-list .product-list-item {
	display: flex;
	border-bottom: solid 1px #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-content .product-list .product-list-title {
	border-top: solid 1px #ccc;
	background-color: #f5f5f5;
}

.order-content .product-list .product-sku {
	width: 150px;
	padding: 0 5px;
}

.order-content .product-list .product-name {
	width: calc(100% - 700px);
	padding: 0 5px;
}

.order-content .product-list .product-qty {
	width: 150px;
	text-align: center;
	padding: 0 5px;
}

.order-content .product-list .product-price {
	width: 200px;
	padding: 0 5px;
}

.order-content .product-list .product-ext {
	width: 200px;
	padding: 0 5px;
	text-align: right;
}

.order-content .total-list .total-info {
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
}

.order-content .total-list .total-info span {
	font-weight: bold;
}

.order-content .total-list .total-info .title {
	width: calc(100% - 430px);
	text-align: right;
	padding: 0 5px;
}

.order-content .total-list .total-info .comment {
	width: 230px;
	text-align: right;
	padding: 0 5px;
}

.order-content .total-list .total-info .price {
	width: 200px;
	text-align: right;
	padding: 0 5px;
}

.order-content-row {
	margin-bottom: 15px;
}

/*  For emailProduct Page  */

.emailProduct-content {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}

#sendEmailProduct input[type="email"],
#sendEmailProduct textarea {
	margin-bottom: 15px;
}

#sendEmailProduct input[type="submit"] {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*  For AboutUs Page  */

.about-text {
	line-height: 45px;
	min-height: 250px;
}

/*  For ContactUs Page  */

.contact-content {
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 20px;
}

/* For Shipping Page */

.shipping-table {
	width: 100%;
	max-width: 500px;
	margin: 30px 0;
}

.shipping-table .shipping-item {
	display: flex;
	border-bottom: solid 1px #333;
}

.shipping-table .shipping-item p {
	text-align: center;
	padding: 20px 5px;
}

.shipping-table .shipping-item.title {
	background-color: #d81813;
	color: #fff;
	font-weight: bold;
	border-top: solid 1px #333;
}

.shipping-table .shipping-item .zone {
	width: 20%;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}

.shipping-table .shipping-item .method {
	width: 35%;
	border-right: solid 1px #333;
}

.shipping-table .shipping-item .arrival {
	width: 45%;
	border-right: solid 1px #333;
}

/*  For Document Page  */

.document-list {
	max-width: 1200px;
	margin: 15px auto;
}

.document-list .document-item {
	border-bottom: solid 1px #ddd;
	display: flex;
	padding: 5px;
}

.document-list .document-item:first-child {
	border-top: solid 1px #ddd;
}

.document-list .document-item:last-child {
	margin-bottom: 100px;
}

.document-list .document-item .logo {
	width: 15%;
	padding: 5px;
}

.document-list .document-item .title {
	width: 45%;
	padding-left: 5px;
	padding-right: 5px;
	margin: auto;
}

.document-list .document-item .description {
	width: 40%;
	padding-left: 5px;
	padding-right: 5px;
	margin: auto;
}

.document-list .document-item .description p {
	margin: 0;
}

.document-list .document-item .logo img {
	max-width: 60px;
}

.document-list .document-item .title h3 {
	margin-top: 0;
}

/*  For GiftCard Balance Page  */

.top-right-link {
	padding: 8px 0;
}

.gift-balance .alert {
	margin-top: 0;
}

.gift-balance-content {
	border: solid 1px #ddd;
	background-color: #fff;
	padding: 10px;
}

.gift-balance-content h3 {
	color: #000;
	margin-top: 0;
	font-weight: bold;
}

.gift-balance-content p {
	margin-bottom: 0;
}

.gift-balance-content input,
.gift-balance-content select,
.gift-balance-content textarea {
	margin-bottom: 15px;
}

.gift-balance .gift-card {
	padding: 50px 15px;
	background-color: #fff;
}

.gift-balance .gift-card img {
	margin: auto;
}

.checkout .gift-card-item .card-number p b {
	margin-right: 30px;
}

/*  Additional CSS */

.RegularPrice {
	text-decoration: line-through;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
	color: #f04124;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7!important;
}

.parsley-errors-list {
	margin: 2px 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 0.9em;
	opacity: 0;
	color: #f04124;

	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
	opacity: 1;
}

/* ===== Updated Start, Dec 22 ===== */

.order-panel .panel-body > div,
.order-panel .panel-body input,
.order-panel .panel-body > div.shipping_fields > div,
.order-panel .panel-body select
{
	margin-bottom: 10px;
}

.remove_gift_card {
	margin-left: 15px;
}

.tab button, .tab .tablinks {
	background-color: #e7e7e7;
	color: #222;
	border: none;
	padding: 10px 15px;
	display: inline-block;
}

.tab button.active, .tab .tablinks.active {
	color: #6f6f6f;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}

.tab .tablinks:hover {
	text-decoration: none;
}

#account-address-book .buttons button, #account-address-book .buttons a {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}

#sandboxWatermark {
	color: red;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 5px;
    margin-left: 200px;
    /* text-shadow: 2px 2px #000000; */
    position: absolute;
    z-index: 1001;
    background: #eee;
    padding: 0 15px 5px;
    border: solid 1px #ccc;
    border-radius: 3px;
    width: auto;
}

/* ===== Updated End, Dec 22 ===== */


@media (max-width: 1800px) {
	nav.navbar .sub-menu {
		background: url(../image/dropdown-menu.png) 100% bottom no-repeat, -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 23%, #f0f2f4 23%, #f0f2f4 100%);
	}
}

@media (max-width: 1450px) {
	nav.navbar .sub-menu {
		background: url(../image/dropdown-menu.png) 100% bottom no-repeat, -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 23%, #f0f2f4 23%, #f0f2f4 100%);
	}

	.grid-submenu .search-box-out.open {
		width: 52%;
	}
}

@media (max-width: 1200px) {
	nav.navbar .sub-menu {
		background: -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 32.5%, #f0f2f4 32.5%, #f0f2f4 100%);
		height: auto;
		padding-bottom: 30px;
	}

	nav.navbar .sub-menu {
		padding-bottom: 120px;
	}

	.grid-submenu .search-box-out.open {
		width: calc(100% - 30px);
	}

	/*
	.checkout .cart-product-quantity {
		width: 30px;
	}

	.checkout  .cart-product-sub-total {
		width: 60px;
	}

	.checkout .cart-product-name {
		width: calc(100% - 90px);
	}

	.cart-table-title .cart-product-name {
		width: calc(100% - 107px);
	}
	*/

	.cart-table-title .cart-product-sub-total {
		/* width: 77px; */
		padding-right: 5px;
	}

	.order-content .product-list .product-sku {
		width: 150px;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 540px);
	}

	.order-content .product-list .product-qty {
		width: 150px;
	}

	.order-content .product-list .product-price {
		width: 120px;
	}

	.order-content .product-list .product-ext {
		width: 120px;
	}

	.order-content .total-list .total-info .title {
		width: calc(100% - 270px);
	}

	.order-content .total-list .total-info .comment {
		width: 150px;
	}

	.order-content .total-list .total-info .price {
		width: 120px;
	}

	.checkout .gift-card-item .card-number p b {
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	nav.navbar .sub-menu {
		background: -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 33%, #f0f2f4 33%, #f0f2f4 100%);
	}

	button.view-mobile-menu {
		display: block;
	}

	nav.navbar .sub-menu .single-submenu a.mobile-show {
		display: block;
		font-size: 19px;
		color: #222;
		text-transform: uppercase;
	}

	nav.navbar .sub-menu .single-submenu a.mobile-show.hot-menu {
		color: #EB0A1E;
	}

	nav.navbar .sub-menu .single-submenu a.mobile-show.border-bottom {
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	nav.navbar .sub-menu .single-submenu a.mobile-show img.cart-icon {
		margin-right: 5px;
	}

	nav.navbar ul.header-menu .search-box-out {
		min-width: 500px;
		left: auto;
		right: 0;
	}

	.order-content .product-list .product-sku {
		width: 120px;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 420px);
	}

	.order-content .product-list .product-qty {
		width: 100px;
	}

	.order-content .product-list .product-price {
		width: 100px;
	}

	.order-content .product-list .product-ext {
		width: 100px;
	}

	.order-content .total-list .total-info .title {
		width: calc(100% - 235px);
	}

	.order-content .total-list .total-info .comment {
		width: 135px;
	}

	.order-content .total-list .total-info .price {
		width: 100px;
	}

	.mobile-menu-item {
		display: block;
	}

	.desktop-menu-item {
		display: none;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.menu-col-out {
		column-count: 2;
		white-space: nowrap;
	}

	.menu-col {
		width: 100%;
		white-space: nowrap;
		column-count: 1;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}

@media (max-width: 768px) {
	.desktop-view {
		display: none;
	}

	.mobile-view {
		display: block;
	}

	.header-menu .search-button {
		display: none;
	}

	button.view-mobile-menu {
		margin-right: 15px;
	}

	nav.navbar .sub-menu {
		padding-top: 40px;
	}

	nav.navbar .site-logo {
		margin-left: 15px;
		width: 157px;
		height: 100px;
	}

	.main-content {
		padding-top: 25px;
	}

	nav.navbar .sub-menu {
		background: url(../image/dropdown-menu.png) 1150px bottom no-repeat, -webkit-linear-gradient(left, #e8ebed 0px, #e8ebed 200px, #f0f2f4 542px, #f0f2f4 100%);
	}

	.main-content .custom-row {
		display: block;
		margin-top: 15px;
	}

	.grid-submenu .search-box-out.open {
		left: 30px;
	}

	.no-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.link-subpage img {
		width: auto;
		margin: 0 auto 20px;
		display: block;
		max-width: 100%;
	}

	footer .footer-menu li {
		margin-bottom: 10px;
	}

	.home-slider .carousel-indicators li {
		margin: 0 5px;
	}

	.home-slider .carousel-indicators li {
		width: 25px;
	}

	.order-panel .panel-body .subtitle,
	#account-profile .subtitle {
		text-align: left;
		margin-bottom: 5px;
	}

	.cart-product-name .product-details {
		padding-left: 70px;
	}

	.cart-product-name .product-image {
		left: 3px;
	}

	.tab button {
		display: block;
		width: 100%;
		background-color: transparent;
		text-align: left;
		color: #337ab7;
	}

	.tab button.active {
		background-color: #337ab7;
		color: white;
		border: none;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 21px;
	}

	.order-content .product-list .product-sku {
		width: 70px;
		padding-left: 0;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 220px);
	}

	.order-content .product-list .product-qty {
		width: 40px;
	}

	.order-content .product-list .product-price {
		padding-left: 0;
		width: 55px;
	}

	.order-content .product-list .product-ext {
		padding-left: 0;
		width: 60px;
	}

	#contactForm .text-right {
		text-align: left;
	}

	.gift-balance .gift-card {
		padding: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 520px) {
	.page-settings .form-group {
		margin-bottom: 10px;
	}

	.product-item-out,
	.col-mobile-one {
		width: 100%;
	}

	nav.navbar .site-logo {
		width: 134px;
		height: 84px;
	}

	.main-content {
		padding-top: 10px;
	}

	.cart-product-name .product-image,
	.cart-product-name .product-details {
		display: block;
	}

	.cart-product-name .product-details {
		position: relative;
		padding-left: 0;
		padding-top: 60px;
	}

	.cart-product-name .product-image img {
		max-width: 60px;
	}

	.view-cart:hover .cart-popup {
		right: -35px;
	}

	.order-content .total-list .total-info .title {
		width: calc(100% - 140px);
	}

	.order-content .total-list .total-info .comment {
		width: 70px;
	}

	.order-content .total-list .total-info .price {
		width: 70px;
	}

	.shipping-table .shipping-item .zone {
		width: 60px;
	}

	.shipping-table .shipping-item .method {
		width: calc(40% - 30px);
	}

	.shipping-table .shipping-item .arrival {
		width: calc(60% - 30px);
	}

	.document-list .document-item .logo {
		width: 70px;
	}

	.document-list .document-item .title {
		width: calc(55% - 35px);
	}

	.document-list .document-item .description {
		width: calc(45% - 35px);
	}

	/*
	.cart .cart-item-row .cart-product-name {
		width: calc(100% - 160px);
	}

	.cart .cart-item-row .cart-product-quantity {
		width: 90px;
	}

	.cart .cart-item-row .cart-product-sub-total {
		width: 70px;
	}
	*/
}

@media (max-width: 450px) {
	.order-content .product-list .product-sku {
		width: 42px;
		padding-left: 0;
		word-break: break-all;
	}

	.order-content .product-list .product-name {
		width: calc(100% - 182px);
	}

	.order-content .product-list .product-qty {
		width: 35px;
	}

	.order-content .product-list .product-price {
		padding-left: 0;
		width: 50px;
	}

	.order-content .product-list .product-ext {
		padding-left: 0;
		width: 50px;
	}

	.checkout .gift-card-item .card-number p b {
		margin-right: 0;
	}

	.checkout .gift-card-item .card-number {
		width: calc(100% - 75px);
	}

	.checkout .gift-card-item .button-out {
		padding-left: 5px;
		width: 70px;
	}
}

@media (max-width: 350px) {
	.tab-contents .order-list-item p {
		word-break: break-all;
	}

	nav.navbar ul.header-menu li.view-cart {
		display: none;
	}
}

@media (max-width: 318px) {
	.order-content-row span,
	.cart-product-name .product-details a,
	.shipping-table .shipping-item p {
		word-break: break-all;
	}
}

@media print {
	.cart-product-unit-price {
		display: none;
	}
}

nav.navbar ul.header-menu {
	width: auto;
	background-color: unset;
	box-shadow: none;
}

.navbar-nav {
	padding-top: 0;
	width: auto;
	max-width: unset;
}

nav.navbar .sub-menu .menu-col {float: left;}
nav.navbar .nav ul.header-menu li.menu-item-out:hover > a > .menu-item {border-bottom: none;}
.color-swatch {display: inline-block; width: 16px; height: 16px; vertical-align: text-top; margin-right: 0.25em;}
.color-swatch.white {border: solid 1px #CCCCCC;}

/* begin cookie banner */
.cookies-banner button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.cookies-banner button:hover {
	color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
/* end cookie banner */

/* begin wishlist */
.list-group-item:focus, .list-group-item:hover,
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color: #286090;
    color: white;
    cursor: pointer;
}

.wishlist-title {color: #e82c2a;}

.wishlist-delete-item, .wishlist-move-item, .wishlist-view-item {
	cursor: pointer;
	color: #f4f5f2;
}
.wishlist-delete-item:hover, .wishlist-move-item:hover, .wishlist-view-item:hover {
	color: #e82c2a;
}
/* end wishlist */

.spinner {background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 33%, #e82c2a 100%);}

@media only screen and (max-width: 767px) {
    .budget-dollar-nav-item {
		width: 100% !important;
        
	}
	.budget-dollar-nav-item div {
		color: #000000 !important;
        border-left: none !important;
	}
}