﻿
/*Ends 15/12/2016*/


.attributes .datepicker {
	width: 280px;
	text-align: center;
	color: #444;
}

.ui-datepicker {
	width: 280px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
	text-align: center;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-datepicker-header {
	position: relative;
	height: 32px;
	background-color: #008936; /*#4ab2f1;*/
	color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background-image: none;
	padding: 0 !important;
	font-weight: normal;
}
.ui-datepicker-header a {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	width: 32px !important;
	height: 32px !important;
	border: none !important;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url('images/calendar-prev.png') center no-repeat;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('images/calendar-next.png') center no-repeat;
}
.ui-datepicker-header a span {
	/*override jQuery UI styles, do not delete doubled properties*/
	display: none !important;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: 32px !important;
}
.ui-datepicker-calendar {
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	font-size: 14px !important;
}
.ui-datepicker-calendar th {
	background-color: #eee;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 7.285%; /*14.285%*/
	border: 1px solid #ddd;
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	min-height: 32px;
	line-height: 32px;
	color: #444;
}
.ui-datepicker-calendar td a {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none !important;
	background: none !important;
	padding: 0;
	text-align: center;
	color: #444 !important;
}
.ui-datepicker-calendar .ui-state-active {
	outline: 2px solid #008936; /*#4ab2f1;*/
	font-weight: bold;
	color: #008936; /*#4ab2f1;*/
	/*override jQuery UI styles, do not delete doubled properties*/
	color: #008936 !important;
}

.search-box form {
	display: inline-block;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 200px;
	height: 36px;
	margin: 0 -1px 0 0;
}
.search-box .search-box-button {
	float: left;
	min-width: 86px;
	height: 36px;
	border: none;
	background-color: #008936; /*#4ab2f1;*/
	padding: 0 15px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.search-box .search-box-button:hover {
	background-color: #248ece;
}
.search-box .ui-autocomplete-loading {
	background: #fff url('images/ajax-loader-small.gif') right center no-repeat;
}
.ui-helper-hidden-accessible {
	display: none !important;
}
.ui-autocomplete {
	width: 285px !important;
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-autocomplete li {
	border-top: 1px solid #ddd;
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 15px;
	font-size: 14px;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	padding: 15px !important;
	line-height: normal !important;
	color: #777 !important;
}
.ui-autocomplete a:hover,
.ui-autocomplete a.ui-state-focus {
	background-color: #f6f6f6 !important;
}
.ui-autocomplete img {
	display: none;
	min-width: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/*****Input*****/
.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
}

input, textarea, select {
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    color: #777;
}

label, label + * {
    vertical-align: middle;
}

.inputs label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
    font-size: 14px;
    color: #444;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], textarea {
    border-radius: 0;
}

input[type="text"], input[type="password"], textarea, select {
    height: 36px;
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
}

.inputs input[type="text"], .inputs input[type="password"], .inputs select, .inputs textarea {
    width: 400px;
    max-width: 100%;
    background-color: #fff;
}

.inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
}

.date-range input {
    width: 80px;
    margin: 3px;
}

.page-title {
    /*min-height: 50px;*/
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px; /*6px 10px;*/
}

/****** SEARCH******/

.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.search-page .page-title {
	margin: 0 0 -1px;
}
.search-input .fieldset {
	margin: 0 0 30px;
}
.search-input .form-fields {
	padding: 30px 15px 10px;
}
.search-input input + label {
	display: inline;
	margin: 0 0 0 5px;
}

.advanced-search {
	margin: 30px 0 0;
}
.advanced-search .price-range {
	display: inline-block;
}
.advanced-search .price-range input {
	width: 80px;
	margin: 3px;
}

.buttons {
    margin: 0 0 30px;
}

.search-input .buttons {
	text-align: center;
}
.search-input .button-1 {
	min-width: 140px;
	border: none;
	background-color: #008936; /*#4ab2f1;*/
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.search-input .button-1:hover {
	background-color: #248ece;
}
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	margin: 10px 0; 
	color: #e4434b;
}




/********** EVENTSLIST PAGE **********/



.breadcrumb {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 5px 10px;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li * {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a:hover {
	color: #008936; /*#4ab2f1;*/
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 25px;
	line-height: 22px;
}

.contact-vendor {
	margin: 0 0 30px;
}
.contact-vendor .button-2 {
	border: none;
	background-color: #008936; /*#4ab2f1;*/
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contact-vendor .button-2:hover {
	background-color: #248ece;
}

.product-selectors {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.product-selectors:first-child {
	border-top: none;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-selectors > div {
	display: inline-block;
	margin: 5px;
}
.product-selectors span {
	vertical-align: middle;
	font-size: 16px;
}
.product-selectors select {
	margin: 0 8px;
}
.product-selectors .product-viewmode {
	display: none;
	font-size: 0;
}

.product-filters {
	display: table;
	width: 100%;
	margin: -20px 0 20px;
	border-bottom: 1px solid #ddd;
}
.product-filter {
	margin: 0 0 10px;
}
.product-filter .filter-title {
	margin: 0 0 10px;
	background-color: #f6f6f6;
	padding: 10px;
	font-size: 17px;
	color: #444;
}
.product-filter .filter-title strong {
	font-weight: normal;
}
.product-filter .filter-content {
	padding: 10px;
	color: #444;
}
.product-filter .available-items:after {
	content: "";
	display: block;
	clear: both;
}
.product-filter .group {
	margin: 0 0 10px;
}
.product-filter .group li {
	font-size: 15px;
}
.product-filter .group li a,
.product-filter .group li strong {
	display: inline-block;
	padding: 5px 0;
}
.product-filter .group li a:hover {
	color: #008936; /*#4ab2f1;*/
}
.product-filter .group li.item {
	display: inline-block;
	position: relative;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
}
.product-filter .group li.item:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}

.filtered-items .title {
	margin: 0 0 5px;
	font-style: italic;
}
.filtered-items .item {
	color: #008936; /*#4ab2f1;*/
}
.remove-filter {
	margin: 15px 0;
}
.remove-filter a {
	display: inline-block;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
}
.remove-filter a:hover {
	background-color: #999;	
}

.item-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 80px;
	text-align: left;
    /*background: #F8F8FA; ID*/
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
    margin: 0 0 20px; 
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box:hover .picture a img {
	opacity: 0.85;
}
.item-box .details {
	padding: 0 10px;
}
.item-box .product-title {
	margin: 0 0 10px;
	overflow: hidden;
	/*font-size: 17px;*/
    line-height: 1.2;
	font-weight: normal;
	color: #008936;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title a:hover {
	color: #248ece;
}
.item-box .product-rating-box {
    display: inline-block;
	margin: 0 0 10px;
}
.item-box .rating {
	background: url('images/rating1.png') repeat-x;
	width: 95px;
    height: 14px;
}
.item-box .rating div {
	background: url('images/rating2.png') repeat-x;
    height: 14px;
}
.item-box .description {
	display: none;
}
.item-box .description a {
	display: block;
	overflow: hidden;
}
.item-box .prices {
    margin: 0 0 10px;
    overflow: hidden;
}
.item-box .old-price {
	margin: 0 5px 0 0;
	font-size: 13px; /*16px*/
	color: #aaa;
	text-decoration: line-through;
}
.item-box .actual-price {
	margin: 0 5px 0 0;
	font-size: 13px; /*16px*/
	color: #666;
}
.item-box .tax-shipping-info a {
	color: #008936; /*#4ab2f1;*/
}
.item-box .tax-shipping-info a:hover {
	text-decoration: underline;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
}
.item-box input[type="button"] {
	display: inline-block;
	height: 40px;
	border: none;
	vertical-align: middle;
}
.item-box .product-box-add-to-cart-button {
	width: 60%;
	background-color: #008936; /*#4ab2f1;*/
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.item-box .product-box-add-to-cart-button:hover {
	background-color: #248ece; /*change to lighter shade of green*/
}
.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
	width: 20%;
	border-left: 1px solid #fff !important;
	background-color: #eaeaea;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.item-box .add-to-compare-list-button {
	background-image: url('images/compare-button.png');
}
.item-box .add-to-wishlist-button {
	background-image: url('images/wishlist-button.png');
}
.item-box .add-to-compare-list-button:hover,
.item-box .add-to-wishlist-button:hover {
	background-color: #ddd;
}

.product-grid .item-box .product-item, .product-grid .item-box .picture
{
    background-color: #F8F8FA;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0px; /*margin: 0 0 20px;*/
}
.home-page-category-grid .title,
.sub-category-grid .title {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
	display: block;
	padding: 0 0 15px;
}
.home-page-category-grid .picture,
.sub-category-grid .picture {
	margin: 0;
}
.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
	padding-top: 65%;
}

.product-grid,
.product-list {
	margin: 0 0 50px;
}
.product-grid .title {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
	color: #444;
}
.product-grid .title strong {
	font-weight: normal;
}

.manufacturer-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.manufacturer-grid .title a:hover {
	color: #008936; /*#4ab2f1;*/
}
.manufacturer-grid .picture {
	border: 1px solid #ddd;
}

.vendor-grid .title {
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.vendor-grid .title a:hover {
	color: #008936; /*#4ab2f1;*/
}
.vendor-grid .picture {
	border: 1px solid #ddd;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: right;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.pager li a,
.pager li span {
	display: block;
	min-width: 35px;
	height: 35px;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 8px;
	text-align: center;
	font-size: 14px; /*reset zeroing*/
	cursor: pointer;
}
.pager li span {
	border-color: transparent;
	background-color: #008936; /*#4ab2f1;*/
	color: #fff;
}
.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
	color: #fff;
}
.pager li.previous-page * {
	background-image: url('images/prev.png');
}
.pager li.next-page * {
	background-image: url('images/next.png');
}
.pager li.first-page * {
	background-image: url('images/first.png');
}
.pager li.last-page * {
	background-image: url('images/last.png');
}
.pager li a:hover {
	border-color: transparent;
	background-color: #ddd;
}

/*********** SIDE COLUMN ***********/



.block {
	/*max-width: 600px;*/ /*width limit in mobile*/
	min-height: 50px;
	margin: auto;
	text-align: left;
}
.block .title {
	position: relative;
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	background: #f6f6f6 url('images/toggle-gray.png') right 14px no-repeat;
	padding: 12px 30px 10px 10px; /*12px 30px 12px 10px;*/
	font-size: 18px; /*20px;*/
	color: #444;
	cursor: pointer;
}
.block .title strong {
	font-weight: normal;
}
.block .listbox {
	display: none;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
}
.block .list li {
	padding: 5px 0 5px 15px;
}

/*30122016*/
.block ul.list {
    margin: 0;
    padding-left:0px;
    list-style: none;
}
.block .list li {
    padding: 0 15px;
    margin-bottom: 15px;
}

/*end*/

.block .list a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	color: #444;
    -webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.block .list a:before {
	content: "";
	position: absolute;
	top: 12px;
	left: -15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.block .list .active > a {
	color: #008936; /*#4ab2f1*/
}
.block .list a:hover {
	color: #008936; /*#4ab2f1*/
}
.block a.product-picture {
	display: none;
}
.block a.product-picture:before {
	display: none;
}
.block .sublist {
	margin: 15px 0 5px;
}
.block .sublist a {
	font-size: 14px;
}

.block .view-all {
	margin: 10px 0 0;
}
.block .view-all a {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	color: #008936; /*#4ab2f1;*/
}
.block .view-all a:hover {
	text-decoration: underline;
}

.block .tags {
	margin: 5px 0 10px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
	font-size: 17px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	float: left;
	line-height: 30px;
	color: #444;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #008936; /*#4ab2f1;*/
}

/********** **********/
/* EVENT PAGE - GLOBAL*/
/********** **********/
#schema .gallery {
	float: left;/**/
	width: 46%; /*100%*/
}
#schema .gallery .picture {
	width: auto;
}
    #schema .gallery .picture {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        width: auto;
    }
    #schema .gallery .picture::before {
        content: "";
        display: block;
    }
    #schema .gallery .picture img, .gallery .picture-thumbs img, .variant-picture img {
        /*position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;*/
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

    #schema .overview {
	    float: right;/**/
	    width: 52%; /*100%;*/

        position: relative;
        margin: 0 0 20px;
    }
    #schema .overview .product-name {
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    }
    #schema .overview .short-description {
    margin: 0 0 10px;
    line-height: 22px;
    color: #666;
    }
    #schema .overview .availability, .variant-overview .availability {
        margin: 0 0 20px;
        overflow: hidden;
    }
    #schema .overview .add-to-cart {
        margin: 0 0 20px;
    }
    #schema .full-description {
        clear: both;
        line-height: 24px;
        margin-bottom:20px;
    }
    #schema .overview-buttons {
        margin: 0 0 10px;
        font-size: 0;
    }
        #schema .overview-buttons div {
            display: inline-block;
            width: auto;
            margin: 0 1px 2px;
        }
        .overview .email-a-friend-button {
            background-image: url(/Content/images/email-button.png);
        }
        .overview .button-2, .variant-overview .button-2 {
            display: block;
            width: 100%;
            border: none;
            background-color: #eaeaea;
            background-position: left center;
            background-repeat: no-repeat;
            padding: 12px 15px 12px 40px;
            text-align: left;
            font-size: 14px;
            color: #666;
            cursor: pointer;
        }
    #schema .product-share-button {
        display: inline-block;
        overflow: hidden;
    }

    #schema .product-collateral {
        margin: 0 0 75px;
    }
    #schema .product-specs-box {
        margin: 0 0 30px;
    }
        #schema .title {
	        text-align: left;
            margin: 0 0 10px;
            font-size: 18px;
            color: #444;
            outline: none;
            padding: 0;
            text-decoration: none;
            box-sizing: border-box;
        }
        #schema .title strong {
            font-weight: normal;
        }
        #schema .table-wrapper {
            overflow-x: auto;
            border-spacing: 0;
            min-height: .01%;
            border: 1px solid #ddd;
            box-sizing: border-box;
        }
        #schema table.data-table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px;
            border-spacing: 0;
            border-collapse: collapse;
            background-color: transparent;
        }
        #schema table.data-table > thead > tr > th {
            vertical-align: bottom;
            border-bottom: 2px solid #ddd;
            text-align: left;
        }

        #schema .table-striped > tbody > tr:nth-of-type(odd) {
          background-color: #f9f9f9;
        }

        #schema .product-specs-box td, #schema .product-specs-box th{
            border: 1px solid #ddd;
            padding: 10px;
            min-width: 50px;
            background-color: #fff;
            color: #444;
            line-height: 1.42857143;
            vertical-align: top;
        }

#schema .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#schema .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.custom-row {
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}
.custom-row ::before {
    display: table;
    content: " ";
    box-sizing: border-box;
}
.custom-row ::after {
    clear: both;
    display: table;
    content: " ";
    box-sizing: border-box;
}

#schema .halfbox{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}


/*cart, checkout & payment*/
/********** SELECTION CART **********/



.order-progress {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 10px 0; /*15px 0;*/
	text-align: center;
}
.order-progress ul {
	font-size: 0;
}
.order-progress li {
	display: inline-block;
	margin: 10px;
}
.order-progress a {
	display: block;
	min-width: 70px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.order-progress a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	border: 1px solid #bbb;
	background: #fff url('images/pointer.png') center no-repeat;
}
.order-progress li.active-step a {
	cursor: pointer;
}
.order-progress li.inactive-step a {
	opacity: 0.3;
	cursor: default;
}

.shopping-cart-page .page-title {
	margin: 0 0 -1px;
	padding: 10px;
}
.shopping-cart-page .message-error {
	margin: 20px 0;
}
.shopping-cart-page td .message-error {
	margin: 10px 0 0;
	text-align: left;
}
.shopping-cart-page .checkout-attributes a {
	color: #4ab3f1;
}
.shopping-cart-page .checkout-attributes a:hover {
	text-decoration: underline;
}
.shopping-cart-page .tax-shipping-info {
	margin: 20px 0;
	text-align: center;
}
.shopping-cart-page .tax-shipping-info a {
	color: #4ab3f1;
}
.shopping-cart-page .tax-shipping-info a:hover {
	text-decoration: underline;
}
.shopping-cart-page .common-buttons {
	margin: 0 0 10px; /*margin: 0 0 60px;*/
	background-color: #f6f6f6;
	padding: 20px;
	font-size: 0;
}
.shopping-cart-page .common-buttons input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.shopping-cart-page .common-buttons input:hover {
	background-color: #999;
}
.shopping-cart-page .common-buttons input:first-child {
	background-color: #008936; /*#4ab2f1;*/
}
.shopping-cart-page .common-buttons input:first-child:hover {
	background-color: #248ece;
}

.checkout-attributes {
	margin: -30px 0 30px;
	color: #444;
}
.checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: bold;
}
.checkout-attributes dd {
	margin: 0 0 20px;
}
.checkout-attributes input[type="text"],
.checkout-attributes select {
	min-width: 200px;
}
.checkout-attributes ul {
	font-size: 0;
}
.checkout-attributes li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
	font-size: 14px; /*reset zeroing*/
}
.checkout-attributes .color-squares li {
     border: none;
     padding: 0;
     line-height: 0;
}
.checkout-attributes li label {
	display: inline-block;
	margin: 0 0 0 5px;
}

.selected-checkout-attributes {
	margin: 30px 0;
	color: #444;
}
.selected-checkout-attributes br {
	content: "";
	display: block;
	margin: 3px;
}

.cart-footer {
	margin: 0 0 50px;
	border-top: 1px solid #ddd;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-footer .totals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	background-color: #f9f9f9;
	padding: 10px;
	color: #444;
}
.cart-footer .total-info {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding: 5px 30px 15px;
}

table .cart-total{
    width: 100%;
}
.cart-total td {
	width: 50%;
	padding: 5px 0;
	text-align: right;
}
.cart-total td:first-child {
	text-align: left;
}
.cart-total .giftcard-remaining {
	display: block;
	font-style: italic;
}
.cart-total .order-total {
	font-size: 20px;
	color: #008936; /*#4ab2f1;*/
}
.cart-total .order-total strong {
	font-weight: normal;
}
.cart-total .earn-reward-points {
	font-style: italic;
}

.min-amount-warning {
	margin: 0 0 20px;
	padding: 0 30px;
	color: #e4434b;
}

.terms-of-service {
	margin: 0 0 20px;
	padding: 0 30px;
}
.terms-of-service label {
    cursor: pointer;
}
.terms-of-service a {
	margin: 0 0 0 3px;
	color: #008936; /*#4ab2f1;*/
}

.cart-footer .checkout-buttons {
	padding: 0 10px;
}
.cart-footer .checkout-button {
	display: inline-block;
	min-width: 160px;
	border: none;
	background-color: #008936; /*#4ab2f1;*/
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.cart-footer .checkout-button:hover {
	background-color: #248ece;
}
.cart-footer .addon-buttons {
	margin: 20px 0 0;
	padding: 0 10px;
}

.cart-collaterals {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	padding: 25px 0 0;
}
.cart-collaterals > div {
	max-width: 400px;
	margin: 0 0 50px;
}
.cart-collaterals .button-2 {
	display: inline-block;
	border: none;
	background-color: #aaa;
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
}
.cart-collaterals .button-2:hover {
	background-color: #999;
}

.cart-collaterals .title {
	margin: 0 0 5px;
	font-size: 18px;
	color: #444;
}
.cart-collaterals .title strong {
	font-weight: normal;
}
.cart-collaterals .hint {
	margin: 0 0 10px;
}
.cart-collaterals .deals > div {
	margin: 0 0 20px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
}
.cart-collaterals .coupon-code input[type="text"] {
	float: left;
	width: 60%;
	height: 36px; /*safari padding fix*/
	margin: 0 -1px 0 0;
}
.cart-collaterals .coupon-code input[type="submit"] {
	float: left;
	width: 40%;
	height: 36px; /*safari padding fix*/
	padding: 0;
}
.cart-collaterals .message-failure {
	margin: 5px 0 0;
	font-size: 12px;
	color: #e4434b;
}
.cart-collaterals .message-success {
	margin: 5px 0 0;
	font-size: 12px;
	color: #4cb17c;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
	color: #4cb17c;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	background: #fff url('images/close.png') center no-repeat;
	cursor: pointer;
}

.cart-collaterals .shipping select {
	height: 36px;
}
.cart-collaterals .shipping-results {
	margin: 30px 0 0;
}
.cart-collaterals .shipping-results li {
	margin: 20px 0;
}
.cart-collaterals .shipping-results li strong {
	display: block;
	margin: 0 0 5px;
	color: #444;
}
.shopping-cart-page .no-data {
	margin: 25px 0 0;
}

/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	padding: 15px 25px 15px 10px;
	line-height: 16px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	background-color: #4bb07a;
}
.bar-notification.error {
	background-color: #e4444c;
}
.bar-notification .content {
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	margin: 7px;
	background: #fff url('images/close.png') center no-repeat;
	cursor: pointer;
}

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
	padding: 30px 15px;
    text-align: center;
	line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url('images/loading.gif') center no-repeat;
}

.please-wait {
	background: url('images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
	font-size: 14px;
}

.ui-dialog {
	width: 350px !important;
	max-width: 90%;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
	overflow: hidden;
	background-color: #fff;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-radius: 0;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.ui-dialog:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ui-dialog-titlebar {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	background-color: #eee;
	padding: 10px 15px;
	/*override jQuery UI styles, do not delete doubled properties*/
	border-width: 0 0 1px;
	border-radius: 0;
	background-image: none;
	padding: 10px 15px !important;
	font-weight: normal;
	cursor: auto !important;
}
.ui-dialog-titlebar > span {
	float: left;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 !important;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	border: none;
	overflow: hidden;
	background: url('images/close.png') center no-repeat;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	top: 0 !important;
	right: 0 !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0;
	background: url('images/close.png') center no-repeat !important;
	padding: 0 !important;
}
.ui-dialog-titlebar button span {
	display: none !important;
}
.ui-dialog-content {
	height: auto !important;
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px !important;
	color: #777;
}


/********** CHECKOUT **********/



.checkout-page .section {
	margin: 0 0 30px;
}
.checkout-page .section.order-summary {
	margin: 100px 0 30px;
}

.checkout-page .cart-options {
	min-height: 60px;
	overflow: hidden;
}
.checkout-page .cart-footer {
	border-top: none;
}
.checkout-page .total-info {
	margin: 0;
	border-bottom: none;
	padding: 5px 20px 10px;
}

.checkout-page .button-1 {
	display: inline-block;
	min-width: 140px;
	border: none;
	background-color: #008936; /*#4ab2f1;*/
	padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.checkout-page .button-1:hover {
	background-color: #248ece;
}

.checkout-page .address-item {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
}
.checkout-page .address-item ul {
	margin: 0 0 15px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}
.checkout-page .address-item li {
	padding: 5px 0;
}
.checkout-page .address-item li.name {
	font-size: 16px;
	font-weight: bold;
}

.enter-address .message-error {
	margin: 20px 0;
}
.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .pickup-in-store {
	padding: 30px 0;
	text-align: center;
}
.checkout-page .pickup-in-store .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	margin: 20px 0;
	font-size: 14px; /*reset zeroing*/
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
.shipping-method .method-description {
	margin: 5px 0 0;
}

.payment-method .use-reward-points {
	margin: 0 0 30px;
	text-align: center;
	color: #444;
}
.payment-method .payment-logo {
	display: inline-block;
	vertical-align: middle;
}
.payment-method .payment-logo label {
	display: block;
	font-size: 0 !important;
}
.payment-method .payment-details {
	min-width: 180px;
	display: inline-block;
	margin: 0 0 0 10px;
	text-align: left;
	vertical-align: middle;
}

.payment-info .info {
	padding: 30px 15px;
	color: #444;
}
.payment-info .info tr {
	display: block;
	margin: 0 0 15px;
	font-size: 0;
}
.payment-info .info td {
	display: inline-block;
	width: 100% !important;
	max-width: 400px !important;
	font-size: 14px; /*reset zeroing*/
}
.payment-info .info td:only-child {
	width: 100% !important;
	max-width: 100% !important;
}
.payment-info .info td input[type="text"] {
	width: 100% !important;
}
.payment-info .info td input[name="CardCode"] {
	width: 65px !important;
}
.payment-info .info td select {
	min-width: 70px;
}
.payment-info .info td:first-child {
	margin: 0 0 10px;
}
.payment-info .info p {
	text-align: center;
}

.confirm-order .buttons {
	padding: 10px 0;
}
.confirm-order .button-1 {
	font-size: 16px;
}

.confirm-order .button-2 {
	display: inline-block;
	min-width: 140px;
	border: none;
	background-color: #aaa;
	padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase; 
    margin-top: 10px; 
}
.confirm-order .button-2:hover {
	background-color: #999;
}

ol.billing-info, ul.billing-info,
ol.shipping-info, ul.shipping-info,
.side-list-wrap ul.side-list
{
    list-style: none !important;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    text-align:left;
}

/*.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 20px;
	color: #444;
}*/

.order-review-data > div, .order-details-area > div, .shipment-details-area > div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 3px 0; 
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong{
    font-weight: 700;
}
.order-review-data .side-list-wrap,
.order-details-area .side-list-wrap,
.shipment-details-area .side-list-wrap {
    margin-top: 20px;
}

.order-completed .details {
	margin: 0 0 30px;
	padding: 30px 15px;
	text-align: center;
	color: #444;
}
.order-completed .details div {
	margin: 5px 0;
}
.order-completed .details strong {
	font-weight: normal;
	text-transform: uppercase;
}
.order-completed .details a {
	color: #008936; /*#4ab2f1;*/
}
.order-completed .details a:hover {
	text-decoration: underline;
}

.opc .step-title {
	margin: 0 0 1px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.opc .allow .step-title {
	background-color: #008936; /*#4ab2f1;*/
	cursor: pointer;
}
.opc .step-title .number,
.opc .step-title .title {
	float: left;
	min-height: 40px;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
	color: #fff;
	cursor: pointer;
}
.opc .step-title .number {
	width: 42px;
	border-right: 1px solid #fff;
	text-align: center;
}
.opc .allow .step-title .number {
	background-color: #248ece;
}
.opc .step {
	margin: 10px 0;
	padding: 30px 15px;
	text-align: center;
}
.opc .section {
	margin: 0 0 30px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.opc input[type="text"],
.opc select {
	max-width: 100%;
}
.opc .buttons {
	margin-bottom: 0;
}
.opc .back-link {
	margin: 0 0 10px;
}
.opc .back-link small {
	display: none;
}
.opc .back-link a {
	display: inline-block;
	margin: 0 0 0 -15px;
	background: url('images/back-button.png') left center no-repeat;
	padding: 0 0 0 18px;
	color: #444;
}
.opc .back-link a:hover {
	color: #008936; /*#4ab2f1;*/
}
.opc .buttons .please-wait {
	display: block;
	margin: 10px 0 0;
    background: none;
}
.opc .section.pickup-in-store {
	margin: 0 0 30px;
	padding: 0;
}
.opc .payment-info .info tr {
	text-align: left;
}
.opc .section.order-summary {
	margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
	border-bottom: none;
}
.order-details-page .page-title h1 {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.order-details-page .page-title a {
	display: inline-block;
	min-width: 180px;
	margin: 5px 0;
	border: none;
	background-color: #aaa;
	background-image: none;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.order-details-page .page-title a:hover {
	background-color: #999;
}
.order-details-page .page-title a.print-order-button {
	background-color: #008936; /*#4ab2f1;*/
}
.order-details-page .page-title a.print-order-button:hover {
	background-color: #248ece;
}

.order-details-page .order-overview {
	margin: 0 0 50px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #444;
}
.order-details-page .order-overview .order-number {
	margin: 0 0 10px;
	text-transform: uppercase;
}
.order-details-page .order-overview .order-total strong {
	font-weight: normal;
	color: #008936; /*#4ab2f1;*/
}

.order-details-page .repost .button-2 {
	display: inline-block;
	margin: 10px 0;
	border: none;
	background-color: #008936; /*#4ab2f1;*/
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.order-details-page .repost .button-2:hover {
	background-color: #248ece;
}

.order-details-page .download a {
	font-weight: normal;
	color: #008936; /*#4ab2f1;*/
}
.order-details-page .download a:hover {
	text-decoration: underline;
}
.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	padding: 20px;
	text-align: center;
}
.user-agreement-page .button-1 {
	min-width: 140px;
    border: none;
    background-color: #008936; /*#4ab2f1;*/
    padding: 10px 30px;
    text-align: center;
	font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.user-agreement-page .button-1:hover {
	background-color: #248ece;
}

.order-details-page .tax-shipping-info {
	margin: 30px 0;
}
.order-details-page .tax-shipping-info a {
	color: #008936; /*#4ab2f1;*/
}
.order-details-page .tax-shipping-info a:hover {
	text-decoration: underline;
}

.order-details-page .actions {
	margin: 30px 0 0;
	font-size: 0;
}
.order-details-page .actions input {
	display: inline-block;
	min-width: 180px;
	margin: 5px;
	border: none;
	background-color: #aaa;
	background-image: none;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
}
.order-details-page .actions input:hover {
	background-color: #999;
}
.order-details-page .actions input:first-child {
	background-color: #008936; /*#4ab2f1;*/
}
.order-details-page .actions input:first-child:hover {
	background-color: #248ece;
}

.order-details-page .total-info {
	width: 350px;
	max-width: 100%;
	margin: 0 auto 50px;
	background-color: #f9f9f9;
	padding: 15px 20px;
	color: #444;
}




@media (min-width: 992px){
    #schema .halfbox{
        width: 50%;
        float: left;
    }
}

@media all and (min-width: 481px) {


    /*** GLOBAL ***/


    .master-wrapper-content,
    .header-menu {
	    width: 92.5%;
    }


    /*** GLOBAL TABLES ***/


    .cart tr {
	    width: 46%;
	    margin: 40px 2% 0;
    }
    .cart tr:nth-child(2n+1) {
	    clear: both;
    }
    .order-details-page .data-table tr {
	    width: 46%;
	    margin: 40px 2% 0;
    }
    .order-details-page .data-table tr:nth-child(2n+1) {
	    clear: both;
    }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        display: inline-block;
	    width: 30%;
        margin: 10px auto;
    }
    .search-box input.search-box-text {
	    width: 280px;
    }
    .ui-autocomplete {
	    width: 280px !important;
    }
    .ui-autocomplete img {
	    display: inline;
    }


    /*** FOOTER ***/


    .footer-block {
	    width: 85%;
    }
    .newsletter-email input[type="text"] {
	    width: 240px;
    }


    /*** EVENTSLIST ***/


    .product-filter {
	    display: table-cell;
	    vertical-align: top;
	    text-align: left;
    }
    .product-filter.price-range-filter {
	    width: 200px;
    }
    .product-filter .product-spec-group {
	    float: left;
	    margin: 0 25px 10px 0;
    }
    .product-filter .group li.item {
	    display: block;
	    margin: 0;
    }

    .item-box {
	    width: 49%;
	    margin: 0 0.5% 50px;
    }
    .item-box-owl { /*ID*/
	    width: 100%;
	    margin: 0 0.5% 50px;
    }

    .item-box:nth-child(2n+1) {
	    clear: both;
    }
    .item-box .product-rating-box {
        margin: 0 0 15px;
    }
    .item-box .prices {
        height: 40px;
    }
    .item-box .product-title {
        min-height: 42px;
        margin: 0 0 5px;
    }

    /*** PRODUCT PAGE ***/


    .overview-buttons div {
	    display: inline-block;
	    width: auto;
	    margin: 0 1px 2px;
    }


    /*** WISHLIST ***/


    .wishlist-content .button-2 {
	    display: inline-block;
	    width: auto;
	    min-width: 140px;
	    margin: 0 1px 5px;
    }


    /*** TOPICS ***/


    .enter-password-form input[type="password"] {
	    width: 260px;
    }


    /*** FORUM & PROFILE ***/

    .forums-header {
	    background-color: #f9f9f9;
	    padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
	    display: inline-block;
	    min-width: 150px;
	    margin: 0 5px -1px;
	    /*override jQuery UI styles, do not delete doubled properties*/
	    margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
	    display: inline-block;
	    width: auto;
	    margin: 1px;
    }

}


@media all and (min-width: 769px) {

    /**** GLOBAL ***/


    .master-wrapper-content {
	    width: 94%;
    }

    /**** GLOBAL TABLES ***/


    .cart tr {
	    width: 31.33333%;
	    margin: 40px 1% 0;
    }
    .cart tr:nth-child(2n+1) {
	    clear: none;
    }
    .cart tr:nth-child(3n+1) {
	    clear: both;
    }
    .order-details-page .data-table tr {
	    width: 31.33333%;
	    margin: 40px 1% 0;
    }
    .order-details-page .data-table tr:nth-child(2n+1) {
	    clear: none;
    }
    .order-details-page .data-table tr:nth-child(3n+1) {
	    clear: both;
    }

    /*** Events list ***/


    .product-selectors {
	    text-align: left;
    }
    .product-selectors .product-viewmode {
	    display: inline-block;
	    float: right;
    }
    .product-selectors .product-viewmode span {
	    display: none;
    }
    .product-selectors .product-viewmode a {
	    display: inline-block;
	    width: 24px;
	    height: 32px;
	    margin: 0 0 0 12px;
	    background-position: center;
	    background-repeat: no-repeat;
	    opacity: 0.5;
    }
    .product-selectors .product-viewmode a.grid {
	    background-image: url('images/view-grid.png');
    }
    .product-selectors .product-viewmode a.list {
	    background-image: url('images/view-list.png');
    }
    .product-selectors .product-viewmode a.selected {
	    opacity: 1;
    }

    .item-box {
	    width: 32.33333%;
	    margin: 0 0.5% 50px;
    }
    .item-box-owl {
	    width: 100%;
	    margin: 0 0.5% 50px;
    }

    .item-box:nth-child(2n+1) {
	    clear: none;
    }
    .item-box:nth-child(3n+1) {
	    clear: both;
    }

    .item-box:nth-child(3n+1) .picture {
	    background-color:#DFC9CB; /*#A3B5CB #336699; #D0D5DB*/
    }
    .item-box:nth-child(3n+2) .picture {
	    background-color:#E9F3F1;
    }
    .item-box:nth-child(3n+3) .picture {
	    background-color:#D0D5DB; /*#E9F3F1;*/
    }

    .product-list .item-box {
	    float: none;
	    width: auto;
	    margin: 0 5px 20px;
    }
    .product-list .item-box .product-item:after {
	    content: "";
	    display: block;
	    clear: both;
    }
    .product-list .item-box .picture {
	    float: left;
	    width: 220px;
    }
    .product-list .item-box:hover .picture a img {
	    opacity: 1;
    }
    .product-list .item-box .picture:hover a img {
	    opacity: 0.85;
    }
    .product-list .item-box .picture + .details {
	    margin: 0 0 0 240px;
    }
    .product-list .item-box .product-title {
	    height: auto;
	    padding: 10px 0;
	    font-size: 18px;
    }
    .product-list .item-box .description {
	    display: block;
	    margin: 0 0 10px;
	    line-height: 22px;
    }
    .product-list .item-box .prices {
	    height: auto;
	    margin: 0 0 30px;
    }
    .product-list .item-box .buttons {
    }
    .product-list .item-box .product-box-add-to-cart-button {
	    width: auto;
	    min-width: 150px;
	    padding: 0 20px;
    }
    .product-list .item-box .add-to-compare-list-button,
    .product-list .item-box .add-to-wishlist-button {
	    width: 42px;
    }


    /*** SHOPPING CART ***/


    .order-progress {
	    padding: 20px;
    }
    .order-progress li {
	    margin: 0 10px;
    }
    .order-progress a {
	    min-width: 80px;
    }

    .cart-options .common-buttons {
	    text-align: right;
    }
    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
	    padding: 0 10px;
    }

    .cart-footer .totals {
	    float: right;
	    width: 45%;
	    /*margin: 0 2.5%;*/
    }
    .cart-footer .terms-of-service {
	    text-align: left;
    }
    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
	    text-align: right;
    }
    .cart-footer .cart-collaterals {
	    float: left;
	    width: 45%;
	    /*margin: 0 2.5%;*/
    }
    .cart-footer .cart-collaterals div,
    .cart-footer .cart-collaterals label {
	    text-align: left;
    }
    .cart-footer .estimate-shipping label {
	    display: block;
	    margin: 0 0 10px;
    }
    .cart-footer .estimate-shipping .buttons {
	    text-align: right;
    }


    /*** CHECKOUT ***/


    .checkout-page .selected-checkout-attributes {
	    float: right;
	    text-align: right;
    }
    .checkout-page .cart-footer .totals {
	    max-width: 350px;
	    margin: 0;
    }
    .checkout-page .address-grid {
	    overflow: hidden;
    }
    .checkout-page .address-item {
	    float: left;
	    width: 48%;
	    margin: 0 1% 40px;
    }
    .shipping-method .method-list li,
    .payment-method .method-list li {
	    display: inline-block;
	    width: 25%;
	    margin: 20px 2%;
	    vertical-align: top;
    }
    .shipping-method .method-name {
	    background-color: #f6f6f6;
	    padding: 10px;
    }
    .payment-method .payment-logo {
	    display: block;
	    background-color: #f6f6f6;
	    padding: 10px;
    }
    .payment-method .payment-details {
	    display: block;
	    width: auto;
	    min-width: 0;
	    margin: 10px 0 0;
	    text-align: center;
    }
    .payment-info .info {
	    padding: 30px 75px;
    }
    .order-review-data,
    .order-details-area,
    .shipment-details-area {
	    overflow: hidden;
    }
    /*.order-review-data ul,
    .order-details-area ul,
    .shipment-details-area ul {
	    float: left;
	    width: 48%;
	    margin: 0 1% 40px;
    }*/
    .order-review-data > div, .order-details-area > div, .shipment-details-area > div {
        float: left;
        width: 48%;
        margin: 0 1% 40px;
    }

    div.order-review-data:first-child, div.order-details-area:first-child, div.shipment-details-area:first-child
    {
        margin-left:0px;
    }

    div.order-review-data:last-child, div.order-details-area:last-child, div.shipment-details-area:last-child
    {
        margin-right:0px;
    }
    /*** ORDER DETAILS & SHIPPING DETAILS ***/

    .order-details-page .section.options {
	    text-align: right;
    }
    .order-details-page .selected-checkout-attributes {
	    padding: 0 10px;
    }
    .order-details-page .totals {
	    overflow: hidden;
    }
    .order-details-page .total-info {
	    float: right;
	    margin: 0 5px;
    }
    .shipment-details-page .tracking-number .tracking-url {
        color: #008936; /*#4ab2f1;*/
    }
}


@media all and (min-width: 1001px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
	    width: 1000px;/*980px*/
	    margin: auto;
    }
    .center-2 {
	    float: right;
	    width: 75%;
        padding-top: 0px; /*5px;*/
    }
    .side-2 {
	    float: left;
	    width: 23%;
    }
    .page {
	    text-align: left;
    }
    .inputs {
	    text-align: left;
    }
    .inputs label {
	    display: inline-block;
	    width: 265px;
	    margin: 0 10px 0 0;
	    text-align: right;
    }
    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select {
	    min-height: 40px;
    }
    .inputs .option-list li {
	    margin: 0 10px 0 0;
    }
    .center-1 .buttons {
	    text-align: center;
    }
    .center-2 .inputs label {
	    width: 136px;
    }
    .page-title a + h1 {
	    float: left;
    }
    .link-rss {
	    display: block;
	    float: right;
	    margin: 6px 0 0;
    }


    /*** GLOBAL TABLES ***/


    .cart tr {
	    width: auto;
	    margin: 0;
    }
    .cart label {
	    display: none;
    }

    .order-details-page .data-table tr {
	    width: auto;
	    margin: 0;
    }
    .order-details-page .data-table label {
	    display: none;
    }


    /*** HEADER ***/


    .header {
	    width: 980px;
	    margin: auto;
    }
    .header-upper:after {
	    content: "";
	    display: block;
	    clear: both;
    }
    .header-selectors-wrapper {
	    float: left;
	    border: none;
	    padding: 0;
    }
    .header-selectors-wrapper > div {
	    width: auto;
	    min-width: 100px;
	    margin: 0 12px 0 0;
	    line-height: 43px;
    }
    .header-selectors-wrapper select {
	    height: 25px;
	    padding: 4px;
	    font-size: 12px;
    }
    .language-list {
	    text-align: left;
    }
    .header-links-wrapper {
	    float: right;
	    padding: 0;
    }
    .header-links li {
	    margin: 0 16px;
    }
    .header-links a,
    .header-links span {
	    line-height: 45px;
	    text-transform: none;
    }
    #topcartlink {
	    display: inline-block;
	    width: auto;
	    margin: 0;
	    /*padding: 0 18px;*/
    }

    .flyout-cart {
	    display: none;
    }
    .flyout-cart {
	    position: absolute;
	    top: 45px;
	    right: 0;
	    z-index: 100;
	    width: 300px;
	    box-shadow: 0 0 2px rgba(0,0,0,0.25);
	    background-color: #fff;
    }
    .flyout-cart.active {
	    display: block;
    }
    .mini-shopping-cart {
	    padding: 12px;
	    text-align: left;
	    font-size: 12px;
    }
    .mini-shopping-cart .count {
	    padding: 5px 0 15px;
	    color: #444;
    }
    .mini-shopping-cart .count a {
	    margin: 0 2px;
	    font-weight: bold;
	    color: #444;
    }
    .mini-shopping-cart .items {
	    border-top: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	    margin: 0 0 20px;
    }
    .mini-shopping-cart .item {
	    overflow: hidden;
	    padding: 10px 0;
    }
    .mini-shopping-cart .picture {
	    float: left;
	    width: 70px;
	    text-align: center;
    }
    .mini-shopping-cart .picture a {
	    display: block;
	    position: relative;
	    overflow: hidden;
    }
    .mini-shopping-cart .picture a:before {
	    content: "";
	    display: block;
	    padding-top: 100%;
    }
    .mini-shopping-cart .picture img {
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	    max-width: 100%;
    }
    .mini-shopping-cart .picture + .product {
	    margin: 0 0 0 80px;
    }
    .mini-shopping-cart .name {
	    margin: 0 0 10px;
	    font-size: 14px;
    }
    .mini-shopping-cart .name a {
	    color: #008936; /*#4ab2f1;*/
    }
    .mini-shopping-cart .name a:hover {
	    color: #248ece;
    }
    .mini-shopping-cart .attributes {
	    margin: 5px 0;
	    color: #444;
    }
    .mini-shopping-cart .totals {
	    margin: 0 0 12px;
	    font-size: 14px;
    }
    .mini-shopping-cart .totals strong {
	    font-size: 16px;
	    color: #444;
    }
    .mini-shopping-cart .buttons {
	    margin: 0 0 5px;
    }
    .mini-shopping-cart input[type="button"] {
	    display: inline-block;
	    border: none;
	    background-color: #008936; /*#4ab2f1;*/
	    padding: 10px 20px;
	    font-size: 12px;
	    color: #fff;
	    text-transform: uppercase;
    }
    .mini-shopping-cart input[type="button"]:hover {
	    background-color: #248ece;
    }

    .header-lower {
	    display: table;
	    width: 100%;
    }
    .header-logo {
	    display: table-cell;
	    text-align: left;
	    vertical-align: middle;
	    font-size: 0;
    }
    .search-box {
	    display: table-cell;
	    text-align: right;
	    vertical-align: middle;
    }
    .search-box input.search-box-text,
    .search-box .search-box-button {
	    height: 40px;
    }
    .search-box input.search-box-text {
        width: 615px;
        margin-bottom:20px;
    }

    /*** COLUMN ***/
    .block {
	    float: none;
	    width: auto;
	    margin: 0 0 20px;
    }
    .block .title {
	    margin: 0;
	    border-bottom: 1px solid #ddd;
	    background: none;
	    cursor: auto;
    }
    .block .title strong {
	    font-weight: bold;
    }
    .block .listbox {
	    display: block;
	    border-bottom: none;
    }
    .block a.product-picture {
	    display: inline-block;
	    position: relative;
	    width: 30%;
	    margin: 0 0 0 -15px;
	    vertical-align: middle;
    }
    .block a.product-name {
	    vertical-align: middle;
    }
    .block a.product-picture + a.product-name {
	    width: 70%;
    }
    .block a.product-picture + a.product-name:before {
	    display: none;
    }


    /*** CATEGORY ***/


    .breadcrumb {
	    margin: 0 0 20px;
    }

    .item-box .buttons {
	    text-align: left;
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
	    width: 24%;
	    margin: 0 0.5% 50px;
    }
    .home-page .product-grid .item-box:nth-child(3n+1),
    .product-details-page .product-grid .item-box:nth-child(3n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
	    clear: none;
    }
    .home-page .product-grid .item-box:nth-child(4n+1),
    .product-details-page .product-grid .item-box:nth-child(4n+1),
    .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
	    clear: both;
    }


    /*/*** PRODUCT PAGE ***/


    #schema .product-collateral {
        margin: 0 0 30px; /*0 0 75px;*/
    }
    #schema .product-specs-box {
        margin: 0 0 20px;
    }
        #schema .product-details-page .title {
	        text-align: left;
        }
        #schema .product-collateral .title strong {
            font-weight: normal;
        }
        .table-wrapper {
            overflow-x: auto;
            border-spacing: 0;
            min-height: .01%;
            border: 1px solid #ddd;
            box-sizing: border-box;
        }
        #schema table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 20px;
            border-spacing: 0;
            border-collapse: collapse;
            background-color: transparent;
        }
        #schema .table > thead > tr > th {
            vertical-align: bottom;
            border-bottom: 2px solid #ddd;
            text-align: left;
        }
        #schema .product-specs-box td {
            border: 1px solid #ddd;
            padding: 10px;
            min-width: 50px;
            background-color: #fff;
            color: #444;
            line-height: 1.42857143;
            vertical-align: top;
        }

        #schema .table-striped > tbody > tr:nth-of-type(odd) {
          background-color: #f9f9f9;
        }

    .rental-attributes {
	    overflow: hidden;
    }
    .rental-attributes .attribute-item {
	    float: left;
	    margin: 0 20px 0 0;
    }
    .rental-attributes .datepicker {
	    width: 160px;
	    text-align: left;
    }
    .color-squares li {
	    margin: 0 10px 10px 0;
    }



    /*** SHOPPING CART ***/


    .shopping-cart-page .cart-options {
	    overflow: hidden;
    }
    .shopping-cart-page .checkout-attributes {
	    float: left;
	    max-width: 565px;
	    margin: -30px 0 15px;
    }
    .shopping-cart-page .checkout-attributes li {
	    margin: 5px 10px 5px 0;
    }
    .shopping-cart-page .selected-checkout-attributes {
	    float: right;
	    max-width: 395px;
	    margin: 15px 0;
    }


    /*** CHECKOUT ***/


    .order-progress {
	    margin: 0px 0 20px; /*-30px 0 50px;*/
    }
    .checkout-page .address-item {
	    width: 31.33333%;
    }
    .checkout-page .terms-of-service {
	    text-align: center;
    }
    .payment-info .info {
	    padding: 30px 15px;
    }
    .payment-info .info td:first-child {
	    width: 265px !important;
	    margin: 0 10px 0 0;
	    text-align: right;
    }
    .payment-info .info td:only-child {
	    width: 100% !important;
    }
    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
	    text-align: left;
    }
    .opc .order-review-data ul {
	    text-align: left;
    }


    /*** SEARCH & SITEMAP ***/


    .advanced-search .price-range {
	    margin-left: 114px;
    }


    .order-details-page .products{
	    padding:1px 0.6%;
    }

    .order-details-page .totals{
	    padding-bottom:40px;
    }

}


@media all and (min-width: 1367px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
	    width: 1030px;
    }
    .inputs label {
	    width: 375px;
    }
    .center-2 .inputs label {
	    width: 213px;
    }


    /*** HEADER ***/


    /*.header {
	    width: 1200px;
    }*/


    /*** NAVIGATION ***/


    /*.header-menu {
	    width: 1200px;
    }
    .header-menu > ul > li {
	    padding: 0 20px;
    }
    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
	    font-size: 18px;
    }*/


    /*** SHOPPING CART ***/


    .cart-footer .totals {
	    width: 395px;
	    margin: 0;
    }
    .cart-footer .cart-collaterals {
	    width: 760px;
	    margin: 0;
    }
    .cart-footer .cart-collaterals .deals {
	    float: left;
	    width: 360px;
    }
    .cart-footer .cart-collaterals .shipping {
	    float: right;
	    width: 360px;
    }
    .cart-footer .estimate-shipping .inputs label {
	    display: inline-block;
	    width: 35%;
    }
    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
	    width: 65%;
    }


    /*** CHECKOUT ***/


    .shipping-method .method-list li,
    .payment-method .method-list li {
	    margin: 20px 1%;
    }
    .payment-info .info td:first-child {
	    width: 375px !important;
    }
    .payment-info .info td:only-child {
	    width: 100% !important;
    }


}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.center-1 .order-details-page .page-title {
    text-align: center;
}

.order-review-data > div, .order-details-area > div, .shipment-details-area > div {
    color: #444;
}

ul.side-list > li > span.label{
    padding: 0px; font-size: 100%; font-weight: normal;color: #444;text-align: left;
}

.basic-search label, .advanced-search label {
    float: none !important;
    padding-top: 0px;
}

.advanced-search .date-range input {
    width: 195px;
    margin: 3px;
}


.order-completed ul.details
{
    list-style: none !important;
    margin: 0;
    outline: none;
    padding: 0;
}

.calltoaction {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    background-color: #f9f9f9;
    padding: 30px 10px;
    color: #444;
    height:100px;
}

.dashboardbtn {
    background-color: #eeeeee;
    width: 100%;
    vertical-align: middle;
    line-height: 40px;
    clear: both;
    margin: 0px 0 10px 0px; /*5px 0 10px 0px;*/
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    overflow: hidden;
    text-decoration: none;
    font-family: font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Lato"*/;
    font-size: 18px; /*1.1em*/
}
.dashboardbtn a{
    text-decoration: none;
    font-family: font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; /*"Lato"*/
    font-size: 18px; /*1.1em*/
}

.product-box-add-to-cart-button, 
.order-details-button,
.send-email-a-friend-button
{
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: none;
    background-color: #008936;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.product-box-add-to-cart-button:hover, 
.order-details-button:hover,
.send-email-a-friend-button:hover {
	background-color: #248ece;
}

.portfolio-item .img-responsive {
	margin: 0 auto;
}
	
.search-page .reversed label, .search-page .reversed label + * {
	vertical-align: top;
}

/* Start exams classess */
.candidate-other-details tr { 
    height: 30px;
}

.validation-summary-errors {
    color: #ff0000;
    font-family: Arial;
    font-weight: bold;

}

.validation-summary-valid {
    display:none;
}

.disability-table {

}

.disability-data td {
    vertical-align: top;

}

.disabililty-drowdown-cell {
    padding-right: 10px;
}


.boldBlue {
    font-weight: 700;
    color: #000080;
}

.boldRed {
    font-weight: 700;
    color: #ff0000;
}

.disabledLabel {
}


.sp-table-left-column-width {
    width: 300px;
}

.sp-table-right-column-width {
    width: 600px;
}

table tr.separator { height: 10px; }

/*.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    width: 600px;
    color: white;
    background-color: #6495ed;
}*/

#divSubmit {
	margin-bottom:20px;
}