/* Shopping Cart plugin Bootstrap Theme */

/*
1. Products Loop
2. Product Page	
3. General
4. Carousel
*/

.checkout_error {
    color: red !important;
    border: none !important;
    background: none !important;
}

.checkout_inactive {
	color: #999;
}

.checkout_warning {
	color: orange !important;
}

.checkout_success {
    color: green !important;
}

.checkout .btn-file {
    position: relative;
    overflow: hidden;
}
.checkout .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

@media only screen and (max-width: 768px) {
	.checkout .media-left, 
	.checkout .media-body {
		display: block !important;
		width: 100% !important;
	}
}

.checkout .thumbnail img {
	width: 100%;
	height: auto;
}

/** Categories **/

.checkout .checkout_category_image {
	margin: 0 15px 15px 0;
}

/** Products General **/

.widget_checkout, .checkout_cart {
	position: relative;
}

.checkout_loading_overlay_wrapper {
	display: none;
	z-index: 50;
    position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.checkout_loading_overlay {
	font-size: 120%;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	height: auto;
	margin: 40% auto;
}

.checkout_loading_overlay i {
	display: block;
}

.checkout .checkout_product_price {
	
}

.checkout .checkout_products_loop .checkout_product_onsale {
	position: absolute;
}

.checkout .checkout_product .checkout_product_price {
	font-size: 150%;
	font-weight: bold;
}

.checkout .checkout_product_tax {
	
}

/*** Product Images ***/
.checkout .checkout_product_images {
	margin: 0 10px 20px 0;
}

.checkout .checkout_product_image {
	margin: 0 0 15px 0;
}

.checkout .checkout_product_images_list {
	
}

.checkout .checkout_product_images_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.checkout .checkout_product_images_list ul li {
	float: left;
	margin: 0 5px 5px 0;
}

.checkout .checkout_product_images_list ul li a {
	
}

.checkout .checkout_product_images_list ul li a img {
	
}

/* 1. Products Loop */

.checkout .productssort {
	margin: 0 10px 0 0;
}

.checkout_product_loop_button_wrap {
	
}

.checkout_product_loop_button_holder {
	
}

/*.checkout_product_loop_button {
	padding: 6px 12px !important;
	color: #FFF !important;
}*/

/** Favorites **/

.checkout .checkout_product .checkout_favorite_wrap {
	line-height: 46px;
	height: 46px;
}

.checkout .checkout_favorite_link, 
.checkout .checkout_favorite_link:link {
	color: #ffd000;
	text-decoration: none;
	border: none;
}

.checkout .checkout_favorite_link:hover,
.checkout .checkout_favorite_link.active {
	font-weight: bold;
	color: #e7bd00;
}

/** Tables **/

.checkout .table > tbody > tr > td, 
.checkout .table > tbody > tr > th {
     vertical-align: middle;
}

.checkout .table > thead > tr > th,
.checkout .table > tfoot > tr > th {
	font-weight: bold;
}

.checkout .checkout_head_quantity {
	width: 100px !important;
}

.checkout_field_quantity {
	min-width: 40px;
}

/** Cart & Checkout **/

.checkout .checkout_total th, 
.checkout .checkout_total td {
	font-weight: bold;
}

.checkout .checkout_cart_total {
	/*font-size: 110%;*/
}

.checkout tr.checkout_cart_total th, 
.checkout tr.checkout_cart_total td {
	font-weight: bold;
}

/* Forms */

.checkout form {
	margin: 0 0 0 0;
}

.checkout .checkout_product_form {
	position: relative;
}

/* 3. General */

.checkout .checkout-dateholder {
	position: relative;
}

.checkout .checkout-dateholder .input-group-addon {
	cursor: pointer;
}

.checkout ol {
	/*margin: 0 0 25px 0px !important;*/
}

.checkout .alert ul {
	list-style: none;
	margin: 0 0 0 0;
}

.checkout .top10margin {
	margin: 10px 0 0 0 !important;
}

.checkout .topbotpadding {
	padding: 0 !important;
	margin: 20px 0 !important;
}

.checkout .nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.checkout .nopadding img {
	margin: 0 !important;
	padding: 0 !important;
}

.checkout .checkout_image_zoom {
	position: relative;
	display: inline-block;
}

.checkout .checkout_image_zoom a .checkout_image_zoom_icon {
	color: white;
	position: absolute;
	font-size: 250%;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	height: auto;
	margin: 40% auto;
}

.checkout .checkout_image_zoom a .checkout_image_zoom_overlay {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.checkout .checkout_image_zoom a:hover .checkout_image_zoom_overlay {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#checkout_frontend_notices, 
#checkout_frontend_errors {	
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.checkout_frontend_notice, 
.checkout_frontend_error {
	
}

.checkout_frontend_notices_inside,
.checkout_frontend_errors_inside {
	text-align: center;
	padding: 10px 0;
	margin: 0 !important;
}

.checkout_highlight {	
	background: #f1fbe5;
	border-bottom: 1px #8cce3b solid;
	color: #363636;
	
}

.checkout_alert {
	background: #fef1ec;
	border-bottom: 1px #cd0a0a solid;
	color: #cd0a0a;
}

/* Bootstrap Overrides BEG */

.checkout .btn {
	
}

.checkout a.btn {
	text-decoration: none;
}

.checkout ul.list-group {
	margin: 10px 0 20px;
}

.checkout ul li.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.checkout ul li.list-group-item img {
	max-width: 100%;
}

.checkout img {
	max-width: initial;
}

.checkout .checkout_products_loop a img {
	max-width: 100% !important;
}

.checkout button a {
	color: inherit !important;
	text-decoration: none !important;
}

.checkout .pagination {
	float: left;
}

/*.checkout .media-left {
	display: block;
}*/

.checkout .media-body {
	padding: 0 0 0 5px;
}

.checkout .top-buffer {
	margin-top: 20px;
}

.checkout .tb-buffer {
	margin-top: 20px;
	margin-bottom: 20px;
}

.checkout .bot-buffer {
	margin-bottom: 20px;
}

.checkout ul.nav-tabs {
	margin: 0 0 0 0;
}

.checkout .nav-tabs > li.active > a {
	text-decoration: none;
}

/* Bootstrap Overrides END */

/* TouchSpin */

.bootstrap-touchspin .input-group-btn-vertical {
	float: left;
}

.bootstrap-touchspin input.spinner {
	width: 50px;
	text-align: center;
}

/* Lightbox */

.ekko-lightbox.modal {
	
}

.checkout .modal {
	top: 15% !important;
}

.ekko-lightbox-nav-overlay a {
    text-shadow: none !important;
    display: inline-table !important;
}

.ekko-lightbox-nav-overlay a.text-left {
	text-align: left;
}

.ekko-lightbox-nav-overlay a.text-right {
	text-align: right;
}

.ekko-lightbox .modal-header {
	/*display: none !important;*/
}

.ekko-lightbox-nav-overlay .fa-chevron-right::before, .ekko-lightbox-nav-overlay .fa-chevron-left::before {
	color: #bbb;
}

/** Bootstrap Slider **/
.checkout .slider.slider-horizontal {
	width: 100% !important;
}

.checkout div.slider-selection {
	background: #CCC;
}

/** Select2 **/

.select2-container {
	
}

.select2-container .select2-selection {
	height: 34px;
	border: 1px #CCC solid !important;
	display: block;
	width: 100%;
	padding: 0 6px !important;
	margin: 0 0 0 0;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container .select2-selection span {
	line-height: 34px !important;
	height: 34px !important;
	text-align: left;
}

.select2-container .select2-results__option {
	padding: 6px 12px;
	font-size: 14px;
}

.checkout .has-error .select2-container--default .select2-selection--single {
	border: 1px #a94442 solid !important;
}

/** Carousel BEG **/

.checkout .carousel {
    
}

.checkout .carousel-indicators {
	bottom: 0px;
}

.checkout .carousel-inner .inner-col {
	overflow: hidden;
}

.checkout .carousel-inner .item {
    padding-top: 50px;
}

.checkout .carousel-inner .item .checkout_link {
	
}

.checkout .carousel-inner .item .checkout_link img {
	max-width: 100%;
}

.checkout .carousel-inner .item .carousel-caption {
    text-shadow: none;
	color: inherit;
    margin: 0;
    padding: 10px 0;
    left: 0;
    right: 0;
    top: -50px;
    bottom: auto;
}

.checkout .carousel-inner .item .carousel-caption h3.product-title {
  
}

.checkout .carousel-inner .item .carousel-caption .product-price {
	font-size: 150%;
	font-weight: bold;
}

.checkout .carousel-inner .carousel-caption-bottom {
	text-align: center;
    padding: 10px 0 40px 0;
}

.checkout .carousel-control {
	width: auto;
}

.checkout .carousel-control .icon-next:before, 
.checkout .carousel-control .icon-prev:before {
	content: "";
}

.checkout .carousel-control .icon-next, 
.checkout .carousel-control .icon-prev { 
	position: absolute; 
	top: 50%; 
	z-index: 5; 
	display: inline-block; 
    text-shadow: none;
    background: #999;
}

.checkout .carousel-control .icon-prev { 
	left: 50%; 
	/*margin-left: -10px;*/
	margin-left: 0;
}

.checkout .carousel-control .icon-next { 
	right: 50%; 
	/*margin-right: -10px; */
	margin-right: 0;
}

.checkout .carousel-control .icon-next, 
.checkout .carousel-control .icon-prev { 
	width: 20px; 
	height: 20px; 
	margin-top: -10px; 
	font-family: serif; 
	line-height: 1; 
}

@media screen and (min-width: 768px) { 
	.checkout .carousel-control .icon-next, 
	.checkout .carousel-control .icon-prev { 
		width: 30px; 
		height: 30px; 
		margin-top: -15px; 
		font-size: 30px; 
	}
	
	.checkout .carousel-control .icon-prev { 
		/*margin-left: -15px; */
	}
	
	.checkout .carousel-control .icon-next { 
		/*margin-right: -15px; */
	}
}

.multi-item-carousel .carousel-inner > .item {
	transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner > .item.active.left {
  	left: -33%;
}
.multi-item-carousel .carousel-inner > .item.active.right {
  	left: 33%;
}
.multi-item-carousel .carousel-inner > .item.next {
  	left: 33%;
}
.multi-item-carousel .carousel-inner > .item.prev {
  	left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.multi-item-carousel .carousel-inner > .item {
		transition: 500ms ease-in-out left;
		transition: 500ms ease-in-out all;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		-webkit-transform: none!important;
		transform: none!important;
	}
}

.multi-item-carousel .carousel-control.left,
.multi-item-carousel .carousel-control.right {
  	background-image: none;
    
}

/** Carousel END **/
#thumblist > li {
	display: inline-block !important;
}
#thumblist {
	margin: 0 0 0 0;
}